@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; }
/*********************************** MENU PRINCIPAL  *************************************************************/

/******************************************************************************************************/
.cajaClientes{ width:69%; height:auto; float:left; margin-right:1%;}
.bannerIzquierdo{ width:30%; height:auto; float:left;}

.cajaInformacion{ width:98%; height:auto; float:left; background:#fff; padding:1%; border-bottom:#dddddd 1px solid;}
.foto{ width:18%; height:auto; float:left; margin-right:2%;}
.titulo{ width:80%; height:auto; float:left;}
.botones{ width:100%; height:auto; float:left; margin-top:1%;}
.botonesDatos{ width:33%; height:auto; float:left;}
.botonesTel{ width:50%; height:auto; float:left;}
.botonesCel{ width:50%; height:auto; float:left;}
.botonesDir{ width:50%; height:auto; float:left;}
.botonesWeb{ width:100%; height:auto; float:left;}

#menu_botones{ width:100%; height:auto; float:left;}
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0%; max-width:1200px; }
#botones li { display:inline; }
#botones li a {  
	font-family: normal;
	font-size: 15px;
	color: #aab0bb;
	text-decoration: none;	
	width:40%;
	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;  padding: 1% 0%; background: #222429; border-radius: 3px; margin: 0.5% 0% 0.5% 0.5%;
	}
#botones li a:hover{
	font-family: normal;
	font-size: 15px;
	color: #cacfd8;
	text-decoration: none;	
	width:40%;
	float:left;  padding: 1% 0%; background: #3a3e45; border-radius: 3px; margin: 0.5% 0% 0.5% 0.5%;
	 }	
#botones a:hover, #botones .active a{
	font-family: normal;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:40%;
	float:left;  padding: 1% 0%; background: #3a3e45; border-radius: 3px; margin: 0.5% 0% 0.5% 0.5%;
}


.div100{ width:100%; height:auto; float:left;}
.catalogoPro{ width:76%; height:auto; float:left; margin:0% 10% 2% 10%; background: #FFFFFF; padding:2% 0%; }
#botonComprar{ width:75%; height:auto; float:left; padding:3% 0%; }
#botonComprar{ width:100%; height:auto; float:left; margin:0px; padding:0%; max-width:1200px;}
#botonComprar li { display:inline; }
#botonComprar li a {  
	font-family: normal;
	font-size: 19px;
	color: #fff;
	text-decoration: none;	
	width:80%;
	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; 
	padding: 3% 0%; margin: 0% 10%;
	background: #334735; border-radius: 5px;
	}
#botonComprar li a:hover{
	font-family: normal;
	font-size: 19px;
	color: #fff;
	text-decoration: none;	
	width:80%;
	float:left;
	padding: 3% 0%;  margin: 0% 10%;
	background: #406443; border-radius: 5px;
	 }
.Caja100Cie{ width:100%; height:auto; float:left; margin-bottom: 1%; }
.iniCont{ width:48%; height:auto; float:left; margin: 1%; }
.iniCont2{ width:70%; height:auto; float:left; margin: 2% 15%;}
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo {
	font-family: titulo;
	font-size: 17px;
	color: #000;
	text-decoration: none;
}
.Texto {
	font-family: normal;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 25px;
}