@media all and (min-width: 541px) and (max-width:960px) and (orientation : landscape) {

body {
        width: 960px !important;
        font-size: 11pt;
        background-color: #000;
    }
    .centrar {
        width: 860px !important;
        margin: 0 auto;
    }
    .contenedor {
        max-width: 960px !important;
        
    }
    header { 
    padding: 0px;
    width: 860px !important;
    background-color: #fff;
    opacity: 0;
    }
    #fijar {margin-top: 132px;}
    .anclar_header {
            z-index:100;
            position:fixed;
            float: left;
            width: 100%;
            width: 860px !important;
            opacity:0;
    }
    section {

        width: 860px !important;
        margin: 0 auto;
        padding: 0px;

    }   
    #home #contenedor_iz {
        width: 100% !important;
    } 
    #home #contenedor_de {
         width: 100% !important;
    }
    .lema_foto h2{
    font-size: 16pt !important;
    font-weight: bold;
    color:#fff;
    font-family: 'open_sansitalic'; 
    text-shadow:0.08em 0.08em 0.08em #111;
    }
    
    #lista_secciones a span{
        display: none;
        width: 0px;
    }
    #carrusel_portada {height: 580px;}
    #zona-carrusel {
            position: relative;
            width: 860px; height: 580px;
    }

#carrusel_portada H3 {background-color: rgba(200,200,200,0.50) !important; text-align: left; text-shadow:0.04em 0.04em 0.04em #111; padding: 5px 20px !important;  padding-right: 15px !important; color:#7b0f1a !important; font-size: 18pt !important; letter-spacing: 1px; margin-bottom: 0;  margin-top:500px;}

#carrusel1 {
	position: relative;
	overflow: hidden;
        width: 860px; height: 580px;
}
#carrusel1 .slider {
	float: left;
        width: 860px; 
        height: 500px;          
        
	position: relative;
        background-position:center center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}
#home .destacado {width: 860px !important}

}