﻿/**********MENU SUPERIOR***********/
td.separacionSup_Contenido
{
    background-color: black;
    height: 2px;
}

table.MenuSup
{
    background-color: #000000;
    color: White;
}

table.MenuSupSup
{
    background-color: Black;
}

a.MenuSup
{
    color: #95cf72;
    text-decoration: none;
    font-weight: bold;
}

a.MenuSup:hover
{
    color: #ffffff;
    background-color: Transparent;
    text-decoration:none; 
    
}

td.navegador
{
    border-bottom: #95cf72 1px dotted;
}


/**********MENU IZQUIERDA**********/
td.MenuIzq
{
    border-right: black 1px solid;
    background-color: #ffe4b5;
}

td.MenuIzqEncabezado
{
    background-color: #eb8223; /*background-color: #ff8c63;*/ /*background-color: #ffe4b5;*/
    font-weight: bold;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

td.MenuIzqCuerpo
{
    line-height: 16px;
    width: 100%;    
}

td.MenuIzqPie
{
    font-style: italic;
    width: 100%;    
}


/*******************MENU INF********************/

td.MenuInferior
{
    background-color: #000000;
    text-align:right;
    color: White;
}

a.MenuInferior
{
    color: white; 
    text-decoration:none; 
    font-weight: bold;
}

a.MenuInferior:hover
{
    color: #ff8c63;
    background-color: Transparent;
    text-decoration:none; 
    
}

/*******************MENU CENTRAL********************/
td.Central
{
    /*background-color: #e8e8ea;*/
}