/****************************/
/* PANEL DE CONTROL */
table.control
{
    background-color: #648C07;
    border-width:0px;
    
}

table.seleccion
{
    background-color: #E8F9BF;
    border: solid 1px black; 
    border-top-width:0px;    
}

td.control
{
    /*background-color: #E8F9BF;*/
    background-color: white;
    /*border: solid 1px #648C07; 
    border-top-width:0px;  */   
    border-bottom: solid 1px #648C07;     
}

td.controlInf
{
    /*background-color: #E8F9BF;*/
    background-color: white;
    border-bottom-width:0px;  
}

td.controlSubmenu
{
    background-color: #E8F9BF;
    font-weight:bold;
    /*border-bottom-width:0px;  */
    border-bottom: solid 1px #648C07;         
}

td.controlSubmenu2
{
    background-color: #648C07;
    font-weight:bold;
    border-bottom: solid 1px black;
    border-top: solid 1px black;    
    }

td.controlNoElegido
{
    background-color: #648C07;

    font-weight:bold;     
    border: solid 1px black;     
}

td.controlElegido
{
    font-weight:bold;         
    background-color: #E8F9BF;
    border: solid 1px black;     
    border-bottom:  solid 1px #E8F9BF;
}

/*****************************/
table.master
{
    border: solid 1px black;
    background-color: White;
}

table.negro
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

td
{
    vertical-align:top;
    /*vertical-align:text-top;*/
}


td.cuerpo
{
    border: solid 1px #339dcd;
}

td.pie
{
    background-color: #CADBEC;
    border: solid 1px #339dcd;
}

td.pie2
{
    background-color: #efefef;
    border: solid 1px #648C07;
    /*font-size: 10px;*/
}


td.encabezado
{
    background-color: #339dcd;
    border: solid 1px black;
    font-weight: bold;
}

td.paginador
{
    font-weight: bold;
    color: Black;
    background-color: #339dcd;
    border: #000000 1px solid;
}


td.noticiasinferior
{
    border-right: #648C07 1px dotted;
    border-top: #648C07 1px dotted;
    border-left: #648C07 1px dotted;
    border-bottom: #648C07 1px dotted;
    font-size: 11px;
    background-color: #f4f9e5;
}

/*INICIO MENU SUPERIOR*/
/*******************/
td.menucentral
{
    font-weight: bold;
    color: white;
    background-color: #648C07;
    /*background-color: red;*/
    border: solid 1px white;
}

a.menucentral
{
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color:Transparent;
}

a.menucentral:hover
{
    text-decoration: none;
    background-color:Transparent;
}

td.menucentral2
{
    border: solid 1px black;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #3db1e3;
}

/*******************/
/*FIN MENU SUPERIOR*/



.separacion	{ width: 20%; height: 10px; font-size: 1px;}
.separacion2	{ width: 20%; height: 5px; font-size: 1px;float:none }
.separacion3	{ width: 20%; height: 2px; font-size: 1px;float:none }
    

a.menu
{
    color:black;
    text-decoration:none;    
    font-weight: bold;    
    background-color:Transparent;
}

a.menu:hover
{
    text-decoration: underline;
}

a.limpio 			
{
    border:0;
    text-decoration:none;
    color:inherit;
}

a.limpio:hover			
{
    background-color:Transparent;
}

a.conFondo
{
    background-color: #ffff66;
}
 
textarea, input
{
    margin: 0px;
} 

input.btn
{
    font-family: verdana,tahoma,sans-serif;
    font-size: 10px;    
    color:black;
    text-decoration:normal; 
    border: 1px groove black;
}     

select
{
    margin:0px;
    font-family: verdana,tahoma,sans-serif;
    font-size: 10px;    
}  

select.little
{
    margin:0px;
    font-family: tahoma,verdana,sans-serif;
    font-size: 9px;    
}  

span.aviso
{
    font-size: smaller;
    background-color:Yellow
}