body{ 
/*font-family: "Antonio Regular";*/
font-family: Arial, Helvetica, sans-serif;
line-height: 15px;
background-color: #F2F2F2; 
}


.bgimage {
background-image: url(../images/logo2.png);
background-size: 100%;
}

.bgimage-inside {
padding-top: 27.85%;
}

.bgimagebtn {
background-color: #fff;
background-image: url(../images/fondo-botones.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.bgimagebtnfooter {
background-color: #fff;
background-image: url(../images/fondo-pie.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.bgimagebtnfooter-inside {
padding-top: 65.72%;
}

.bgimagecarrera {
background-color: #fff;
background-image: url(../images/fondo_contenido.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.titulo_footer{
	font-family: "Antonio Bold";
	font-size: 10px;
	font-weight: bolder;
	text-align: center;	
	padding-top: 10px;
	color: #000000;
}

.phone_footer{
	font-family: "Antonio Bold";
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	padding-top: 5px;	
	color: #000000;
}

.versionpc a: {
	font-family: "Antonio Light"
	font-size: 8px;
}

H4, .titulos {
	font-family: "Antonio Bold";
}

H4, .tituloPago {
	font-family: "Antonio Bold";
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 15px;
	color: #000000;
}


p, .subtitulo {
	font-family: "Antonio regular";	
	font-weight: bold;;
	color: #000000;
}

p, .texto {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

p, .tit_intranet {
	font-family: "Antonio Bold";
	font-size:25px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 15px;
}

p, .subtit_intranet {
	font-family: "Antonio Bold";
	font-size:15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-top: 0px;
	text-transform: none;
}

p, .texto_noticias {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	font-size: 14px;
}


/*Preguntas Frecuentes*/
.preguntas { margin-left:70px; width:800px; margin-bottom:40px;}
.pregunta {
	font-size: 18px; 
	font-weight: bolder;
	text-align: left;
	line-height: 1.1;
}
.preguntas-items { width:100%; background-color:#f0f7ff; margin:5px;padding: 10px;
/*para Firefox*/
-moz-border-radius: 15px 15px 15px 15px;
/*para Safari y Chrome*/
-webkit-border-radius: 15px 15px 15px 15px;
/* para Opera */
border-radius: 15px 15px 15px 15px;}
/*Preguntas Frecuentes*/

/*
#general{ 
margin-top:20px; 

/*
#general{ 
margin-top:20px; 
background-color: #FFF; 
border-radius:10px; 
padding: 5px; 
}

#encabezado{ 
height: 90px; 
padding: 5px; 
}

#logo{ 
color:#FF4000; 
text-shadow: 0.1em 0.1em 0.05em #333; 
}

#menu{ 
margin-top:20px; 
float:right; 
}

#izquierda{ 
	color:#fff; 
	min-height: 300px; 
	background: #fff url(../images/bghead.PNG) repeat-x; 
	border-radius:5px; 
	border: 1px solid #848484; 
}

#izquierda h3{ 
	text-align: center; 
	color:#fff; 
}

#derecha h3{ 
	text-align: center; 
	color:#fff; 
}

#derecha{ 
	color:#000; 
	min-height: 300px; 
	background: #fff url(../images/bghead.PNG) repeat-x; 
	border-radius:5px; 
	border: 1px solid #848484; 
	padding: 10px 
}

#footer{ 
	background: #0489B1; 
	height: 50px; 
	text-align: center; 
	margin-top: 10px; 
	color:#fff; 
}

*/

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}


.gris {
  background-color: #d0d0d0;
}

.verde {
  background-color: #dff0d8;
}

.violeta {
	background-color: #d9bcfd;
}

.rosa {
	background-color: #f2dede;
}

