﻿/**********MENU SUPERIOR***********/
.separacionSup_Contenido
{
    background-color: #ff6600;
    height: 5px;
    border-bottom: #000000 1px solid;
    border-top: #000000 1px solid;
    width: 100%;
}

.separacionSup_ContenidoB
{
    background-color: #339dcd;
    border-bottom: #000000 1px solid;
    border-top-width: 0px;
}

.MenuSup
{
     width:90%;
     padding:3px;
}

td.MenuSupSup
{

}

a.MenuSup
{
    color: #6699cc;
    text-decoration: none;
    font-weight: bold;
}

a.MenuSup:hover
{
    color: #ffffff;
    background-color: Transparent;
    text-decoration:none; 
    
}

td.navegador
{
    border-bottom: #6699cc 1px dotted;
}


/**********MENU IZQUIERDA**********/
.MenuIzqItem
{
    font-family: Tahoma;
    background-color: #e8eefa;
    border: #c3d9ff 2px solid;
    margin: 5px;
    margin-bottom: 12px;
}

.MenuIzq
{
}

.MenuIzqEncabezado
{
    background-color: #c3d9ff;
    text-align: center;
    width: 100%;
}

.MenuIzqCuerpo
{
    line-height: 16px;
    width: 100%;    
}

.MenuIzqPie
{
    width: 100%;   
    text-align: center; 
    font-size: 11px;
}


/*******************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********************/
.Central
{

}

td.CentralSupEncabezado
{
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}

td.CentralSupCuerpo
{
    line-height: 18px;
    font-size: 13px;
    background-color: #efefef;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

td.CentralMedioEncabezado
{
    font-weight: bold;
    font-size: 13px;
    border: #000000 1px solid;
    background-color: #ff6600;
    color:White;
}

td.CentralMedioCuerpo
{    

}
td.CentralMedioCuerpoPrinc
{    
    border: #ff6600 1px solid;
    background-color: #efefef;
}