*{margin: 0;padding: 0; border: 0; font-family: verdana;font-size: 12px;}

.box-login{
    /*border: 1px solid #838383;*/
    background-color: #fff;
}
.cabecera-login{
    background-color: #fff;
}

.marco-login{
    background-color: #dadada;
}
#body-login{
    background-color: #F8F8F8;
}

.fboton{
    background: #0072C6; 
}

.fboton:hover{
    background-color: #0584e2;
}

.box-ini-registro a:hover{
    color: #008bf1; text-decoration: underline;
}
.box-ini-registro a{
    color: #0076cd; text-decoration: none;
}
.box-ini-registro{
    background-color: #f5f5f5; margin: 0 -10px -10px -10px; border-radius: 0 0 7px 7px;
    padding: 10px; border-top: 1px solid #dadada; color: #757575; text-align: center; line-height: 20px;
}


.cabecera-login{
    color: #000;
    font-size: 18px;
    padding: 10px 15px 0 15px;
    text-align: center;
    /*font-weight: bold;*/
}

.img-logo{
    margin: 75px auto 0 auto; display: block; width: 250px

}
.marco-login{
    width: 330px; margin: 10px auto 0 auto;
    padding: 10px;background-color: #fff;border-radius: 7px;
    box-shadow: 5px 5px 15px grey;
}

.box-dato{            
    float: left;
    border: 1px solid #dadada;
    padding: 7px;
    background-color: #f5f5f5;
    height: 20px;
}
.box-dato input,.box-dato select  {
    border: 0;
    background-color: #f5f5f5;
    width: 250px;
    line-height: 20px; 
}

.box-dato img {
    float: left;
    width: 18px;padding-top: 2px;
}
.usuario-datos{
    clear: both;
    margin-left: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.fboton{    
    border: 0px;
    height: 35px;        
    cursor: pointer;
    min-width: 100px;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    width: 100%;
    border-radius: 4px;
}

.copyright{
    color: #757575;
    font-size: 11px;
    margin: 10px auto;
    padding: 10px 10px 0;
    text-align: center;
    width: 300px;
}

.box-dato input{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}