@import url(responsive_base.css);
@import url(responsive_base_trealizados.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 TRABAJOS REALIZADOS*/
.enconstruccion{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    padding: 5%;
}
.enconstruccion a{
    text-decoration: none;
    margin-left: 30%;
}
.enconstruccion_img{
    width: 50%;
    height: auto;
    margin: 0 auto;
    background-color: #d7d3d1;
    border:6px solid #00aaff;
    border-radius:10px;
    padding: 5%;
    
}



/*HASTA AQUI CONTENIDO TRABAJOS REALIZADOS*/

/*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);
    margin-top: 10%;
}

.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-left: 70%;
    padding: 0;
    list-style: none;
    margin-top: .5em;
}


.Redes_sociales img {
    width:40%;
}

