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 }
    
        

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
}