/***********************************************
Clases principales para la aplicacion
Edwin Espinal
AEInformatica 2019-06
***********************************************/

.fondo{
    position: fixed;
    width: auto;
}
.fondo.f01{
    top: 0;
    left: 20%;
    z-index: -9;
}
.fondo.f02{
    top: 5%;
    right: 0;
    z-index: -9;
}
.fondo.f03{
    bottom: 0;
    left: 0;
    z-index: -9;
}
.fondo.f04{
    bottom: 0;
    right: 0;
    z-index: -9;
}
.fondo.f05{
    bottom: 20%;
    left: 0;
    z-index: -10;
}
.fondo.f06{
    bottom: 20%;
    right: 0;
    z-index: -10;
}
.MainLogo{
    position: fixed;
    width: auto;
    height: 70px;
    left: 2%;
    top:5%;
}
@media only screen and (max-width: 600px) {
    .fondo.f06, .fondo.f02, .fondo.f04, .fondo.f03 {
        display: none;
    }
    .fondo.f01{
        left: 50%;
    }
    .MainLogo{
        left:5%;
        top:5%;
        height: 50px;
    }
}


