html {
    min-height: 100%;
    position: relative;
}

@font-face {
    font-family: "FESC";
    src: url('fonts/PinkChicken-Regular.html');
}

body {
    font-family: FESC !important;
    /*
    margin: 0;
    margin-bottom: 90px;
    background:url('../imgg/fondo.jpg')no-repeat fixed;
    background-size:100% 100%;*/
}

.fo {
    position: absolute;
    color: white !important;
    background-color: #272626;
    width: 100%;
    height: 9vh;
    margin-top: 10%;
    padding-top: 2%;
    top: 95%;
}

#logof {
    /*background-color: #fff;*/
    position: absolute;
    right: 120px;
    top: 0px;
    border-radius: 0 0 10px 10px;
    height: 40px;
    box-shadow: 12 2px 4px rgba(0, 0, 0, 0.175);
}

.solicitud {
    width: 100%;
    background-color: #aa070e;
    padding: 2%;
    text-align: center;
}