/* SLIDEHEADER */

div#slideHeader {
    padding: 0;
    margin: 0;
    width: 40em; /* 640px/16 = 40em */
    height: 9.8125em; /* 157px/16 = 9.8125em */
    position: absolute;
    left: 50%;
    top: 5em; /* 80px/16 = 5em */
    margin: 0 0 0 -19.875em; /* -318px/16 = -19.875em */
    padding-top: 0.1875em; /* 3px/16 = 0.1875em */
}

.bxslider {
    top: -0.375em; /* -6px/16 = -0.375em */
    overflow: hidden;
}

.bx-marco {
    display: block;
    position: absolute;
    top: 0em;
    left: -0.625em; /* -10px/16 = -0.625em */
    width: 41.25em; /* 660px/16 = 41.25em */
    height: 9.8125em; /* 157px/16 = 9.8125em */
    background-image: url('../img/web/common/marco_banner_1024.png');
    background-repeat: no-repeat;
}

.bx-marco a {
    outline: none;
    cursor: pointer;
}

@media only screen and (min-width: 1366px) {
    /* Resolución PC with >= 1366px */
    div#slideHeader {
        top: 10.5em; /* 168px/16 = 10.5em */
    }
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* iPad portrait */
    div#slideHeader {
        padding: 0;
        margin: 0;
        left: 50%;
        margin: 0 0 0 -14em; /* -224px/16 = -14em */
    }
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* iPad landscape */
    div#slideHeader {
        padding: 0;
        margin: 0;
        left: 50%;
        margin: 0 0 0 -14em; /* -224px/16 = -14em */
    }
}

@media all and (min-device-width: 1536px) and (max-device-width: 2048px) and (-webkit-min-device-pixel-ratio: 2) {
    /* iPad 3 */
    div#slideHeader {
        padding: 0;
        margin: 0;
        left: 50%;
        margin: 0 0 0 -14em; /* -224px/16 = -14em */
    }
}
