body {
margin: 0;
padding: 0;
/*font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;*/
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
}
/* --- Nav subs --------- */
#nav-subs ul {
list-style: none;
margin-left: 16px;
margin-right: 16px;
padding-left: 0;
/*border-top: 1px solid #8EA7C6;*/
}
#nav-subs ul li {
padding: 1px 0;
/*border-bottom: 1px solid #8EA7C6;*/
}
#nav-subs ul li a {
display: block;
float: left;
width: 100%;
text-align:left;
background: transparent url("img/small_bullet_red.gif") no-repeat 4px 50%;
color: #D9FD00;
/*color: #2D598D;  --> AZUL*/
text-indent: 14px;
text-decoration: none;
}
#nav-subs ul li a:hover {
background: #BFD9E5 url("img/small_bullet_red.gif") no-repeat 4px 50%;
#E5F0F5
color: #930;
}
#nav-subs ul li a.youarehere {
color: #930;
}


