@charset "UTF-8";
/* CSS Document */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
font-family: "Trebuchet MS";
}

#navlist a { padding: 15px 15px; }

#navlist a:link, #navlist a:visited
{
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
font-family: "Trebuchet MS";
}

#navlist a:hover
{
	color: #FFFFFF;
	background-color: #006351;
	text-decoration: none;
	font-family: "Trebuchet MS";
}

#navlist a:active
{
	color: #FFFFFF;
	background-color: #006351;
	text-decoration: none;
	font-family: "Trebuchet MS";
}

.datos {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #FFFEFE;
	text-decoration: none;
	line-height: 16pt;
	font-weight: lighter;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: #006351;
}
.texto {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11pt;
	color: #2A2A2A;
	text-align: justify;
}
.subtitulo {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #006351;
}
