.fondorriba {
	background-attachment: fixed;
	background-image: url(imagenes/arriba.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.fondomedio {
	background-attachment: fixed;
	background-image: url(imagenes/centro.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.fondobarra {
	background-image: url(imagenes/lateral.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body {
	font-family: century, Verdana;
	font-size: 12px;
	color: #333333;
}
.titulos {
	font-family: century, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.textos {
	font-family: century, Verdana;
	letter-spacing: 0.5pt;
	font-size: 12px;
	
}
.century {
	letter-spacing: 0.5pt;
	font-family: century, verdana;
}

