﻿
/* Menú Principal */
a.LinkMenu:link
{
    font-family: verdana;
    font-size: medium;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.LinkMenu:visited
{
    font-family: verdana;
    font-size: medium;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.LinkMenu:hover
{
    font-family: verdana;
    font-size: medium;
    color: #000000;
    text-decoration: underline;
}

a.LinkMenu:active
{
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}


/*Todos los Hipervículos */
a:link
{
    font-family: verdana;
    font-size: x-small;
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
    font-family: verdana;
    font-size: x-small;
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    font-family: verdana;
    font-size: x-small;
    color: #FF6600;
    text-decoration: underline;
}


a:active
{
    font-family: verdana;
    font-size: x-small;
    font-weight: bold;
    color: #000000;
}

/* Encabezados de las Tablas */
a.LinkHeader:link
{
    font-family: verdana;
    font-size: small;
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
}

a.LinkHeader:visited
{
    font-family: verdana;
    font-size: small;
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
}

a.LinkHeader:hover
{
    font-family: verdana;
    font-size: small;
    color: #FF6600;
    text-decoration: underline;
}

a.LinkHeader:active
{
    font-family: verdana;
    font-size: small;
    font-weight: bold;
    color: #000000;
}

/* Títulos Noticias y Otros */
a.LinkNoticia:link
{
    font-family: verdana;
    font-size: 11px;
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
}

a.LinkNoticia:visited
{
    font-family: verdana;
    font-size: 11px;
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
}

a.LinkNoticia:hover
{
    font-family: verdana;
    font-size: 11px;
    color: #FF6600;
    text-decoration: underline;
}

a.LinkNoticia:active
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* Links Internos */
a.nav:link {color: red; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; } 

/* Links Externos */
a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; } 


