footer{
    margin-top: 100px;
}

.conversor{    
    background-color: #EEEEEE;    
    padding: 10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin : 5px;
}

.conversor b{    
    color: #0B80CC;
}

.labelError{
    color: #FF0000;
}

a
{
    text-decoration: none
}

a img { border:none }

.labelCampo{
    min-width: 300px !important;
}

.labelCota{
    min-width: 100px !important;
}

.avisos{
    width: 1024px !important;
}

#cabezalDerecha
{	
    float:right;
}

#cuerpo
{   
    width: 100%;
    text-align: center;
    text-align: -khtml-center;
    text-align: -moz-center;
}

.nav
{
    list-style:none;        
}

.nav li a {
    text-decoration:none;
    float: left;
    padding: 4px 10px 4px 10px;
    margin: 1px;
    color:#0B80CC;
    /*background-color:#DDD;*/
    background-color:#C3E6FF;
}

.nav li a.activo{
    color:#FFF;
    background-color:#0B80CC;
}

ul li a:hover {
    color:#FFF;
    /*background-color:#777;*/
    background-color:#0B80CC;
}

.activo {
    padding:4px;
    border:1px solid #aaa;
}

.inactivo {
    display:none;
}
.oculto {
    display:none;
}

.tabla
{
    border-collapse:collapse;
}
.tabla , .celda
{
    border:1px solid black;
    text-align: center;
    padding: 1px !important;
}

/**
Recuadro de errores
**/

#tabla1{
    border: 2px solid #a00;
    width: 280px;
}
#cabtab1{
    background-color: #f00;
    font-weight: bold;
    color: #fff;
    padding: 2px 2px 2px 2px;
}
#cuerpotab1{
    padding: 4px 4px 4px 4px;
    color: #f00;
    background-color: #FCC;
}

/***/
.errorFrom
{
    color: #F00;
}

/* tablas */

.flotanteIzq{
    float: left;
    padding: 10px;
}

.resultadoOK{
    margin-top: 100px;
    background-color: #94DFCC;
    color: #006600;
    font-weight: bold;
    padding-top: 20px;
    min-height:50px;
    width: 470px;
}

.resultadoError{    
    font-weight: bold;
    color: #f00;
    /*height: 60px;*/
    min-height:50px;
    width: 900px;
    background-color: #FCC;
    padding-top: 20px;
}

.resultadoAdvertencia{
    font-weight: bold;
    color: #FF790C;
    min-height:50px;
    width: 500px;
    background-color: #FFE738;
    padding-top: 20px;
}


/* se utiliza para destacar algo, por ejemplo los datos de la hora anterior*/
.textoColor{
    color: #0B80CC;
}

#docs{
    padding-left: 20px;
}

input[disabled] {
    /*color: #AAA;*/
    background-color: #CCC;
}

#fieldEstacionesUsuario {
    position:absolute;
    top: 50%;
    left: 50%;
    width:20em;
    /*height:8em;*/
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}



/********************************************/

/*
body{
    max-width: 1024px;
}
*/

.verde  
{
    background-color: #008000;
    color: #ffffff;
}

/*
.grupoVariables{
    width: 1000px;                
}
*/

.RV_Invalido{
    background-color: #FF0000;
    color: #ffffff;
    cursor: pointer;
}

.RV_Sup_Alerta1Max{
    background-color: orange;
    color: #ffffff;
    cursor: pointer;
}

.RV_Sup_Alerta2Max{
    background-color: yellow;
    color: #ff0000;
    cursor: pointer;
}

.RV_Inf_Alerta1Min{
    background-color: #00f;
    color: #fff;
    cursor: pointer;
}

.RV_Inf_Alerta2Min{
    background-color: #7DFFFF;
    color: #00f;
    cursor: pointer;
}

.RV_CambioBrusco{
    background-color: violet;
    color: #fff;
    cursor: pointer;
}


.cajaVariable{
    margin: 6px;
}

.cajaVariable2{
    max-width: 460px;
    margin: 6px;
}

.grupoVariables2{
    float: left;
    margin-left: 10px;
    max-width: 480px;
}



