﻿body {
         font-family:Tahoma;
         font-size:12px;
}

.cabecera {
    font-family: Tahoma;
    color: blue;
    background-image: url(../imagenes/fondos/cabecera.gif);

}

.footer_login {
    position: absolute;
    bottom: 0;
    width: 99%;
    height: 40px;
    background-image: url(../imagenes/fondos/cabecera_login.png);
   
    font-size: 12px;
    color: blue;
}

.footer_aplicacion {
    position: absolute;
    bottom: 0;
    width: 99%;
    height: 30px;
    background-image: url(../imagenes/fondos/pie.gif);
    font-family: Tahoma;
    font-size: 12px;
    color: blue;
    display:none;   
}

.botones {
    border-color: blue;
    border-width: 1px;
    border-style:outset;
}

.campo_txt {
    border: 1px solid white;
    background-color: lightgray;
    font-family: tahoma;
    font-size: 12px;
    height: 18px;
}


.login {
    font-family: Tahoma;
    color: white;    
    /*background-image: url(../imagenes/fondos/cabecera_login.png);*/
}

.bordes {
    BORDER-COLOR: white;
    BACKGROUND-COLOR: #E8E8E8;
    font-family: tahoma;
    font-size: 12px;
    border-width: 1px;
    height: 18px;
}
.titulos {
    font-family: tahoma;
    font-size: 14px;
    color: blue;
    font-weight: bold;
    text-transform: uppercase;
}
.titulo_region {
    font-family: tahoma;
    font-size: 14px;
    color: blue;
    font-weight: bold;
}
.titulo_zona {
    font-family: tahoma;
    font-size: 12px;
    color: blue;    
}
.titulos_menu_principal {
    font-family: tahoma;
    font-size: 12px;
    color: blue;
}
.firmarse {
    font-family: tahoma;
    font-size: 18px;
    color: white;
    vertical-align: center;
    text-align: center;
    margin-top: 10%;
    margin-left: 20%;
    width: 600px;
    height: 50px;
}
.formularios {
    /*background-image: url(../imagenes/fondos/cuadro_notificaciones.png);*/
    background-image: url(../imagenes/fondos/formulario.png);
    font-family: tahoma;
    font-size: 12px;
}