/* CSS Document */

.recuadroImagenesOfertas .articulo {
	width: 260px;
	height: 300px;
	border-style: none dotted dotted none;
	border-color: rgb(153, 153, 153);
	border-width: 1px;
	border-bottom-right-radius: 15px;
	float: left;


}

.recuadroImagenesOfertas .fotoOfertas {
	width: 250px;
	height: 200px;
	margin-left: 5px;
}

.recuadroImagenesOfertas .fotoOfertas img {


	width: 250px;
	height: 200px;
}

.recuadroImagenesOfertas .descripcion {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C01945;
	font-size: 12px;
	text-align: center;
}

.recuadroImagenesOfertas .precio {
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #eb0909;
	font-size: 24px;
	text-align: center
}

.recuadroImagenesOfertas {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 800px;
	float: left;
}