/* CSS Document */

#navcontainer { width: 170px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	color: #FFFFFF;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 170px;
height: 20px;
background-color: #10B3F0;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;

}
.enlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: ##10B3F0;
}
A {text-decoration: none}
a.enlace:active  { }a.enlace:active  { color: #10B3F0; text-decoration: none} 
a.enlace:link, a.enlace:visited{ color: #10B3F0; text-decoration: none; text-align: left}
a.enlace:hover { color: #FF9900; text-decoration: none; text-align: left}
.linealrededor {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
		}
