﻿/****************************/
/* PANEL DE CONTROL */
table.control
{
    background-color: #ff9f2c;
    border-width:0px;
    
}

table.seleccion
{
    background-color: #ffe4b5;
    border: solid 1px black; 
    border-top-width:0px;    
}

td.control
{
    /*background-color: #ffe4b5;*/
    background-color: white;
    /*border: solid 1px #ff9f2c; 
    border-top-width:0px;  */   
    border-bottom: solid 1px #ff9f2c;     
}

td.controlInf
{
    /*background-color: #ffe4b5;*/
    background-color: white;
    border-bottom-width:0px;  
}

td.controlSubmenu
{
    background-color: #ffe4b5;
    font-weight:bold;
    /*border-bottom-width:0px;  */
    border-bottom: solid 1px #ff9f2c;         
}

td.controlSubmenu2
{
    background-color: #ff9f2c;
    font-weight:bold;
    border-bottom: solid 1px black;
    border-top: solid 1px black;    
    }

td.controlNoElegido
{
    background-color: #ff9f2c;

    font-weight:bold;     
    border: solid 1px black;     
}

td.controlElegido
{
    font-weight:bold;         
    background-color: #ffe4b5;
    border: solid 1px black;     
    border-bottom:  solid 1px #ffe4b5;
}

/*****************************/