.menu {
font-family: tahoma;
text-decoration : none;
color: #FFFFFF;
font-weight:bold;
}
:hover.menu {
text-decoration: underline;
color: #6C9BCE
}


.menuNegro {
font-family: tahoma;
text-decoration : none;
color: #000000;
font-weight:bold;
}
:hover.menuNegro {
text-decoration: underline;
color: #6C9BCE
}