@charset "utf-8";

/*ofertas*/
html, body  {
	/*background: #EDEDED;
	background: url(img/fondo_8.png);*/
	font-family: 'Poppins';
	font-size: 10px; 
	line-height: 12px;
	/*font-weight: bolder;*/
	font-style: normal;
	/*color: #1997D0;*/
	text-align: center; /* puesto en center para compatibilidad IE*/
	/*margin: 10px 0px 20px 0px;  24022016*/
	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: #F9C;*/
	padding: 0;
	margin: 0;
} 

h1, h2 {
	font-family: 'Poppins';
	font-size: 16px; 
	line-height: 24px;
	font-weight: bolder;
	font-style: normal;
	color: #846573;
	text-align: left;
	margin: 6px;
	
}
h1 {
	font-family: 'Poppins';
	font-size: 16px; 
	line-height: 24px;
	font-weight: bolder;
	font-style: normal;
	color: #1997D0;  /*#846573;*/
	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: #CD9EB6;}
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: 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: 600px;
	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;} borde noticias*/
.nuevo h4, .nuevo h2 {color: #81A309;}
.estrella h4, .estrella h2 {color: #D65C02;}

#contProductos {
	float: right;
	width: 450px;
	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; }

#contProductos .fecha {/*display: none;*/ float:right; width: 160px; margin: 3px 0px 0px 0px; text-align: right; }

.crop {
position: relative;
width: 163px;
height: 163px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 31px -6px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 31px -6px rgba(0,0,0,0.24);
box-shadow: 0px 0px 31px -6px rgba(0,0,0,0.24);
border-radius: 13px 13px 13px 13px;
-moz-border-radius: 13px 13px 13px 13px;
-webkit-border-radius: 13px 13px 13px 13px;
border: 2px solid #e8d610;
}
.crop img {
position: absolute;
top: -100%;
bottom: -100%;
left: -100%;
right: -100%;
margin: auto; 
height: auto;
width: auto;
}

.btn {
  width: 23px;
    height: 25px;
  background: #898989;
  text-decoration: none;
    font-family: Arial;
    font-size: 16.7px!important;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
	border-radius:5px!important;
}

.btn:hover {
 background: #D65593;
  text-decoration: none;
}

.qty{
	height:28px!important;
	text-align:center!important;
	font-size: 15px!important;
	border-radius:5px!important;
	border:1px solid #898989!important;
}


