@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #00b8cc;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:40%; height:auto; float:left; padding:1% 0%; }
#botones{ width:60%; height:auto; float:right; }	
nav{ right:0; background:#00b8cc;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer; padding:2% 2% 1% 2%;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** BARRA FLOTANTE  **************************************/
.barra_flotante{ width:40px; height:auto; float:left; padding:0%; position: fixed; z-index: 10000000; left:0%; margin-top:5%;}
.ico_llamar{ width:70%; height:auto; float:left; background:#01d59c; padding:15%;}
.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:88%; height:auto; float:left; margin:1% 0%; padding: 5%; background: #e0eff1; border-bottom: #6ad6e2 2px solid;}

.cjaTes{ width:100%; height:auto; float:left; margin:1% 0% 1% 0%; 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:90%; height:auto; float:left; margin: 0% 1%; background: #e0eff1; border-bottom: #6ad6e2 2px solid; padding: 5%;}
/*********************************** PIE  **********************************************************************/
#pie{ width:100%; height:auto; float:left;  background:#4a7034; padding: 2% 0%;}
.pie_24{ width:40%; height:auto; float:left; margin-right:10%;}
.pie_25{ width:45%; height:auto; float:left; }
.pie_26{ width:40%; height:auto; float:left; margin-right:10%;}
.pie_27{ width:45%; height:auto; float:left; }
.pie_50{ width:50%; height:auto; float:left; border-top:#202020 1px solid; padding-top:20px; }
.pie_100{ width:100%; height:auto; float:left; border-top:#6d9c53 1px solid; padding-top:20px;  margin-top: 10px; }
/*********************************** NOSOTROS  *****************************************************************/
.cont_21{ width:100%; height:auto; float:left; margin-bottom:2%;}
.cont_22{ width:100%; 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;}
#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:98%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:1%;  }
/*********************************** TIPOGRAFIAS  **************************************************************/
.Texto {
	font-family: Arial;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	line-height: 23px;
}
.Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #476493;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 17px;
	color: #007985;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 19px;
	color: #6ad6e2;
}
.Texto_pie {
	font-family: Arial;
	font-size: 14px;
	color: #bababa;
	text-decoration: none;
}