@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #fff8cd;
}
#cuerpo {
	width: 846px;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #75674d;
}
.textoblanco {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #8d856e;
	text-decoration: none;
}
a.textoblanco {
	text-decoration: none;
}
a.textoblanco:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.textonegrita {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #c1b69a;
	font-weight: bold;
}
.numeros {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #c1b69a;
	font-weight: bold;
	text-decoration: none;
}
a.numeros {
	text-decoration: none;
}
a.numeros:hover {
	color: #000000;
	text-decoration: none;
}
.numeros2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #75674d;
	font-weight: bold;
	text-decoration: none;
}
.justificado {
	text-align: justify;
}
.textok {
	color: #FFFFFF;
}
a.textok {
	color: #FFFFFF;
	text-decoration: none;
}
a.textok:hover {
	color: #FFFFFF;
	text-decoration: none;
}
