body
{
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    background-color: #e8e8ea;
    line-height: 14px;
}


table.master
{
    background-color: white;
    border: black 1px solid;
}

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 #ff9f2c;
    background-color: #eeeeee;
}

td.pie
{
    background-color: #ffe4b5;
    border: solid 1px #ff9f2c;
    /*font-size: 10px;*/
}

td.pie2
{
    background-color: #efefef;
    border: solid 1px #ff9f2c;
    /*font-size: 10px;*/
}


td.encabezado
{
    background-color: #ff9f2c;
    border: solid 1px black;
    font-weight: bold;
}

td.paginador
{
    font-weight: bold;
    color: black;
    background-color: #ffd700;
    border: #000000 1px solid;
}



/*INICIO MENU SUPERIOR*/
/*******************/
td.menucentral
{
    font-weight: bold;
    color: white;
    background-color: #ff9f2c;
    /*background-color: red;*/
    border: solid 1px white;
}

td.menucentral2
{
    border: solid 1px black;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #3db1e3;
}

/*******************/
/*FIN MENU SUPERIOR*/



.separacion	{ width: 20%; height: 15px; font-size: 1px;}
.separacion2	{ width: 20%; height: 5px; font-size: 1px;float:none }
    
        
a
{
    color:Black;
}

a:hover
{
    text-decoration:none;        
}

a.menu
{
    color:black;
    text-decoration:none;    
    font-weight: bold;    
    background-color:Transparent;
}

a.menu:hover
{
    text-decoration: underline overline;
    background-color: #ff9900;
    margin: 1px;
    padding: 0px;
}

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
}
