﻿.maestra
{
    width:760px;
    background-color: White;
    /*border: solid 1px black;*/
}

.contenido
{
    width:760px;
    background-color: White;
    border: solid 1px black;
}



/**********MENU SUPERIOR***********/


.MenuSup
{
    text-align: left;
    border: solid 1px #000000;
    border-right-width: 0;
    background-color: #ffffff;
}

.MenuSup2
{
    text-align: right;
    border: solid 1px #000000;
    border-left-width: 0;
    background-color: #ffffff;
    vertical-align: bottom;
    padding:5px;
}


a.MenuSup
{
    color: #6699cc;
    text-decoration: none;
    font-weight: bold;
}

a.MenuSup:hover
{
    color: #ffffff;
    background-color: Transparent;
    text-decoration:none; 
    
}



/**********MENU IZQUIERDA**********/
.MenuIzq
{
     padding-right: 10px;
}

.MenuIzqEncabezado
{
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: #f4a460;
    border-bottom: #ff6347 1px solid;
}

td.MenuIzqCuerpo
{ 
    line-height: 16px;
    width: 100%;
    text-align: center;
    background-color: #f5deb3;    
 }


td.MenuIzqPie
{
    font-style: italic;
    width: 100%;  
    text-align: center;
}

.MenuIzqItem
{
    /*border-left: #ff6347 10px solid;*/
    border-left: red 10px solid;
    border-right: red 1px solid;
    border-top: red 1px solid;
    border-bottom: red 1px solid; 
}




.MenuIzq ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: solid 1px #ffde00;
    border-left-width: 0px; 
    background-color: #ffffcc;
}


.MenuIzq li {
  margin:0px;
  padding:0px;
  }

.MenuIzq a {
  margin:0px;
  padding:0px;
  text-decoration:none;
  }

.MenuIzq li span a  {
  display:block;
  padding: 3px;
  color:#000000;
  font-weight: bold;
  }	  

.MenuIzq li span a:hover
{
    background-color: #ffffff;
} 

.MenuIzq li a
{
    /*border-left: #daa520 10px solid;*/
    border-left: #ffde00 10px solid;
}

.MenuIzq li a:hover
{
    border-left: #000000 10px solid;
}



/*******************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;*/
}

table.centralSup
{
    /*background: #eeeeee;
    border: dotted 1px #e0dfe3;*/
}

td.CentralSupEncabezado
{
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}

td.CentralSupCuerpo
{
    line-height: 18px;
    font-size: 13px;
    /*border: #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;
}

.destacado
{
    color: #006dba;
    font-weight: bold;
}
