/* Directivas generales */

body {background-image: url(../imgs/fondo_body.gif);
      background-repeat: repeat-y;
      margin: 0px;
      padding: 0px;}

table {border-collapse: collapse;}

table, div, input, textarea, select, a {font-family: Arial;
                                        font-size: 0px;}

input, textarea, select {font-family: Arial;
                         padding: 2px 2px 2px 2px;}

td {text-align: left;
    vertical-align: top;}

form, div, td {padding: 0px;
               margin: 0px;}

textarea {overflow: auto;}

a {text-decoration: none;}

img {border: none;}

.centrada {margin: 0px auto;}

.alinearCentrado {text-align: center;}

.alinearDerecha {text-align: right;}

.alinearMedio {vertical-align: middle;}

.alinearAbajo {vertical-align: bottom;}

.Combo {vertical-align: middle;
        COLOR: #555555;
        FONT-FAMILY: Arial;
        font-size : 13px;}
                 
.BotonImagen {vertical-align: middle;}

.botonera {COLOR: #373739;
           FONT-FAMILY: Arial;
           font-size : 11px;
           text-decoration: none;
           font-weight : normal;}

.pie {COLOR: #373739;
      FONT-FAMILY: Arial;
      font-size : 10px;
      text-decoration: none;
      font-weight : normal;}

table.solapaMenu td.bordeSolapaIzq {background-image: url(../imgs/solapa_borde_izq.gif);
                                    background-repeat: no-repeat;
                                    width: 4px;
                                    height: 27px;}

table.solapaMenu td.bordeSolapaDer {background-image: url(../imgs/solapa_borde_der.gif);
                                    background-repeat: no-repeat;
                                    width: 3px;
                                    height: 27px;}

table.solapaMenu td.centro {background-color: #BBBCC0;
                            height: 27px;}

td.cuerpoPrincipal {background-color: #FFFFFF;}

.tituloLogin {COLOR: #686868;
              FONT-FAMILY: Arial;
              font-size : 13px;
              font-weight : bold;}

.textoLogin {COLOR: #555555;
             FONT-FAMILY: Arial;
             font-size : 11px;}
             
.textoLogin:hover {COLOR: #014d9a;
             FONT-FAMILY: Arial;
             font-size : 11px;}
             
.textoSubEmpresa {COLOR: #555555;
                  FONT-FAMILY: Arial;
                  font-size : 11px;}

.textoSubEmpresa:hover {COLOR: #014d9a;
                        FONT-FAMILY: Arial;
                        font-size : 11px;}

.linkFijo {COLOR: #014d9a;
           FONT-FAMILY: Arial;
           font-size : 11px;}
                  
.input {
    border: 1px solid #AFAFAF;
    height: 20px;
    color: #666666;
    font-family: arial;
    font-size: 11px;
}

.fontAzul {
    COLOR: #024B98;
    FONT-FAMILY: Arial;
    font-size : 11px;
}
.fontAzul:hover {
    COLOR: #555555;
    FONT-FAMILY: Arial;
    font-size : 11px;
}

.bordeIzq {border-left: 1px solid #DEDEDE;}

.textoPrincipal {
    COLOR: #555555;
    FONT-FAMILY: Arial;
    font-size : 12px;
    vertical-align: middle;
}

.textoPrincipalTitulo {
    COLOR: #555555;
    FONT-FAMILY: Arial;
    font-size : 12px;
    vertical-align: middle;
}

    

.textoSubPlanesGris {
    COLOR: #555555;
    FONT-FAMILY: Arial;
    font-size : 11px;
}
.fontAzulLink {
    COLOR: #024B98;
    FONT-FAMILY: Arial;
    font-size : 13px;
}
.fontAzulLink:hover {
    COLOR: #48bcf7;
    FONT-FAMILY: Arial;
    font-size : 13px;
}
.fontAzul2 {
    COLOR: #024B98;
    FONT-FAMILY: Arial;
    font-size : 13px;
}

table.publicidadTop {z-index: 100;
                     position: absolute;
                     top: 250px;
                     background-color: #FFFFFF;}

table.imagenPublicidad {background-image: url(../imgs/afichegrande.jpg);
                        height: 528px;
                        width: 377px;
                        background-color: #FFFFFF;}
}

/* 'position: fixed' to bottom */

div#fixme-bottom {
position: fixed; 
bottom: 0; 
left: 0;
width: 0;
height: 0;
z-index: 2;
}

* html div#fixme-bottom {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
left: expression("0%");
}

/* slight adjustment */
div#fixme-bottom table {
float: left;
margin: -26px -100px -100px 0;
position: relative;
}

div#fixme-bottom table table {margin: 0px; float: right;}

div.fondoGris {position: absolute;
                width: 100%;
                top: 0px;
                left: 0px;
                padding-top: 250px;
                background-color: #F6F5F5;
                filter: alpha(opacity=65);
                -moz-opacity:.65;
                opacity:.65;
                z-index: 50;
                display: none;}
.fontAzul1 {
    COLOR: #024B98;
    FONT-FAMILY: Arial;
    font-size : 12px;
}

.fontAzul1:hover {
    COLOR: #48bcf7;
    FONT-FAMILY: Arial;
    font-size : 12px;
}.alinearTop {
	vertical-align: top;
}
.textoRojo {
	COLOR: #FF0000;
	FONT-FAMILY: Arial;
	font-size : 12px;
	vertical-align: middle;
}
.textoPrincipal3 {
	COLOR: #565555;
	FONT-FAMILY: Arial;
	font-size : 24px;
	vertical-align: middle;
}


