.textoprincipal {
	font-family: "Courier New", Courier, monospace;
	font-size: 70px;
	color: #000000;
	font-weight: 800;
}
.textodias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	border: thin solid #990000;
}
.textocuadros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: thin solid #999999;
}
body {
	background-image: url(../imagenes/fondos/f2.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.textopagprincipal {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #990000;
	font-weight: 900;
}
.cuadros {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: 900;
	color: #FF0000;
	text-decoration: none;
}
