/*Enlaces menu*/
a.linkmenu:link {text-decoration: none; color: #336699; font-weight: bold;}
a.linkmenu:visited {text-decoration: none; color: #336699; font-weight: bold;}
a.linkmenu:hover {text-decoration: underline; color: #336699; font-weight: normal;}
a.linkmenu:active {text-decoration: none; color: #336699; font-weight: bold;}

/*Enlaces internos*/
a.link:link {text-decoration: none; color: #000000; font-weight: bold;}
a.link:visited {text-decoration: none; color: #000000; font-weight: bold;}
a.link:hover {text-decoration: underline; color: #000000; font-weight: normal;}
a.link:active {text-decoration: none; color: #000000; font-weight: bold;}
