/* CSS Document */

#casita p.titulo{
	font-size: 18px;
	font-family: "Arial";
	color: #FFFFFF;
	font-weight: bold;
}

#casita p.descripcion {
	font-size: 11px;
	font-family: "Arial";
	color:#CCCCCC;
	font-weight: bolder;
}

#casita p.precio {
	font-size:24px;
	font-family: "Arial";
	color: #666666;
	font-weight:400;
	text-align: right;
}

img.margenes{ margin-right: 15px; }
.fondo_header_derecha {
	background-position: right;
	background-repeat: no-repeat;
}