@import url(responsive_base.css);
@import url(responsive_base_index.css);
body {
    font-family: 'Allerta', sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.selected {
    color:#00AAFF !important;
}

.header_contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    background-color: rgb(71, 103, 149);
    border-bottom: 6px solid rgb(250, 238, 0);
}

.Logo-izda {
    padding: 0;
    margin: 0;
}

.Logo-izda2 {
    display: none;
}

.menu {
    width: 100%;
    height: auto;
    background-color: rgb(71, 103, 149);
    font-family: 'Allerta', sans-serif;
}

.menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
}

.menu li {
    font-size: 1.3em;
    font-weight: bold;
    list-style: none;
    padding: 1.4em;
    text-align: center;
}

.menu a {
    color: white;
    text-decoration: none;
    margin-left: 4em;
    margin-right: .5em;
}

.menu a:hover {
    cursor: pointer;
    color: #00AAFF;
}

.Logo-dere {
    padding: 0;
    margin: 0;
}


/*CONTENIDO EXCLUSIVO DE LA PÁGINA INDEX*/

.content {
    display: block;
    width: 1900px;
    height: 1075px;
    padding: 0;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 2%;
    background-color: rgb(71, 103, 149);
    border: 6px solid rgb(210,210,208);
}

.imagen_promo {
    width: 36%;
    margin-top: 2%;
    margin-left: 7%;
}

.horario_foto {
    float: right;
    width: 42%;
    margin-top: 2%;
    margin-right: 6%;
}

.contacto_foto {
    float: right;
    width: 42%;
    margin-right: 6%;
    margin-top: -16.3%;
}


/*HASTA AQUÍ CONTENIDO DE LA PÁGINA INDEX*/


/*FOOTER*/

.sevillano_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: 60px;
    background-color: rgb(0, 0, 0);
}

.footer_copyright {
    width: 90%;
    font-family: verdana, arial;
    text-align: left;
    color: #ffFFFF;
    padding-left: 1em;
    margin-top: 1.3em;
    font-size: .7em;
}

.footer_copyright2 {
    display: none;
}

.Redes_sociales {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    margin-top: .5em;
}

.Redes_sociales img {
    width: 40%;
}