/*

ALEX - global.css

*/

* {
    padding: 0;
    border: 0;
    margin: 0;
}

body {
    padding-top: 60px;
}

button,
input {
    background: transparent;
    color: white;
    border: 1px solid;
    padding: 5px;
}

img {
    max-width: 100%;
}

header {
    display: -webkit-box;
}

ul {
    list-style: none;
    padding-left: 30px;
    line-height: 22px;
    font-size: 13px;
}

a {
    color: #0b70b8;
    text-decoration: none;
}

td {
    padding: 10px;
    border: 1px solid #e9c004;
    box-sizing: border-box;
    text-align: center;
}

strong {
    font-family: sans-serif;
    color: #4f4f4f;
}

fieldset {
    border: 1px solid #0b70b8;
    margin: 0;
    padding: 15px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    color: #4f4f4f;
}

.contenedor {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

article.contenedor {
    padding: 0 50px;
    box-sizing: border-box;
}

.element-invisible {
    display: none;
}


/**/

#menuPortada {
    width: 100%;
    float: left;
    background-image: url(../img/fondoInteriores.jpg);
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

body.Inicio #menuPortada {
    background-image: url(../img/fondoMenuPortada.jpg);
    background-attachment: fixed;
}

#menuPortada .cajaDestacados.menuportada {
    width: 20%;
    padding: 400px 70px 100px;
}

#menuPortada .cajaDestacados .int {
    background: #e9c004;
    width: 200px;
    height: 150px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    padding: 15px;
    box-sizing: border-box;
}

#menuPortada .cajaDestacados .int h3 {
    font-size: 50px;
    padding-bottom: 15px;
}

#menuPortada .cajaDestacados .int h3 a,
#menuPortada .cajaDestacados .int p a {
    color: #000;
    text-decoration: none;
}


/*alertas*/

.alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    z-index: 9999;
    background: #b6b6b6;
}

.alert-warning {
    background: #f2908a;
    color: #c30b00;
}

.alert .close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: all ease .5s;
}

a.close:hover {
    transform: rotate(360deg);
}

#contenidoWeb .login input {
    color: #0b70b8;
    padding: 10px;
}


/*Cristina- Padding al modulo de las migas*/

#contenidoWeb #migas {
    padding: 20px 0;
}

/* COOKIES */

#ccc-icon.ccc-icon--light {
    fill: #0b70b8!important;
}

div#ccc-info {
    display: none;
}

#ccc .ccc-content--light .ccc-button-solid, #ccc .ccc-content--light .ccc-button-solid span {
    background: #0b70b8!important;
}

#ccc .ccc-content--light .ccc-notify-button, #ccc .ccc-content--light .ccc-notify-button span {
    border: none;
    border-radius: 0;
}

#ccc .checkbox-toggle--light {
    background: #0b70b8!important;
    border-color: #0b70b8!important;
}

#ccc .checkbox-toggle--light .checkbox-toggle-toggle {
    background: #e9c004!important;
}

/*--------------------------*/

/*-----------------------------
  ------------BANNER-----------
  -----------------------------*/

#banner {
    background: #0b70b8;
    width: 100%;
    display: inline-block;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 3px black;
}


/* acceso */

#login-form {
    width: 60%;
    float: left;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
}

#login-form .pretext {
    float: left;
    color: #fff;
    padding: 5px 0;
    padding-right: 25px;
}

#login-form .pretext i {
    padding-right: 15px;
}

#login-form .userdata {
    float: left;
    position: relative;
}

#login-form .userdata > div {
    float: left;
    padding-right: 15px;
}

#form-login-remember {
    padding: 5px;
    color: #fff;
}

#login-form .userdata > ul {
    display: none;
    position: absolute;
    list-style: none;
    background: #e9c004;
    top: -15px;
    padding: 10px;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    transition: visibility 0s, width 1s linear;
}

#login-form .userdata > ul:after {
    content: '';
    background: #e9c004;
    width: 60px;
    height: 60px;
    top: 0px;
    position: absolute;
    right: -30px;
    border-radius: 50%;
}

#login-form .userdata > ul li {
    float: left;
    padding: 9px 15px;
}

#login-form .userdata > ul li a {
    color: #4f4f4f;
    text-decoration: none;
}

.controls label {
    display: none;
}

#passOlvidada {
    padding: 5px;
    color: #e9c004;
    cursor: pointer;
}

#login-form.passOlvidada #passOlvidada {
    color: #ed1c24;
    font-size: 20px;
    z-index: 99999;
    position: absolute;
}

#banner::-webkit-input-placeholder {
    color: #fff;
}

#banner:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#banner::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#banner:-ms-input-placeholder {
    color: #fff;
}


/*registrado*/

.login-greeting {
    float: left;
    padding: 6px 15px 0 0;
    color: white;
    font-weight: bold;
}

.editar {
    color: #e97104!important;
    border-color: #e97104!important;
}

.editar:hover {
    background: #e97104!important;
    color: white!important;
    border-color: #e97104!important;
}

.editar a {
    color: #e97104!important;
    transition: all ease .3s;
}

.editar:hover a {
    color: white!important;
    border-color: #e97104!important;
}

ul.dropdown-menu {
    padding: 0;
}

.dropdown-toggle {
    display: none!important;
}

.btn-group.pull-right {
    width: 100%;
    background: rgba(233, 192, 4, 0.1);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 0;
}

.btn-group {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-group .btn-primary {
    color: green !important;
}

.btn-group .btn-primary:hover {
    background: green !important;
    color: white !important;
    border-color: white !important;
}


/* redes sociales */

#banner .customredesSociales {
    width: 10%;
    float: left;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
}

#banner .customredesSociales p {
    padding: 5px;
    color: #fff;
}


/* buscador */

#banner .search {
    width: 20%;
    float: left;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
}


/* resultados busqueda */

.search-results h4 a {
    color: #0b70b8;
    padding: 20px 0;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
}

.search-results_element {
    width: 33.3333333%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border: 10px solid #ffffff;
    min-height: 250px;
    background: rgba(233, 192, 4, 0.1);
}

.small {
    font-size: 10px;
    margin-bottom: 10px;
    display: inherit;
}

span.highlight {
    background-color: #e9c004;
    font-style: italic;
}

input#search-searchword {
    border: 1px solid #0b70b8;
    padding: 10px;
    color: #0b70b8;
    margin-right: 15px;
}

.searchintro strong {
    padding: 7px 15px;
    display: -webkit-box;
}

button.btn {
    cursor: pointer;
}


/* boton menu desplegar */

#banner .custombotonMenu {
    width: 10%;
    float: right;
    background: #e9c004;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

#banner .custombotonMenu p {
    padding: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


/*-----------------------------
  -------MENU DESPLEGABLE------
  -----------------------------*/

nav#menuDesplegable {
    top: -100%;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ededed;
    z-index: 9999;
    transition: top ease .5s;
}

nav#menuDesplegable.abierto {
    top: 0;
}

#cerrarMenuDesp {
    background: #0b70b8;
    padding: 20px 40px;
    color: white;
    cursor: pointer;
    height: 60px;
    box-sizing: border-box;
}

#menuPrincipalDCH {
    width: 60%;
    position: relative;
    float: left;
    height: 100%;
}

#menuPrincipalIZQ {
    width: 40%;
    position: relative;
    float: left;
    height: 100%;
    background: #cccccc;
    padding: 100px 50px;
    box-sizing: border-box;
}

nav#menuDesplegable #menuPrincipalDCH ul {
    padding: 50px;
    list-style: none;
}

nav#menuDesplegable #menuPrincipalDCH ul:nth-child(2) li a {
    font-size: 80px;
    color: #4f4f4f;
    text-decoration: none;
    font-weight: bold;
    transition: all ease .5s;
    line-height: initial;
}

nav#menuDesplegable #menuPrincipalDCH ul li.active a,
nav#menuDesplegable #menuPrincipalDCH ul li:hover a {
    color: #0b70b8;
}

nav#menuDesplegable #menuPrincipalDCH ul.nav.menu li.parent ul li a {
    font-size: 20px;
    font-bold: normal;
    color: #0b70b8;
}

nav#menuDesplegable #menuPrincipalDCH ul.nav.menu li.parent ul {
    position: absolute;
    margin-top: 80px;
    right: 0;
    top: 0;
    background: transparent;
    width: auto;
    border-top: 0px solid #0b70b8;
    left: initial;
}

nav#menuDesplegable #menuPrincipalDCH ul:last-child {
    border-top: 1px solid #0b70b8;
    list-style: none;
}

nav#menuDesplegable #menuPrincipalDCH ul:last-child li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    font-bold: normal;
    color: #4f4f4f;
    text-decoration: none;
}

nav#menuDesplegable #mod-search-searchword {
    width: 100%;
    background: #fff;
    padding: 20px;
    color: #4f4f4f;
}

nav#menuDesplegable #mod-search-searchword::-webkit-input-placeholder {
    color: #4f4f4f;
}

nav#menuDesplegable #mod-search-searchword:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
}

nav#menuDesplegable #mod-search-searchword::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
}

nav#menuDesplegable #mod-search-searchword:-ms-input-placeholder {
    color: #4f4f4f;
}

nav#menuDesplegable::-webkit-input-placeholder {
    color: #0b70b8;
}

nav#menuDesplegable:-moz-placeholder {
    /* Firefox 18- */
    color: #0b70b8;
}

nav#menuDesplegable::-moz-placeholder {
    /* Firefox 19+ */
    color: #0b70b8;
}

nav#menuDesplegable:-ms-input-placeholder {
    color: #0b70b8;
}

nav#menuDesplegable #login-form {
    width: 100%;
}

nav#menuDesplegable #login-form .pretext {
    color: #0b70b8;
    width: 100%;
}


/*-----------------------------
  ------------HEADER-----------
  -----------------------------*/

#logo {
    width: 35%;
    min-height: 100px;
    float: left;
    padding: 30px 0;
    box-sizing: border-box;
}

#menu_principal {
    width: 65%;
    min-height: 100px;
    float: left;
    z-index: 1;
    position: relative;
}

#menu_principal ul.nav.menu {
    padding: 65px 0;
    list-style: none;
    position: relative;
}

#menu_principal ul.nav.menu li {
    float: left;
    padding: 0 25px;
}

#menu_principal ul.nav.menu li a {
    color: #4f4f4f;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#menu_principal ul.nav.menu li.active a,
#menu_principal ul.nav.menu li:hover a {
    color: #0b70b8;
}


/* submenu */

ul.nav.menu li.parent ul {
    position: absolute;
    background: #ededed;
    padding: 10px;
    width: 100%;
    border-top: 1px solid #0b70b8;
    margin-top: 10px;
    left: 0;
    list-style: none;
    display: none;
}

ul.nav.menu li.parent ul li a {
    color: black;
}

ul.nav.menu li.parent ul.desplegado {
    display: block;
}

#menu_principal ul.nav.menu li.parent ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 25px;
    text-align: center;
}


/*-----------------------------
  ------------CONTENIDO--------
  -----------------------------*/


/* generales */

.colIZQ {
    position: relative;
    float: left;
}

.colDCH {
    position: relative;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.w50 {
    width: 50%;
    float: left;
}

.w30 {
    width: 33.33333333%;
    float: left;
}

.foxform-compact .controls,
.foxform-extended .controls {
    float: left;
    width: 100%;
}

div#foxcontainer_c105 .foxform-extended .control-group {
    float: left;
    width: 50%;
}

#contenidoWeb p {
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

#contenidoWeb li {
    line-height: 25px;
    font-size: 14px;
}

#contenidoWeb {
    width: 100%;
    display: inline-block;
}

#contenidoWeb .index h1 {
    padding: 50px 0;
    color: #4f4f4f;
}

#contenidoWeb .index h1:before {
    content: "\f130";
    font-family: FontAwesome;
    color: #0b70b8;
    padding-right: 15px;
}


/* blog - inicio */

#contenidoWeb.dosColumnas .index {
    width: 65%;
    float: left;
}

#contenidoWeb .index .page-header h2 {
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 50px;
}

#contenidoWeb .index .page-header h2 a {
    color: #4f4f4f;
    text-decoration: none;
}


/*#contenidoWeb .index p {
    padding-bottom: 50px;
}*/

#contenidoWeb .index .items-leading,
#contenidoWeb .index .items-row {
    border-bottom: 1px solid #0b70b8;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

#contenidoWeb .btn {
    border: 1px solid;
    padding: 10px;
    position: relative;
    display: inline-block;
    color: #0b70b8;
    transition: all ease .5s;
    text-decoration: none;
}

#contenidoWeb .btn:hover {
    border: 1px solid #0b70b8;
    color: #fff;
    background: #0b70b8;
}

#contenidoWeb .readmore .btn:before,
#contenidoWeb .readmore.btn:before {
    content: "\f212";
    font-family: FontAwesome;
    padding-right: 10px;
}

#contenidoWeb .index div.span6 {
    width: 50%;
    float: left;
}

#contenidoWeb .index div.span6:first-child {
    padding-right: 50px;
    box-sizing: border-box;
}

#contenidoWeb .pagination {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

#contenidoWeb .pagination li {
    float: left;
    margin: 0 30px;
    list-style: none;
    padding: 10px 0px;
}

#contenidoWeb .pagination li:first-child {
    margin-left: 0;
}

#contenidoWeb .pagination li a {
    padding: 10px 0px;
    color: #4f4f4f;
    text-decoration: none;
    font-weight: bold;
}

#contenidoWeb .pagination li span {
    padding: 10px 0px;
    color: #4f4f4f;
    opacity: .5;
    font-weight: bold;
}

#contenidoWeb .pagination li.pagination-start a,
#contenidoWeb .pagination li.pagination-prev a,
#contenidoWeb .pagination li.pagination-next a,
#contenidoWeb .pagination li.pagination-end a {
    padding: 10px 20px;
    background: #0b70b8;
    color: white;
    text-decoration: none;
}

#contenidoWeb .pagination li.pagination-start span,
#contenidoWeb .pagination li.pagination-prev span,
#contenidoWeb .pagination li.pagination-next span,
#contenidoWeb .pagination li.pagination-end span {
    padding: 10px 15px;
    background: #0b70b8;
    color: white;
    opacity: .5;
}

#contenidoWeb .pagination .counter {
    padding: 10px 0px;
    color: #4f4f4f;
    font-weight: bold;
}


/* agenda */

#ultimasNoticias {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    color: #4f4f4f;
    margin: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #0b70b8;
}

#ultimasNoticias i {
    color: #0b70b8;
}

#agenda .item_noticia {
    display: none;
}

#agenda .item_noticia:nth-child(1),
#agenda .item_noticia:nth-child(2) {
    display: block;
}

#agenda .item_noticia.todos {
    display: block;
}

.botonVertodo {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    box-sizing: border-box;
    border: 1px solid;
    margin: 10px 0;
    color: #e9c004;
    text-decoration: none;
    transition: all ease .3s;
}

.botonVertodo i {
    padding-right: 15px;
}

.botonVertodo:hover {
    background: #e9c004;
    color: white;
}

.content-category .btn-toolbar {
    display: none;
}


/*intro + noticias*/

#imgIntro {
    width: 35%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

#txtIntro {
    box-sizing: border-box;
}

#agenda h4 a,
#agenda h3 a {
    color: #0b70b8;
    padding: 20px 0;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
}

.readmore {
    display: table !important;
}


/*-----------------------------
  ------ENLACES DESTACADOS-----
  -----------------------------*/


/*destacados 1*/

#enlacesDestacados {
    width: 100%;
    float: left;
    background: url(../img/fondoDestacados.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#enlacesDestacados .cajaDestacados .int {
    background: #e9c004;
    width: 200px;
    height: 150px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    padding: 15px;
    box-sizing: border-box;
}

#enlacesDestacados .cajaDestacados .int h3 {
    font-size: 50px;
    padding-bottom: 15px;
}

#enlacesDestacados .cajaDestacados .int h3 a,
#enlacesDestacados .cajaDestacados .int p a {
    text-decoration: none;
    color: #000;
}

#enlacesDestacados .cajaDestacados .int:hover {
    background: rgba(233, 192, 4, 0.7);
}


/*externos*/

#enlacesExternos {
    width: 100%;
    float: left;
}

#enlacesExternos img {
    width: 25%;
    padding: 220px 70px;
    box-sizing: border-box;
    float: left;
    transition: all ease .3s;
}

#enlacesExternos img:hover {
    opacity: .7;
}


/*destacados 2*/

#enlacesDestacados_2 {
    width: 100%;
    float: left;
    background: url(../img/fondoDestacados2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cajaDestacados {
    width: 50%;
    padding: 220px 70px;
    box-sizing: border-box;
    float: left;
}

#enlacesDestacados_2 .cajaDestacados {
    width: 33.333333%;
}

#enlacesDestacados_2 .cajaDestacados h3 a {
    color: #0b70b8;
    text-decoration: none;
    border: 2px solid;
    text-align: center;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    transition: all ease .3s;
}

#enlacesDestacados_2 .cajaDestacados h3 a:hover {
    background: #0b70b8;
    color: white;
}


/*asociaciones*/

li.enlaceAsociaciones {
    margin: 10px;
    padding: 70px 20px;
    width: calc(20% - 20px);
    height: 200px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #e9c004;
    text-align: center;
    background: transparent;
    transition: all ease .3s;
}

li.enlaceAsociaciones:hover {
    background: #e9c004;
    color: white;
}

.menu-subcategorias {
    min-height: 200px;
    line-height: 200px;
    text-align: center;
}

.menu-subcategorias a {
    padding: 20px;
    border: 1px solid #0b70b8;
    transition: all ease .3s;
}

.menu-subcategorias a:hover {
    background: #0b70b8;
    border: 1px solid #0b70b8;
    color: #fff;
}


/*-----------------------------
  ------------FOOTER-----------
  -----------------------------*/

#logoFooter {
    width: 300px;
    margin: auto;
}

#logoFooter img {
    width: 100%;
    padding: 100px 0;
}

footer {
    background: #0b70b8;
    padding: 50px 0;
    width: 100%;
    position: relative;
}


/* menu */

footer nav {
    display: inline-block;
    width: 100%;
}

footer .nav.menu {
    width: 50%;
    float: left;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
    list-style: none;
}

footer .nav.menu li {
    float: left;
}

footer .nav.menu li a {
    text-decoration: none;
    color: #fff;
    padding-left: 15px;
}


/* redes sociales */

footer .customrrssFooter {
    width: 50%;
    float: left;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
}

footer .customrrssFooter p {
    padding: 5px;
    color: #fff;
}


/* buscador */

footer .searchbuscadorFooter {
    width: 33.3333%;
    float: left;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
}

footer .searchbuscadorFooter form {
    float: right;
}

#copyright {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 20px 0 0;
}

#copyright img {
    width: 100px;
    box-sizing: border-box;
}

#copyright a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}


/* saludo del alcalde */

#contenidoWeb {
    padding: 50px 0;
}

#contenidoWeb h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 30px;
    color: #4f4f4f;
}

#contenidoWeb .contacto-title {
    font-size: 16px;
    text-transform: none;
    padding-bottom: 0;
}

#contenidoWeb img {
    max-width: 100%;
}

#contenidoWeb p {
    padding-bottom: 10px;
}


/* corporacion municipal */

.Municipal #contenidoWeb h3,
.Galería #contenidoWeb h3 {
    width: 100%;
    background: #0b70b8;
    color: white;
    padding: 10px 20px;
    margin: 20px 0;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

.Municipal #contenidoWeb h4 {
    border-bottom: 1px solid #0b70b8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.Municipal #contenidoWeb p > strong {
    border-bottom: 1px solid #0b70b8;
}


/**/

#botonSubir {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #0b70b8;
    border: 1px solid white;
    border-bottom: none;
    border-right: none;
}

#botonSubir a {
    padding: 20px;
    color: white;
}


/*contacto*/

.info-contacto {
    width: 50%;
    float: left;
    border: 10px solid white;
    padding: 15px;
    background: rgba(233, 192, 4, 0.1);
    box-sizing: border-box;
    text-align: center;
}

.info-contacto:before {
    color: #0b70b8;
}

.info-contacto p {
    font-family: sans-serif;
}

/* mas noticias portada */

.mas-noticias {
    padding: 50px 0 100px;
    font-size: 1rem;
}
.mas-noticias li {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid;
}

/*
RESPONSIVE
*/


/* 1400 */

@media (max-width: 1400px) {
    .contenedor {
        max-width: 1000px;
    }
    #login-form {
        width: 80%;
    }
    #banner .search {
        display: none;
    }
    #logo {
        width: 40%;
        padding: 50px 0;
    }
    #menu_principal {
        width: 60%;
    }
    #enlacesExternos img {
        padding: 160px 20px;
    }
    /*menu desplegable*/
    nav#menuDesplegable.abierto {
        top: 0;
        right: 0;
    }
    nav#menuDesplegable {
        top: 0;
        right: -100%;
        left: initial;
        transition: right ease .5s;
        overflow-y: auto;
        overflow-x: hidden;
    }
    nav#menuDesplegable #menuPrincipalDCH ul:nth-child(2) li a {
        font-size: 30px;
    }
    nav#menuDesplegable #menuPrincipalDCH ul.nav.menu li.parent ul {
        position: relative;
        margin-top: 0;
        background: transparent;
        width: auto;
        border-top: 0px solid #0b70b8;
        left: initial;
        padding: 10px 0px 10px 30px;
    }
    #menuPrincipalDCH {
        width: 50%;
    }
    #menuPrincipalIZQ {
        width: 50%;
    }
    #menuPrincipalIZQ .search {
        width: 80%;
    }
    #menuPrincipalIZQ #form-login-submit {
        width: 100%;
        padding-top: 20px;
    }
}


/* 1000 */

@media (max-width: 1000px) {
    #menuPrincipalDCH,
    #menuPrincipalIZQ {
        height: auto;
        width: 100%;
    }
    .contenedor {
        max-width: 760px;
    }
    #banner #login-form {
        display: none;
    }
    #banner .customredesSociales,
    #banner .custombotonMenu {
        width: 50%;
    }
    #menu_principal {
        display: none;
    }
    #logo {
        width: 60%;
        left: 20%;
        position: relative;
    }
    #menuPortada .cajaDestacados.menuportada {
        width: 50%;
        padding: 100px 70px 100px;
    }
    #enlacesExternos img {
        width: 50%;
        padding: 80px 70px;
    }
    /*paginación*/
    #contenidoWeb .pagination li,
    #contenidoWeb .pagination .counter {
        display: none;
        margin: 0;
    }
    #contenidoWeb .pagination li.pagination-start,
    #contenidoWeb .pagination li.pagination-prev,
    #contenidoWeb .pagination li.pagination-next,
    #contenidoWeb .pagination li.pagination-end {
        display: block;
    }
    #contenidoWeb .pagination li.pagination-start a,
    #contenidoWeb .pagination li.pagination-prev a,
    #contenidoWeb .pagination li.pagination-next a,
    #contenidoWeb .pagination li.pagination-end a {
        padding: 10px 15px;
    }
    #cerrarMenuDesp {
        width: 100%;
        text-align: center;
    }
    /*resultados busqueda*/
    .search-results_element {
        width: 50%;
    }
    #becssg_holder_1_0,
    #becssg_holder_1_1,
    #becssg_holder_1_2,
    #becssg_holder_1_3 {
        width: 1000px;
        max-width: 100%;
        height: 600px;
        max-height: initial;
        margin: auto;
        padding: 0;
        display: inline-block;
        overflow: scroll;
        position: relative;
    }
    li.enlaceAsociaciones {
        width: calc(50% - 20px);
    }
}


/* 760 */

@media (max-width: 760px) {
    #banner .customredesSociales {
        display: none;
    }
    #banner .custombotonMenu {
        width: 100%;
        padding: 15px 25px;
        float: right;
    }
    .cajaDestacados {
        margin: 30px 0px;
        width: 100% !important;
        padding: 0 !important;
    }
    #enlacesExternos img {
        width: 100%;
        padding: 50px 60px;
    }
    /*contenido*/
    #contenidoWeb .index div.span6:first-child {
        padding-right: 0;
    }
    #contenidoWeb .index div.span6 {
        width: 100%;
    }
    #contenidoWeb .blog {
        padding: 0 20px;
    }
    .w50 {
        width: 100%;
        padding: 0;
    }
    .w30 {
        width: 100%;
        padding: 0;
    }
    #imgIntro {
        width: 100%;
        padding: 0;
    }
    li.enlaceAsociaciones {
        width: 100%;
        margin: 10px 0;
    }
    div#foxcontainer_c105 .foxform-extended .control-group {
        width: 100%;
    }
    /*footer*/
    footer ul.menu {
        display: none;
    }
    footer .customrrssFooter {
        width: 100%;
        padding-top: 0;
        box-sizing: border-box;
    }
    footer .searchbuscadorFooter {
        width: 100%;
    }
    footer .searchbuscadorFooter form {
        float: none;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    footer .searchbuscadorFooter form #mod-search-searchword {
        width: 100%;
    }
    /*resultados busqueda*/
    .search-results_element {
        width: 100%;
    }
}


/*edicion*/

.edit .nav-tabs li {
    border: 1px solid #ccc;
    text-align: center;
    width: 25%;
    float: left;
    box-sizing: border-box;
    transition: all ease .3s;
}

.edit .nav-tabs li.active {
    border: 1px solid #0b70b8;
    box-shadow: 0 0 1px 1px #e0e0e0;
}

.edit input,
.edit select,
.edit textarea {
    color: #000;
    border: 1px solid #ccc;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    box-sizing: border-box;
}

.edit #jform_publish_down_img,
.edit #jform_publish_up_img {
    display: none;
}