/* CSS Document */


#dropmenudiv{
background-color: #5f5b50;
position:absolute;
border:1px solid #5f5b50;
border-bottom-width: 0;
font:normal 11px Verdana;
color:#FFFFFF;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
background-color: #5f5b50;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #5f5b50;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F4F1F2;
font:normal 11px Verdana;
color:#5f5b50;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #5f5b50;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
line-height:20px;
}



.texto    {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height : 17px;  text-decoration:none; }

.texto a:link    {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height : 17px; color: #000000;  text-decoration:none; }
.texto a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height : 17px;  text-decoration: none;  }
.texto a:hover   {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: line-height : 17px; #000000;    }
.texto a:active    {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;  text-decoration:none; }


.titulo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #5f5b50;
width: 100%;
height: 15px;
}

.titulo a:link    {  text-decoration:none; color: #5f5b50; }
.titulo a:visited {  text-decoration: none; color: #5f5b50;  }
.titulo a:hover   {   text-decoration:none; color: #5f5b50;   }
.titulo a:active    {  text-decoration:none; color: #5f5b50; }

.titulog {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #1c497f;
width: 100%;
height: 15px;
border-bottom-color: #ADADAD;
border-bottom-style:dotted;
border-bottom-width: 2px;
}




.scroll {
margin-top:10px;
width:100%;  
height:400px; 
overflow:auto;
scrollbar-face-color:#ADADAD;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFF;
scrollbar-shadow-color:#ADADAD;
scrollbar-highlight-color:#ADADAD;
scrollbar-3dlight-color:#ADADAD;
scrollbar-darkshadow-color:#ADADAD; 
}

.scroll2 {
margin-left:12px;
width:230px;  
height:150px; 
overflow:auto;
scrollbar-face-color:#ADADAD;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFF;
scrollbar-shadow-color:#ADADAD;
scrollbar-highlight-color:#ADADAD;
scrollbar-3dlight-color:#ADADAD;
scrollbar-darkshadow-color:#ADADAD; 
}
