html, body{
    margin:0;
    padding: 0;
    font-family: Verdana;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

#header {    
    background-image: url(../img/web/barra_superior.png);
    background-repeat: repeat-x;   
    height: 43px;
    width: 100%;
    position: fixed;
    font-size: 1.6em;
    color: #FFF;
    background-position: left top;
    line-height: 43px;
    text-align: center;
    top: 0;
}

#contenidor{
    background-image: url(../img/web/fons_contenidor.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#login {
    width: 367px;
    height: 392px;
    background-color: #F9F9F9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow:  0px 0px 3px 3px #bbc3c9;        
    box-shadow:  0px 0px 3px 3px #bbc3c9;
}

.titol_login{
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 20px;
}

.label_login {
    color: #444444;
    font-size: 1em;
    font-weight: normal;
    padding-left: 50px;
    text-align: left;
    margin-bottom:3px;
}

#login_user{
    padding:5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbc3c9;
    width: 265px;
}

#login_user:hover{
    -webkit-box-shadow:  0px 0px 3px 3px #a4c1dd;        
    box-shadow:  0px 0px 3px 3px #a4c1dd;
}

#login_pass{
    padding:5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbc3c9;
    width: 265px;
}

#login_pass:hover{
    -webkit-box-shadow:  0px 0px 3px 3px #a4c1dd;        
    box-shadow:  0px 0px 3px 3px #a4c1dd;
}

#inicia{
    cursor: pointer;
    text-align: center;
    font-family: Arial;
    font-size: 1.1em;
    color:#FFFFFF;
    background-image: url(../img/web/fons_boto.png);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 270px;
    height: 41px;
    margin-top: 40px;
    line-height: 40px;
    text-indent: -18px;
}

#inicia:hover{
    -webkit-box-shadow:  0px 0px 3px 3px #a4c1dd;        
    box-shadow:  0px 0px 3px 3px #a4c1dd;
}

#inicia img{
    float:left;
    margin-top:12px;
    margin-left:10px;
}

#info_login{
    margin-top:15px;
    font-size:0.8em;
    color:#333333;
    font-family: Arial;    
    text-align: center;
}

.msg_er{
    color:#FF0000;
}

.msg_ok{
    color:green;
}

.box_shadow{
    -webkit-box-shadow:  0px 0px 3px 3px #a4c1dd;        
    box-shadow:  0px 0px 3px 3px #a4c1dd;
}

#footer{
    background-image: url(../img/web/barra_superior.png);
    background-repeat: repeat-x;   
    height: 43px;
    width: 100%;
    position: fixed;
    font-size: 2.0em;
    color: #FFF;
    background-position: left top;
    line-height: 43px;
    text-align: center;
    bottom: 0;
}