<!--
body {
	background-color: #0a2446;
	margin-left: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(imagenes/fondogral.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size:11px;
	color: Aqua;
}
a{ color: #98ABF2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
li {
	list-style-type: none;
	background-image: url(imagenes/vineta.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 11;
}
/*Menu*/
	.menu .options {
		font-size:11px;
		font-family:arial, sans-serif;
		color:#ffffff;
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #98abf2;
		background-color:#0a2446;
	}
	.menu a {
		color:#ffffff;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
	}
	.menu a:hover {
		background-color:#475568;
		color:#98abf2;
	}
	.td div {
      position:relative;
      }
	  
/*Pie de pagina*/
.direccion {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.direccion a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}
.direccion a:hover {
	color: #ffffff;
	background:#98ABF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}
.pie{
	background-image: url(imagenes/azulbrillante.gif);
	background-repeat: repeat-x;
	background-color: #273343;
}

/*Area de contenidos Aqua*/
.contenido {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.contenido a{
	color: #98ABF2;
	text-decoration: none; 
}

.contenido a:hover{
	color: #98ABF2;
	text-decoration: underline;
}

h1{
	/*	 text-transform: uppercase;*/
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, verdana, sans-serif;
	color: #99cf18;
	letter-spacing: 2px;
	word-spacing: 3px;
}
-->