
.form {
/*    height: 100%;*/
    width: 100%;
}

.form-total {
    height: 172px;
    margin-bottom: 180px;
    margin-top: 100px;
    width: 435px;
}

.form-cen {
    background-color: #302E2F;
    height: 325px;
    text-align: left;
    width: 460px;
    border: 3px solid #A59797  ;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 0 5px 2px #FFFFFF;
    -webkit-box-shadow: 0 0 5px 2px#FFFFFF;
    box-shadow: 0 0 5px 1px #FFFFFF;
}

.form-text {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 29px;
    line-height: normal;
    margin-left: 50px;
    margin-top: 51px;
    width: 360px;
}

.form-text2 {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 29px;
    line-height: normal;
    margin-left: 50px;
/*    margin-top: 51px;*/
    width: 200px;
}


/**********************ERRORES**********************/

div.t-error {
    width: 458px;
    margin-left: 0px;
    padding:8px 0 10px;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    background-image:url(../imagenes/errores-sombra.jpg);
    background-position:top;
    background-repeat:repeat-x;
    color:#CC0000;
    font-family:Verdana,Helvetica,Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    background-color:#E7A9AA;
    text-align: center;
}

div.t-error div {
color:#CC0000;
background-color:#E7A9AA;
font-size:14px;
}

div.t-error ul {
background-color:#E7A9AA;
color:#CC0000;
margin:0px 0px;
}

.pie{
    background-image:  url(../../imagenes/pie.png);
    height: 65px;
    /*min-width: 1000px;*/
    
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*MOVIL***********************/

@media only screen and (max-device-width : 480px) {
/* Styles */

}