/*GENERAL*/
/*.bxslider, .bx-wrapper, #titulo-banner {
    display:none;
  
}*/
#titulo-banner {
    display:none;
}
@media (min-width: 992px) {
  .col-md-offset-3partes {
    margin-left: 12.5%;
  }
  
  .bxslider , .bx-wrapper, #titulo-banner{
    display:block;
  }
}

  .cssmenu{
  font-size: 14px !important;
  }
.title {
  text-align: left;
  font-weight: bold;
  color: #2e4fa8;
  padding-bottom: 15px;
  border-bottom: 2px solid #2e4fa8;
  margin-bottom: 25px;
  margin-top:30px;
}
.bx-viewport{
  max-height: 513px !important;
}
@media screen and (max-width: 43em) {
  .title {
    text-align: center;
  }
}


/*BOOTSTRAP modificaciones */
.contenido a {
    color: #2E4FA8 !important;
}

.btn {
  padding: 10px 20px !important;
}

.btn-primary {
  background-color: #2e4fa8 !important;
  
}

.btn-primary:hover {
  background-color: #E74C3C !important;

}

.nav-tabs > li.active > a {
  border: 1px solid #E74C3C !important;
  border-bottom: 1px solid #DDD !important;
  color: #E74C3C !important;
}

.nav-tabs > li > a {
  border: 1px solid #DDD !important;
  background-color: #f3f3f3;
}

/* HEADER */
#logo-header {
  width: 140px;
  z-index: 100;
}
@media (min-width: 992px) {
  #logo-header {
    width: 155px;
    position: absolute;
    top: -25px;
  }
}

#acceso-privado  ul li{
  list-style: none;
  float: left;
  padding: 10px 20px 0px 0px;
}

#acceso-privado-movil {
  display: none;
  margin-left: -20px;

}

#acceso-privado-movil ul li{
  list-style: none;
  float: left;
  padding: 10px 0px 10px 20px;
}

#acceso-privado-movil ul li img {
  width: 40px;
}


@media screen and (max-width: 43em) {
  #acceso-privado {
    display: none;
  }
  #acceso-privado-movil {
    display: block;

  }
}



#titulo-banner {
  background-color: red;
  text-align: center;
  color: white;
  font-size: 26px;
  padding: 10px 0px;
  margin-bottom: 40px;
}

#titulo-banner img {
  margin-left: 10px;
    position: relative;
    top: -7px;
}

/* MENU */
.redes { 
  	float:right !important; 
	position:absolute !important; 
	right: 0px !important;
	top: 1rem !important;
}
.redes a{
    display: inline !important;
  height: 12px;
  margin: 0 !important;
  padding: 0 !important;
}

/* BANNER */
#emergencias a{
  text-decoration: none;
  color: white;
}

#emergencias a:hover{
  color: blue;
}

/*HOME */
#ultimas-noticias {
  text-align: center;
}

.caja-noticias {
  border: 4px solid #f9f9f9;
  height: 340px;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  padding: 0px !important;
}


.caja-noticias div {
  padding: 0px;
}

.caja-noticias img {
  height: 150px;
}
.caja-noticias .noticia-fecha{
  color: #bebebe;
  padding: 2px;
}
.caja-noticias .noticia-title {
  text-align: justify;
  padding: 2px;
}

#redes-plugins {
  margin-top: 20px;
}

/*NOTICIAS*/
.noticia {
  margin-top: 20px;
    background: #F3F3F3;
    padding: 20px;
}

.noticia  img{
  max-width: 100%;
  height: auto;
}


.noticias-fecha {
  background: #2e4fa8;
  color: white;
   width: 100px;
    text-align: center;
  padding: 5px 0px;
  margin-bottom: 20px;
}

.noticias-fecha  span {
  width: 100%;
  display: block;
}
.noticias-fecha  span.noticias-dia {
  font-size: 20px;
}

.noticias-fecha  span.noticias-mes {
  font-size: 16px;
  text-transform: uppercase;
}

.noticias-fecha  span.noticias-anyo {
  font-size: 14px;
}

div.pagination {
    margin: 3px;
    text-align: center;
  margin-top: 20px;
}

div.pagination a {
    padding: 2px 12px 2px 12px;
    margin-right:4px;
  margin-left:4px;
  margin-top: 5px;
    text-decoration: none;
  background-color: #f3f3f3;
}

div.pagination span.current {
     padding: 2px 12px 2px 12px;
    margin-right:4px;
   margin-left:4px;
     margin-top: 5px;
    font-weight: bold;
    background-color: #003399;
    color: #fff;
}

/*TABS */
#tabs ul li {
  padding: 0px 10px;
}


#tabs ul li h4 {
  text-transform:uppercase;
}


#tabs ul li h4:hover {
  color: #E74C3C;
}

.tab-pane {
  padding: 30px;
}

.publicaciones  li{
    line-height: 30px;
}


/*SIDEBAR NOTICIAS*/
.cajas-sidebar-buscar {
  padding: 10px 10px;
  margin: 25px 0px;
  border: solid 2px lightgrey;
}
#noticias-buscar {
  padding: 30px 10px;
}
#noticias-ultimas div, #noticias-archivos div {
  margin: 10px 0px;
  padding-left: 5px;
}


/*TASAS*/

#form_contact li {
  list-style: none;
}

/*CONTACTAR*/

.google-maps {
  position: relative;
  padding-bottom: 40%; 
  margin-top: 20px;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#contact-form {
    background-color: #F2F2F2;
    border: 1px solid #EAEAEA;
    line-height: 24px;
    padding-bottom:30px;
  margin-top: 30px;
}

#contact-form .form-entry {
    margin-top: 40px;
}

#contact-form .form-entry label {
    width: 100%;
    line-height: 1em;
    font-weight: 300;
    margin: 0;
}
#form_contact label {
    color: #333;
    margin: 10px;
}


#contact-form .form-entry input:not([type='checkbox']), #contact-form .form-entry textarea {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 298px;
    width: 100%;
}
#contact-form .form-entry input, #contact-form .form-entry textarea {

    border: 1px solid #E2E0E0;
    padding: 4px;
}
#form_contact input, #form_contact select {
    display: block;
    clear: left;
    padding: 2px;
    border: 1px solid #999;
    margin: 10px;
}

#contact-form .form-entry textarea {
    border: 1px solid #E2E0E0;
    padding: 4px;
   max-width: 348px !important;
    height: 226px;
}

/*FOOTER*/
footer {
  background-color: #f3f3f3;
  padding: 20px;
    margin-top: 30px;
  /*border-top: 2px solid #2e4fa8;*/
}

footer ul {
  padding:0;
}

footer li {
  list-style: none;
}

hr {
    float: left;
    width: 100%;
  border-bottom: 1px solid lightgrey !important;
}

hr.line-blue {
  border-bottom: 2px solid #2E4FA8 !important;
}

.logos-footer {  
    margin-top: 30px;
  margin-left: 5px;
}

@media (min-width: 992px) {
.logos-footer {
   margin-left: 30%;
   }
}



/**********************************************/
/**********************************************/
/* INICIO *************************************/
/**********************************************/
/**********************************************/

.wrapper-home-image-sede {
  margin-top: 2.5em;
}
.wrapper-home-image-sede a, .wrapper-home-image-sede a img {
  width: 100%;
  float: left;
}



/**********************************************/
/**********************************************/
/* NOTICIAS ***********************************/
/**********************************************/
/**********************************************/

.wrapper-notices-title{
    width: auto;
  float: left;
  clear: both;
  margin-bottom: 0;
}
.wrapper-notices-title::after{
  width: 16px;
    height: 16px;
  float: right;
    margin-top: 2px;
  margin-left: 5px;
    content: url('./../img/icon/ic-right-arrow.png');
}
a:hover .wrapper-notices-title{
    border-bottom: 1px solid #2E4FA8;
}
.noticia{
  margin-bottom: 4em;
}
.wrapper-notices-search{
  margin-top: 1.7em;
}
.wrapper-notice-no-notice{
    width: 95%;
    float: left;
    margin-bottom: 2em;
    margin-left: 5%;
}



/**********************************************/
/**********************************************/
/* JORNADAS TRAFICO ***************************/
/**********************************************/
/**********************************************/

.contenedor-jornadastrafico .tab-pane img, .contenedor-jornadastrafico .tab-pane iframe{
    max-width: 100%;
}
.contenedor-jornadastrafico .tab-pane #page_1 {
    max-width: 100%;
    margin: 0;
}