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

#cuerpo_ofertas {
	height: 311px;
	width: 975px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #959595;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #E4DEDE;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
#titulos{
	height: 26px;
	width: 975px;
	
}
#titulo_producto {
	height: 21px;
	width: 264px;
	background-color: #FEA549;
	padding-top: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	
}
#titulo_desc {
	height: 21px;
	width: 710px;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 1px;
	
}
#cont_image_descrip {
	height: 285px;
	width: 975px;
	background-image: url(../images/fondo2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#producto {
	height: 277px;
	width: 264px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 1px;
	
}
#descrip {
	height: 232px;
	width: 670px;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#precios {
	width: 120px;
	height: 29px;
	background-image: url(precios.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-size: 22px;
}
