BODY, TD, TH, A, P,H1,H2,H3{
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

.clsNode:visited{
        color: black;
        font-weight : bold;
        font-size : 9pt;
        text-decoration : none;
}
.clsNode:hover{
        color: blue;
        font-weight : bold;
        font-size : 9pt;
        text-decoration : underline;
}

/*ENLACES*/
a:link {color: blue;font-weight: 600;text-decoration: none;}
a:visited {color: #3c559f;font-weight: 600;text-decoration: none;}
a:active {color: #3c559f;font-weight: 600;text-decoration: none;}
a:hover {color: #FFFFFF;font-weight: 600;text-decoration: none;background: green;}
a img:hover {background: #FAFAF5;}
a.imagen:hover {background: #FAFAF5;}

/*VARIACIONES*/
.llaves {color: #A25151; font-weight: 600; font-family: "Century Gothic", Arial, Serif; font-size: 1.1em;}
.index {font-weight: 800;}
.courier {font-family: Courier, Arial, Serif;}
.blanco {color: #ffffff;}
.rojo {color: #E6801A;}
.subrayado {color: #000000; background: #FFFF00;}
.verde {color: #025948;}
.logo {font-size: 0.7em; color: #025948;}
.centrado {text-align: center;}
.remarcado {color: #A25151; text-decoration: underline;}



/*MENUS*/
.supertitulomenu {font-weight: 600;font-size: 100%; color: #A25151;}
.menu {margin-top: 6pt;margin-left: 4pt;}

/*FORMULARIOS*/
ul { list-style-image: url(/images/vineta.gif); font-size: 0.9em;}
ul li { padding: 6px; }
.separado { padding: 6px; }
.junto { padding: 0px; }
ol { font-size: 0.9em; margin-left: 25px; margin-right: 15px;}
.metal { color: #A25151; font-weight: bold; font-size: 10pt; background-color: #F2F2E6; vertical-align: top; border-style: solid; border-width: 1px; border-bottom-color: #A25151; border-right-color: #A25151; border-left-color: #A25151; border-top-color: #A25151; cursor: pointer;}

/*OTROS*/
hr { width: 75%; color: #A25151;}
h3 {text-shadow: 0.1em 0.1em #333}

#toc,
.toc,
.mw-warning {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}