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

/******************************************************************************************************/
.cajaClientes{ width:100%; height:auto; float:left; margin-bottom:1%;}
.bannerIzquierdo{ width:100%; height:auto; float:left;}

.cajaInformacion{ width:98%; height:auto; float:left; background:#fff; padding:1%; border-bottom:#dddddd 1px solid;}
.foto{ width:22%; height:auto; float:left; margin:0% 1% 1% 0%;}
.titulo{ width:77%; height:auto; float:left;}
.botones{ width:100%; height:auto; float:left; margin-top:1%;}
.botonesTel{ width:50%; height:auto; float:left;}
.botonesCel{ width:30%; height:auto; float:left;}
.botonesDir{ width:70%; 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: 12px;
	color: #aab0bb;
	text-decoration: none;	
	width:49%;
	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: 2% 0%; background: #222429; border-radius: 3px; margin: 2% 0% 2% 0.5%;
	}
#botones li a:hover{
	font-family: normal;
	font-size: 12px;
	color: #cacfd8;
	text-decoration: none;	
	width:49%;
	float:left;  padding: 2% 0%; background: #3a3e45; border-radius: 3px; margin: 2% 0% 2% 0.5%;
	 }	
#botones a:hover, #botones .active a{
	font-family: normal;
	font-size: 12px;
	color: #fff;
	text-decoration: none;	
	width:49%;
	float:left;  padding: 2% 0%; background: #3a3e45; border-radius: 3px; margin: 2% 0% 2% 0.5%;
}

.div100{ width:100%; height:auto; float:left;}
.catalogoPro{ width:96%; height:auto; float:left; margin:0% 0% 3% 0%; background: #FFFFFF; padding:0% 0% 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: 16px;
	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: 16px;
	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:100%; height:auto; float:left; margin-bottom: 3%; }
.iniCont2{ width:100%; height:auto; float:left; margin-bottom: 1%;}
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.Texto {
	font-family: normal;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 23px;
}