
#sectionLinks a:link, #sectionLinks a:visited{
	font-weight: bold;
	color: #FFFFFF;  
}

#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: underline;
	color:#FFFFFF;
}

/* CSS Document */
.Vinculos
{
    a:link {
	color: #800000;
	text-decoration: none;
   
    a:visited {
	text-decoration: none;
	color: #800000;
               }
     a:hover {
	text-decoration: underline;
	color: #800000;
              }
    a:active {
	text-decoration: none;
	color: #800000;
              }
}
#Links
{
 color:#FFFFFF;
 background:#FFFFFF;
 a:hover 
 text-decoration: underline;
 color: #800000;	
 
}
