@charset "utf-8";

/*ofertas*/
html, body  {
	/*background: #EDEDED;
	background: url(img/fondo_8.png);*/
	font-family: Arial, "Helvetica Neue"!important; 
	font-size: 14px; 
	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: Arial, "Helvetica Neue"!important; 
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	/*color: #F9C;*/
	padding: 0;
	margin: 0;
} 

h1, h2 {
	font-family: Arial, "Helvetica Neue"!important; 
	font-size: 14px;
	line-height: 24px;
	font-weight: bolder;
	font-style: normal;
	color: #846573;
	text-align: left;
	margin: 6px;
	
}
h1 {
	font-family: Arial, "Helvetica Neue"!important; 
	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: Arial, "Helvetica Neue"!important; 
	font-size: 14px; 
	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:14px; 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: 100%;
overflow: hidden;
	min-height: 200px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
border: 1px solid #D9D9D9;
}
.crop: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;
}
/*
.btn {
  width: 23px;
    height: 25px;
  background: #2D5E4B;
  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: #E7B800;
  text-decoration: none;
}
*/
.qty{
	width:40px!important;
	height:28px!important;
	text-align:center!important;
	font-size: 14px!important;
	border-radius:5px!important;
	border: 1px solid #2D5E4B!important;
	position: absolute!important;
    margin-top: -40px!important;
    margin-left: 82px!important;
}


.qty_prt{
	width:40px!important;
	height:28px!important;
	text-align:center!important;
	font-size: 14px!important;
	border-radius:5px!important;
	border: 1px solid #2D5E4B!important;
}