@charset "utf-8";

html {
    height: 98%;
}

body {
    height: 94%;
}

body input {
    width: 142px;
    height: 14px;
}

#contenedor {
    background-color: #FFFFFF;
    border: 2px solid #000000;
}

#cabecera {
    background-color: #FFFFFF;
    height: 100px;
    width: 100%;
    margin: auto;
    color: black;
    text-align: center;
}

#wizard {
    background-color: #FFFFFF;
    height: 150px;
    width: 100%;
    margin: auto;
    color: black;
    text-align: Left;
}

#areaDeTrabajo {
    height: 50%;
    background-color: #FFFFFF;
    float: left;
    width: 50%;
}

#pie {
    height: 20%;
    background-color: #CEF6D8;
    clear: both;
}