header{
  top: 40px;
}

header .logo {
  max-width: 150px;
}

section.noticias .item.dos img{
  margin-left: 0;
}

.franja{
  padding: 5px 0px;
  z-index: 999999999;
}

.franja .dropdown{
  float: right;
}

.franja .dropdown-toggle{
  background: transparent !important;
  color: #FFF;
  border: solid 1px #FFF;
  border-radius: 50%;
  padding: 5px 9px;
}

.franja .dropdown-menu{
  left: -72px;
  top: 105%;
  min-width: auto !important;
  background: #3c7fb9;
  border-top: none;
  border-radius: 0px;
}

.franja .dropdown-menu a{
  color: #FFF;
  font-size: 11px;
  padding: 10px 20px;
}

.fa-bars, .fa-times{
  color: #3c7fb9;
  position: relative;
}

.fa-times{
  display: none;
}


section#inicio {
  padding-top: 64px;
}

#menu-smart{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  text-align: center;
  padding: 7em 5em;
  display: none;
}

#menu-smart ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-smart ul li a{
  border: solid 1px #3c7fb9;
  display: block;
  margin-bottom: 15px;
  padding: 10px 30px;
  background: #3c7fb9;
  color: #FFF;
  border-radius: 10px;
}

#ejecuta-menu{
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 54px;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}

#ejecuta-menu.fixed{
  position: fixed;
  top: 15px;
  right: 15px;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}

section#inicio .banner{
  height: 400px;
}

#ejecuta-menu{
  display: inline-block;
}

section#inicio .banner .filtro{
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.6);
  padding: 4em;
}

section#inicio .banner .filtro a{
  margin-bottom: 5px;
}

section.videos, section.descargas, section.noticias {
  padding: 5em 0em;
}

section.descargas table.table{
  margin-bottom: 0;
}

section.descargas table.table tr td:nth-child(1){
  display: none;
}

section.descargas table.table tr td{
  padding: 10px;
  font-size: 12px;
}

section.descargas table.table tr td:nth-child(2){
  width: 63%;
}

section.descargas table.table tr td a{
  font-size: 12px;
}

section.noticias .item{
  margin-bottom: 30px;
}

section.noticias .item.dos{
  padding-left: 15px;
  padding-right: 15px;
}

section.noticias .item.dos .detalle{
  margin-left: -15px;
  margin-right: -15px;
}
