/* Hoja de Estilo para Login de EnlaceFiscal.com
        Copyright 2006 Accend Consulting, S.C. */

body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
body {
    background-color: #f9f9f9;
    background-repeat: repeat;
    margin-top: 40px;
    background-image: url(/_img/login_screen/login_fondo.gif);
}

#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;
}

#principal {
    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    left: 0;
    top: 0;
    width: 700px;
    z-index: 10;
}
#principal_sombra {
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
}
#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;
    padding: 5px 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;
    margin: 0px auto 5px;
    width: 550px;
}
#placa {
    width: 166px;
    height: 222px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}
.placa_verde {
    background-image: url('/_img/login_screen/protect_green.png');
}
.placa_amarilla {
    background-image: url('/_img/login_screen/protect_yellow.png');
}
.placa_roja {
    background-image: url('/_img/login_screen/protect_red.png');
}
.placa_azul {
    background-image: url('/_img/login_screen/protect_blue.png');
}

.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');
}
.forma {
    margin-left: 166px;
    width: 334px;
}
#espacio_letreros {
    padding: 20px 8px 5px;
}
#celdas {
    height: 168px;
    padding-top: 8px;
}
.campos {
    font-weight:bold;
    text-align:right;
}
.sin_error {
    font-size:16px;
    font-weight:bold;
    color:#666666;
    text-align: center;
}
.error {
    width: 275px;
    background-color:#FFF4EA;
    color:#FF6600;
    border: 1px solid #FF6600;
    height:28px;
    text-align: center;
    letter-spacing:0.2em;
    vertical-align: middle;
    line-height: 28px;
}

.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;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
}

span{
    color: #969696;
}

.boton {
    background-color: #F0F0F0;
    border: 1px solid #003C74 !important;
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 5px;
    min-width: 50px;
    text-align: center;
    height: 135px;
    width: 110px;
}

.boton:hover {
    background-color: #FFFFFF;
    border: 1px solid #8C8A8C !important;
}

a.boton {
    color: #000000;
    text-decoration: none;
}