@charset "utf-8";

/*ofertas*/
html, body  {
	/*background: #EDEDED;*/
	font-family: 'Poppins';
	font-size: 10px; 
	line-height: 12px;
	/*font-weight: bolder;*/
	font-style: normal;
	/*color: #938F8D;*/
	text-align: left;
	margin: 0;
	padding: 0;
}



/*-  BASE
----------------------------------------------------------------------*/

#link_ofer{
	color: #938F8D;
	outline: none;
	text-decoration: none;
	border: 0;
}	
a.link_ofer:link 		{color:#938F8D;} /* unvisited link */
a.link_ofer:visited 	{color:#938F8D;} /* visited link */
a.link_ofer:hover 	{color:#938F8D;} /* mouse over link */
a.link_ofer:active 	{color:#38302B;} /* selected link */

img		{border: 0;}
a img 	{border: 0;}
p {
	font-family: 'Poppins';
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #A5A3A2; /*#38302B*/
	padding: 0;
	margin: 0;
} 

h1, h2 {
	font-family: 'Poppins';
	font-size: 16px; 
	line-height: 24px;
	font-weight: bolder;
	font-style: normal;
	color: #38302B;
	text-align: left;
	margin: 6px;
	
}
h2 {
	font-size: 24px; 
	line-height: 32px;
	color: #6090C0;
	margin: 0px;
}

h3, h4 {
	font-family: 'Poppins';
	font-size: 10px; 
	line-height: 14px;
	font-weight: bold;
	font-style: normal;
	color: #938F8D;
	display: inline;
	margin-left: 7px;
}
h3 a					{color:#938F8D;}
h3 a:hover, h3 a.active	{color:#38302B;}

h4 {color: #6090C0;}
h4 a					{color:#6090C0;}
h4 a:hover, h4 a.active	{color:#38302B;}


/* Especifico*/


#list-ofer {
	position: relative;
	/*float: right;*/
	margin: 0 auto;
	/*z-index: 5;*/
	min-height: 925px;
	width: 643px; /*705px;*/
	right: -3px;
	top: 3px;
}
#list-ofer a img {margin-bottom:14px;}
.oferta {
	/*background: url('../images/productos/bg_productos.png') no-repeat;*/
	position: relative;
	z-index: 6;
	float: left;
	width: 311px; /*342px;*/
	height: 147px;
	margin: 0px 0px 18px 2px;
}
.sepOferta {float:left; width:16px; height:147px;}
.imgProductos {
	float: left;
	width: 125px;
	height: 125px;
	margin: 12px 0px 0px 12px;
}
.imgProductos .img-catalogo {border:1px solid #C3C3C3;}
.nuevo h4, .nuevo h2 {color: #81A309;}
.estrella h4, .estrella h2 {color: #D65C02;}

#contProductos {
	float: right;
	width: 172px; /* 193px;*/
	height: 147px;
	margin: 15px 0px 0px 0px;
}
#contProductos h1 {font-size:14px; line-height:22px; margin:0px; height:44px}
#contProductos h4 {font-size:12px; line-height:22px; margin:0px;}
#contProductos h4 em {font-weight:normal; font-style:normal;}
#contProductos div {
	width: 190px;
	height: 28px;
	margin: 8px 0px 0px 0px;
}


#contProductos .no-login {/*display: none;*/ float:left; width: 106px; margin: 3px 0px 0px 0px; }



