﻿body {
    background: url('../images/Fondo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#FondoPrin {

}

div {
    margin: 0;
    padding: 0;
}

#DContenedor {
    width: 1560px;
    height: 100%;
    margin: auto;
}

#DSuperior {
    width: 100%;
    height: 100px;
}

#DCentro {
    width: 100%;
    height: 700px;
}

#DInferior {
    width: 100%;
    height: 200px;
}

#DSIzquierdo, #DCIzquierdo, #DIIzquierdo {
    width: 300px;
    height: 100%;
    float: left;
}

#DSPrincipal, #DCPrincipal, #DIPrincipal {
    width: 960px;
    height: 100%;
    float: left;
}

#DSDerecho, #DCDerecho, #DIDerecho {
    width: 300px;
    height: 100%;
    float: left;
}

@media(max-width:1559px) {
    #DSDerecho, #DCDerecho, #DIDerecho {
        display: none;
    }

    #DContenedor {
        width: 1260px;
        height: 100%;
        margin: auto;
    }
}

@media(max-width:1259px) {
    #DSIzquierdo, #DCIzquierdo, #DIIzquierdo {
        display: none;
    }

    #DContenedor {
        width: 960px;
        height: 100%;
        margin: auto;
    }
}

@media(max-width:959px) {
    #DSPrincipal, #DCPrincipal, #DIPrincipal {
        width: 100% !important;
    }

    #DContenedor {
        width: 100% !important;
        height: 100%;
        margin: auto;
    }
}

#DInferior #DIPrincipal {
    visibility: hidden;
}