@media screen {

#zonaCabecera2{
    bottom: 30px !important;
    position: relative !important;
    *bottom: 60px !important;
}
#zonaCabecera2 .contenidosResumidos {
    margin: 35px 20px 0px 0px !important;
    *margin: 35px 20px 0px 0px !important;
}

#centro {
    width: 303px !important;
    background: none !important;
    /*margin: -7px 0px 0px 10px !important;*/
    margin: 0px 0px 0px 10px !important;
    _margin: 100px 0px 0px 0px !important;
    *margin: 7px 0px 0px 0px;
}
#barraLateralDe {
    width: 240px !important;
    height: 308px !important;
    padding: 10px 20px 10px 20px !important;
    /*margin: -8px 0px 0px -5px !important;*/
    margin: 0px 0px 0px 0px !important;
    _margin: 7px 0px 0px -5px !important;
    *margin: 10px 0px 0px -3px !important;
    background: url(../img/bgDerecha01.gif) no-repeat top right !important;
}

/*--- OTROS SERVICIOS*/
#zonaLateralDe1 .contenidoTexto {
    float: left !important;
    margin: 0px !important;
    width: 100% !important;
    color: #1d201f !important;
    margin: 7px 0px 15px 0px !important;
}
#zonaLateralDe1 .contenidoTexto h2 {
    display: block !important;
    font-size: 14px !important;
    margin: 0px 0px 7px 0px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}

#centro {
    overflow: hidden !important;
    overflow-x: hidden !important;
    height: 328px;
    float: left;
    width: 590px;
    _height: 330px;
    min-height: 320px;
    /*margin: -7px 0px 0px 0px;*/
    margin: 0px 0px 0px 0px;
    _margin: 7px 0px 0px 0px;
    *margin: 7px 0px 0px 0px;
    padding: 0px;
    background: url(../img/bgCentroInterior.gif) repeat-y top left;
}

/*---*/
}

@media print {
    h1, h2, h3 {
            font-weight: bold;
            page-break-after: avoid; 
            page-break-inside: avoid;
    }
}

@media aural {
    h1, h2, h3 { 
            voice-family: paul, male; 
            stress: 20; 
            richness: 90;
    }
    h1 { 
            pitch: x-low;
            stress: 90; 
            pitch-range: 90;
    }
    h2 { 
            pitch: x-low;
            pitch-range: 80;
    }
    h3 { 
            pitch: low; 
            pitch-range: 70;
    }
    li { 
            pitch: medium;
            richness: 60;
    }
    .u { 
            pitch: medium;
            pitch-range: 60;
            richness: 60;
    }
    a:link { 
            voice-family: harry, male; 
    }
    a:visited { 
            voice-family: betty, female; 
    }
    a:active { 
            voice-family: betty, female; 
            pitch-range: 80; 
            pitch: x-high;
    }
}