/* 
    Document   : public
    Created on : 15-mar-2012, 15:46:22
    Author     : maxtorzito
    Description:
        Purpose of the stylesheet follows.
*/
body{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 0;
}

.header{
    height: 108px;
    /*background: url('../resources/public/images/header.png') no-repeat center;*/
    background-color: #E8E8E8;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.wrap{
    margin: auto;
    width: 960px;
    min-height:645px;
}

.login_box{
    margin: auto;
    width: 250px;
    height: auto !important;
    background-color: #6986FD; 
    padding: 10px;
    text-align: left;
}

.boton_login{
    margin-top: 10px; text-align: center;
}

.link_recuperar_pass{
    margin-top: 10px;
    text-align: center;
}

.info_login{
    float: left; width: 500px; margin-left: 10px;
}

.fila_login{
    padding-bottom: 5px;
}

.etiqueta_login{
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}