@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-attachment: scroll;
	background-color: #330000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
}
.fondocrema {
	background-attachment: scroll;
	background-image: url(images/bg_beige.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
}
.piedepagina {
	font-size: 8pt;
	text-align: center;
	color: #FFF;
}
#pollo {
	cursor: auto;
}
#justificado {
	text-align: justify;
}
