@charset "utf-8";

/*ofertas*/
html, body  {
	/*background: #EDEDED;*/
	font-family: Arial, "Helvetica Neue"!important;;
	font-size: 14px;
	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: Arial, "Helvetica Neue"!important;;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #A5A3A2; /*#38302B*/
	padding: 0;
	margin: 0;
} 

h1, h2 {
	font-family: Arial, "Helvetica Neue"!important;;
	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: Arial, "Helvetica Neue"!important;;
	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: 95%; /*705px;*/
	margin-left: 20px;
	top: 3px;
}

.oferta {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 200px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #D9D9D9;
	float:left;
	margin:5px;
}

.oferta:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.sepOferta {float:left; width:16px; height:147px; display:none;}
.imgProductos {
	width: 200px;
	height: 200px;
	padding: 10px;
	margin: 0 auto;
}

.imgProductos img{
	max-width: 100%;
	max-height: 100%;
}


.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;*/
	margin:0 auto;
}
#contProductos h1 {font-size:22px; line-height:22px; margin:0px; height:44px; text-align:center; margin-top:20px;}
#contProductos h4 {font-size:15px; line-height:22px; margin:0px;}
#contProductos h4 em {font-weight:normal; font-style:normal;}



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





#list-ofer2{
	width: 90%;
    margin: 0 auto;
}


