/**
 * Css para el login de EnlaceFiscal.com
 */
body, td, th {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
body {
    background-color: #F9F9F9;
    background-image: url("/_img/login_fondo.gif");
    background-repeat: repeat;
    margin-top: 40px;
}
#main_container {
    height: 100%;
    width: 100%;
}
#container {
    width: 701px;
    margin: 35px auto;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
#contenedor {
    left: 50%;
    margin-bottom: 0;
    margin-left: -350px;
    margin-right: 0;
    position: absolute;
    width: 701px;
}
#principal {
    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    height: 450px;
    left: 0;
    position: absolute;
    top: 0;
    width: 700px;
    z-index: 10;
}
#principal_sombra {
    border: 1px solid #313131;
    height: 450px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 700px;
    z-index: 1;
}
#marca {
    background-color: #FFFFFF;
    border-bottom: 1px solid #9E9E9E;
    height: 90px;
    padding: 14px 14px 14px 26px;
    width: 660px;
}
#login {
    background-color: #E0E0E0;
    border-bottom: 1px solid #9E9E9E;
    height: 222px;
    padding: 16px 0;
    width: 700px;
}
#powered_by {
    background-color: #FFFFFF;
    height: 46px;
    padding: 14px;
    text-align: right;
    width: 672px;
}
#cuadro_datos {
    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    height: 222px;
    left: 50%;
    margin: 0 0 0 -250px;
    position: absolute;
    width: 500px;
}
#placa {
    background-position: center center;
    background-repeat: no-repeat;
    height: 222px;
    width: 166px;
}
.placa_verde #placa {
    background-image: url("/_img/verde.gif");
}
.placa_amarilla #placa {
    background-image: url("/_img/amarilla.gif");
}
.placa_roja #placa {
    background-image: url("/_img/roja.gif");
}
.placa_azul #placa {
    background-image: url("/_img/azul.gif");
}
.placa_seguridad {
    background-image: url('/_img/login_screen/anti_virus.png');
}
.placa_cambio_contrasena{
    background-image: url('/_img/login_screen/anti_virus.png');
}
.placa_restablecer_contrasena{
    background-image: url('/_img/login_screen/lock.png');
}
.placa_envio{
    background-image: url('/_img/login_screen/mail.png');
}
.mensaje {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.placa_roja .mensaje {
    background-color: #FFF4EA;
    border: 1px solid #FF6600;
    color: #FF6600;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.placa_amarilla .mensaje {
    background-color: #FFF4EA;
    border: 1px solid #FF6600;
    color: #FF6600;
    font-size: 11px;
    font-weight: normal;
    height: 28px;
    letter-spacing: 0.2em;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    width: 290px;
}
.forma {
    height: 222px;
    left: 166px;
    position: absolute;
    top: 0;
    width: 334px;
}
#espacio_letreros {
    padding: 20px 8px 5px;
    text-align: center;
}

#celdas {
    height: 168px;
    padding-top: 8px;
}
.campos {
    font-weight: bold;
    text-align: right;
}

.mensaje_retro{
    background-color: #FFF4EA;
    border: 1px solid #FF6600;
    color: #FF6600;
    letter-spacing: 0.1em;
    margin: -10px 0 0 50px;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 10;
}

.pie_pagina {
    bottom: 0;
    margin: 0 auto;
    padding-bottom: 2px;
    padding-top: 3px;
    text-align: center;
    width: 99%;

}

.campos_password{
    width: 130px;
}

img {
    border: none;
}

a:link {
    color: #0240A3;
    text-decoration:none;
}

a:visited {
    color: #0240A3;
    text-decoration:none;
}

a:active {
    color: #0240A3;
    text-decoration:none;
}

a:hover {
    color: #0240A3;
    text-decoration:underline; 
}

.mensaje_retro{
    background-color: #FFF4EA;
    border: 1px solid #FF6600;
    color: #FF6600;
    letter-spacing: 0.1em;
    margin: -10px 0 0 50px;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
}