<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #000;
    background-image: url(../img/bg_mantel.jpg);
    background-attachment: fixed;
    margin: 0;
    min-width: 600px;
}

#AnclaNosotros,
#AnclaMenus,
#AnclaFotografias,
#AnclaContacto {
    /*Anclas para menu nahegacion*/
    height: 150px;
}

section {
    position: relative;
    margin: auto;
    width: 96%;
    margin-bottom: 250px;
    padding-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 10px #4f5a79;
    -webkit-box-shadow: 0px 0px 10px 10px #4f5a79;
    border-radius: 20px;
}

.contenedor2,
.contenedor {
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

#nosotros_cabecera,
#menus_cabecera,
#fotos_cabecera,
#contacto_cabecera {
    position: relative;
    visibility: hidden;
}

    #nosotros_cabecera &gt; img,
    #menus_cabecera &gt; img,
    #fotos_cabecera &gt; img,
    #contacto_cabecera &gt; img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border: 3px solid #ff9daa;
        filter: opacity(50%);
        -webkit-filter: opacity(50%);
        -moz-filter: opacity(50%);
    }

.tx_cabecera {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #fff;
}

@media (min-width: 1024px) {
    body {
        background-image: url(../img/carrusel_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-animation: movebackground 20s infinite;
        animation: movebackground 20s infinite;
    }
    #AnclaNosotros {
        /*Anclas para menu nahegacion*/
        height: 150px;
    }

    #AnclaMenus,
    #AnclaFotografias,
    #AnclaContacto {
        /*Anclas para menu nahegacion*/
        height: 100px;
    }
    .contenedor {
        width: 1024px;
        margin: auto;
    }
    .contenedor2 {
        width: 95%;
        margin: auto;
    }
    .tx_cabecera {
        font-size: 100px;
    }
}</pre></body></html>