html, body
{
    font-size:100%;
    font-family: Calibri, arial;
    font-size: 10pt;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;	
    
}

a img {
    border: none;
}

#back
{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: url("../background/back_index.jpg") no-repeat;
    background-size: 100%;
    border: silver 1px solid;
}

#login
{
    position: absolute;
    right: 0px;
    width: 450px;
    height: 100%;
    background-color: white;
    z-index: 2;
    border: silver 1px solid;
}

#contenedor-login
{
    position: relative;
    float:left;
    width: 430px;
    height: 97%;
    margin: 10px;
    border: silver 1px solid;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background: url("img_index/logo_empresa.png") no-repeat center 30px;
}

/*#logos_estado
{
    position: absolute;
    width: 328px;
    height: 43px;
    bottom: 32px;
    left: 55px;
    background: url("img_index/logos_estado.png") no-repeat;
}*/

#copia_derechos
{
    position: absolute;
    width: 100%;
    bottom: 7px;
    text-align: center;
}

#texto_inicio
{
    position: relative;
    width: 100%;
    top: 160px;
    left: 50px;
    text-align: left;
    color: #7C7C7C;
}

#form_login
{
    position: relative;
    width: 100%;
    top: 180px;
    left: 50px;
    text-align: left;
}

.input-login
{
    position: relative;
    float: left;
    border: silver 1px solid;
    height: 20px;
    padding: 2px 1px 2px 5px;
    width: 318px;
    clear: both;
}

.label-login
{
    position: relative;
    float: left;
    font-size: 11pt;
    font-weight: 800;
    margin-bottom: 4px;
    clear: left;
    margin-top: 20px;
}

.olvido-contrasena
{
    position: relative;
    float: left;
    margin-top: 20px;
    left: 130px;
    color: #7C7C7C; 
}

.btnLogin
{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:15px;
    background:#a1d8f0;
    background:-moz-linear-gradient(top, #badff3, #7acbed);
    background:-webkit-gradient(linear, left top, left bottom, from(#badff3), to(#7acbed));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#badff3', EndColorStr='#7acbed')";
    border:1px solid #7db0cc !important;
    cursor: pointer;
    padding:11px 16px;
    font:bold 11px/14px Verdana, Tahomma, Geneva;
    text-shadow:rgba(0,0,0,0.2) 0 1px 0px; 
    color:#fff;
    -moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    -webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    margin-top: 40px;
    margin-left:190px;
    float:left;
    padding:7px 21px;
}

.btnLogin:hover,
.btnLogin:focus,
.btnLogin:active{
    background:#a1d8f0;
    background:-moz-linear-gradient(top, #7acbed, #badff3);
    background:-webkit-gradient(linear, left top, left bottom, from(#7acbed), to(#badff3));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7acbed', EndColorStr='#badff3')";
}
.btnLogin:active
{
    text-shadow:rgba(0,0,0,0.3) 0 -1px 0px; 
}