@import url(responsive_base.css);
@import url(responsive_base_contacto.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 CONTACTO*/

#cont_fotos_cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1%;
}

#cont_fotos_cont img {
    width: 50%;
    height: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.cuadro_contacto {
    width: 49.3%;
    background-color: #d7d3d1;
    border: 9px solid #516594;
    margin-bottom: 2.3%;
}

.cuadro_contacto p {
    font-family: arial, sans-serif;
    font-size: 2.5em;
    padding: 1.5%;
    color: #000;
    text-align: center;
}

#email_contacto {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

#email_contacto a {
    font-size: 2.5em;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

#email_contacto a:hover {
    color: lightgreen;
    top: 7px;
    left: 7px;
    text-shadow: -1px -1px 2px #476796;
}

#mail1,
#mail2 {
    margin-bottom: 5%;
}


/*HASTA AQUÍ CONTENIDO PÁGINA DE CONTACTO*/


/*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%;
}