@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** CABEZERA  ****************************************/
#linea{ width:100%; height:auto; float:left;  background:#00b8cc; padding: 0.5% 0%;}
#contenido_linea{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:10%; height:auto; float:left; padding:0.5% 0%; margin-right:20%}
#menu_botones{ width:70%; height:auto; float:right; padding:2% 0%;}
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1200px;}
#botones li { display:inline; }
#botones li a {  
	font-family: titulo;
	font-size: 18px;
	color: #383838;
	text-decoration: none;	
	width:24%;
	padding:3% 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;
	border-right:#e5e5e5 1px solid;
	}
#botones li a:hover{
	font-family: titulo;
	font-size: 18px;
	color: #00b8cc;
	text-decoration: none;	
	width:24%;
	padding:3% 0%;
	float:left;
	 }	
#botones a:hover, #botones .active a{
	font-family: titulo;
	font-size: 18px;
	color: #00b8cc;
	text-decoration: none;	
	width:24%;
	padding:3% 0%;
	float:left;
} 
/*********************************** BARRA FLOTANTE******************************************/
.barra_flotante{ width:45px; height:auto; float:left; padding:0%; position: fixed; z-index: 10000000; left:0%; margin-top:15%;}
.ico_llamar{ width:70%; height:auto; float:left; background:#01d59c; padding:5%;}
.ico_whatsapp{ width:70%; height:auto; float:left; background:#40e15d; padding:15%;}
.ico_facebook{ width:70%; height:auto; float:left; background:#3d548e; padding:15%;}
.ico_youtube{ width:70%; height:auto; float:left; background:#de1a2a; padding:15%;}
.ico_instagram{ width:70%; height:auto; float:left; background:#cb2a5f; padding:15%;}
.ico_mail{ width:70%; height:auto; float:left; background:#0f7dee; padding:15%;}
.ico_ubicacion{ width:70%; height:auto; float:left; background:#f6f6f6; padding:15%;}
/*********************************** INDEX  ********************************************************************/
.cajalarga{ width:100%; height:auto; float:left; margin:1% 0%;}
.cajaNov{ width:30%; height:auto; float:left; margin:1% 0.5%; padding: 1%; background: #e0eff1; border-bottom: #6ad6e2 2px solid;}

.cjaTes{ width:80%; height:auto; float:left; margin:1% 10% 1% 10%; border-bottom: #b3c6c8 1px solid; padding-bottom: 2%;}
.imagTes{ width:10%; height:auto; float:left; margin-right: 5%;}
.TexTex{ width:85%; height:auto; float:left;}

.cajNov50{ width:46%; height:auto; float:left; margin: 0% 1%; background: #e0eff1; border-bottom: #6ad6e2 2px solid; padding: 1%;}
/*********************************** PIE  **********************************************************************/
#pie{ width:100%; height:auto; float:left;  background:#476493; padding: 2% 0%;}
.pie_24{ width:14%; height:auto; float:left; margin:2% 5% 0% 0%;}
.pie_25{ width:15%; height:auto; float:left; margin-right:2%;}
.pie_26{ width:35%; height:auto; float:left; margin-right:2%;}
.pie_27{ width:25%; height:auto; float:left; }
.pie_100{ width:100%; height:auto; float:left; border-top:#6685b7 1px solid; padding-top:20px; margin-top: 10px; }
/*********************************** NOSOTROS  *****************************************************************/
.cont_21{ width:30%; height:auto; float:left; margin-right:4%;}
.cont_22{ width:66%; height:auto; float:left; }
/*********************************** CONTACTO  *****************************************************************/
.formulario_4{ width:50%; height:auto; float:left; margin-right:5%;}
.formulario_5{ width:45%; height:auto; float:left;}
#mapa{ width:100%; height:auto; float:left;}
#formulario_5_datos{ width:50%; height:auto; float:left; margin-top:4%;}
#celdas{ width:100%; height:auto; float:left; margin-top:1%;}

#celdas_comentario{ width:100%; height:auto; float:left; margin-top:1%;}
#boton_enviar{ width:auto; height:auto; float:left; margin-top:1%;}
.casilla{ width:96%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:2%; }
.comentarios{ width:96%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:2%;  }
/*********************************** TIPOGRAFIAS  **************************************************************/
.Texto {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 25px;
}
.Titulo {
	font-family: titulo;
	font-size: 40px;
	color: #476493;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #007985;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 30px;
	color: #6ad6e2;
}	
.Texto_pie {
	font-family: Arial;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}