@charset "utf-8";
/* CSS Document */
/*BODY*/
 

body{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #9a9b9c; 
	text-decoration: none;   
	padding: 0 !important;  
	margin:0 !important;
	background-repeat:repeat-x;
	padding-bottom:15px;
	margin-bottom:15px;
}

.top a{
	float:left;
}
 
 
.all{
	width:100% !important; 
}

.top_info{
	float:right;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px;
	font-weight:bold;
	font-size:13px;
}
	

#contenedor{  
	margin:0 auto; 
	width:1024px; 
	position:relative;
	background:url(../images/fondo.jpg) no-repeat;
	height:680px;
}
 
/*CONTACTO*/
.rojo{
	color:#F00;
}

.inputError
{
	border:1px solid #FF0000;
	background-color: #FF8080;
	color:#FF0000;
}

#contact-area * { margin: 0; padding: 0; }
#contact-area p { font-size: 1.3em; margin-bottom: 15px; }
#contact-area { width: 600px; margin-top: 25px; }
#contact-area input[type='text'],  #contact-area textarea { padding: 5px; width: 400px; font-family: Helvetica, sans-serif; font-size: 12px; border: 1px solid #ccc; color: #000; float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; height:15px; }
#contact-area input[type='checkbox']{
	margin:5px;
}
.input_login{ padding: 5px; width: 160px; font-family: Helvetica, sans-serif; font-size: 12px; border: 1px solid #ccc; color: #000; float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; height:15px; }

 

.submit-button { width: 100px; float: right; color: #FFF; background-color: #9A0E57; text-align: center; margin-right: 15px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; height:30px; }

#contact-area textarea { height: 90px; }
#contact-area textarea:focus, #contact-area input:focus { border: 1px solid  #6C0; }
#contact-area input.submit-button { width: 100px; float: right; color: #FFF; background-color: #9A0E57; text-align: center; margin-right: 15px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; height:30px; }
#contact-area label { color:#000 !important; float: left; text-align: right; margin-right: 15px; width: 150px; padding-top: 5px;  }



/*** BUTTON STANDARD ***/
 
 
.top{
	background:url(../images/top.png) no-repeat;
	height:92px;
}

.menu{
	background:url(../images/menu.png) no-repeat;
	padding-left: 130px; 
	width: 402px;
	height:59px;
	list-style:none;
	margin-top: 292px;
	z-index:222;
	float:left;
	margin-left:0;
}

.img{
	border:0;
}

.contenido{
	background:#fff url(../images/sombra.jpg) left bottom no-repeat;
	width:554px; 
	color:#000; 
	padding-bottom: 33px;
	float:left;
	z-index:0;
	margin-left: 187px;
	
}

.contenido_texto{
	padding:10px;
	padding-left: 99px;
}

.h1{
	background:#f19000;
	color:#FFF;
	text-align:center;
	padding-left: 46px;
	font-size:20px;
}

img{
	border:0;
}

.foto{
	position:absolute;
	left: 113px;
	top: 165px;
	margin-top: 280px;
}

.foto img{
	border:#000 solid 1px;
}


.interior{
	margin-top: 75px;
}

.menu li{
	float:left; 
	margin-left:10px;
	line-height:62px;
}

.menu li a{
	font-size:16px;
	text-decoration:none;
	color:	#000;
	font-weight:bold;
}

.menu li a:hover{
	color:#FFF;
}

.ultima{
	background:url(../images/ultima.png) no-repeat;
	padding-left: 32px; width: 171px; padding-top: 40px;
	position:absolute;
	height:231px;
	right:0;
	top: 412px; margin-right: 48px;
}


.footer{
	background:#f19000;
	color:#000;
	font-weight:bold;
	float: right;
	margin-top: 31px;
	padding:5px;
	font-size:11px;
	width:481px;
	text-align:center;
}


.clear{
	clear:both;
}

h1.titulo{
	color:#000;
	margin-left:0 !important;
	font-style:italic;
	font-size:19px;
}

.interior_contenido{
	background:#FFF;  
	margin-top: -32px;
	padding:10px;
	padding-right: 246px; width: 768px;
	color:#000;
	margin-top: 108px; min-height: 254px; padding-top: 51px;
}

.footer_interior{
	background:#f19000;
	color:#000;
	font-weight:bold; 
	margin-top: 31px;
	padding:5px;
	font-size:12px;
	text-align:center;
}

.footer_interior a{ 
	color:#000 !important; 
}
 
 .footer a{ 
	color:#000 !important; 
}
 

.ultima_interior{
	top: 180px; margin-right: 24px;
}


.listado_productos{
	padding:20px;
	padding-right:10px !important;
	padding-top:10px !important;
}

.box_productos{
	width:175px;
	float:left;
	padding:10px;
	text-align:center;
	margin-right:10px !important;
	margin-top:40px; 
	border:#000 solid 1px; 
	overflow:hidden;
	color:#003169;
	font-family:Arial;
	font-weight:normal; 
}


.borde-redondeado-htc {
	-webkit-border-radius: 10px; /* Para Safari y Chrome */
	-moz-border-radius: 10px; /* Para Firefox */
	-khtml-border-radius:10px; /* Navegadores de Linux */
	border-radius: 10px; /* CSS3 */ 
	behavior: url(ie-css3.htc); /* Para IE */
	position:relative;
	z-index:2;
	background:#fff;
}

.box_productos_detalle{
	width:175px;
	float:left;
	padding:10px;
	text-align:center;
	margin-right:10px !important; 
	border:#ce8932 solid 1px; 
	overflow:hidden;
	color:#003169;
	font-family:Arial;
	font-weight:normal; 
}

.box_productos a{
	color:#000;
	text-align:center;
	margin-top:10px;
	padding-bottom:10px;
	display:block;
}

.box_productos img{
	border: #f19409 solid 1px;
}

.li_tienda{
	background:#f19000 url(../images/fond_menu.jpg) repeat-x;
	float: left; margin-top: 0pt; width: 168px; margin-right: 14px; margin-left: -9px; height: 123px;
	border:#999 solid 1px;
}

.li_tienda ul{
	list-style:none;
	margin:0;
	padding:0;
}
 

.li_tienda a{
	color:#FFF;
	padding-left:15px;
	display:block;
	text-align: left;
	text-decoration:none;
	text-transform:uppercase;
	margin:10px;
	font-size:14px;
	font-weight:bold;
	border-bottom:#f19000 solid 1px;
}

.ancho{
	 
	margin-right: 0px  !important; 
	width: 546px  !important; margin-top: -11px  !important;
}

.mod_iz{
	width:326px !important;
}
 