BODY {background:#B8DEF5;}

FONT, TABLE, FORM {
    font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
    }

INPUT, SELECT, TEXTAREA {
    font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	background:#FFFFD5;
    }
    
 TH {
	background:#33CCFF;
	text-align:left;
    }

h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    color:#333399;
    margin:1pt;
    padding:1pt;
    }


.boton {
    font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	background:#CCCCCC;
    }

.boton_bold {
    font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	font-weight:bold; 
	background:#CCCCCC;
    }

.b_linea_1 {background:#00FFFF;}

.b_linea_2 {background:#AAFFFF;}

.fondo {background:#DDFFFF;}

.caja_texto {
    border-style:solid;
    border-width:thin;
    background:#DDFFFF;
    border-color: black;
  }

.borde_fino {
    border-style:solid;
    border-width:thin;
    border-color: black;
    }

.error {
    text-align:center;
    font-size:12pt;
    color:#FF0000;
    font-weight:bold;
    }

table.menu  {background-color: #B8DEF5;}

div.menu a {
    text-decoration: none;
    color: #000099;
    background-color: #B8DEF5;
    font-weight: bold;
}

 div.menu a:hover {
    background-color: #B8DEF5;
    font-weight: bold;
    color: yellow;
}

h3.menu a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#333399;
    margin:1pt;
    padding:1pt;
    }

 h3.menu a:hover {
    font-weight: bold;
    color: yellow;
}

td.state_closed{
    background-color: #00ff33;
  }
  
td.state_pending{
    background-color: orange;
  }
  

td.p_1{
    text-align:center;
    background-color: #00EE0A;
  }
  
td.p_2{
    text-align:center;
    background-color: #AEEE00;
  }
  
td.p_3{
    text-align:center;
    background-color: #FAFF00;
  }

td.p_4{
    text-align:center;
    background-color: #FAAE00;
  }

td.p_5{
    text-align:center;
    background-color: #FA0E00;
  }

table.consulta {
    background-color: #F3FDFF;
    border-style:solid;
    border-width:thin;
    border-color: black;
    font-weight: bold;
    color:#333399;
    }

.resalto {font-weight:bold;
          font-style:italic;
          background:#FFFF99;
          }
