
body {
    width: 1000px;
    background-color: #D1E3FA;
    margin: 5px auto;
    overflow-x: hidden;
    overflow-y: hidden;
    
}


footer {
    background-color: #1F639E;
    padding: 5px;
    margin: 10px;
    border: 1px none;
    border-left: 2px groove;
    border-right: 2px groove;
    border-top: 2px groove;
    border-bottom: 2px groove;
    border-radius: 7px;
    box-shadow: inset 5px 5px 18px 0 #122A80;
    color: #FFFFFF;
    margin: 0 auto;
}



div#menup {
    /*
    background-color: #1F639E;
    padding: 3px;
    margin: 3px;
    border: 1px none;
    border-left: 2px groove;
    border-right: 2px groove;
    border-top: 2px groove;
    border-bottom: 2px groove;
    border-radius: 5px;
    box-shadow: inset 5px 5px 18px 0 #122A80;
    margin: 0 auto;*/

}

div#errores {
    padding: 1px;
    margin: 5px;
    border-left: 2px groove;
    border-right: 2px groove;
    border-top: 2px groove;
    border-bottom: 2px groove;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

div#form:not(#titulo){

    padding: 1px;
    margin: 2px;
    margin-top: 40px;
    border-left: 4px groove;
    border-right: 4px groove;
    border-top: 4px groove;
    border-bottom: 4px groove;
    border-radius: 7px;
    background-color: #FFFFFF;
    border-color: #9D9D9D;
    height: 575px;
    max-height: auto;
}


div#titulo {

    border-left: 2px groove;
    border-right: 2px groove;
    border-top: 2px groove;
    border-bottom: 2px groove;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 1px;
    font-weight: bold;
    text-align: center;
    /*
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #005c8a), color-stop(1, #6F8CBC));
    background-image: -o-linear-gradient(top, #005c8a, #6F8CBC);
    background-image: -moz-linear-gradient(top, #005c8a, #6F8CBC);
    background-image: -webkit-linear-gradient(top, #005c8a, #6F8CBC);
    background-image: linear-gradient(to bottom, #005c8a, #6F8CBC);*/
    color: #ffffff;
    border-radius:10px;


}

