@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:20%; height:auto; float:left; padding:1.5% 0%; margin-right: 10%;}
.datos_pag{  width:70%; height:auto; float:right; padding:3% 0%;}
.datos_cajas{  width:50%; height:auto; float:left;}
.datos_cajas_icono{  width:10%; height:auto; float:left; margin-right: 3%;}
.datos_cajas_tex{  width:87%; height:auto; float:left;}
#menu_botones{ width:100%; height:auto; float:left; border-top:#42a4ff 1px solid;}
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1200px;}
#botones li { display:inline; }
#botones li a {  
	font-family: Tahoma;
	font-size: 16px;
	color: #fff;
	text-decoration: none;	
	width:14.2%;
	padding:1.5% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
	}
#botones li a:hover{
	font-family: Tahoma;
	font-size: 16px;
	color: #a5d4ff;
	text-decoration: none;	
	width:14.2%;
	padding:1.5% 0%;
	float:left;
	 }	
#botones a:hover, #botones .active a{
	font-family: Tahoma;
	font-size: 16px;
	color: #a5d4ff;
	text-decoration: none;	
	width:14.2%;
	padding:1.5% 0%;
	float:left;
} 
.cert{ width:18%; height:auto; float:left; margin: 0% 0.5%; padding: 0.5%; background:#eeeeee; }
.inic{ width:46%; height:auto; float:left; margin: 0% 2%; }
/*********************************** PIE  **************************************************/
.pie_9{ width:18%; height:auto; float:left; margin-left: 2.5%; margin-top: 2%;}
.pie_10{ width:26%; height:auto; float:left; margin-left: 2.5%;}
.pie_11{ width:23%; height:auto; float:left; margin-left: 2.5%;}
.pie_12{ width:23%; height:auto; float:left; margin-left: 2.5%;}
.pie_13{ width:100%; height:auto; float:left; margin-top:4%;}
.pie_100{ width:100%; height:auto; float:left; margin-top: 4%; border-top:#777777 1px solid; padding-top:20px; }
/*********************************** SERVICIOS  ********************************************/
.titulo_ser{ width:100%; height:auto; float:left; margin-bottom: 4%;}
.ser{ width:48%; height:auto; float:left; margin: 0% 1%;}
.ser_casilla{ width:100%; height:auto; float:left; margin-bottom:3%; padding-bottom:3%; border-bottom:#e9e5eb 1px solid;}
.ser_icono{ width:3%; height:auto; float:left; margin-right: 2%;}
.ser_des{ width:95%; height:auto; float:left;}
/*********************************** CONTACTO  *********************************************/
.formulario_2{ width:60%; height:auto; float:left; margin-right:5%;}
.formulario_3{ width:35%; height:auto; float:left; }
#celdas{ width:32.3%; height:auto; float:left; margin-top:1%; margin:1% 1% 0% 0%;}
#celdas_comentario{ width:100%; height:auto; float:left; margin-top:1%;}
#boton_enviar{ width:auto; height:auto; float:left; margin-top:1%;}
.casilla{ width:90%;  background:#f5f5f5; border:#dbdbdb solid 1px; padding:5%; border-radius: 15px; }
.comentarios{ width:90%;  background:#f5f5f5; border:#dbdbdb solid 1px; padding:5%; border-radius: 15px; }
/*********************************** TIPOGRAFIAS  *****************************************/
.Titulo_banner {
	font-family: Tahoma;
	font-size: 50px;
	color: #fff;
	text-decoration: none;
}
.Texto_banner {
	font-family: Tahoma;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}
.Texto_blanco {
	font-family: Tahoma;
	font-size: 14px;
	color: #a5d4ff;
	text-decoration: none;
	line-height: 23px;
}
.Texto {
	font-family: Tahoma;
	font-size: 14px;
	color: #686868;
	text-decoration: none;
	line-height: 23px;
}
.Texto_azul {
	font-family: Tahoma;
	font-size: 14px;
	color: #42a4ff;
	text-decoration: none;
	line-height: 23px;
}
.Titulo {
	font-family: Tahoma;
	font-size: 30px;
	color: #313132;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: Tahoma;
	font-size: 50px;
	color: #313132;
	text-decoration: none;
}
.Titulo_pie {
	font-family: Tahoma;
	font-size: 22px;
	color: #fff;
}	
.Texto_pie {
	font-family: Tahoma;
	font-size: 14px;
	color: #777777;
	text-decoration: none;
    line-height: 23px;
}