.PageCabecera {
	background-image: url(Images/Apariencia/Cabecera.jpg);
	background-repeat: no-repeat;
}
.PageNormal {
	background-attachment: fixed;
	background-image: url(Images/Apariencia/Fondo.jpg);
	background-repeat: no-repeat;
}
.TextoNormal{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.PiePagina {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #850A03;
	text-decoration: none;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
