@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
body, html {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #000;
  background: #ddd;
}

img {
  border: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #e76829;
}

img {
  max-width: 100%;
}

#impresion, .oculto, .infBuspre {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.col2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.col3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.col4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}

.col5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}

.capaTotal {
  width: 100%;
  height: 100%;
}
.capaTotal #contenedoraWeb {
  width: 100%;
  height: 100%;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

#idiomasFixed {
  display: none;
}

#h_cont_0 {
  position: relative;
  margin-top: 0;
  width: 100%;
  height: 6em;
}
#h_cont_0:after {
  content: '';
  display: block;
  clear: both;
}
#h_cont_0 #h_cell_1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 4.5em;
  background: #000;
}
#h_cont_0 #h_cell_1 #logoWrap {
  position: absolute;
  top: 0.125em;
  left: 0.75em;
  bottom: auto;
  right: auto;
  width: auto;
  height: 4.35em;
  display: table;
}
#h_cont_0 #h_cell_1 #logoWrap #logo {
  display: table-cell;
  vertical-align: middle;
}
#h_cont_0 #h_cell_1 #logoWrap #logo img {
  float: left;
}
#h_cont_0 #h_cell_1 #logoWrap #logo img.mov {
  max-width: 350px;
  display: none;
}
#h_cont_0 #h_cell_1 #redes {
  position: absolute;
  top: 0.15em;
  left: auto;
  bottom: auto;
  right: 13em;
}
#h_cont_0 #h_cell_1 #redes a {
  display: inline-block;
  font-size: 2em;
  color: #fff;
  margin: .25em 0;
  padding: 0 .25em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#h_cont_0 #h_cell_1 #redes a:hover {
  color: #e76829;
}
#h_cont_0 #h_cell_2 {
  position: absolute;
  top: 1.15em;
  left: auto;
  bottom: auto;
  right: 0.125em;
  width: 12.1em;
}
#h_cont_0 #h_cell_2 .id_idioma {
  display: block;
  float: left;
}
#h_cont_0 #h_cell_2 .id_idioma a {
  padding: .125em 0;
  display: block;
  float: left;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#h_cont_0 #h_cell_2 .id_idioma a img {
  width: 1.75em;
  float: left;
}
#h_cont_0 #h_cell_2 .id_idioma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#h_cont_0 #h_cell_3 {
  display: none;
}
#h_cont_0 #h_cell_4 {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  display: none;
  margin: 0;
}
#h_cont_0 #h_cell_4.fixed {
  margin-top: 136px;
}
#h_cont_0 #h_cell_4 #bannersHome {
  position: relative;
  width: 100%;
  max-width: 66.25em;
  height: 540px;
  overflow: hidden;
  margin: 0 auto;
}
#h_cont_0 #h_cell_4 #bannersHome .banner {
  position: relative;
  float: left;
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
}
#h_cont_0 #h_cell_4 #bannersHome .banner .textolider {
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 1em;
  font-size: 1.3em;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  position: absolute;
}
#h_cont_0 #h_cell_4 #bannersHome .banner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  display: block;
}
#h_cont_0 #h_cell_4 #bannersHome .banner .embed-container {
  height: 100%;
  padding: 0;
}
#h_cont_0 #h_cell_4 #pag {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 3em;
  right: auto;
  width: 100%;
  height: 1em;
  display: block;
  text-align: center;
  z-index: 2;
}
#h_cont_0 #h_cell_4 #pag span {
  width: 100px;
  height: 56px;
  display: inline-block;
  margin: 0 .25em;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-size: cover;
  border: 2px solid transparent;
}
#h_cont_0 #h_cell_4 #pag span.swiper-active-switch {
  border: 2px solid #e76829;
}
#h_cont_0 #h_cell_4 #controles .ctrl {
  position: absolute;
  top: 50%;
  left: 1em;
  bottom: auto;
  right: auto;
  margin: -1.5em 0 0;
  width: 3em;
  height: 3em;
  display: block;
  background: #e76829;
  -moz-transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -o-transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -webkit-transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
#h_cont_0 #h_cell_4 #controles .ctrl.der {
  left: auto;
  right: 1em;
}
#h_cont_0 #h_cell_4 #controles .ctrl span {
  font-size: 2em;
  color: #fff;
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
}
#h_cont_0 #h_cell_4 #controles .ctrl:hover {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
#h_cont_0 #h_cell_4 #controles .ctrl:hover span {
  font-weight: 700;
  color: #000;
}
#h_cont_0 #h_cell_5 {
  width: auto;
  height: 4em;
  margin-top: 4.5em;
  float: left;
  z-index: 3;
}
#h_cont_0 #h_cell_5:after {
  position: absolute;
  top: 4.5em;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 3em;
  content: '';
  display: block;
  clear: both;
  border-bottom: 1px solid #d3d3d5;
  background-color: #fdfdfd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFD3D3D5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDNkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #d3d3d5));
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #d3d3d5 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #d3d3d5 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #d3d3d5 100%);
}
#h_cont_0 #h_cell_5.fixed {
  position: fixed !important;
  top: 0 !important;
  margin-top: 0 !important;
  z-index: 100;
}
#h_cont_0 #h_cell_5.fixed:before {
  top: .5em !important;
}
#h_cont_0 #h_cell_5.fixed:after {
  position: fixed;
  top: 0 !important;
  z-index: 1;
}
#h_cont_0 #h_cell_5.fixed ul#menu {
  position: relative;
  z-index: 2;
}
#h_cont_0 #h_cell_5 ul#menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 102;
}
#h_cont_0 #h_cell_5 ul#menu:after {
  content: '';
  display: block;
  clear: both;
}
#h_cont_0 #h_cell_5 ul#menu li.menu {
  position: relative;
  float: left;
}
#h_cont_0 #h_cell_5 ul#menu li.menu:after {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  width: 1px;
  height: 100%;
  content: '';
  display: block;
  clear: both;
  background: #d3d3d5;
}
#h_cont_0 #h_cell_5 ul#menu li.menu > a {
  position: relative;
  width: auto;
  padding: .92em .725em;
  font-size: .9em;
  display: block;
  font-weight: 800;
  color: #000;
  background-color: transparent;
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  z-index: 2;
}
#h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu {
  position: absolute;
  top: 3em;
  left: 0;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: auto;
  width: 16em;
  display: block;
  padding: 0;
  min-width: 20em;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
  -moz-transition: all 1s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -o-transition: all 1s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -webkit-transition: all 1s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  transition: all 1s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  background-color: #fdfdfd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD3D3D5', endColorstr='#FFFDFDFD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d5), color-stop(100%, #fdfdfd));
  background-image: -moz-linear-gradient(top, #d3d3d5 0%, #fdfdfd 100%);
  background-image: -webkit-linear-gradient(top, #d3d3d5 0%, #fdfdfd 100%);
  background-image: linear-gradient(to bottom, #d3d3d5 0%, #fdfdfd 100%);
  -moz-box-shadow: 0 6px 16px #7a7a7a;
  -webkit-box-shadow: 0 6px 16px #7a7a7a;
  box-shadow: 0 6px 16px #7a7a7a;
  background-color: #fdfdfd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFD3D3D5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDNkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #d3d3d5));
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #d3d3d5 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #d3d3d5 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #d3d3d5 100%);
}
#h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li {
  width: 90%;
  margin: 0 5%;
  display: block;
  float: left;
  border-bottom: 1px solid #d3d3d5;
}
#h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li:last-child {
  margin-bottom: .3em;
  border: 0;
}
#h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li a {
  width: auto;
  padding: .6em 1em;
  display: block;
  font-size: .9em;
  font-weight: 700;
  color: #000;
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
}
#h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li a:hover {
  padding-left: 1.25em;
  color: #e76829;
}
#h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li ul {
  display: none;
}
#h_cont_0 #h_cell_5 ul#menu li.menu.menuActual > a {
  color: #e76829;
  cursor: default;
}
#h_cont_0 #h_cell_5 ul#menu li.menu.menuActual .hijoActual a {
  padding-left: 1.25em;
  color: #e76829;
  cursor: default;
}
#h_cont_0 #h_cell_5 ul#menu li.menu:hover {
  z-index: 2;
}
#h_cont_0 #h_cell_5 ul#menu li.menu:hover > a {
  color: #e76829;
  background: #fdfdfd;
}
#h_cont_0 #h_cell_5 ul#menu li.menu:hover ul.submenu {
  max-height: 24em;
}
#h_cont_0 #h_cell_9 {
  position: relative;
  float: left;
  margin-top: 4.5em;
  display: block;
  height: 3em;
}
#h_cont_0 #h_cell_9.fixed {
  position: fixed;
  top: 0;
  margin-top: 0 !important;
  z-index: 101;
}
#h_cont_0 #h_cell_9 #mod_buscador_input input {
  position: relative;
  margin: 0.65em 0.5em;
  padding: 0.05em 0.25em 0.1em 1.5em;
  width: 10.75em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  font-style: italic;
  border: 0;
}
#h_cont_0 #h_cell_9 #mod_buscador_button i {
  position: absolute;
  top: 0.9em;
  left: 0.8em;
  bottom: auto;
  right: auto;
  color: #d3d3d5;
  cursor: pointer;
  z-index: 2;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#h_cont_0 #h_cell_9 #mod_buscador_button i:hover {
  color: #000;
}
#h_cont_0.conBanner {
  height: auto;
  margin-top: -.5em;
}
#h_cont_0.conBanner #h_cell_4 {
  display: block;
}
#h_cont_0.conBanner #h_cell_4 #bannerActual {
  position: absolute;
  top: 9em;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#h_cont_0.conBanner #h_cell_4 #bannerActual #bannerActualInner {
  width: 100%;
  max-width: 66.25em;
  margin: 0 auto 0;
  height: 100%;
}
#h_cont_0.conBanner #h_cell_4 #bannerActual #bannerActualInner img {
  position: relative;
  width: 68%;
  float: left;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner {
  position: relative;
  margin: .5em 0 1em;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner {
  width: 100%;
  max-width: 66.25em;
  margin: 0 auto 0;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner:after {
  content: '';
  display: block;
  clear: both;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl {
  position: relative;
  width: 30%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 1em;
  float: right;
  background: #fff;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dt {
  font-weight: 700;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dt a {
  color: #000;
  padding: .75em 1em 0 1.15em;
  display: block;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dt a:hover {
  color: #e76829;
  text-decoration: underline;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dt.mSeleccionado a {
  color: #e76829;
  cursor: default;
  text-decoration: none;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dd {
  font-size: .9em;
  margin: 0;
  padding: 0;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dd a {
  color: #000;
  padding: .25em 1.75em;
  display: block;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dd a:hover {
  color: #e76829;
  text-decoration: underline;
}
#h_cont_0.conBanner #h_cell_4 #menuBanner #menuBannerInner dl dd.mSeleccionado a {
  color: #e76829;
  cursor: default;
  text-decoration: none;
}

#capa_contenidos {
  width: 100%;
  max-width: 66.25em;
  margin: 0.5em auto 0;
  clear: both;
}
#capa_contenidos:after {
  content: '';
  display: block;
  clear: both;
}
#capa_contenidos #div_izq {
  display: none;
}
#capa_contenidos #div_central {
  background: #fff;
}
#capa_contenidos #div_central.contenidoCentroSinDerecha {
  width: 100%;
}
#capa_contenidos #div_central.contenidoCentro {
  width: 68%;
  float: left;
}
#capa_contenidos #div_central #cont_cabecera_centro {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
#capa_contenidos #div_central #cont_cabecera_centro h1#tit_cabecera_centro {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 .15em;
  font-weight: 800;
  font-size: 2em;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 1em;
  padding-top: 1em;
}
#capa_contenidos #div_central #cont_cabecera_centro h1#tit_cabecera_centro:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0.15em;
  right: auto;
  content: '';
  display: block;
  clear: both;
  width: 13em;
  height: .15em;
  background: #e76829;
}
#capa_contenidos #div_central #cont_cabecera_centro .addthis_sharing_toolbox {
  position: absolute;
  top: 0.05em;
  left: auto;
  bottom: auto;
  right: -1.75em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
#capa_contenidos #div_central #cont_cabecera_centro .addthis_sharing_toolbox[data-title]:not([data-title=""]) {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#capa_contenidos #div_central h2 {
  color: #e76829;
  font-size: 1.1em;
  font-weight: 600;
}
#capa_contenidos #div_central h3 {
  font-weight: 600;
  font-size: 1em;
}
#capa_contenidos #div_central .ancho100 {
  width: 92%;
  margin: 0 auto;
}
#capa_contenidos #div_central .ancho100 p, #capa_contenidos #div_central .ancho100 ul, #capa_contenidos #div_central .ancho100 ol, #capa_contenidos #div_central .ancho100 dl {
  font-size: .85em;
  line-height: 1.75em;
}
#capa_contenidos #div_central .ancho100 ul {
  margin: 0;
  padding: 0 1.25em;
}
#capa_contenidos #div_central .ancho100 ul li {
  margin: 1em 0 0;
}
#capa_contenidos #div_central .ancho100 table {
  max-width: 100%;
}
#capa_contenidos #div_central table:first-child {
  width: 100%;
}
#capa_contenidos #div_central .contenedoraCentro {
  width: 92%;
  margin: 0 auto;
}
#capa_contenidos #div_central .contenedoraCentro .resumenHijos {
  font-size: .85em;
  line-height: 1.75em;
}
#capa_contenidos #div_central .buspreImagenesDcha {
  width: 35%;
  margin-left: 5%;
  float: right;
  display: block;
}
#capa_contenidos #div_central .buspreImagenesDcha br, #capa_contenidos #div_central .buspreImagenesDcha i {
  display: none;
}
#capa_contenidos #div_dch {
  width: 30%;
  float: right;
}
#capa_contenidos #div_dch #mod_cont_dest_15 {
  margin: 0;
  width: 100%;
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
#capa_contenidos #div_dch #mod_cont_dest_15 p {
  margin: 0;
  padding: 0 0 20px 0;
}
#capa_contenidos #div_dch #mod_cont_dest_15 p:after {
  content: '';
  display: block;
  clear: both;
}
#capa_contenidos #div_dch #mod_cont_dest_15 p img {
  float: left;
}

#b_cont_0 {
  position: relative;
  width: 100%;
  height: 40em;
  margin-top: 3em;
  padding-bottom: 4em;
  float: left;
}
#b_cont_0:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  height: 15em;
  content: '';
  display: block;
  clear: both;
  background: #000 url("/donosticup/usuariosFtp/conexion/diseimagenes1406a.gif") 50% 1em no-repeat;
  background-size: auto 2em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#b_cont_0 #b_cell_1 {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 11.25em;
  right: auto;
  width: 100%;
  text-align: center;
  cursor: default;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#b_cont_0 #b_cell_1 a {
  color: #fff;
  font-size: .6em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
#b_cont_0 #b_cell_1 a:hover {
  color: #e76829;
}
#b_cont_0 #b_cell_4_1 {
  position: relative;
  width: 100%;
  max-width: 66.25em;
  margin: 0 auto 0;
  width: 100%;
}
#b_cont_0 #b_cell_4_1:after {
  content: '';
  display: block;
  clear: both;
}
#b_cont_0 #b_cell_4_1 #pie {
  width: 100%;
}
#b_cont_0 #b_cell_4_1 #pie:after {
  content: '';
  display: block;
  clear: both;
}
#b_cont_0 #b_cell_4_1 #pie h2 {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 .15em;
  font-weight: 800;
  font-size: 2em;
  font-size: 1.25em;
  width: 100%;
  margin: 0 auto 1em;
  text-transform: uppercase;
  color: #000;
}
#b_cont_0 #b_cell_4_1 #pie h2:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0.15em;
  right: auto;
  content: '';
  display: block;
  clear: both;
  width: 13em;
  height: .15em;
  background: #000;
}
#b_cont_0 #b_cell_4_1 #pie .patrocinador {
  width: 25%;
  float: left;
}
#b_cont_0 #b_cell_4_1 #pie .patrocinador a {
  width: 100%;
  display: block;
  text-align: center;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#b_cont_0 #b_cell_4_1 #pie .patrocinador a img {
  width: 76%;
  margin: 0 auto;
  max-width: 100px;
}
#b_cont_0 #b_cell_4_1 #pie .patrocinador a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#b_cont_0 #b_cell_4_1 #arbolPie {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -14em;
  right: auto;
  width: 100%;
  display: block;
  clear: both;
}
#b_cont_0 #b_cell_4_1 #arbolPie:after {
  content: '';
  display: block;
  clear: both;
}
#b_cont_0 #b_cell_4_1 #arbolPie dl {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}
#b_cont_0 #b_cell_4_1 #arbolPie dl dt {
  margin: 0;
  padding: 0;
  font-size: .8em;
}
#b_cont_0 #b_cell_4_1 #arbolPie dl dt a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  width: 100%;
  display: block;
}
#b_cont_0 #b_cell_4_1 #arbolPie dl dd {
  margin: 0;
  padding: 0;
  font-size: .6em;
}
#b_cont_0 #b_cell_4_1 #arbolPie dl dd a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
#b_cont_0 #b_cell_4_1 #arbolPie dl a {
  color: #fdfdfd;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#b_cont_0 #b_cell_4_1 #arbolPie dl a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#b_cont_0 #b_cell_4_1 #redesPie {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -8em;
  right: 0;
  display: none;
  text-align: center;
}
#b_cont_0 #b_cell_4_1 #redesPie a {
  display: inline-block;
  font-size: 2em;
  color: #fff;
  margin: .25em 0;
  padding: 0 .25em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#b_cont_0 #b_cell_4_1 #redesPie a:hover {
  color: #e76829;
}

body.home #h_cont_0 {
  margin-top: 6em;
  height: 565px;
}
body.home #h_cont_0 #h_cell_1 {
  top: -6em;
}
body.home #h_cont_0 #h_cell_2 {
  top: -4.9em;
}
body.home #h_cont_0 #h_cell_4 {
  display: block;
}
body.home #h_cont_0 #h_cell_5 {
  margin-top: -1.5em;
}
body.home #h_cont_0 #h_cell_5:after {
  top: -1.5em;
}
body.home #h_cont_0 #h_cell_9 {
  margin-top: -1.5em;
}
body.home #capa_contenidos {
  overflow-x: hidden;
}
body.home #capa_contenidos #div_central {
  background: none;
  overflow: hidden;
}
body.home #capa_contenidos #div_central .ancho100 {
  width: 100%;
}
body.home #capa_contenidos #div_central #noticias {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 2em;
}
body.home #capa_contenidos #div_central #noticias:after {
  content: '';
  display: block;
  clear: both;
}
body.home #capa_contenidos #div_central #noticias h2 {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 .15em;
  font-weight: 800;
  font-size: 2em;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #000;
}
body.home #capa_contenidos #div_central #noticias h2:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0.15em;
  right: auto;
  content: '';
  display: block;
  clear: both;
  width: 13em;
  height: .15em;
  background: #e76829;
}
body.home #capa_contenidos #div_central #noticias .noticia {
  position: relative;
  width: 28.33%;
  min-height: 21.5em;
  margin: 1em 0;
  padding: .5em 1.5%;
  float: left;
  display: block;
  background: #fff;
  -moz-transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -o-transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -webkit-transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
}
body.home #capa_contenidos #div_central #noticias .noticia:after {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 0;
  content: '';
  display: block;
  clear: both;
  background: #e76829;
  -moz-transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -o-transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -webkit-transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  transition: all 0.3s cubic-bezier(0.375, 1.495, 0.61, 0.78);
}
body.home #capa_contenidos #div_central #noticias .noticia:nth-of-type(1) {
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
body.home #capa_contenidos #div_central #noticias .noticia:nth-of-type(2) {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-left: 3%;
  margin-right: 3%;
}
body.home #capa_contenidos #div_central #noticias .noticia:nth-of-type(3) {
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
body.home #capa_contenidos #div_central #noticias .noticia a.imgNoticia {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  display: block;
  overflow: hidden;
  margin: .25em 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.home #capa_contenidos #div_central #noticias .noticia a.imgNoticia img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
}
body.home #capa_contenidos #div_central #noticias .noticia a.tituloNoticia {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  color: #000;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.home #capa_contenidos #div_central #noticias .noticia span.fechaNoticia {
  width: 100%;
  display: block;
  clear: both;
  text-align: right;
  color: #e76829;
  font-size: .8em;
  font-weight: 600;
}
body.home #capa_contenidos #div_central #noticias .noticia span.descNoticia {
  font-size: .85em;
  width: 100%;
  display: block;
  clear: both;
  margin: .75em 0 0;
}
body.home #capa_contenidos #div_central #noticias .noticia:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
body.home #capa_contenidos #div_central #noticias .noticia:hover:after {
  height: .5em;
}
body.home #capa_contenidos #div_central #noticias .noticia:hover a.imgNoticia {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body.home #capa_contenidos #div_central #noticias .noticia:hover a.tituloNoticia {
  color: #e76829;
}
body.home #capa_contenidos #div_central #destacamos {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 3em;
}
body.home #capa_contenidos #div_central #destacamos:after {
  content: '';
  display: block;
  clear: both;
}
body.home #capa_contenidos #div_central #destacamos h2 {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 .15em;
  font-weight: 800;
  font-size: 2em;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #000;
}
body.home #capa_contenidos #div_central #destacamos h2:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0.15em;
  right: auto;
  content: '';
  display: block;
  clear: both;
  width: 13em;
  height: .15em;
  background: #000;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado {
  width: 100%;
  display: block;
  clear: both;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.circulo .destacado {
  margin: 1.5em 4.5% 1.5em 1.5%;
  padding: 0;
  background: none;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.circulo .destacado a.imgDestacado {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.circulo .destacado:hover {
  background: none;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado {
  position: relative;
  width: 28.33%;
  margin: 1em 0;
  padding: .5em 1.5%;
  float: left;
  display: block;
  background: #fff;
  -moz-transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -o-transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  -webkit-transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  transition: all 0.4s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  z-index: 1;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado:nth-of-type(1) {
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado:nth-of-type(2) {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-left: 3%;
  margin-right: 3%;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado:nth-of-type(3) {
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado a.imgDestacado {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  margin: .25em 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado a.imgDestacado img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  background: #e76829;
  z-index: 2;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado {
  width: 97%;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado a.imgDestacado {
  padding-bottom: 0;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado a.imgDestacado img {
  position: relative;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado:hover {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado:nth-of-type(1), body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado:nth-of-type(2), body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado:nth-of-type(3) {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado:nth-of-type(2) {
  margin-left: 0;
  margin-right: 0;
}

#noticiasInterior {
  width: 100%;
  height: 100%;
  display: block;
}
#noticiasInterior .tituloSeccionNoticias {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 .15em;
  font-weight: 800;
  font-size: 2em;
  margin-bottom: 1em;
  padding-top: .5em;
}
#noticiasInterior .tituloSeccionNoticias:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0.15em;
  right: auto;
  content: '';
  display: block;
  clear: both;
  width: 13em;
  height: .15em;
  background: #e76829;
}
#noticiasInterior .fechaNoticia {
  color: #e76829;
  margin: 0 0 1em;
  font-size: .9em;
  width: 100%;
  display: block;
  clear: both;
  text-align: right;
}
#noticiasInterior .imgNoticia {
  width: 100%;
  display: block;
  clear: both;
}
#noticiasInterior .imgNoticia, #noticiasInterior .imgNoticia img {
  width: 100%;
}
#noticiasInterior h1 {
  font-size: 2em;
  line-height: 1em;
  margin: .5em 0;
  font-weight: 700;
}
#noticiasInterior h2 {
  font-weight: 600;
  font-size: 1em;
}
#noticiasInterior .descNoticia img {
  display: none;
}

#masNoticias .miniNoticia {
  position: relative;
  width: 84%;
  margin: 0 0 1.25em;
  padding: 0.75em 8%;
  display: block;
  clear: both;
  background: #fff;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#masNoticias .miniNoticia:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  height: 0;
  content: '';
  display: block;
  clear: both;
  background: #e76829;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#masNoticias .miniNoticia .fechaMiniNoticia {
  text-align: right;
  color: #e76829;
  font-size: .75em;
  width: 100%;
  display: block;
  clear: both;
}
#masNoticias .miniNoticia .imgMiniNoticia img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#masNoticias .miniNoticia h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 700;
}
#masNoticias .miniNoticia h3 a {
  color: #000;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#masNoticias .miniNoticia .descMiniNoticia {
  font-size: .85em;
  line-height: 1.75em;
  margin: .5em 0;
}
#masNoticias .miniNoticia:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#masNoticias .miniNoticia:hover:after {
  height: .5em;
}
#masNoticias .miniNoticia:hover .imgMiniNoticia img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#masNoticias .miniNoticia:hover h3 a {
  color: #e76829;
}
#masNoticias ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 84%;
  padding: 0.5em 8%;
  background: #fff;
}
#masNoticias ul li {
  width: 100%;
  display: block;
  clear: both;
  font-size: .9em;
  margin: .8em 0;
}
#masNoticias ul li:after {
  content: '';
  display: block;
  clear: both;
}
#masNoticias ul li .fechaMiniNoticia {
  float: left;
  margin-right: .25em;
  color: #e76829;
  font-size: .75em;
  font-style: italic;
  line-height: 1em;
}
#masNoticias ul li a {
  color: #000;
  float: left;
  line-height: 1em;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#masNoticias ul li a:hover {
  color: #e76829;
}

#modYoutubeVideo {
  margin-top: -1em;
}
#modYoutubeVideo ul {
  display: none;
}

.videoDestacado {
  text-align: center;
}

.tituloVideoDestacado {
  text-align: center;
  padding: .5em 0;
  display: block;
  color: #e63e33;
  font-size: 1.5em;
}

.descripcionVideoDestacado {
  color: #666;
  font-size: 1em;
  margin: 0;
  text-align: center;
  line-height: 1.6em;
}

#comDmYotubeList {
  padding: 3em 0;
  display: block;
}
#comDmYotubeList:after {
  content: '';
  display: block;
  clear: both;
}
#comDmYotubeList .item {
  width: 21%;
  margin: 0 2%;
  min-height: 14em;
  float: left;
  text-align: center;
}
#comDmYotubeList .item .thumbnail a {
  width: 100%;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#comDmYotubeList .item .thumbnail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#comDmYotubeList .item ul {
  display: none;
}
#comDmYotubeList .item .title a {
  display: block;
  padding: .4em 0;
  color: #000;
  font-size: .9em;
  line-height: 1.2em;
}
#comDmYotubeList .item .title a:hover {
  color: #e63e33;
}
#comDmYotubeList .item p {
  font-size: .8em;
  color: #666;
  display: none;
}
#comDmYotubeList .item.currentVideo a {
  cursor: default;
}
#comDmYotubeList .item.currentVideo .thumbnail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#comDmYotubeList .item.currentVideo .title a {
  color: #e63e33;
}

.indPagina {
  width: 100%;
  clear: both;
  display: block;
  margin: 1em 0 2em;
}
.indPagina:first-child {
  display: none;
}
.indPagina span.pagSeleccionada, .indPagina a {
  width: 1.5em;
  padding: 0 0 .15em;
  text-align: center;
  display: block;
  color: #fff;
  float: left;
}
.indPagina span.pagSeleccionada {
  background: #e76829;
  cursor: default;
}
.indPagina a {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.indPagina a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.politicaCookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 5px 0;
  z-index: 100;
  display: none;
}
.politicaCookies:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  display: block;
  clear: both;
  background: #e76829;
  z-index: 2;
}
.politicaCookies .closeP {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  padding: 5px;
  z-index: 2;
  -moz-transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  z-index: 3;
}
.politicaCookies .closeP:hover {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.politicaCookies p {
  position: relative;
  z-index: 3;
}
.politicaCookies p a {
  color: #000;
}
.politicaCookies p a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  body.home #capa_contenidos #div_central #noticias .noticia, body.home #capa_contenidos #div_central #noticias .noticia:nth-of-type(2), body.home #capa_contenidos #div_central #noticias .noticia.ampliado, body.home #capa_contenidos #div_central #noticias .noticia.ampliado:nth-of-type(2), body.home #capa_contenidos #div_central #destacamos .filaDestacado, body.home #capa_contenidos #div_central #destacamos .filaDestacado:nth-of-type(2), body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado, body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado:nth-of-type(2) {
    width: 98%;
    margin: 1%;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.home #capa_contenidos #div_central #noticias .noticia .destacado, body.home #capa_contenidos #div_central #noticias .noticia.ampliado .destacado, body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado, body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado {
    width: 94%;
    padding: 0.5em 3%;
  }
  body.home #capa_contenidos #div_central #noticias .noticia .destacado, body.home #capa_contenidos #div_central #noticias .noticia .destacado:nth-of-type(2), body.home #capa_contenidos #div_central #noticias .noticia.ampliado .destacado, body.home #capa_contenidos #div_central #noticias .noticia.ampliado .destacado:nth-of-type(2), body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado, body.home #capa_contenidos #div_central #destacamos .filaDestacado .destacado:nth-of-type(2), body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado, body.home #capa_contenidos #div_central #destacamos .filaDestacado.ampliado .destacado:nth-of-type(2) {
    margin: .5em 0;
  }
}
@media only screen and (min-width: 1161px) and (max-width: 1280px) {
  #h_cont_0 #h_cell_5 ul#menu li.menu:after {
    height: 99%;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu > a {
    font-size: .8em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu > a ul.submenu li a {
    font-size: .8em;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1160px) {
  #h_cont_0 #h_cell_5 ul#menu li.menu > a {
    font-size: .7em;
    padding-top: 1.42em;
    padding-bottom: 1.42em;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu > a ul.submenu li a {
    font-size: .8em;
  }
}
@media only screen and (max-width: 1020px) {
  #h_cont_0 #h_cell_5:before {
    position: absolute;
    top: -0.5em;
    left: 0.5em;
    bottom: auto;
    right: auto;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0c9';
    z-index: 3;
  }
  #h_cont_0 #h_cell_5 ul#menu {
    height: auto;
    max-height: 0;
    margin-top: 3em;
    background-color: #fdfdfd;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFD3D3D5');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDNkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #d3d3d5));
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #d3d3d5 100%);
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #d3d3d5 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #d3d3d5 100%);
    overflow: hidden;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu {
    width: 100%;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu {
    display: none;
  }
  #h_cont_0 #h_cell_5.on ul#menu {
    max-height: 100em;
    -moz-transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  #h_cont_0 #h_cell_5 ul#menu {
    margin-top: 3em;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu {
    position: relative;
    top: 0;
    min-width: 100%;
    width: 100%;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: block;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu.on {
    max-height: 100em;
  }
  #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li {
    margin: 0;
    padding: 0 2%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }
  #h_cont_0 #h_cell_9 {
    margin: -4em 0 0 3em;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1040px) {
  #h_cont_0 #h_cell_9 #mod_buscador_input input {
    width: 9.75em;
  }
}
@media only screen and (max-width: 1020px) {
  #h_cont_0 #h_cell_9 {
    border-left: 1px solid #d3d3d5;
    z-index: 3;
  }
  body.home #h_cont_0 #h_cell_9 {
    margin: -4em 0 0 3em;
  }
}
@media only screen and (max-width: 768px) {
  .politicaCookies {
    display: none !important;
  }

  .col2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .col3 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .col4 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .col5 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  #idiomasFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    display: table;
    overflow: hidden;
    text-align: center;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  #idiomasFixed.on {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 100;
  }
  #idiomasFixed #idiomasFixedWrapper {
    width: 100%;
    height: 100%;
    display: block;
    display: table-cell;
    vertical-align: middle;
  }
  #idiomasFixed #idiomasFixedWrapper div, #idiomasFixed #idiomasFixedWrapper a {
    font-weight: 800;
    text-transform: uppercase;
    padding: 1em 0;
    color: #fff;
    display: block;
    z-index: 1;
  }
  #idiomasFixed #idiomasFixedWrapper div.x, #idiomasFixed #idiomasFixedWrapper a.x {
    position: absolute;
    top: 0.5em;
    left: auto;
    bottom: auto;
    right: 1em;
    padding: 0;
    z-index: 2;
  }
  #idiomasFixed #idiomasFixedWrapper div.sel, #idiomasFixed #idiomasFixedWrapper a.sel {
    color: #e76829;
  }

  #h_cont_0 {
    height: 0;
  }
  body.home #h_cont_0, #h_cont_0, #h_cont_0.conBanner {
    height: 9em;
  }
  body.home #h_cont_0:before, #h_cont_0:before, #h_cont_0.conBanner:before {
    top: 12em;
    display: none;
  }
  body.home #h_cont_0 #h_cell_1, #h_cont_0 #h_cell_1, #h_cont_0.conBanner #h_cell_1 {
    height: 9em;
  }
  body.home #h_cont_0 #h_cell_1 #logoWrap, #h_cont_0 #h_cell_1 #logoWrap, #h_cont_0.conBanner #h_cell_1 #logoWrap {
    position: relative;
    left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  body.home #h_cont_0 #h_cell_1 #logoWrap #logo img, #h_cont_0 #h_cell_1 #logoWrap #logo img, #h_cont_0.conBanner #h_cell_1 #logoWrap #logo img {
    float: none;
    width: 92%;
    margin: 0 auto;
    display: none;
  }
  body.home #h_cont_0 #h_cell_1 #logoWrap #logo img.mov, #h_cont_0 #h_cell_1 #logoWrap #logo img.mov, #h_cont_0.conBanner #h_cell_1 #logoWrap #logo img.mov {
    display: block;
  }
  body.home #h_cont_0 #h_cell_1 #redes, #h_cont_0 #h_cell_1 #redes, #h_cont_0.conBanner #h_cell_1 #redes {
    left: 1em;
    right: 1em;
    top: 12.5em;
    font-size: .75em;
    border-top: 1px solid #fff;
    text-align: center;
    display: none;
  }
  body.home #h_cont_0 #h_cell_1 #triggerIdiomas.oculto, #h_cont_0 #h_cell_1 #triggerIdiomas.oculto, #h_cont_0.conBanner #h_cell_1 #triggerIdiomas.oculto {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 33.33%;
    height: 3em;
    display: block;
    z-index: 4;
    color: #fff;
    cursor: default;
    text-align: center;
    background: #000;
  }
  body.home #h_cont_0 #h_cell_1 #triggerIdiomas.oculto.fixed, #h_cont_0 #h_cell_1 #triggerIdiomas.oculto.fixed, #h_cont_0.conBanner #h_cell_1 #triggerIdiomas.oculto.fixed {
    position: fixed;
    top: 0;
  }
  body.home #h_cont_0 #h_cell_1 #triggerIdiomas.oculto i, #h_cont_0 #h_cell_1 #triggerIdiomas.oculto i, #h_cont_0.conBanner #h_cell_1 #triggerIdiomas.oculto i {
    font-size: 1.5em;
    line-height: 2em;
  }
  body.home #h_cont_0 #h_cell_1 #triggerIdiomas.oculto i.flecha, #h_cont_0 #h_cell_1 #triggerIdiomas.oculto i.flecha, #h_cont_0.conBanner #h_cell_1 #triggerIdiomas.oculto i.flecha {
    position: relative;
    top: -.25em;
    left: .5em;
    font-size: .8em;
    line-height: .8em;
  }
  body.home #h_cont_0 #h_cell_1 #triggerInfo.oculto, #h_cont_0 #h_cell_1 #triggerInfo.oculto, #h_cont_0.conBanner #h_cell_1 #triggerInfo.oculto {
    position: absolute;
    top: auto;
    left: 33.33%;
    bottom: 0;
    right: auto;
    width: 33.33%;
    height: 3em;
    display: block;
    z-index: 4;
    color: #fff;
    cursor: default;
    text-align: center;
    background: #000;
  }
  body.home #h_cont_0 #h_cell_1 #triggerInfo.oculto.fixed, #h_cont_0 #h_cell_1 #triggerInfo.oculto.fixed, #h_cont_0.conBanner #h_cell_1 #triggerInfo.oculto.fixed {
    position: fixed;
    top: 0;
  }
  body.home #h_cont_0 #h_cell_1 #triggerInfo.oculto img, #h_cont_0 #h_cell_1 #triggerInfo.oculto img, #h_cont_0.conBanner #h_cell_1 #triggerInfo.oculto img {
    margin-top: .75em;
  }
  body.home #h_cont_0 #h_cell_2, #h_cont_0 #h_cell_2, #h_cont_0.conBanner #h_cell_2 {
    top: .5em;
    right: 0;
    width: 100%;
    text-align: center;
    /*select.oculto { display:block; background:none; border:0; color:#fff; display:block; float:right; margin:1em 0; padding:.5em; text-align:right; font-family:'Open Sans',sans-serif; text-transform:uppercase; font-weight:900; @include appearance(none);
    	&:-ms-expand { display: none; }
    }*/
  }
  body.home #h_cont_0 #h_cell_2 .id_idioma, #h_cont_0 #h_cell_2 .id_idioma, #h_cont_0.conBanner #h_cell_2 .id_idioma {
    display: none;
  }
  body.home #h_cont_0 #h_cell_4, #h_cont_0 #h_cell_4, #h_cont_0.conBanner #h_cell_4 {
    display: none;
  }
  body.home #h_cont_0 #h_cell_5, #h_cont_0 #h_cell_5, #h_cont_0.conBanner #h_cell_5 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    width: 33.33%;
    height: 3em;
    margin: 0;
    background: #000;
  }
  body.home #h_cont_0 #h_cell_5:before, #h_cont_0 #h_cell_5:before, #h_cont_0.conBanner #h_cell_5:before {
    top: auto !important;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2em;
    color: #fff;
  }
  body.home #h_cont_0 #h_cell_5:after, #h_cont_0 #h_cell_5:after, #h_cont_0.conBanner #h_cell_5:after {
    display: none;
  }
  body.home #h_cont_0 #h_cell_5 ul#menu, #h_cont_0 #h_cell_5 ul#menu, #h_cont_0.conBanner #h_cell_5 ul#menu {
    width: 300%;
    margin-top: 3em;
    background: #000;
  }
  body.home #h_cont_0 #h_cell_5 ul#menu li.menu:after, #h_cont_0 #h_cell_5 ul#menu li.menu:after, #h_cont_0.conBanner #h_cell_5 ul#menu li.menu:after {
    display: none;
  }
  body.home #h_cont_0 #h_cell_5 ul#menu li.menu a, #h_cont_0 #h_cell_5 ul#menu li.menu a, #h_cont_0.conBanner #h_cell_5 ul#menu li.menu a {
    color: #fff;
    background: none;
  }
  body.home #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu, #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu, #h_cont_0.conBanner #h_cell_5 ul#menu li.menu ul.submenu {
    position: relative;
    top: 0;
    min-width: 100%;
    width: 100%;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: block;
  }
  body.home #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu.on, #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu.on, #h_cont_0.conBanner #h_cell_5 ul#menu li.menu ul.submenu.on {
    max-height: 100em;
  }
  body.home #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li, #h_cont_0 #h_cell_5 ul#menu li.menu ul.submenu li, #h_cont_0.conBanner #h_cell_5 ul#menu li.menu ul.submenu li {
    margin: 0;
    padding: 0 2%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }
  body.home #h_cont_0 #h_cell_9, #h_cont_0 #h_cell_9, #h_cont_0.conBanner #h_cell_9 {
    margin-top: 6em;
    width: 0;
    overflow: hidden;
    border: 0;
    display: none;
  }

  #capa_contenidos {
    margin: 0 auto;
  }
  #capa_contenidos #div_central, #capa_contenidos #div_central.contenidoCentro {
    width: 100%;
    clear: both;
  }
  #capa_contenidos #div_central #cont_cabecera_centro .addthis_sharing_toolbox, #capa_contenidos #div_central.contenidoCentro #cont_cabecera_centro .addthis_sharing_toolbox {
    display: none;
  }
  #capa_contenidos #div_central #cont_cabecera_centro h1#tit_cabecera_centro, #capa_contenidos #div_central.contenidoCentro #cont_cabecera_centro h1#tit_cabecera_centro {
    font-size: 1.25em;
    padding-bottom: .5em;
  }
  #capa_contenidos #div_central #cont_cabecera_centro h1#tit_cabecera_centro:after, #capa_contenidos #div_central.contenidoCentro #cont_cabecera_centro h1#tit_cabecera_centro:after {
    width: 100%;
  }
  #capa_contenidos #div_central .buspreImagenesDcha, #capa_contenidos #div_central.contenidoCentro .buspreImagenesDcha {
    position: relative;
    top: -1em;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
  }
  #capa_contenidos #div_central .buspreImagenesDcha a.capaLight, #capa_contenidos #div_central.contenidoCentro .buspreImagenesDcha a.capaLight {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #capa_contenidos #div_central .buspreImagenesDcha a.capaLight:nth-child(odd), #capa_contenidos #div_central.contenidoCentro .buspreImagenesDcha a.capaLight:nth-child(odd) {
    padding: 0 1% 0 0;
  }
  #capa_contenidos #div_central .buspreImagenesDcha a.capaLight:nth-child(even), #capa_contenidos #div_central.contenidoCentro .buspreImagenesDcha a.capaLight:nth-child(even) {
    padding: 0 0 0 1%;
  }
  #capa_contenidos #div_central .contenedoraCentro .elemFila, #capa_contenidos #div_central.contenidoCentro .contenedoraCentro .elemFila {
    width: 100% !important;
    display: block;
    padding: 0 0 2em;
  }
  #capa_contenidos #div_dch {
    width: 100%;
    float: left;
    clear: both;
  }
  #capa_contenidos #div_dch #mod_cont_dest_15 > div {
    width: 100%;
    float: left;
    clear: both;
    display: block;
  }
  #capa_contenidos #div_dch #mod_cont_dest_15 p {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 31%;
    float: left;
    margin: .5em 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  #capa_contenidos #div_dch #mod_cont_dest_15 p:nth-child(odd) {
    padding-left: 3%;
  }
  #capa_contenidos #div_dch #mod_cont_dest_15 p:nth-child(odd) img {
    margin: 0 3% 0 0;
  }
  #capa_contenidos #div_dch #mod_cont_dest_15 p:nth-child(even) {
    padding-right: 3%;
  }
  #capa_contenidos #div_dch #mod_cont_dest_15 p:nth-child(even) img {
    margin: 0 0 0 3%;
  }
  #capa_contenidos #div_dch #mod_cont_dest_15 p img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 97%;
  }

  #b_cont_0 #b_cell_4_1 #redesPie {
    display: block;
  }

  	/*#b_cont_0 { height:20em !important;
  		&:before { height:14em; }
  
  		#b_cell_1 { bottom:1.25em; }
  		#b_cell_4_1 {
  			#pie .patrocinador { width:14.66%; margin:.25em 1%; }
  			#arbolPie { height:0; overflow:hidden; }
  		}
  	}*/
  body.home {
    		/*
    		#h_cont_0 {
    			&, &.conBanner {  height:7em; //height:90%;
    				&:before { top:4em; }
    
    				// IDIOMAS //
    
    				#h_cell_2 { top:-5.5em; width:100%; text-align:center; }
    
    				// A MEDIDA: SLIDER + BANNERS + MENU //
    
    				//#h_cell_4 { margin-top:0; height:calc(100% - 8em);
    					//#controles { display:none; }
    				//}
    
    				// MENU //
    
    				#h_cell_5 { }
    
    				// BUSCADOR //
    
    				#h_cell_9 { margin:4em 0 0 3em; }
    			}
    		}
    		*/
  }
  body.home #capa_contenidos #div_central #noticias h2, body.home #capa_contenidos #div_central #destacamos h2 {
    font-size: 1em;
  }
  body.home #capa_contenidos #div_central #destacamos .filaDestacado.circulo .destacado {
    width: 25%;
    margin: 1.5em 4.165%;
  }
  body.home #b_cont_0 #b_cell_4_1 #pie h2 {
    font-size: 1em;
  }
  body.home #h_cont_0 {
    height: 21em;
  }
  body.home #h_cont_0 #h_cell_4 {
    margin-top: 0;
    display: block;
  }
  body.home #h_cont_0 #h_cell_4 #bannersHome {
    height: 350px;
  }
  body.home #h_cont_0 #h_cell_5 {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #b_cont_0 {
    height: auto;
    background: #000;
    padding-bottom: 8em;
  }
  #b_cont_0:before {
    height: 9em;
    bottom: -1.5em;
  }
  #b_cont_0 #b_cell_1 {
    bottom: 3.5em;
  }
  #b_cont_0 #b_cell_4_1 #pie {
    background: #ddd;
  }
  #b_cont_0 #b_cell_4_1 #pie h2 {
    font-size: 1em;
  }
  #b_cont_0 #b_cell_4_1 #pie .patrocinador {
    width: 23%;
    margin: .25em 1%;
  }
  #b_cont_0 #b_cell_4_1 #arbolPie {
    height: 0;
    overflow: hidden;
  }
}
