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

#ofertas {
	background-color: #FFFFFF;
	color: #333333;
	border: solid 1px #CCCCCC;
	padding: 0px;
}
#ofertas #agujero {
	background-image: url('../images/ofertas-agujero-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#ofertas #textDiv {
	position: relative;
	height: 250px;
	margin-left:20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 35px;
}
#ofertas #tituloProducto {
	display:none;
	width: 485px;
	padding:1px;
	padding-left:5px;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	border-bottom: solid 1px #CCCCCC;
}
#ofertas #descripProducto {
 	display: none;
	padding-top: 10px;
}
#ofertas #precioProducto {
	display: none;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-align: left;
}
#ofertas #urlProducto {
	display: none;
	position: absolute;
	bottom: 40px;
	right: 20px;
	width: 100px;
}
#ofertas #urlProducto a {
	font-weight: normal;
}

