﻿/*******************MENU SUP********************/

td.separacionSup_Contenido
{
    background-color: #225407;
    height: 5px;
    text-align: center;
}

td.MenuSup
{
    background-color: #89AFD0;
    font-weight: bold;
    color: white;
    border: solid 1px black;
    border-top-width: 0px;
}

td.MenuSupSup
{
    /*background-color: #96C722;*/ /*border: #648C07 1px solid;*/
    background-color: black;
    color: White;
    font-size: 30px;
    font-weight: bold;
    background-color: #778899;
    border: solid 1px black;
}



.MenuSup
{
    font-family: verdana,tahoma,sans-serif;
    font-weight:bold;
    text-decoration:none;       
}

a.MenuSup:hover			
{
    background-color:Transparent;
   /* color: white;*/
}


/*******************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: #96C722;
    background-color: Transparent;
    text-decoration:none; 
    
}

/*******************MENU IZQ********************/
td.MenuIzq
{
    width: 225px;
    /*border-right: black 1px solid;*/
    /*border-bottom: black 1px solid;*/
    border: black 1px solid;
    border-top-width: 0px;
    background-color: #CDDBE7;
}

td.MenuIzqEncabezado
{
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

td.MenuIzqCuerpo
{
    text-align: left;
    line-height: 18px;
    color: #225407;
    padding-left: 4px;
}



/*******************MENU CENTRAL********************/
td.CentralGeneral
{
      border-bottom: black 1px solid;
      border-right: black 1px solid;
      background-color: White;
}

td.Central
{
    background-color: White;
}

table.MenuCentralSup
{
    border-top: #000000 2px dotted;
    border-bottom: #000000 2px dotted;
}

td.CentralSupBEncabezado
{
    font-weight: bold;
    border: #33cc33 1px solid;
    background-color: #33cc33;
}

td.CentralSupB
{
    border: #33cc33 1px solid; /*background-color: #CBE982;*/
}


td.CentralSupBPie
{
    text-align:right;
    font-style: italic;
    background-color: #CBE982;
}

td.CentralSupBPie2
{
    text-align:right;
    text-decoration: underline;
    border: #33cc33 1px solid;
    background-color: #33cc33;
}

td.CentralSupAEncabezado
{
    font-weight:bold;
    border: #ff9900 1px solid;
    background-color: #ff9900;
}

td.CentralSupA
{
    border: #ff9900 1px solid;
    background-color: #ff9900;    
}


.CentralSupAPie
{
    text-align: right;
    text-decoration: underline;
}

td.CentralCentralEncabezado
{
    background-color: #96C722;
    border: #000000 1px solid;
}

td.CentralCentralEncabezadoB
{
    text-align: center;
    border-bottom: #000000 1px solid;
    border-top: #000000 1px solid;
    font-weight: bold;
    font-size: 12px;
    background-color: #ffffff;
}

td.CentralCentral0
{
    vertical-align: middle;
    border-bottom: #000000 1px dotted;
    background-color: #E8F9BF;
}

td.CentralCentral1
{
   /* background-color: #EAEAEA;*/
    /*border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;*/
}

td.CentralCentral2
{
   /* border-left: #000000 1px solid;
    border-right: #000000 1px solid;*/
    /*border-bottom: #000000 1px solid;*/
    font-size: smaller;
    text-align: center;
    /*border-top: #000000 1px dotted;*/
    /*background-color: #EAEAEA;*/
}

td.CentralCentralSeparacion
{
    height: 9px;
}

/*******************MENU DERECHA********************/
td.MenuDer
{
    border-left: black 1px solid;
    background-color: #8BD5FF;
}

td.MenuDerEncabezadoAzul
{
    font-weight: bold;
    border-bottom: black 1px solid;
    border-top: black 1px solid;
    text-align: center;
    background-color: #1e90ff;
}

td.MenuDerCuerpoAzul
{
    background-color: #8BD5FF;
}

/*******************OTROS********************/
.titulo1
{
    font-weight: bold;
    color:  black;
    font-size:13px;
}

.titulo2
{
    font-weight: bold;
    /*color: #daa520;*/
    color: Red;
}

.smaller
{
    font-size: smaller;
}