/* 
    Document   : mensajes
    Created on : 23/07/2012, 16:10:05
    Author     : zextascaravilli
    Description:
        Purpose of the stylesheet follows.
*/
 
.mensajeOK
{
color:blue;
text-align:center;
font-weight: bold;
}
 
.mensajeNoOK
{
color:red;
text-align:center;
font-weight: bold;
}

.BigNumeric
{
text-align:right;
font-weight: bold;
font-size: 150%;
}

.graficoEstado {
    position: relative;
    z-index: 200;
}

#divEsperandoGrafico{
  position: relative;
  z-index: 3;   
  height: 90px;
  margin-top: 30px;
}

.graficoConsulta {
    position: relative;
    z-index: 200;  
    margin-top: -120px;
}

.graficoConsulta2 {
    position: relative;
    z-index: 200;  
    /*margin-top: -120px;*/
}