@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #000;}
/************************************************************************************************/
#cabezera{ width:100%; height:auto; float:left; background:#282828; padding:1% 0%;}
#contenido_cabezera{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
#eslogan_banner{ width:85%; height:auto; float:left; position:absolute; z-index:1000; margin:3% 0% 0% 15%;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:15%; height:auto; float:left; padding:0.5% 45% 0.5% 0%;}
#botones{ width:40%; height:auto; float:left;  padding:3% 0%;}	
nav{ right:0; background:#000;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
}
/*********************************** INICIO  ********************************************************************/
.banners_texto{ width:45%; height:auto; float:left; margin-right:5%;}
.banners_fotos{ width:50%; height:auto; float:left;}
#boton_vermas{ width:100%; height:auto; float:left; margin:0px; padding:0%;}
#boton_vermas li { display:inline; }
#boton_vermas li a {  
	font-family: normal;
	font-size: 15px;
	color: #000;
	text-decoration: none;	
	width:auto;
	float:left;
	padding:2% 10%;
	-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; 
	background:#ffa000;
	}
#boton_vermas li a:hover{
	font-family: normal;
	font-size: 15px;
	color: #fdce02;
	text-decoration: none;	
	width:auto;
	float:left;
	padding:2% 10%;
	background:#fff;
	 }
/*********************************** 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%;}
/*********************************** CONTENIDO  ********************************************************************/
.conte_chico{ width:90%; height:auto; float:left; margin:0% 5% 1% 5%;}
/*********************************** TRABAJOS  ********************************************************************/
.fot{ width:80%; height:auto; float:left; margin:0% 10% 1% 10%;}
/*********************************** UBICACION  **********************************************************************/
.ubi_1{ width:34%; height:auto; float:left; margin-right:1%;}
.ubi_2{ width:65%; height:auto; float:left;}
/*********************************** PIE  **********************************************************************/
.pie_9{ width:40%; height:auto; float:left; margin-right:5%;}
.pie_10{ width:35%; height:auto; float:left; margin-right:5%;}
.pie_11{ width:15%; height:auto; float:left; }
/*********************************** DERECHOS  ****************************************/
#derechos{ width:100%; height:auto; float:left;  background:#000;}
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo_blanco {
	font-family: titulo;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.Titulo_blanco2 {
	font-family: normal;
	font-size: 30px;
	color: #ffa000;
	text-decoration: none;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}
.Texto {
	font-family: normal;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	line-height: 35px;
}
.Sub_Titulo {
	font-family: normal;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.Texto_pie {
	font-family: normal;
	font-size: 17px;
	color: #ffa000;
	text-decoration: none;
	line-height: 25px;
}