body {
 background-repeat: no-repeat;
 margin: 0px;
 font-family: Arial;
 font-size: 10px;
}
#header {
 margin-top: 5px;
 margin-left: 35px;
 color: white;
 width:577px; ;
}
#perfil {
 background-image:url(/CSS/IMAGES/topframes/bg_perfil.gif);
 background-repeat: no-repeat;
 color: black;
 position: absolute;
 top: 2px;
 left: 410px;
 z-index: 1;
 width: 197px;
 height: 19px;
 padding-top: 3px;
 text-align: center;
}
#drop {
 margin-left: 25px;
 padding: 0px;
 position: absolute;
 top: 25px;
 width: 565px;
 text-align: right;
  z-index: 1; 
}
#drop select {
 font-size: 10px;
 width: 500px;
} 
a 
{
    color: #369;
/*  color: #336;*/ 
}
a:hover 
{
 text-decoration: none;
    color: #69C;
/* color: #669;*/ 
}
