/* CSS Document */




A:link,
A:visited,
A:active
{
	text-decoration:none;
	color:#000099;
}

body
{
	topmargin:10px;
	 
	
	
	}
.titulo
{
	font-family:'Verdana';
	font-style:italic;
	font-weight:bold;
	color:#000099;
	background-color:#ffcc33;
	font-size:10px
}

.entrada

{
	font-family:'Verdana';
	color:#000099;
	font-size:9px
}

.cuerpo

{
	font-family:'Verdana';
	color:#000099;
	font-size:10px}@font-face{font-family:Verdana;
	font-style:normal;font-weight:700;src:url(estilos/VERDANA2.eot);
	}@font-face{font-family:Verdana;font-style:normal;font-weight:normal;src:url(estilos/VERDANA1.eot);}
	@font-face{font-family:Verdana;font-style:oblique;font-weight:700;src:url(estilos/VERDANA1.eot);}
	
	
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(list-active.gif) left center no-repeat;
color: #666;
}
