/*
COLORES JUNTA:
- Verde: #00853E
- Verde Oscuro: #09551B
- Oliva: #D9D088
- Pie: #575656
- Pie Oscuro: #2B2B2B
- Gris cabecera claro: #F7F7F7
- Gris cabecera medio: #EAEAEA
*/


/*
 ===================================
 *** ESTILOS PERSONALIZADOS IECA ***
 ***       2019 by jmarenas      ***
 ====================================
 */

  
/* CABECERA */
#header {
    min-height: 150px !important;
    background: #EAEAEA !important;
    border-bottom: 1px solid #D7D7D7 !important;
}
.header-body {
    border-top: 5px solid #09551B !important;
    background: #F7F7F7 !important;
    border-bottom: 1px solid #D7D7D7 !important;
}
.header-column #name-and-slogan {
    margin: 0px !important;
}
.dropdown-menu li.dropdown-submenu > .dropdown-menu {
    left: 75% !important;
}
 
/* PORTADA */
.bloque-avisos h4{
  margin:0px;
}
.bloque-avisos .views-field-title{
  /*color:#3c763d;*/
  margin-top:5px;
  padding-left:5px;
  background-color: #dff0d8;
  border:1px solid #d6e9c6;
  border-bottom:0px;
}
.bloque-avisos .views-field-body{
  margin-bottom:5px;
  padding-left:5px;
  background-color: #dff0d8;
  border:1px solid #d6e9c6;
  border-top:0px;
}
#block-nivo-slider-nivo-slider {
    max-width: none !important;
    margin-bottom: 20px;
}
.nivo-slice,
.nivo-box{
  visibility: hidden !important;
}
.theme-default .nivoSlider {
    /*
    -moz-box-shadow: 0px 0px 5px #666 !important;
    -webkit-box-shadow: 0px 0px 5px #666 !important;
    box-shadow:  0px 0px 5px #666 !important;*/
}
.theme-default .nivoSlider img {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.call-to-action{
  padding-top: 1em;
  margin-bottom: 1em;
  height: 26em !important;
  border: 1px solid #EAEAEA !important;
  border-top: 5px solid #67be63 !important;
  background-color: #F7F7F7 !important;
}
.call-to-action h3{
  text-align:center;
}
.call-to-action img{
  margin: 1em auto;
}
.call-to-action a.btn{
  position: absolute;
  bottom: 0.5em;
  margin:0 auto;
  font-size: 1.2em;
}

#features{
  margin-top: 2.5em;
}
.feature-box:hover{
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  -moz-filter:brightness(110%);
  -webkit-filter:brightness(110%);
  filter:brightness(110%);
}
.feature-box-icon{
  top:0px !important;
}

/* CONTENIDO */

/*Noticias*/
.listado-noticias{
  font-size:0.9em !important;
}
.listado-noticias span.date-display-single{
  font-size:1em;
}
.pagination li a{
  font-size:0.9em !important;
}

/*Normativa*/
.view-normativa ul.nav-list {
	white-space: inherit;
}

/*CONTACTO*/
#iframeContacto{
  width:1040px;
  height:1100px;
  border:0px;
  scrolling:no;
}


/*PIE*/
#footer{
  padding-top: 0px !important;
  background-color: #7B7B7B !important;
  border-top: 4px solid #2B2B2B !important;
}
#footer a,
#footer a:hover{
  color: #fff !important;
}
#footer h2{
  font-size:1.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}
#footer img{
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 50px !important;
  display: inline;
}
.footer-copyright{
  padding-top: 20px !important;
  margin:0px !important;
  color: #aaa !important;
  background-color: #7B7B7B !important;
  border:0px !important;
}
.footer-copyright p{
  color: #aaa !important;
}

/*MEDIA QUERIES*/
@media (min-width: 1024px) {
  .header-logo img {
      width: auto !important;
      height: 100px !important;
      margin-top: 0px !important;
  }
}
@media (max-width: 1024px) {
  .header-logo img {
      width: auto !important;
      height: 80px !important;
      margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .call-to-action{
    font-size: 0.9em;
    height:22em !important;
  }
  .call-to-action img{
      max-width:241px;
  }
}
@media (max-width: 767px) {
  #pie1 img{
      max-width:200px;
  }
}
@media (max-width: 585px) {
  .call-to-action{
    height:24em !important;
  }
}