@import url("style.css");
@import url("style_responsive.css");

/* < CONTAINERS */
#wrapper {
    box-sizing: border-box;
    width: 75%;
    max-width: 1170px;
    margin: 0 auto;
}
#wrapper-content {
    box-sizing: border-box;
    float: left;
    width: 70%;
    margin-top: 15px;
}
#wrapper-content.no-sidebar {
    width: 100% !important;
}
#wrapper-sidebar {
    box-sizing: border-box;
    float: left;
    width: 30%;
    margin-top: 15px;
    padding-left: 15px;
}
/* CONTAINERS > */

/* < FIXED */
#fixed #icon-sidebar {
    display: none;
    position: fixed;
    top: 85%;
    right: 0;
    width: 61px;
    height: 58px;
    z-index: 500;
    cursor: pointer;
    background-image: url('../images/icon_sidebar.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#fixed #icon-menu {
    display: block;
    position: fixed;
    top: 85%;
    left: 0;
    width: 61px;
    height: 58px;
    z-index: 500;
    cursor: pointer;
    background-image: url('../images/icon_menu.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#fixed #overlay {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 499;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}
/* FIXED > */

/* < HEADER */
#header {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#header #head {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 15px 0px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e9e9e9;
}
#header #head #buscador {
    box-sizing: border-box;
    float: left;
    width: 25%;
    min-height: 25px;
}
#header #head #menu_principal {
    box-sizing: border-box;
    float: left;
    width: 50%;
    min-height: 25px;
}
#header #head #idioma {
    box-sizing: border-box;
    float: left;
    width: 25%;
    min-height: 25px;
}
#header #head_banner {
    box-sizing: border-box;
    float: left;
    width: 100%;
    max-height: 200px;
    margin-bottom: 15px;
}
#header #head_banner #banner_izquierda {
    box-sizing: border-box;
    float: left;
    width: 21.5%;
    max-width: 252px;
    height: 100%;
    max-height: 96px;
    min-height: 1px;
}
#header #head_banner #logo {
    box-sizing: border-box;
    float: left;
    width: 30%;
    max-width: 666px;
    height: 100%;
    max-height: 96px;
    min-height: 1px;
    margin: 0 13.5%;
    padding: 0 15px;
    text-align: center;
}
#header #head_banner #banner_derecha {
    box-sizing: border-box;
    float: left;
    width: 21.5%;
    max-width: 252px;
    height: 100%;
    max-height: 96px;
    min-height: 1px;
}
#header #head_banner #banner_largo {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#header #titulo {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#header #titulo .region {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height:  50px;
    padding: 12px;
    background-image: url(../images/titulo_fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#header #head_menu {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#header #head_menu #enlaces_menu_desplegable {
    box-sizing: border-box;
    float: left;
    width: 100%;
    background-color: #00532A;
}
#header #head_menu #menu_desplegable {
    box-sizing: border-box;
    float: left;
    width: 100%;
    background-color: #EDEDED;
}
#header #head_menu #menu_superior_personalizable {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#header #head_menu #menu_superior_personalizable .region {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-top: 15px;
    background-color: #F1F1F1;
    border-radius: 5px 5px 5px 5px;
}
#header #head_menu #miga_de_pan {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#header #head_menu #miga_de_pan .region {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-top: 15px;
}
/* HEADER > */

/* < CONTENT */
#contenido {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#contenido_centro {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#contenido_izquierda {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
#contenido_izquierda .region {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#contenido_derecha {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
#contenido_derecha .region {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
/* CONTENT > */

/* < FOOTER */
#footer {
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-top: 15px;
}
#footer #pie_1 {
    padding: 20px 0;
    background-color: #5d5d5d;
}
#footer #pie_2 {
    padding: 20px 0;
    background-color: #505050;
}
#footer #pie_3 {
    padding: 20px 0;
    background-color: #2f2f2f;
}
#footer #pie_fijo {
    padding: 20px 0;
    background-color: #3d3d3d;
}
/* FOOTER > */