<STYLE TYPE="text/css">

A:link {text-decoration: none}
A:visited {	text-decoration: none; color:#0000FF}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}



body{
	background-image: url("10.jpg");
	margin: 1px 5px 5px 5px;
}



.TituloI {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-variant: small-caps;
	background-image: url(top-nav-hover.gif);
	text-align: center;
}

.TituloII {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #76B2E8;
	text-align: center;
}


.TituloIII {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A81DE;
	background-color: #D8E7FE;
	text-align: center;
	text-transform: uppercase;
}

.Parrafo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
	color: #333333;
}


.notas {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	color: #4A81DE;
	font-weight: bold;
	font-style: italic;
}



.footer {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	font-variant: small-caps;
}



#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 144px
	}

#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #76B2E8;
	border-bottom: 1px solid #393939;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}


li {
	list-style-type: disc;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

</STYLE>