/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo.jpg);
}
.contenido {
	font-size: 13px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contenido a:link {
	text-decoration:none;
	color: #003300;
	font-weight: bold;
}
.contenido a:visited {
	text-decoration:none;
	color: #003300;
	font-weight: bold;
}
.contenido a:hover {
	text-decoration: none;
	color: #003300;
	font-weight: bold;
}
.contenido a:active {
	text-decoration:none;
	color: #003300;
	font-weight: bold;
}
.menu {
	font-size: 10px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu a:link {
	text-decoration:none;
	color: #003300;
	font-weight: bold;
}
.menu a:visited {
	text-decoration:none;
	color: #003300;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
.menu a:active {
	text-decoration:none;
	color: #003300;
	font-weight: bold;
}
.texto {
	font-size: 11px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto a:link {
	text-decoration:underline;
	color: #003399;
	font-weight: bold;
}
.texto a:visited {
	text-decoration:underline;
	color: #003399;
	font-weight: bold;
}
.texto a:hover {
	text-decoration:underline;
	color: #003399;
	font-weight: bold;
}
.texto a:active {
	text-decoration:underline;
	color: #003399;
	font-weight: bold;
}
-->
