@charset "UTF-8";
/*RESET*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:focus {
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}

pre {
  white-space: pre-wrap;
}

body {
  margin: 0;
}

html {
  /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

[hidden], template {
  display: none;
}

*::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*BASIC*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

button {
  box-sizing: content-box;
  cursor: pointer;
}

::-moz-selection {
  background: rgba(235, 0, 40, 0.7);
}

::selection {
  background: rgba(235, 0, 40, 0.7);
}

::-moz-selection {
  background: rgba(235, 0, 40, 0.7);
}

html {
  position: relative;
  min-height: 100%;
  font-family: Arial,sans-serif;
  font-size: 62.5%;
}

textarea:-moz-ui-invalid:not(output),
input:-moz-ui-invalid:not(output) {
  border: 1px solid #eb0028;
  border: 1px solid rgba(255, 0, 0, 0.7);
  box-shadow: none;
}

/*DRUPAL BASICS*/
.invisible {
  display: block !important;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0 !important;
  height: 0;
}

.element-hidden {
  display: none;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  display: none;
}

.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

html.js .js-hide {
  display: none;
}

.ajax-progress {
  display: none;
}

.ajax-new-content {
  display: none;
}

/*FONTS*/
@font-face {
  font-family: 'Helvetica';
  src: url("../typefaces/helveticaneue-light-webfont.eot");
  src: url("../typefaces/helveticaneue-light-webfont.eot?#iefix") format("embedded-opentype"), url("../typefaces/helveticaneue-light-webfont.woff") format("woff"), url("../typefaces/helveticaneue-light-webfont.ttf") format("truetype"), url("../typefaces/helveticaneue-light-webfont.svg#helvetiva_light") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'dekar';
  src: url("../typefaces/dekar_light-webfont.eot");
  src: url("../typefaces/dekar_light-webfont.eot?#iefix") format("embedded-opentype"), url("../typefaces/dekar_light-webfont.woff") format("woff"), url("../typefaces/dekar_light-webfont.ttf") format("truetype"), url("../typefaces/dekar_light-webfont.svg#dekar_lightregular") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'dekar';
  src: url("../typefaces/dekar-webfont.eot");
  src: url("../typefaces/dekar-webfont.eot?#iefix") format("embedded-opentype"), url("../typefaces/dekar-webfont.woff") format("woff"), url("../typefaces/dekar-webfont.ttf") format("truetype"), url("../typefaces/dekar-webfont.svg#dekarregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'loved_by_the_king';
  src: url("../typefaces/lovedbytheking-webfont.eot");
  src: url("../typefaces/lovedbytheking-webfont.eot?#iefix") format("embedded-opentype"), url("../typefaces/lovedbytheking-webfont.woff") format("woff"), url("../typefaces/lovedbytheking-webfont.ttf") format("truetype"), url("../typefaces/lovedbytheking-webfont.svg#loved_by_the_kingregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Clearfix*/
.cl:before, .cl:after, .agendaHome .item-list li:before, .agendaHome .item-list li:after, .noticiasHome li div:before, .noticiasHome li div:after {
  content: "";
  display: table;
}

.cl:after, .agendaHome .item-list li:after, .noticiasHome li div:after {
  clear: both;
}

/*DRUPAL FIX*/
/*.panels-flexible-column,
.panel-flexible .panels-flexible-column-inside,
.panels-flexible-region,
.panels-flexible-region-inside {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}
*/

/*COMMON*/
.messages {
  padding: 20px 20px 20px 52px;
  font: 1.3em/1.6em;
  border-radius: 3px;
  background: #f8f8f8;
  margin: 0 0 20px 0;
  color: #555;
  border: 1px solid #eee;
  font: 1.4em/1.6em sans-serif;
}

.messages.error {
  background: #fce6e6 url(../images/message-error.png) no-repeat 20px 20px;
  color: #d41212;
  border-color: #edbebe;
}

.messages.status {
  background: #eff9e7 url(../images/message-status.png) no-repeat 20px 20px;
  color: #54a30d;
  border-color: #c4e2ac;
}

.messages.warning {
  background: #fff5e5 url(../images/message-warning.png) no-repeat 20px 20px;
  color: #e96e1b;
  border-color: #eec293;
}

.messages em {
  font-weight: 800;
  font-style: normal;
}

.messages.error li {
  color: #d41212;
}

.messages.status li {
  color: #54a30d;
}

.messages.warning li {
  color: #e96e1b;
}

figure {
  background: #eee url(../images/loading.gif) no-repeat center center;
}

figure img {
  width: 100%;
  height: 100%;
  display: block;
}

.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
  display: block;
  position: relative;
}

.unfocused {
  opacity: 0.6 !important;
}

.col-3 {
  width: 25%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-20 {
  width: 20%;
  float: left;
}

.col-6a {
  width: 16.5%;
  float: left;
}

.col-5a {
  width: 20%;
  float: left;
}

.col-4a {
  width: 25%;
  float: left;
}

.col-3a {
  width: 33%;
  float: left;
}

.col-2a {
  width: 50%;
  float: left;
}

.col-1a {
  width: 100%;
  float: left;
}

html {
  background: #fff url(../images/loading.gif) no-repeat fixed center center;
}

html.loaded {
  background-image: none;
}

.loaded body {
  background: #fff;
  opacity: 1 !important;
  transition: opacity 0.4s;
}

/*HEADER*/
header {
  height: 82px;
  background: #fff;
  display: block;
  position: relative;
  z-index: 20;
}

header .wrapper {
  height: 82px;
  padding: 0 30px;
}

header .wrapper:after {
  content: '';
  display: table;
  clear: both;
}

header h1, header span {
  margin: 24px 0 0 0;
  float: left;
}

header h1 a {
  display: block;
  width: 148px;
  height: 44px;
}

header h1 a span {
  display: none;
}

header h2 {
  display: none;
}

.hamburger, .opener {
  display: none;
}

/*NAV*/
/*Main menu*/
nav {
  float: right;
  padding: 40px 0 0 0;
}

nav .block-menu,
nav .block-locale {
  float: left;
}

nav ul {
  padding: 8px 0 0 0;
}

nav ul:after {
  content: "";
  display: table;
  clear: both;
}

nav li {
  border-left: 1px solid #ddd;
  padding: 0 10px;
  float: left;
}

nav li:first-child {
  border: 0 none;
}

nav a,
.block-locale li span {
  display: block;
  font: 1.2em/1em sans-serif;
  color: #707070;
  text-transform: uppercase;
}

nav a.active {
  color: #AC003C;
  cursor: default;
  pointer-events: none;
}

nav a:hover {
  text-decoration: underline;
}

nav a.active:hover {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

nav .block-locale .active {
  display: none;
}

nav .block-locale a,
nav .language-link {
  text-transform: none;
}

nav .block-search {
  float: left;
  position: relative;
}

nav form input[type="text"] {
  border: 1px solid #e7e7e7;
  background: url(../images/ico-search.png) no-repeat right bottom;
  height: 26px;
  padding: 4px;
  color: #666;
  width: 120px;
  border-radius: 2px;
  transition: width 0.5s;
  border-radius: 0;
  position: relative;
  padding-right: 24px;
}

nav form input[type="text"]:focus {
  padding-right: 24px;
}

nav form .fake-button {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
  background: url(../images/lupa-vacio.png);
}

nav form input[type="text"]:hover,
nav form input[type="text"]:focus {
  width: 180px;
  border-color: #ccc;
  background: url(../images/ico-search.png) no-repeat right top;
}

nav form input[type="submit"] {
  display: none;
}

#main-menu .form-actions {
  margin: 0;
}

/*Menu areas*/
#block-menu-menu-menu-areas {
  display: none;
}

#menu-areas {
  position: absolute;
  left: 0;
  top: 95px;
  background: #fff;
  z-index: 99;
  padding: 0;
}

#menu-areas {
  width: 97px;
}

#menu-areas:hover {
  width: 728px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#menu-areas .nav > li.misc {
  display: none;
}

/*#menu-areas .close{width:32px;height:32px;background:url(../images/nav-close.png) no-repeat center center;position:absolute;right:10px;top:-10px;cursor:pointer;z-index:9;}
#menu-areas .close:active{opacity: 0.5;top:-9px;}*/
#menu-areas .close {
  width: 28px;
  height: 28px;
  background: url(../images/nav-close.svg) no-repeat center center;
  position: absolute;
  right: 6px;
  top: 10px;
  cursor: pointer;
  z-index: 9;
}

#menu-areas .close:active {
  opacity: 0.5;
  top: -9px;
}

.nav > li {
  display: table;
  height: 57px;
  padding: 0 0 0 90px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 26px center;
  width: 97px;
}

#menu-areas:hover .nav > li {
  width: 276px;
}

.nav > li:nth-child(1) {
  z-index: 5;
}

.nav > li:nth-child(2) {
  z-index: 4;
}

.nav > li:nth-child(3) {
  z-index: 3;
}

.nav > li:nth-child(4) {
  z-index: 2;
}

.nav > li:nth-child(5) {
  z-index: 1;
}

.nav > li:after {
  content: '';
  width: 97px;
  height: 9px;
  background: url(../images/nav-shadow.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: -9px;
}

#menu-areas:hover .nav > li:after {
  -webkit-animation: desplazar 0.2s forwards;
  animation: desplazar 0.2s forwards;
}

.mobile #menu-areas:hover .nav > li:after {
  left: 180px;
}

@-webkit-keyframes desplazar {
  0% {
    left: 0;
  }
  100% {
    left: 180px;
  }
}

@keyframes desplazar {
  0% {
    left: 0;
  }
  100% {
    left: 180px;
  }
}

.nav > li:hover {
  z-index: 6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}

.nav > li:first-child:hover {
  z-index: 6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.nav > li.creacion {
  background-image: url(../images/nav-icon-creacion.png);
  border-right: 7px solid #ff6a00;
}

.nav > li.creacion:hover {
  background-image: url(../images/nav-icon-creacion-hover.png);
}

.nav > li.innovacion {
  background-image: url(../images/nav-icon-innovacion.png);
  border-right: 7px solid #3bd42e;
}

.nav > li.innovacion:hover {
  background-image: url(../images/nav-icon-innovacion-hover.png);
}

.nav > li.comercio {
  background-image: url(../images/nav-icon-comercio.png);
  border-right: 7px solid #0097cd;
}

.nav > li.comercio:hover {
  background-image: url(../images/nav-icon-comercio-hover.png);
}

.nav > li.mediacion {
  background-image: url(../images/nav-icon-mediacion.png);
  border-right: 7px solid #a35db4;
}

.nav > li.mediacion:hover {
  background-image: url(../images/nav-icon-mediacion-hover.png);
}

.nav > li.formacion {
  background-image: url(../images/nav-icon-formacion.png);
  border-right: 7px solid #a37300;
}

.nav > li.formacion:hover {
  background-image: url(../images/nav-icon-formacion-hover.png);
}

.nav > li.institucionales {
  background-image: url(../images/nav-icon-institucional.png);
  border-right: 7px solid #eb0028;
}

.nav > li.institucionales:hover {
  background: #fff url(../images/nav-icon-institucional-hover.png) no-repeat 26px 10px;
}

#menu-areas:hover .nav > li.institucionales:after {
  display: none;
}

/*SVG*/
.nav > li.creacion {
  background-image: url(../images/nav-icon-creacion.svg);
}

.nav > li.creacion:hover {
  background-image: url(../images/nav-icon-creacion-hover.svg);
}

.nav > li.innovacion {
  background-image: url(../images/nav-icon-innovacion.svg);
}

.nav > li.innovacion:hover {
  background-image: url(../images/nav-icon-innovacion-hover.svg);
}

.nav > li.comercio {
  background-image: url(../images/nav-icon-comercio.svg);
}

.nav > li.comercio:hover {
  background-image: url(../images/nav-icon-comercio-hover.svg);
}

.nav > li.mediacion {
  background-image: url(../images/nav-icon-mediacion.svg);
}

.nav > li.mediacion:hover {
  background-image: url(../images/nav-icon-mediacion-hover.svg);
}

.nav > li.formacion {
  background-image: url(../images/nav-icon-formacion.svg);
}

.nav > li.formacion:hover {
  background-image: url(../images/nav-icon-formacion-hover.svg);
}

.nav > li.institucionales {
  background-image: url(../images/nav-icon-institucional.svg);
}

.nav > li.institucionales:hover {
  background-image: url(../images/nav-icon-institucional-hover.svg);
}

.nav > li > a {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  height: 57px;
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 0 18px;
  line-height: 1.4em;
}

.nav > li:hover > a {
  color: #fff;
}

/*Show and Hide*/
.nav > li > a,
.nav > li > div {
  display: none;
}

#menu-areas:hover .nav > li > a {
  display: table-cell;
}

#menu-areas:hover .nav > li > div {
  display: block;
}

#menu-areas.cerrado,
#menu-areas.cerrado:hover {
  width: 97px;
  overflow: hidden;
}

#menu-areas.cerrado .nav > li,
#menu-areas.cerrado:hover .nav > li {
  width: 97px;
}

#menu-areas.cerrado .nav > li > a,
#menu-areas.cerrado:hover .nav > li > a {
  display: none;
}

#menu-areas.cerrado .nav > li:after,
#menu-areas.cerrado:hover .nav > li:after {
  -webkit-animation: none 0s;
  animation: none 0s;
}

.nav > li.creacion:hover > a {
  background: #ff6a00;
}

.nav > li.innovacion:hover > a {
  background: #3bd42e;
}

.nav > li.comercio:hover > a {
  background: #0097cd;
}

.nav > li.mediacion:hover > a {
  background: #a35db4;
}

.nav > li.formacion:hover > a {
  background: #a37300;
}

.nav > li.institucionales:hover > a {
  background: #eb0028;
}

.contentSubmenu {
  width: 562px;
  background-color: #fff;
  position: absolute;
  padding: 0;
  opacity: 0;
  display: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

/*.contentSubmenu:after{content:'';width:100%;position: absolute;bottom:0;left:0;background:-webkit-linear-gradient(90deg, #fff, rgba(255,255,255,0));background:linear-gradient(0deg, #fff, rgba(255,255,255,0));z-index:2;height:80px;}*/
.nav > li:hover .contentSubmenu {
  opacity: 1;
  display: block;
  left: 267px;
}

li.creacion .contentSubmenu {
  border-left: 7px solid #ff6a00;
  top: 0;
}

li.innovacion .contentSubmenu {
  border-left: 7px solid #3bd42e;
  top: -57px;
}

li.comercio .contentSubmenu {
  border-left: 7px solid #0097cd;
  top: -114px;
}

li.mediacion .contentSubmenu {
  border-left: 7px solid #a35db4;
  top: -228px;
}

li.formacion .contentSubmenu {
  border-left: 7px solid #a37300;
  top: -171px;
}

li.institucionales .contentSubmenu {
  border-left: 7px solid #eb0028;
  top: -285px;
}

.contentSubmenu .submenu {
  height: 100%;
  min-height: 460px;
  padding: 20px;
  border-right: 1px solid #ddd;
}

.contentSubmenu .submenu:last-child {
  border: 0 none;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}

.contentSubmenu h2 {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
  display: block;
}

li.creacion h2 {
  color: #ff6a00;
}

li.innovacion h2 {
  color: #3bd42e;
}

li.comercio h2 {
  color: #0097cd;
}

li.mediacion h2 {
  color: #a35db4;
}

li.formacion h2 {
  color: #a37300;
}

li.institucionales h2 {
  color: #eb0028;
}

li.creacion .bloque figure {
  background-color: #ff6a00;
}

li.innovacion .bloque figure {
  background-color: #3bd42e;
}

li.comercio .bloque figure {
  background-color: #0097cd;
}

li.mediacion .bloque figure {
  background-color: #a35db4;
}

li.formacion .bloque figure {
  background-color: #a37300;
}

li.institucionales .bloque figure {
  background-color: #eb0028;
}

.contentSubmenu .submenu .bloque {
  border-bottom: 1px dotted #c3c3c3;
  display: block;
  margin: 13px 0 0;
  min-height: 74px;
  padding: 0 0 13px;
  width: 100%;
}

.contentSubmenu .submenu .bloque:last-child {
  border: 0 none;
}

.contentSubmenu .submenu .bloque figure {
  height: 57px;
  width: 57px;
  float: left;
  background-image: none;
}

.contentSubmenu .bodybloque {
  padding-left: 75px;
  display: block;
}

.contentSubmenu .bodybloque h3 {
  font: bold 12px/14px Arial, sans-serif;
  min-width: 96px;
  color: #333;
  margin: 0 0 10px 0;
  padding: 6px 0 0 0;
}

.contentSubmenu .bodybloque li {
  padding: 0 0 6px;
}

.contentSubmenu .bodybloque a {
  color: #333;
  display: inline-block;
  font: 12px/14px Arial, sans-serif;
}

.contentSubmenu .bodybloque a:hover {
  text-decoration: underline;
}

/*New layout*/
.contentSubmenu .submenu:first-child .bloque figure {
  display: none;
}

.contentSubmenu .submenu:last-child .bloque figure {
  width: 24px;
  height: 24px;
}

.contentSubmenu .submenu:last-child .bloque h3 {
  padding: 6px 0 0 10px;
}

.contentSubmenu .bodybloque li {
  padding: 6px 0 6px 18px;
  background: url(../images/bullet-institucional.svg) no-repeat 4px 10px;
}

li.institucional .contentSubmenu .bodybloque li {
  background-image: url(../images/bullet-institucional.svg);
}

li.creacion .contentSubmenu .bodybloque li {
  background-image: url(../images/bullet-creacion.svg);
}

li.innovacion .contentSubmenu .bodybloque li {
  background-image: url(../images/bullet-innovacion.svg);
}

li.comercio .contentSubmenu .bodybloque li {
  background-image: url(../images/bullet-comercio.svg);
}

li.formacion .contentSubmenu .bodybloque li {
  background-image: url(../images/bullet-formacion.svg);
}

li.mediacion .contentSubmenu .bodybloque li {
  background-image: url(../images/bullet-mediacion.svg);
}

.contentSubmenu .bodybloque {
  padding: 0;
}

/*scroll nativo*/
/*.contentSubmenuScroll{height:460px;overflow-y:scroll;padding:0 25px 0 0;}*/
/*.contentSubmenuScroll{height:460px}*/
/*Pseudo scroll*/
/*.contentSubmenuInner{width:462px;overflow: hidden;}
.contentSubmenuScroll{height:460px;overflow-y:scroll;padding:0 25px 0 0;margin:0 -25px 0 0;}*/
.contentSubmenuInner:after,
.contentSubmenuScroll:after {
  content: "";
  display: table;
  clear: both;
}

#menu-areas.open {
  width: 728px;
  left: -9000px;
}

#menu-areas.open .contentSubmenu {
  display: block;
  opacity: 1;
}

.nano {
  width: 455px;
}

.nano .nano-content {
  padding: 10px;
}

.nano .nano-pane {
  background: #888;
  margin: 5px;
  right: 1px;
  width: 8px;
}

.nano > .nano-pane {
  border-radius: 5px;
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 10px;
}

.nano .nano-slider {
  background: #111;
}

.nano > .nano-pane > .nano-slider {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin: 0 1px;
  position: relative;
}

/*jScrollPane*/
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/*Fix*/
.jspPane {
  width: 100% !important;
  padding-right: 20px !important;
}

.jspContainer {
  margin: 10px 0;
  /*height: 600px !important;*/
  max-height: 1000px;
}

.jspVerticalBar {
  border-radius: 4px;
  right: 6px;
  overflow: hidden;
  opacity: 0.3;
  transition: opacity 0.3s;
}

.contentSubmenu:hover .jspVerticalBar {
  opacity: 0.7;
}

.jspVerticalBar:hover {
  opacity: 1;
}

.jspTrack {
  height: 100% !important;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
}

.jspDrag {
  border-radius: 4px;
}

li.institucional .jspDrag {
  background: #eb0028;
}

li.creacion .jspDrag {
  background: #ff6a00;
}

li.innovacion .jspDrag {
  background: #3bd42e;
}

li.comercio .jspDrag {
  background: #0097cd;
}

li.formacion .jspDrag {
  background: #a37300;
}

li.mediacion .jspDrag {
  background: #a35db4;
}

#menu-areas .close {
  display: none;
}

/*Fix para alturas*/
.contentSubmenu {
  min-height: 342px;
  max-height: 660px;
  height: auto;
}

/*breadcrumb*/
.breadcrumb {
  float: none;
  display: block;
  padding: 0 0 0 70px;
  clear: both;
}

.breadcrumb ol:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb ol li {
  border: 0 none;
  position: relative;
}

.breadcrumb ol li:after {
  content: '/';
  position: absolute;
  right: -3px;
  top: 0;
  font: 1.7em/46px serif;
}

.breadcrumb ol li:last-child:after {
  display: none;
}

.breadcrumb a {
  font: 1.4em/45px 'dekar','Trebuchet MS',sans-serif;
  text-transform: lowercase;
  text-decoration: underline;
}

.breadcrumb a, .breadcrumb li:after,
.institucional .breadcrumb a {
  color: #eb0028;
}

.creacion .breadcrumb a, .creacion .breadcrumb li:after {
  color: #ff6a00;
}

.innovacion .breadcrumb a, .innovacion .breadcrumb li:after {
  color: #3bd42e;
}

.comercio .breadcrumb a, .comercio .breadcrumb li:after {
  color: #0097cd;
}

.formacion .breadcrumb a, .formacion .breadcrumb li:after {
  color: #a37300;
}

.mediacion .breadcrumb a, .mediacion .breadcrumb li:after {
  color: #a35db4;
}

/*HOME*/
/*#content .destacado{margin:0 -30px;height:512px;}*/
.front .destacado {
  height: auto;
  margin: 0 auto;
  z-index: 1;
}

.destacado .sliderHome {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #eee;
  width: 100%;
}

.destacado .sliderHome .slide {
  height: 512px;
  max-width: 1024px;
  display: block;
  position: relative;
  margin: 0;
}

.destacado .sliderHome figure {
  height: 512px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee url(../images/loading.gif) no-repeat center center;
}

.destacado .sliderHome img {
  display: block;
  width: 100%;
  margin: 0;
  width: 1024px;
  height: 512px;
}

/*.destacado .sliderHome{height:512px;}*/
.destacado .sliderHome .rsOverflow {
  height: 512px !important;
}

.destacado .sliderHome .titular {
  position: absolute;
  z-index: 1;
  width: 490px;
  right: 0;
  top: 0;
  margin: 60px 30px 0 0;
  max-height: 200px;
  overflow: hidden;
}

.destacado .sliderHome h1, .destacado .sliderHome .sliderHome-title {
  display: inline-block;
  font: 4.2em/1.2em 'dekar','Trebuchet MS',sans-serif;
  color: #444;
  margin: 0 0 20px 0;
  padding: 0;
}

.destacado .sliderHome h2 {
  font: 3.0em/1.2em 'dekar','Trebuchet MS',sans-serif;
  color: #444;
  margin: 0 0 20px 0;
  display: none;
}

.destacado .sliderHome .blanco h1,
.destacado .sliderHome .blanco h2 {
  color: #fff;
}

.destacado .sliderHome p {
  font: 1.3em/1.4em sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}

.destacado .sliderHome p span {
  background: none;
}

.destacado .sliderHome .blanco p span {
  background: #fff;
  padding: 6px;
}

.destacado .sliderHome p,
.destacado .sliderHome p.institucional {
  color: #eb0028;
}

.destacado .sliderHome p.institucional {
  color: #eb0028;
}

.destacado .sliderHome p.creacion {
  color: #ff6a00;
}

.destacado .sliderHome p.area3 {
  color: #ff6a00;
}

.destacado .sliderHome p.innovacion {
  color: #3bd42e;
}

.destacado .sliderHome p.area4 {
  color: #3bd42e;
}

.destacado .sliderHome p.comercio {
  color: #0097CD;
}

.destacado .sliderHome p.area5 {
  color: #0097CD;
}

.destacado .sliderHome p.formacion {
  color: #a37300;
}

.destacado .sliderHome p.area6 {
  color: #a37300;
}

.destacado .sliderHome p.mediacion {
  color: #a35db4;
}

.destacado .sliderHome p.area7 {
  color: #a35db4;
}

.destacado .sliderHome a {
  color: #fff;
  font: bold 1.2em/1em sans-serif;
  padding: 8px;
  display: inline-block;
}

.destacado .sliderHome a,
.destacado .sliderHome a.institucional {
  background: #eb0028;
  background: rgba(235, 0, 40, 0.8);
}

.destacado .sliderHome a:hover,
.destacado .sliderHome a.institucional:hover {
  background: #eb0028;
}

.sliderHome a.creacion {
  background: #ff6a00;
  background: rgba(255, 106, 0, 0.8);
}

.sliderHome a.creacion:hover {
  background: #ff6a00;
}

.sliderHome a.area3 {
  background: #ff6a00;
  background: rgba(255, 106, 0, 0.8);
}

.sliderHome a.area3:hover {
  background: #ff6a00;
}

.sliderHome a.innovacion {
  background: #3bd42e;
  background: rgba(59, 212, 46, 0.8);
}

.sliderHome a.innovacion:hover {
  background: #3bd42e;
}

.sliderHome a.area4 {
  background: #3bd42e;
  background: rgba(59, 212, 46, 0.8);
}

.sliderHome a.area4:hover {
  background: #3bd42e;
}

.sliderHome a.comercio {
  background: #0097CD;
  background: rgba(0, 151, 205, 0.8);
}

.sliderHome a.comercio:hover {
  background: #0097cd;
}

.sliderHome a.area5 {
  background: #0097CD;
  background: rgba(0, 151, 205, 0.8);
}

.sliderHome a.area5:hover {
  background: #0097cd;
}

.sliderHome a.formacion {
  background: #a37300;
  background: rgba(163, 115, 0, 0.8);
}

.sliderHome a.formacion:hover {
  background: #a37300;
}

.sliderHome a.area6 {
  background: #a37300;
  background: rgba(163, 115, 0, 0.8);
}

.sliderHome a.area6:hover {
  background: #a37300;
}

.sliderHome a.mediacion {
  background: #a35db4;
  background: rgba(163, 93, 180, 0.8);
}

.sliderHome a.mediacion:hover {
  background: #a35db4;
}

.sliderHome a.area7 {
  background: #a35db4;
  background: rgba(163, 93, 180, 0.8);
}

.sliderHome a.area7:hover {
  background: #a35db4;
}

/*.destacado .sliderHome .rsBullets{display: block;text-align:right;width:100%;right:30px;top:270px;position:absolute;z-index:1;}*/
.destacado .sliderHome .rsBullets {
  display: block;
  text-align: right;
  width: 100%;
  right: 30px;
  top: 55%;
  position: absolute;
  z-index: 1;
}

.destacado .sliderHome .rsBullet {
  display: inline-block;
  margin: 0 6px;
}

.destacado .sliderHome .rsBullet span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
  transition: .3s;
  cursor: pointer;
}

.vector-hover .destacado .sliderHome .rsBullet span:hover {
  background: #eb0028;
}

.vector-hover .destacado .sliderHome .rsBullet.rsNavSelected span:hover,
.destacado .sliderHome .rsBullet.rsNavSelected span {
  background: #eb0028;
  box-shadow: 0 0 0 4px rgba(235, 0, 40, 0.1);
}

/*.vector-hover .destacado .sliderHome .blanco .rsBullet span:hover{background:#fff;}
  .vector-hover .destacado .sliderHome .blanco .rsBullet.rsNavSelected span:hover,
  .destacado .sliderHome .blanco .rsBullet.rsNavSelected span{background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,0.1);}*/
/*Home alternativa*/
/*.page-home-alternativa{}
.page-home-alternativa .header-wrapper{overflow: hidden;}
.page-home-alternativa header{background:none;}
.page-home-alternativa header:after{content:"";display: table;clear: both;}
.page-home-alternativa nav a{color:#fff;}
.page-home-alternativa nav form input[type="text"]{border-color:#fff;color:#fff;background:url(../images/ico-search-white.png) no-repeat right bottom;}
.page-home-alternativa nav form input[type="text"]:focus{background:url(../images/ico-search-white.png) no-repeat right top;}*/
/*.page-home-alternativa nav li,
.page-home-alternativa nav .block-locale li:first-child{border-color:#fff;}*/
.page-home-alternativa .breadcrumb {
  display: none;
}

/*.page-home-alternativa #content{margin:-82px 0 0 0;}*/
.page-home-alternativa .destacado {
  height: auto;
}

/*.page-home-alternativa .destacado:after{content:'';height:100px;width:100%;background:-webkit-linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0.8));background:-moz-linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0.8));background:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.8));position: absolute;top:0;left:0;right:0;z-index:1;}*/
.page-home-alternativa .destacado figure {
  height: auto;
}

.page-home-alternativa .destacado .titular {
  position: absolute;
  z-index: 1;
  width: 360px;
  right: 4%;
  top: 40px;
}

.page-home-alternativa .destacado h1 {
  font: 9.9em/1em 'dekar','Trebuchet MS',sans-serif;
  color: #444;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}

.page-home-alternativa .destacado h2 {
  font: 3.9em/1.2em 'dekar','Trebuchet MS',sans-serif;
  color: #444;
  margin: 0;
  letter-spacing: -0.01em;
}

.page-home-alternativa .destacado p {
  font: 1.6em/1.4em sans-serif;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  color: #444;
}

.page-home-alternativa .destacado .blanco h1,
.page-home-alternativa .destacado .blanco h2,
.page-home-alternativa .destacado .blanco p {
  color: #fff;
}

.page-home-alternativa .destacado a {
  color: #fff;
  font: 1.8em/1em sans-serif;
  padding: 8px;
  display: inline-block;
  margin: 0 0 20px 0;
}

.page-home-alternativa .destacado a.area3 {
  background: #ff6a00;
}

.page-home-alternativa .destacado a.area4 {
  background: #3bd42e;
}

.page-home-alternativa .destacado a.area5 {
  background: #0097CD;
}

.page-home-alternativa .destacado a.area6 {
  background: #a37300;
}

.page-home-alternativa .destacado a.area7 {
  background: #a35db4;
}

.page-home-alternativa .destacado a.area8 {
  background: #eb0028;
}

.page-home-alternativa .destacado p a,
.page-home-alternativa p.institucional a {
  color: #eb0028;
}

.page-home-alternativa p.creacion a {
  color: #ff6a00;
}

.page-home-alternativa p.innovacion a {
  color: #3bd42e;
}

.page-home-alternativa p.comercio a {
  color: #0097CD;
}

.page-home-alternativa p.formacion a {
  color: #a37300;
}

.page-home-alternativa p.mediacion a {
  color: #a35db4;
}

.page-home-alternativa p.area3 a {
  color: #ff6a00;
}

.page-home-alternativa p.area4 a {
  color: #3bd42e;
}

.page-home-alternativa p.area5 a {
  color: #0097CD;
}

.page-home-alternativa p.area6 a {
  color: #a37300;
}

.page-home-alternativa p.area7 a {
  color: #a35db4;
}

.page-home-alternativa p.area8 a {
  color: #eb0028;
}

.page-home-alternativa .destacado p a:hover {
  text-decoration: underline;
}

/*Areas home*/
#areas {
  position: absolute;
  right: 30px;
  bottom: -20px;
  z-index: 2;
}

.areas-home ul {
  width: 724px;
}

.areas-home li {
  width: 240px;
  height: 110px;
  float: left;
  margin: 0 0 1px 1px;
  display: table;
  opacity: 0;
}

.areas-home li.creacion {
  background: #ff6a00;
  background: rgba(255, 106, 0, 0.7);
}

.areas-home li.innovacion {
  background: #3bd42e;
  background: rgba(59, 212, 46, 0.7);
}

.areas-home li.comercio {
  background: #0097CD;
  background: rgba(0, 151, 205, 0.7);
}

.areas-home li.formacion {
  background: #a37300;
  background: rgba(163, 115, 0, 0.7);
}

.areas-home li.mediacion {
  background: #a35db4;
  background: rgba(163, 93, 180, 0.7);
}

.areas-home li.institucional,
.areas-home li {
  background: #eb0028;
  background: rgba(235, 0, 40, 0.7);
}

.areas-home li.creacion:hover {
  background: #ff6a00;
}

.areas-home li.innovacion:hover {
  background: #3bd42e;
}

.areas-home li.comercio:hover {
  background: #0097cd;
}

.areas-home li.formacion:hover {
  background: #a37300;
}

.areas-home li.mediacion:hover {
  background: #a35db4;
}

.areas-home li.institucional:hover,
.areas-home li:hover {
  background: #eb0028;
}

.areas-home li .areas-home-title {
  display: table-cell;
  vertical-align: middle;
}

.areas-home a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font: 200 18px 'Helvetica',sans-serif;
  text-align: center;
  padding: 0 50px;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.areas-home a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.areas-home .unfocused a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*Mapa de la home*/
.mapa {
  background: url(../images/mapa.png) no-repeat bottom center;
  height: 280px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index:19;
}

.mapa figure {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.mapa .texto {
  float: right;
  width: 95%;
  padding: 7.5% 20px 0 0;
}

.mapa h2 {
  font: 3em/1.2em 'dekar','Trebuchet MS',sans-serif;
  color: #444;
  margin: 0;
}

.mapa h1 {
  font: 3em/1.2em 'dekar','Trebuchet MS',sans-serif;
  color: #444;
  margin: 0;
}

.mapa span {
  font: 5em/1.4em 'loved_by_the_king', sans-serif;
  background: url(../images/underline.png) no-repeat bottom left;
  color: #ac003b;
  padding: 0 22px 10px 10px;
  float: right;
}

.mapa .shadow {
  opacity: 0;
  top: 131px;
  position: absolute;
  left: 433px;
}

.mapa .pin {
  opacity: 0;
  position: absolute;
  top: -25%;
  /*left: 45%;*/
  left: 41%;
  transition: .3s;
}

.mapa.here .shadow {
  opacity: 1;
  /*left: 44.5%;*/
  left: 39.5%;
  top: 53%;
  transition: opacity .3s;
}

.mapa.here .pin {
  opacity: 1;
  top: 44%;
}

/*CONTENT*/
/*#content .wrapper{overflow: hidden;}*/
#content {
  margin: 0 0 30px 0;
}

.front #content {
  margin: 0;
}

.content p {
  font: 1.5em/1.6em Arial, sans-serif;
  color: #333;
  padding: 0 0 20px 0;
}

.field-name-body ul, .field-name-body ol {
  padding: 0 0 15px;
}

.field-name-body ul li p, .field-name-body ol li p {
  font: 1em/1.6em Arial,sans-serif;
}

.field-name-body ul li ul li p,
.field-name-body ol li ol li p {
  font: 1em/1.6em Arial,sans-serif;
}

.content .imagen {
  padding: 0;
}

.field-name-body h2 {
  font: 2.2em/1.6em sans-serif;
  margin: 30px 0 20px;
}

.field-name-body h3, .field-name-body .title2-informativas {
  font: 2em/1.6em sans-serif;
  margin: 30px 0 20px;
}

.field-name-body h4 {
  font: bold 1.8em/1.6em sans-serif;
  margin: 20px 0 10px;
}

.field-name-body h5 {
  font: bold 1.1em/1.6em sans-serif;
  margin: 14px 0 8px;
}

.field-name-body img {
  margin: 0 20px 20px 20px;
}

.field-name-body a,
.institucional .field-name-body a, .page-not-found a {
  color: #eb0028;
}

.creacion .field-name-body a {
  color: #ff6a00;
}

.innovacion .field-name-body a {
  color: #3bd42e;
}

.comercio .field-name-body a {
  color: #0097cd;
}

.formacion .field-name-body a {
  color: #a37300;
}

.mediacion .field-name-body a {
  color: #a35db4;
}

.field-name-body a:hover {
  text-decoration: underline;
}

.field-name-body ul li {
  background: url(../images/bullet-institucional.svg) no-repeat 22px 8px;
  padding: 0 0 10px 41px;
  background-size: 6px 6px;
  color: #333;
  font: 1.5em/1.6em Arial,sans-serif;
}

.institucional .field-name-body ul li {
  background-image: url(../images/bullet-institucional.svg);
}

.creacion .field-name-body ul li {
  background-image: url(../images/bullet-creacion.svg);
}

.innovacion .field-name-body ul li {
  background-image: url(../images/bullet-innovacion.svg);
}

.comercio .field-name-body ul li {
  background-image: url(../images/bullet-comercio.svg);
}

.formacion .field-name-body ul li {
  background-image: url(../images/bullet-formacion.svg);
}

.mediacion .field-name-body ul li {
  background-image: url(../images/bullet-mediacion.svg);
}

.field-name-body ol li {
  color: #333;
  font: 1.5em/1.6em Arial,sans-serif;
  list-style: decimal outside none;
  margin-left: 40px;
  padding: 0 0 15px;
}

.field-name-body ul ul {
  margin: 0;
  padding: 6px 30px;
}

.field-name-body ul li li {
  background: url(../images/bullet-inner-institucional.svg) no-repeat 15px 10px;
  padding: 0 0 8px 30px;
  font: 0.94em/1.6em Arial,sans-serif;
}

/*.field-name-body ul li li:last-child{padding:0 0 20px 30px;}*/
.institucional .field-name-body ul li li {
  background-image: url(../images/bullet-inner-institucional.svg);
}

.creacion .field-name-body ul li li {
  background-image: url(../images/bullet-inner-creacion.svg);
}

.innovacion .field-name-body ul li li {
  background-image: url(../images/bullet-inner-innovacion.svg);
}

.comercio .field-name-body ul li li {
  background-image: url(../images/bullet-inner-comercio.svg);
}

.formacion .field-name-body ul li li {
  background-image: url(../images/bullet-inner-formacion.svg);
}

.mediacion .field-name-body ul li li {
  background-image: url(../images/bullet-inner-mediacion.svg);
}

.field-name-body blockquote {
  background: #eee;
  margin: 0 40px 20px;
  padding: 20px 26px 0;
}

.field-name-body blockquote p {
  font: italic 15px/1.6em 'Georgia',sans-serif;
}

/*Agenda+Noticias*/
.actualidadHome {
  overflow: hidden;
  position: relative;
}

.actualidadHome h3 {
  font: 1.8em/1.2em sans-serif;
}

.actualidadHome h3, .actualidadHome h3 a {
  color: #EB0028;
}

.actualidadHomeInner {
  float: left;
  width: 50%;
  padding: 30px 20px 20px 0;
}

.actualidadHomeInner .view-header {
  height: 100%;
  cursor: pointer;
}

.actualidadHomeInner h2 {
  cursor: default;
  padding-bottom: .4em;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 3em;
  color: #b0b0b0;
  font-weight: normal;
}

.noticiasHome .pane-title {
  margin-bottom: .7em;
  border-bottom: 1px solid #ddd;
}

.actualidadHomeInner .date {
  float: left;
  margin: 0 15px 0 0;
  padding-bottom: 1em;
}

.actualidadHomeInner .date span {
  display: block;
  text-align: center;
}

.actualidadHomeInner .date .day {
  font-size: 26px;
  padding: 8px 0 4px;
  color: #eb0028;
}

.actualidadHomeInner .date .month {
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
}

.actualidadHomeInner h3 a:hover {
  text-decoration: underline;
}

.noticiasHome {
  left: 0;
}

.agendaHome {
  left: 92%;
  transition: left 0.3s;
}

.agendaHome.open {
  left: 8%;
}

/*Agenda*/
.vector-hover .noticiasHome li a:hover {
  background: #e6e6e6;
}

.noticiasHome .view-content figure {
  margin-bottom: 2em;
}

.noticiasHome li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.noticiasHome li a .scroll {
  padding: 20px 20px 20px 60px;
}

.noticiasHome li a:hover h3 {
  text-decoration: underline;
}

.noticiasHome li .date {
  float: left;
  min-width: 5em;
  margin-bottom: 1em;
  padding: 0 10px 22px 10px;
  background-color: #eee;
}

.noticiasHome li h3 {
  margin: 0 0 8px 0;
}

.noticiasHome li p {
  line-height: 1.3em;
  font-size: 1.3em;
}

.noticiasHome li h3,
.noticiasHome li p {
  word-wrap: break-word;
}

.noticiasHome li h3 {
  display: block;
}

.noticiasHome li p {
  font: 1.4em sans-serif;
}

.vector-hover .noticiasHome .view-footer a:hover {
  background: #fff;
}

.noticiasHome .view-footer img {
  padding: 10px 0 6px 0;
  display: inline-block;
}

.noticiasHome .view-footer span, .agendaHome .view-footer span {
  color: #eb0028;
  font-size: 14px;
  display: block;
}

/*Noticias*/
.agendaHome {
  padding: 30px 0 30px 20px;
}

.agendaHome .no-events li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.agendaHome:after {
  content: '';
  height: 180px;
  width: 7px;
  position: absolute;
  left: -7px;
  top: 0;
  background: url(../images/tab-shadow.png) no-repeat left top;
}

.agendaHome .view-content {
  margin-bottom: 2em;
  padding: 20px 20px 0;
  transition: opacity 0.3s;
  background-color: #f1f1f1;
}

.agendaHome .item-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.content .agendaHome .location {
  padding: 0 0 0 1.5em;
}

.agendaHome .item-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.agendaHome figure {
  width: 30%;
  float: left;
  margin: 0 15px 0 0;
}

.agendaHome .no-events figure {
  width: auto;
  float: none;
  margin: 0 0 2em 0;
}

.agendaHome .titular {
  min-height: 75px;
}

.agendaHome p {
  font: 1.4em/1.4em sans-serif;
}

.agendaHome .text {
  float: left;
  width: 80%;
}

.agendaHome .with-image .text {
  width: 49%;
}

.agendaHome .no-events .text {
  width: auto;
  float: none;
}

.agendaHome .with-image .width-image .text {
  width: auto;
}

.location {
  background: url(../images/ico_location.png) no-repeat 0 3px;
}

.content .location, .location {
  padding-left: 1.5em;
}

.agendaHome .location {
  margin-top: 1em;
}

/*DESTACADOS*/
/*Destacado genérico*/
.destacado, .node-type-blog-post .destacado, .page-taxonomy-term .destacado, .page-buscador-blog .destacado {
  margin: 0 auto 40px;
  max-width: 1024px;
  height: 420px;
  position: relative;
}

.destacado h2, .destacado .title-auxiliar {
  margin-bottom: .6em;
  font-size: 1.2em;
  color: #fff;
}

.destacado figure {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.destacado .contenido-destacado {
  width: 620px;
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.destacado .contenido-destacado .auxiliar .descarga-evento {
  font: 1.6em/1.4em Arial, sans-serif;
  color: #fff;
  margin: 0 0 10px 0;
}

.destacado .caja > div {
  padding: 10px 18px;
}

.destacado .caja,
.institucional .destacado .caja {
  background: url(../images/color-institucional.png) repeat;
  background: rgba(235, 0, 40, 0.8);
}

.creacion .destacado .caja {
  background: url(../images/color-creacion.png) repeat;
  background: rgba(255, 106, 0, 0.8);
}

.innovacion .destacado .caja {
  background: url(../images/color-innovacion.png) repeat;
  background: rgba(59, 212, 46, 0.8);
}

.comercio .destacado .caja {
  background: url(../images/color-comercio.png) repeat;
  background: rgba(0, 151, 205, 0.8);
}

.formacion .destacado .caja {
  background: url(../images/color-formacion.png) repeat;
  background: rgba(163, 115, 0, 0.8);
}

.mediacion .destacado .caja {
  background: url(../images/color-mediacion.png) repeat;
  background: rgba(163, 93, 180, 0.8);
}

.destacado h1, .destacado .page-title {
  color: #fff;
  font: 3.6em/1.4em 'dekar','Trebuchet MS',sans-serif;
  text-align: left;
  width: 100%;
  display: block;
  padding: 10px 18px;
}

.destacado .sliderHome-title {
  display: block;
  width: 100%;
}

.destacado .caja h1,
.destacado .caja .page-title,
.institucional .destacado h1, .institucional .destacado .page-title {
  background: url(../images/color-institucional-50.png) repeat;
  background: rgba(235, 0, 40, 0.5);
}

.creacion .destacado h1, .creacion .destacado .page-title {
  background: url(../images/color-creacion-50.png) repeat;
  background: rgba(255, 106, 0, 0.5);
}

.innovacion .destacado h1, .innovacion .destacado .page-title {
  background: url(../images/color-innovacion-50.png) repeat;
  background: rgba(59, 212, 46, 0.5);
}

.comercio .destacado h1, .comercio .destacado .page-title {
  background: url(../images/color-comercio-50.png) repeat;
  background: rgba(0, 151, 205, 0.5);
}

.formacion .destacado h1, .formacion .destacado .page-title {
  background: url(../images/color-formacion-50.png) repeat;
  background: rgba(163, 115, 0, 0.5);
}

.mediacion .destacado h1, .mediacion .destacado .page-title {
  background: url(../images/color-mediacion-50.png) repeat;
  background: rgba(163, 93, 180, 0.5);
}

.destacado p, .destacado .subtitle-noticia {
  font: 1.8em/1.3em Arial, sans-serif;
  color: #fff;
  margin: 0 0 10px 0;
}

.destacado .date-display-single {
  font-weight: bold;
  display: block;
}

/*Destacado en distributiva*/
.distributiva-listado .contenido-destacado {
  width: auto;
}

.distributiva-listado .destacado .contenido-destacado.type2 {
  width: 620px;
}

.distributiva-listado .destacado .contenido-destacado.type2 .view-content {
  width: 100%;
}

.distributiva-listado .destacado .caja {
  float: left;
}

.distributiva-listado .destacado .caja.auxiliar {
  height: 225px;
  width: 530px;
  overflow: hidden;
}

.distributiva-listado .destacado .contenido-destacado.type2 .auxiliar {
  width: 100%;
  height: auto;
}

.distributiva-listado .destacado .caja.auxiliar > div {
  padding: 0;
}

.distributiva-listado .destacado .caja.auxiliar p {
  padding: 16px 20px;
}

.distributiva-listado .destacado .caja.auxiliar h2, .distributiva-listado .destacado .caja.auxiliar .title-auxiliar {
  font: 2.6em Arial, sans-serif;
  color: #fff;
  padding: 16px 20px;
}

.distributiva-listado .destacado h2,
.distributiva-listado.institucional .destacado h2,
.distributiva-listado.institucional .destacado .caja.auxiliar .title-auxiliar {
  background: url(../images/color-institucional-50.png) repeat;
  background: rgba(235, 0, 40, 0.5);
}

.distributiva-listado.creacion .destacado h2,
.distributiva-listado.creacion .destacado .title-auxiliar {
  background: url(../images/color-creacion-50.png) repeat;
  background: rgba(255, 106, 0, 0.5);
}

.distributiva-listado.innovacion .destacado h2,
.distributiva-listado.innovacion .destacado .title-auxiliar {
  background: url(../images/color-innovacion-50.png) repeat;
  background: rgba(59, 212, 46, 0.5);
}

.distributiva-listado.comercio .destacado h2,
.distributiva-listado.comercio .destacado .title-auxiliar {
  background: url(../images/color-comercio-50.png) repeat;
  background: rgba(0, 151, 205, 0.5);
}

.distributiva-listado.formacion .destacado h2,
.distributiva-listado.formacion .destacado .title-auxiliar {
  background: url(../images/color-formacion-50.png) repeat;
  background: rgba(163, 115, 0, 0.5);
}

.distributiva-listado.mediacion .destacado h2,
.distributiva-listado.mediacion .destacado .title-auxiliar {
  background: url(../images/color-mediacion-50.png) repeat;
  background: rgba(163, 93, 180, 0.5);
}

.distributiva-listado .destacado .caja.titular {
  margin: 0 4px;
  padding: 20px;
  height: 225px;
  width: 295px;
  display: table;
}

.distributiva-listado .destacado .caja.titular h1, .distributiva-listado .destacado .caja.titular .page-title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  background: none;
}

/*Destacado de ficha*/
.ficha-servicio .caja.titular,
.ficha-servicio .caja.auxiliar {
  background: none;
}

.ficha-servicio .destacado .caja > div {
  padding: 0;
}

.ficha-servicio h1 {
  font-size: 3em;
  background: none !important;
}

/*Resulta más eficiente hacerlo así*/
.ficha-servicio .contenido-destacado {
  position: absolute;
  top: 0;
  right: 30px;
  width: 470px;
  max-height: 100%;
  bottom: auto;
  overflow: hidden;
}

.ficha-servicio .contenido-destacado,
.ficha-servicio.institucional .contenido-destacado {
  background: url(../images/color-institucional.png) repeat;
  background: rgba(235, 0, 40, 0.8);
}

.ficha-servicio.creacion .contenido-destacado {
  background: url(../images/color-creacion.png) repeat;
  background: rgba(255, 106, 0, 0.8);
}

.ficha-servicio.innovacion .contenido-destacado {
  background: url(../images/color-innovacion.png) repeat;
  background: rgba(59, 212, 46, 0.8);
}

.ficha-servicio.comercio .contenido-destacado {
  background: url(../images/color-comercio.png) repeat;
  background: rgba(0, 151, 205, 0.8);
}

.ficha-servicio.formacion .contenido-destacado {
  background: url(../images/color-formacion.png) repeat;
  background: rgba(163, 115, 0, 0.8);
}

.ficha-servicio.mediacion .contenido-destacado {
  background: url(../images/color-mediacion.png) repeat;
  background: rgba(163, 93, 180, 0.8);
}

/*Nueva ficha*/
.ficha-servicio .tagline {
  display: block;
  min-height: 48px;
}

.ficha-servicio .tagline:after {
  content: "";
  display: table;
  clear: both;
}

.ficha-servicio .social {
  float: right;
}

.ficha-servicio .social li:first-child {
  padding: 14px 10px;
}

.ficha-servicio .social li {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 10px 14px 0;
}

.ficha-servicio .social a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px !important;
}

.ficha-servicio .social a span {
  display: none;
}

.ficha-servicio .social .facebook {
  background: url(../images/footer-facebook.svg);
}

.ficha-servicio .social .twitter {
  background: url(../images/footer-twitter.svg);
}

.ficha-servicio .social .linkedin {
  background: url(../images/footer-linkedin.svg);
}

.ficha-servicio .tagline em {
  font: italic 1.5em/1.4em sans-serif;
  color: #fff;
  padding: 16px 20px 14px;
  display: block;
}

.ficha-servicio .items li {
  font: 1.6em/1.4em Arial, sans-serif;
  color: #323232;
  background-color: #fff !important;
  margin: 0 0 1px 0;
  padding: 10px 20px 10px 42px;
}

.ficha-servicio .items li .title-items {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  color: #323232;
}

.ficha-servicio .items li:last-child {
  margin: 0;
}

.ficha-servicio .items li,
.ficha-servicio.institucional .items li {
  background: url(../images/check-institucional.svg) no-repeat 10px center;
}

.ficha-servicio.creacion .items li {
  background: url(../images/check-creacion.svg) no-repeat 10px center;
}

.ficha-servicio.innovacion .items li {
  background: url(../images/check-innovacion.svg) no-repeat 10px center;
}

.ficha-servicio.comercio .items li {
  background: url(../images/check-comercio.svg) no-repeat 10px center;
}

.ficha-servicio.formacion .items li {
  background: url(../images/check-formacion.svg) no-repeat 10px center;
}

.ficha-servicio.mediacion .items li {
  background: url(../images/check-mediacion.svg) no-repeat 10px center;
}

/*Ficha de servicio*/
.ficha-servicio .ficha {
  margin: 20px 0 0;
}

.ficha-servicio .form-actions {
  display: block;
  text-align: center;
  margin: 0 0 30px 0;
}

.button {
  font: 2.4em/1.4em sans-serif;
  padding: 10px 15px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  background: #eb0028;
  cursor: pointer;
  min-width: 60%;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  word-break: keep-all;
}

.button:active {
  box-shadow: 0 1px 1px #a70000 inset, 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  color: rgba(255, 255, 255, 0.6);
}

.button,
.institucional .button {
  background-color: #eb0028;
}

.creacion .button {
  background-color: #ff6a00;
}

.innovacion .button {
  background-color: #3bd42e;
}

.comercio .button {
  background-color: #0097cd;
}

.formacion .button {
  background-color: #a37300;
}

.mediacion .button {
  background-color: #a35db4;
}

.ficha-servicio .field {
  width: 100%;
  display: table;
  margin: 0 0 4px 0;
}

.ficha-servicio .field .field-items {
  padding: 30px;
  display: table-cell;
  float: none;
}

.ficha-servicio .fake-field .view-header,
.ficha-servicio .field .field-label {
  padding: 15px 30px;
  display: table-cell;
  float: none;
  width: 30%;
  text-align: center;
  text-transform: uppercase;
  vertical-align: initial;
}

.ficha-servicio .fake-field .view-header {
  width: 30%;
  /*word-break:break-all;*/
}

.ficha-servicio .fake-field .view-header h2,
.ficha-servicio .field .field-label h3,
.ficha-servicio .fake-field .view-header h3 {
  font: 400 3em/1.4em sans-serif;
  /*word-break:break-all*/
}

.ficha-servicio .fake-field .view-header .opiniones h2,
.ficha-servicio .field .field-label h2, .ficha-servicio .field .field-label .title-servicios {
  font: 400 2.6em/1.4em sans-serif;
  /*word-break:break-all*/
}

.ficha-servicio .field .field-items {
  width: 70%;
  background: #fff url(../images/bg-gradient-ficha.png) repeat-y left top;
}

.ficha-servicio .fake-field .field-items {
  display: block;
  width: 100%;
}

.ficha-servicio .field .field-items p {
  font: 1.8em/1.5em Arial, sans-serif;
  color: #323232;
  margin: 0;
}

.ficha-servicio .fake-field .field-items p {
  margin: 0;
}

.ficha-servicio .field .field-items ul {
  padding: 0 0 0 24px;
}

.ficha-servicio .field .field-items li {
  list-style: disc;
  font: 1.8em/1.5em Arial,sans-serif;
  color: #323232;
  margin: 0 0 10px 0;
}

.ficha-servicio .field .field-items .opinion {
  padding: 0;
}

.ficha-servicio .field .field-items .opinion strong {
  font-weight: bold;
  display: block;
}

.ficha-servicio .field .field-items .opinion .cargo {
  display: block;
}

.ficha-servicio .field .field-items .opinion em {
  font-style: italic;
  display: block;
  padding-bottom: 10px;
}

.ficha-servicio .field .field-items.opiniones li {
  list-style: none;
  width: 130px;
  position: relative;
  top: -20px;
  left: 40px;
}

.institucional.ficha-servicio .field .field-items.opiniones li {
  color: #eb0028;
}

.formacion.ficha-servicio .field .field-items.opiniones li {
  color: #a37300;
}

.comercio.ficha-servicio .field .field-items.opiniones li {
  color: #0097cd;
}

.innovacion.ficha-servicio .field .field-items.opiniones li {
  color: #3bd42e;
}

.creacion.ficha-servicio .field .field-items.opiniones li {
  color: #ff6a00;
}

.mediacion.ficha-servicio .field .field-items.opiniones li {
  color: #a35db4;
}

.ficha-servicio .field-label:after,
.ficha-servicio .fake-field .view-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 71px;
  margin: 14px 0 0 0;
}

.ficha-servicio .fake-field .view-header:after,
.ficha-servicio .field-label:after {
  background-size: 60px 60px !important;
}

.ficha-servicio .field-label:after,
.ficha-servicio .fake-field .view-header:after,
.ficha-servicio .institucional .field-label:after,
.ficha-servicio .institucional .fake-field .view-header:after {
  background: url(../images/arrow-right-institucional.png) no-repeat center center;
}

.ficha-servicio.comercio .field-label:after,
.ficha-servicio.comercio .fake-field .view-header:after {
  background: url(../images/arrow-right-comercio.svg) no-repeat center center;
}

.ficha-servicio.innovacion .field-label:after,
.ficha-servicio.innovacion .fake-field .view-header:after {
  background: url(../images/arrow-right-innovacion.svg) no-repeat center center;
}

.ficha-servicio.creacion .field-label:after,
.ficha-servicio.creacion .fake-field .view-header:after {
  background: url(../images/arrow-right-creacion.svg) no-repeat center center;
}

.ficha-servicio.formacion .field-label:after,
.ficha-servicio.formacion .fake-field .view-header:after {
  background: url(../images/arrow-right-formacion.svg) no-repeat center center;
}

.ficha-servicio.mediacion .field-label:after,
.ficha-servicio.mediacion .fake-field .view-header:after {
  background: url(../images/arrow-right-mediacion.png) no-repeat center center;
}

.ficha-servicio .field-indent .field-label {
  width: 60%;
  color: #fff;
  padding: 30px 30px 30px 300px;
}

.ficha-servicio .field-indent .field-label {
  background: #eb0028;
}

.ficha-servicio.institucional .field-indent .field-label {
  background: #eb0028;
}

.ficha-servicio.comercio .field-indent .field-label {
  background: #0097cd;
}

.ficha-servicio.innovacion .field-indent .field-label {
  background: #3bd42e;
}

.ficha-servicio.creacion .field-indent .field-label {
  background: #ff6a00;
}

.ficha-servicio.formacion .field-indent .field-label {
  background: #a37300;
}

.ficha-servicio.mediacion .field-indent .field-label {
  background: #a35db4;
}

.ficha-servicio .field-indent .field-label:after {
  background: url(../images/arrow-right.svg) no-repeat center center;
  background-size: 60px 60px;
}

.ficha-servicio .field-indent .field-items {
  width: 40%;
}

/*.ficha-servicio .field-indent .field-items li{font-size:2.2em;}*/
.ficha-servicio .tresColumnas {
  height: 430px;
  overflow: hidden;
  margin: 0 0 50px 0;
}

.ficha-servicio .tresColumnas:after {
  content: "";
  display: table;
  clear: both;
}

.ficha-servicio .tresColumnas .field {
  width: 40%;
  height: 100%;
  display: block;
  float: left;
}

.ficha-servicio .tresColumnas .center {
  border: 4px solid #fff;
  border-top: 0 none;
  border-bottom: 0 none;
  margin: 0 auto;
  overflow: hidden;
}

/*.ficha-servicio .tresColumnas .first{width:25%;}
.ficha-servicio .tresColumnas .last{width:35%;}*/
.ficha-servicio .tresColumnas .first {
  width: 29.5%;
}

.ficha-servicio .tresColumnas .last {
  width: 30.5%;
}

.ficha-servicio .field-items a,
.institucional.ficha-servicio .field-items a {
  color: #eb0028;
}

.formacion.ficha-servicio .field-items a {
  color: #a37300;
}

.comercio.ficha-servicio .field-items a {
  color: #0097cd;
}

.innovacion.ficha-servicio .field-items a {
  color: #3bd42e;
}

.creacion.ficha-servicio .field-items a {
  color: #ff6a00;
}

.mediacion.ficha-servicio .field-items a {
  color: #a35db4;
}

.ficha-servicio .tresColumnas .center figure {
  height: 100%;
  position: relative;
  float: right;
  right: 50%;
}

.ficha-servicio .tresColumnas .center img {
  position: relative;
  height: 100%;
  width: auto;
  right: -50%;
}

.ficha-servicio .tresColumnas .field-items {
  width: 100%;
  height: 100%;
  display: block;
}

/*.ficha-servicio .tresColumnas .first .field-items p{font-size:2.5em;line-height:1.3em;}*/
.ficha-servicio .tresColumnas .field-label:after {
  background: url(../images/arrow-down-institucional.svg) no-repeat center center;
}

.ficha-servicio.comercio .tresColumnas .field-label:after {
  background-image: url(../images/arrow-down-comercio.svg);
}

.ficha-servicio.innovacion .tresColumnas .field-label:after {
  background-image: url(../images/arrow-down-innovacion.svg);
}

.ficha-servicio.creacion .tresColumnas .field-label:after {
  background-image: url(../images/arrow-down-creacion.svg);
}

.ficha-servicio.formacion .tresColumnas .field-label:after {
  background-image: url(../images/arrow-down-formacion.svg);
}

.ficha-servicio.mediacion .tresColumnas .field-label:after {
  background-image: url(../images/arrow-down-mediacion.svg);
}

/*LISTADOS*/
.view-empty p {
  font: 18px sans-serif;
  text-align: center;
  display: block;
  color: #999;
  margin: 60px 0;
}

.listado .list-item {
  padding: 20px 0;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
  transition: border 0;
}

.listado .list-item:after {
  content: "";
  display: table;
  clear: both;
}

.vector-hover .listado .list-item:hover {
  background: #eee;
  padding: 20px;
  margin: 0 -20px;
}

.listado figure {
  width: 210px;
  height: 150px;
  float: left;
  margin: 0 15px 0 0;
}

.listado a:hover {
  text-decoration: underline;
}

.listado .titular {
  min-height: 75px;
}

.listado.type2 .titular {
  min-height: 2px;
}

.listado.type2 .list-item {
  position: relative;
}

.listado.type2 p {
  line-height: normal;
}

.section-sala-de-prensa .listado.type2 .titular {
  padding-left: 225px;
}

.listado.type2 .dest {
  padding: 20px;
  background-color: #eee;
}

.listado.type2 .list-item .multim-cont {
  float: left;
  max-width: 100%;
  width: 236px;
  min-height: 10em;
  margin: 0 15px 0 0;
}

.listado.type2 .dest figure, .listado.type2 .dest .multim-cont {
  float: left;
  max-width: 100%;
  width: 420px;
  margin: 0 15px 0 0;
}

.listado.type2 .dest:hover {
  margin: 0;
  background-color: #fff;
}

.listado.type2 .list-item .multim-cont, .listado.type2 .dest .multim-cont {
  margin-top: 14px;
}

.listado.type2 .dest .audiojs .scrubber {
  width: 60%;
}

.listado.type2 .audiojs .scrubber {
  width: 30%;
}

.video {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.1%;
  /*padding-bottom: 56.25%;*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.field-item .multim-cont {
  margin-bottom: 2em;
}

.field-item .multim-cont.audio {
  max-width: 40em;
  margin: 0 auto 4em;
}

.listado.type2 .download {
  display: inline-block;
  background: #ef3353 url(../images/ico_download.png) no-repeat 90% 50%;
  font-size: 1.6em;
  font-weight: normal;
}

.listado.type2 .download a {
  display: block;
  padding: .5em 2em .5em .5em;
  color: #fff;
}

.listado .date {
  float: left;
  background: #eee;
  width: 50px;
  height: 75px;
  overflow: hidden;
  margin: 0 15px 0 0;
}

.vector-hover .listado .list-item:hover .date {
  background: #fff;
}

.listado .titular .date {
  margin: 0 15px 15px -15px;
}

.listado .date span {
  display: block;
  text-align: center;
}

.listado .date .day {
  font-size: 26px;
  padding: 8px 0 4px;
}

.listado .date .month {
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
}

.listado .date .year {
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
}

.listado h3, .listado .list-item-title {
  display: block;
  padding: 10px 0 15px 0;
  font: 2.2em/1.3em sans-serif;
}

.page-taxonomy-term #content .listado .list-item-title {
  font-size: 2.2em;
  margin-bottom: 0;
}

.listado h3 a, .listado .list-item-title a {
  display: inline;
  color: auto;
  color: inherit;
}

.listado h3 a:visited, .listado .list-item-title a:visited {
  color: inherit;
}

.listado h3,
.listado .list-item-title,
.listado a,
.listado .date .day,
.institucional .listado a,
.institucional .listado .date .day {
  color: #eb0028;
}

.formacion .listado h3, .formacion .listado .list-item-title, .formacion .listado a,
.formacion .listado .date .day {
  color: #a37300;
}

.comercio .listado h3, .comercio .listado .list-item-title, .comercio .listado a,
.comercio .listado .date .day {
  color: #0097cd;
}

.innovacion .listado h3, .innovacion .listado .list-item-title, .innovacion .listado a,
.innovacion .listado .date .day {
  color: #3bd42e;
}

.creacion .listado h3, .creacion .listado .list-item-title, .creacion .listado a,
.creacion .listado .date .day {
  color: #ff6a00;
}

.mediacion .listado h3, .mediacion .listado .list-item-title, .mediacion .listado a,
.mediacion .listado .date .day {
  color: #a35db4;
}

.listado h4 {
  font: bold 1.5em/20px sans-serif;
  margin: 0 0 10px 0;
  color: #333;
}

.listado p {
  font-size: 1.5em/20px sans-serif;
  color: #333;
  padding: 0 0 10px 0;
}

.listado p.entradilla {
  padding: 0;
}

.listado .file img {
  display: none;
}

.listado .file a {
  text-decoration: none;
}

.listado .file a:hover {
  text-decoration: underline;
}

.listado.eventos h3 {
  padding-left: 275px;
}

.listado.eventos h4,
.listado.eventos p {
  padding-left: 225px;
}

.listado.publicaciones h3,
.listado.publicaciones .list-item-title,
.listado.publicaciones h4,
.listado.publicaciones p {
  padding-left: 70px;
  display: block;
}

.listado .list-item li {
  font-size: 1.5em;
  margin: 0 0 18px 0;
}

.listado .list-item li strong {
  font-weight: bold;
}

.documentos-descargables h2 {
  display: none;
}

.documentos-descargables .file img {
  display: none;
}

.documentos-descargables .file a {
  padding: 20px 20px 20px 60px;
  background: #fafafa url(../images/arrow-down-file.png) no-repeat 20px 20px;
  border: 1px solid #ddd;
  display: block;
  font: 1.8em/1.4em sans-serif;
  color: #eb0028;
  margin: 0 0 20px 0;
}

.documentos-descargables .file a:hover {
  text-decoration: underline;
}

.institucional .documentos-descargables .file a {
  color: #eb0028;
}

.creacion .documentos-descargables .file a {
  color: #ff6a00;
}

.innovacion .documentos-descargables .file a {
  color: #3bd42e;
}

.comercio .documentos-descargables .file a {
  color: #0097cd;
}

.formacion .documentos-descargables .file a {
  color: #a37300;
}

.mediacion .documentos-descargables .file a {
  color: #a35db4;
}

/*Listado resultado de búsqueda*/
.page-search #content h2 {
  font: 2.4em/1.6em sans-serif;
  margin: 0 0 20px 0;
}

.page-search #content form {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px 0;
}

.page-search #content form:after {
  content: "";
  display: table;
  clear: both;
}

.page-search #content input[type="submit"] {
  margin: 20px 0;
  float: right;
}

.page-search .search-results li {
  padding: 20px;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
  transition: border 0;
}

.vector-hover.page-search .search-results li:hover {
  background: #eee;
}

.page-search .search-results h3 {
  display: block;
  padding: 10px 0 15px 0;
  font: 2.2em/1.3em sans-serif;
}

.page-search .search-results h3 a {
  display: block;
  color: #eb0028;
}

.vector-hover.page-search .search-results a:hover {
  text-decoration: underline;
}

.page-search .search-results p {
  font: 1.5em/20px sans-serif;
  color: #333;
  padding: 0 0 10px 0;
}

/*No results*/
.page-search .content .wrapper > ul li {
  font: 1.5em/20px sans-serif;
  color: #333;
  padding: 0 0 10px 0;
}

/*DETALLE*/
/*.detalle-contratacion h2{font-size:2em;font-weight:normal;margin:40px 0 10px;color:#333;line-height:1.5em}*/
/*.detalle-contratacion .field-item{font-size:1.5em;margin:0 0 10px 0;color:#333;line-height:1.5em}*/
.detalle-contratacion .pane-node-field-banner-perfil,
.detalle-contratacion .pane-node-field-banner-perfil img {
  width: 100%;
  height: auto;
}

.detalle-contratacion h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 40px 0 10px;
  color: #333;
  line-height: 1.5em;
}

.video-detalle .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-detalle .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-detalle .field-items {
  background: none !important;
  margin: 0 0 20px 0;
}

/*ANCLAS*/
.shortcuts {
  display: block;
  background: url(../images/bg-anchors.png) repeat-x left top;
  margin: -40px -30px;
  padding: 30px;
}

.shortcuts:after {
  content: "";
  display: table;
  clear: both;
}

.shortcuts li {
  padding: 0 2px;
}

.shortcuts a {
  padding: 50px 20px 30px;
  background: url(../images/anchor.svg) no-repeat center 20px;
  border-radius: 5px 5px 0 0;
  color: #eb0028;
  font: normal 1.8em/1.4em sans-serif;
  display: block;
  text-align: center;
}

.shortcuts a:hover {
  background: url(../images/anchor.svg) no-repeat center 20px, url(../images/bg-anchor-neutral.png) repeat-x left top;
  background: url(../images/anchor.svg) no-repeat center 20px, linear-gradient(0deg, #fff, #ddd 80%);
}

.shortcuts .creacion a {
  color: #ff6a00;
}

.shortcuts .innovacion a {
  color: #3bd42e;
}

.shortcuts .comercio a {
  color: #0097cd;
}

.shortcuts .mediacion a {
  color: #a35db4;
}

.shortcuts .formacion a {
  color: #a37300;
}

.shortcuts .institucional a:hover {
  background: url(../images/anchor-institucional.svg) no-repeat center 20px, url(../images/bg-anchor-institucional.png) repeat-x left top;
  color: #eb0028;
}

.shortcuts .creacion a:hover {
  background: url(../images/anchor-creacion.svg) no-repeat center 20px, url(../images/bg-anchor-creacion.png) repeat-x left top;
  color: #ff6a00;
}

.shortcuts .innovacion a:hover {
  background: url(../images/anchor-innovacion.svg) no-repeat center 20px, url(../images/bg-anchor-innovacion.png) repeat-x left top;
  color: #3bd42e;
}

.shortcuts .comercio a:hover {
  background: url(../images/anchor-comercio.svg) no-repeat center 20px, url(../images/bg-anchor-comercio.png) repeat-x left top;
  color: #0097cd;
}

.shortcuts .formacion a:hover {
  background: url(../images/anchor-formacion.svg) no-repeat center 20px, url(../images/bg-anchor-formacion.png) repeat-x left top;
  color: #a37300;
}

.shortcuts .mediacion a:hover {
  background: url(../images/anchor-mediacion.svg) no-repeat center 20px, url(../images/bg-anchor-mediacion.png) repeat-x left top;
  color: #a35db4;
}

/*DISTRIBUTIVA*/
.distributiva-titulo h3 {
  font: 200 3.2em/1.6em sans-serif;
  color: #eb0028;
  text-align: center;
  margin: 75px 0 30px 0;
  text-transform: uppercase;
}

.institucional .distributiva-titulo h3 {
  color: #eb0028;
}

.creacion .distributiva-titulo h3 {
  color: #ff6a00;
}

.innovacion .distributiva-titulo h3 {
  color: #3bd42e;
}

.comercio .distributiva-titulo h3 {
  color: #0097cd;
}

.formacion .distributiva-titulo h3 {
  color: #a37300;
}

.mediacion .distributiva-titulo h3 {
  color: #a35db4;
}

.distributiva-introduccion .field-item {
  font: 200 2.2em/1.2em sans-serif;
  color: #333;
}

.distributiva-introduccion .field-item .title-distributiva-introduccion {
  display: inline;
  font-size: .8em;
}

.distributiva-introduccion .field-item p {
  display: inline-block;
  font-size: .8em;
  line-height: 1.3em;
}

.testimonios-more {
  position: relative;
}

.testimonios-more .distributiva-titulo,
.testimonios-more .distributiva-introduccion {
  padding: 0 40px 0 0;
}

.testimonios-more .distributiva-introduccion {
  margin: 0 0 10px 0;
}

.testimonios-more .distributiva-titulo h3 {
  text-align: left;
  margin: 75px 0 0;
}

.testimonios-more .distributiva-introduccion .field-item p {
  margin-top: -10px;
}

/*Iconos detalle*/
a.see-more {
  width: 28px;
  height: 28px;
  background-color: #eb0028;
  position: absolute;
  right: 0;
  top: 12px;
  padding: 7px;
}

.view-footer a.see-more {
  position: static;
  display: inline-block;
}

.see-more span {
  display: none;
}

.see-more i {
  background: url(../images/mas.svg) no-repeat center center;
  display: block;
  height: 14px;
  width: 14px;
}

.institucional a.see-more {
  background-color: #eb0028;
}

.creacion a.see-more {
  background-color: #ff6a00;
}

.innovacion a.see-more {
  background-color: #3bd42e;
}

.comercio a.see-more {
  background-color: #0097cd;
}

.formacion a.see-more {
  background-color: #a37300;
}

.mediacion a.see-more {
  background-color: #a35db4;
}

.itinerario {
  float: left;
  width: 70%;
  padding: 0 30px 20px 0;
}

/*
  .comercio .itinerario{background-image:url(../images/arrow-down-itinerario-comercio.svg)}
  .innovacion .itinerario{background-image:url(../images/arrow-down-itinerario-innovacion.svg)}
  .creacion .itinerario{background-image:url(../images/arrow-down-itinerario-creacion.svg)}
  .formacion .itinerario{background-image:url(../images/arrow-down-itinerario-formacion.svg)}
  .mediacion .itinerario{background-image:url(../images/arrow-down-itinerario-mediacion.svg)}*/
.itinerario li {
  padding: 0 0 0 43px;
  margin: 0 0 4px 16px;
  border-left: 2px solid #eb0028;
}

.institucional .itinerario li {
  border-left: 2px solid #eb0028;
}

.creacion .itinerario li {
  border-left: 2px solid #ff6a00;
}

.innovacion .itinerario li {
  border-left: 2px solid #3bd42e;
}

.comercio .itinerario li {
  border-left: 2px solid #0097cd;
}

.formacion .itinerario li {
  border-left: 2px solid #a37300;
}

.mediacion .itinerario li {
  border-left: 2px solid #a35db4;
}

.itinerario h4, .itinerario .title-itinerario {
  font: bold 1.6em/1.6em sans-serif;
  color: #333;
  position: relative;
}

.itinerario li h4 a, .itinerario li .title-itinerario a {
  font: bold 1.6em/1.6em sans-serif;
  color: #333;
  position: relative;
  font-size: medium;
}

.itinerario li .title-itinerario a {
  color: #333 !important;
}

.itinerario li h4 a:before, .itinerario li .title-itinerario a:before {
  content: none;
}

.itinerario h4:before, .itinerario .title-itinerario:before {
  content: '';
  width: 32px;
  height: 38px;
  position: absolute;
  left: 0;
  top: -6px;
  background-color: #eb0028;
  margin: 0 0 0 -60px;
  border: 4px solid #fff;
  border-left: 0 none;
  border-right: 0 none;
}

.itinerario h4.large:before, .itinerario .title-itinerario.large:before {
  background: url(../images/mas.svg) no-repeat center center;
}

.itinerario .expanded h4.large:before, .itinerario .expanded .title-itinerario.large:before {
  background-image: url(../images/menos.svg);
}

.institucional .itinerario h4:before, .institucional .itinerario .title-itinerario:before {
  background-color: #eb0028;
}

.creacion .itinerario h4:before, .creacion .itinerario .title-itinerario:before {
  background-color: #ff6a00;
}

.innovacion .itinerario h4:before, .innovacion .itinerario .title-itinerario:before {
  background-color: #3bd42e;
}

.comercio .itinerario h4:before, .comercio .itinerario .title-itinerario:before {
  background-color: #0097cd;
}

.formacion .itinerario h4:before, .formacion .itinerario .title-itinerario:before {
  background-color: #a37300;
}

.mediacion .itinerario h4:before, .mediacion .itinerario .title-itinerario:before {
  background-color: #a35db4;
}

.itinerario h4 .expand, .itinerario .title-itinerario .expand {
  width: 32px;
  height: 30px;
  position: absolute;
  left: -60px;
  top: -2px;
  position: absolute;
}

.itinerario h4 .expand a, .itinerario .title-itinerario .expand a {
  width: 100%;
  height: 100%;
  display: block;
}

.itinerario h4 .expand a:before, .itinerario .title-itinerario .expand a:before {
  display: none;
}

.desktop .itinerario h4 .expand, .desktop .itinerario .title-itinerario .expand {
  cursor: pointer;
}

.itinerario p {
  font: 200 1.6em/1.6em sans-serif;
  color: #333;
  padding: 0;
}

.itinerario li ul {
  padding: 10px 10px 20px;
}

.itinerario li li {
  border-left: 0 !important;
  padding: 0;
  margin: 0;
  padding: 4px 0;
  text-align: left;
}

.itinerario .listado-itinerario h4 {
  font: 200 1em/120% sans-serif;
}

.itinerario .listado-itinerario h4:before {
  display: none;
}

.itinerario .listado-itinerario a {
  font: 200 1.6em/1.6em sans-serif;
  color: #eb0028;
}

.itinerario li.oculto {
  display: none;
}

.itinerario li a {
  font: 200 1.6em/1.6em sans-serif;
  color: #eb0028;
}

.institucional .itinerario li a, .institucional .itinerario .listado-itinerario li a {
  color: #eb0028;
}

.creacion .itinerario li a, .creacion .itinerario .listado-itinerario li a {
  color: #ff6a00;
}

.innovacion .itinerario li a, .innovacion .itinerario .listado-itinerario li a {
  color: #3bd42e;
}

.comercio .itinerario li a, .comercio .itinerario .listado-itinerario li a {
  color: #0097cd;
}

.formacion .itinerario li a, .formacion .itinerario .listado-itinerario li a {
  color: #a37300;
}

.mediacion .itinerario li a, .mediacion .itinerario .listado-itinerario li a {
  color: #a35db4;
}

.itinerario li a:hover {
  text-decoration: underline;
}

.itinerario li a:before, .itinerario .listado-itinerario li a:before {
  content: '• ';
}

.especialista {
  margin-bottom: 3em;
  max-width: 310px;
  width: 30%;
  float: right;
  clear: right;
}

.especialista figure {
  max-width: 310px;
  max-height: 430px;
  position: relative;
  margin: 0 0 20px 0;
}

.especialista figure img {
  max-width: 100%;
  height: auto;
}

.especialista figcaption {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 90%;
  background: #fff;
  padding: 10px;
}

.especialista blockquote,
.especialista span {
  font: 1.3em/1.4em sans-serif;
  color: #333;
  display: block;
}

.especialista blockquote {
  font-style: italic;
  margin: 0 0 10px 0;
}

.especialista blockquote a {
  color: #eb0028;
}

.institucional .especialista blockquote a {
  color: #eb0028;
}

.creacion .especialista blockquote a {
  color: #ff6a00;
}

.innovacion .especialista blockquote a {
  color: #3bd42e;
}

.comercio .especialista blockquote a {
  color: #0097cd;
}

.formacion .especialista blockquote a {
  color: #a37300;
}

.mediacion .especialista blockquote a {
  color: #a35db4;
}

.especialista blockquote a:hover {
  text-decoration: underline;
}

.especialista strong {
  font-weight: bold;
}

.especialista .button {
  width: 100%;
  font-size: 1.8em;
  padding: 10px;
  pading-bottom: 8px;
  text-align: center;
}

/*Mosaico*/
.mosaico {
  margin: 30px 0;
}

.distributiva-listado .mosaico {
  margin: 0 0 30px 0;
}

.mosaico:after {
  content: "";
  display: table;
  clear: both;
}

.mosaico li {
  width: 32%;
  float: left;
  position: relative;
  margin: 0 2% 2% 0;
}

.mosaico li:nth-child(3n) {
  margin: 0 0 2% 0;
}

/*.mosaico a{width:33%;padding-bottom:33%;height:0;float:left;position: relative;}*/
.mosaico a {
  display: block;
}

.mosaico figure {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.mosaico figure img {
  max-width: 100%;
  height: 308px;
  width: 308px;
}

.mosaico figcaption {
  position: absolute;
  bottom: 15%;
  left: 0;
  padding: 0 20px 0 0;
}

.mosaico figcaption h4, .mosaico figcaption .mosaico-item-title {
  display: block;
}

.mosaico figcaption .mosaico-item-title {
  margin: 0;
  font-size: 1em;
  text-align: left;
}

.mosaico figcaption h4 span, .mosaico figcaption .mosaico-item-title span {
  font: 200 1.6em/1.3em sans-serif;
  padding: 8px 10px 6px 10px;
  background: #ffffff;
  text-transform: uppercase;
  color: #eb0028;
  display: inline-block;
}

.institucional .mosaico a:visited span,
.institucional .mosaico .mosaico-item-title span,
.institucional .mosaico figcaption h4 span,
.mosaico .institucional figcaption h4 span {
  color: #eb0028;
  background: #ffffff;
  opacity: none;
  margin-bottom:3px;
}

.creacion .mosaico a:visited span,
.creacion .mosaico .mosaico-item-title span,
.creacion .mosaico figcaption h4 span,
.mosaico .creacion figcaption h4 span {
  color: #ff6a00;
  background: #ffffff;
  opacity: none;
  margin-bottom:3px;
}

.innovacion .mosaico a:visited span,
.innovacion .mosaico .mosaico-item-title span,
.innovacion .mosaico figcaption h4 span,
.mosaico .innovacion figcaption h4 span {
  color: #3bd42e;
  background: #ffffff;
  opacity: none;
  margin-bottom:3px;
}

.comercio .mosaico a:visited span,
.comercio .mosaico .mosaico-item-title span,
.comercio .mosaico figcaption h4 span,
.mosaico .comercio figcaption h4 span {
  color: #0097cd;
  background: #ffffff;
  opacity: none;
  margin-bottom:3px;
}

.mediacion .mosaico a:visited span,
.mediacion .mosaico .mosaico-item-title span,
.mediacion .mosaico figcaption h4 span,
.mosaico .mediacion figcaption h4 span {
  color: #a35db4;
  background: #ffffff;
  opacity: none;
  margin-bottom:3px;
}

.formacion .mosaico a:visited span,
.formacion .mosaico .mosaico-item-title span,
.formacion .mosaico figcaption h4 span,
.mosaico .formacion figcaption h4 span {
  color: #a37300;
  background: #ffffff;
  opacity: none;
  margin-bottom:3px;
}

.mosaico figcaption p {
  padding: 8px 20px 8px 8px;
  font: 1.4em/1em sans-serif;
  background: rgba(235, 0, 40, 0.8) url(../images/arrow.svg) no-repeat right center;
  color: #fff;
  display: inline-block;
  position: relative;
  opacity: 1;
}

.mosaico figcaption p:after {
  content: '';
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  right: -10px;
  background-color: rgba(235, 0, 40, 0.8);
}

.institucional .mosaico figcaption p,
.institucional .mosaico figcaption p:after {
  background-color: rgba(235, 0, 40, 0.8);
}

.creacion .mosaico figcaption p,
.creacion .mosaico figcaption p:after {
  background-color: rgba(255, 106, 0, 0.8);
}

.innovacion .mosaico figcaption p,
.innovacion .mosaico figcaption p:after {
  background-color: rgba(59, 212, 46, 0.8);
}

.comercio .mosaico figcaption p,
.comercio .mosaico figcaption p:after {
  background-color: rgba(0, 151, 205, 0.8);
}

.mediacion .mosaico figcaption p,
.mediacion .mosaico figcaption p:after {
  background-color: rgba(163, 93, 180, 0.8);
}

.formacion .mosaico figcaption p,
.formacion .mosaico figcaption p:after {
  background-color: rgba(163, 115, 0, 0.8);
}

.mosaico-page .mosaico {
  margin: 0;
}

.mosaico-page .panel-pane {
  display: block;
  clear: both;
}

.mosaico-page h3,
.mosaico-page .titulo .field-item,
.mosaico-page .titulo .title-epigrafe {
  text-align: center;
  font: 3.6em/1.6em sans-serif;
  margin: 70px 0 30px;
}

.mosaico-page .titulo .field-item {
  text-transform: uppercase;
}

.mosaico-page .institucional h3,
.mosaico-page .institucional .title-epigrafe,
.mosaico-page .institucional .mosaico-item-title,
.mosaico-page .institucional.titulo .field-item,
.institucional .mosaico-page h3 {
  color: #eb0028;
  background: #ffffff;
  opacity: no;
}

.mosaico-page .creacion h3,
.mosaico-page .creacion .title-epigrafe,
.mosaico-page .creacion .mosaico-item-title,
.mosaico-page .creacion.titulo .field-item,
.creacion .mosaico-page h3 {
  color: #ff6a00;
  background: #ffffff;
  opacity: no;
}

.mosaico-page .innovacion h3,
.mosaico-page .innovacion .title-epigrafe,
.mosaico-page .innovacion .mosaico-item-title,
.mosaico-page .innovacion.titulo .field-item,
.innovacion .mosaico-page h3 {
  color: #3bd42e;
  background: #ffffff;
  opacity: no;
}

.mosaico-page .comercio h3,
.mosaico-page .comercio .title-epigrafe,
.mosaico-page .comercio .mosaico-item-title,
.mosaico-page .comercio.titulo .field-item,
.comercio .mosaico-page h3 {
  color: #0097cd;
  background: #ffffff;
  opacity: no;
}

.mosaico-page .formacion h3,
.mosaico-page .formacion .title-epigrafe,
.mosaico-page .formacion .mosaico-item-title,
.mosaico-page .formacion.titulo .field-item,
.formacion .mosaico-page h3 {
  color: #a37300;
  background: #ffffff;
  opacity: no;
}

.mosaico-page .mediacion h3,
.mosaico-page .mediacion .title-epigrafe,
.mosaico-page .mediacion .mosaico-item-title,
.mosaico-page .mediacion.titulo .field-item,
.mediacion .mosaico-page h3 {
  color: #a35db4;
  background: #ffffff;
  opacity: no;
}

/*Testimonios*/
.sliderTestimonios {
  width: 100%;
  max-height: 285px;
  position: relative;
}

.sliderTestimonios .rsSlide {
  height: 100%;
  background: #e1e1e1;
}

.sliderTestimonios .slide {
  height: 100%;
}

.sliderTestimonios figure {
  width: 40%;
  float: left;
  position: relative;
  height: 100%;
  text-align: center;
  background-color: #e1e1e1;
}

.sliderTestimonios .testimonio {
  width: 60%;
  float: left;
  padding: 30px;
}

.sliderTestimonios h4 {
  font: bold 2.4em/1.2em sans-serif;
  color: #646464;
}

.sliderTestimonios h5 {
  font: 200 2.2em/1.2em sans-serif;
  color: #646464;
}

.sliderTestimonios blockquote {
  font: italic 1.8em/1.4em Georgia,serif;
  color: #333;
  margin: 10px 0;
}

.sliderTestimonios .rsBullets {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  display: inline-block;
  width: auto;
}

.sliderTestimonios .rsBullet {
  width: 14px;
  height: 14px;
  background: url(../images/dot.svg) no-repeat center center;
  margin: 0 0 0 8px;
  cursor: pointer;
}

.sliderTestimonios .rsNavSelected {
  background: url(../images/dot-active.svg) no-repeat center center;
}

.sliderTestimonios .rsBullet span {
  display: none;
}

.sliderTestimonios .fake-video.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sliderTestimonios .fake-video iframe {
  width: auto;
  height: 100%;
}

/*.sliderTestimonios .rsVideoContainer{z-index: 2;margin:0 !important;height:100% !important;width:100% !important;transition:transform 0.3s, opacity 0.3s;position: absolute;top:0;left:0;}*/
.sliderTestimonios .rsVideoContainer {
  z-index: 2;
  margin: 0 !important;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sliderTestimonios .rsVideoFrameHolder {
  background: #000 url(../images/loading-black.gif) no-repeat center center;
  width: 100% !important;
}

.sliderTestimonios .rsBtnCenterer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sliderTestimonios .rsPlayBtn {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../images/play.svg) no-repeat center center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
}

.sliderTestimonios .rsPlayBtnIcon {
  display: none;
}

/*Tabs*/
.tabs-primary {
  margin: 10px -20px 40px;
  border-bottom: 2px solid #eb0028;
  padding: 0 20px;
}

.tabs-primary li {
  display: inline-block;
  margin: 0 2px;
  padding: 0 !important;
}

.tabs-primary a {
  padding: 14px 26px;
  text-transform: uppercase;
  font: 15px/13px sans-serif;
  display: block;
  background: #ddd;
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #888;
  opacity: 0.7;
}

.tabs-primary a.active {
  background: #eb0028;
  color: #fff;
  opacity: 1;
  border-color: #eb0028;
}

.filtroMapa {
  position: relative;
  z-index: 3;
}

.filtroMapa:after {
  content: "";
  display: table;
  clear: both;
}

.filtroMapa .vector-tabs {
  display: block;
  width: 100%;
  margin: 0 0 -1px;
  position: relative;
  z-index: 1;
}

.filtroMapa .vector-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.filtroMapa .tab {
  float: left;
  margin-right: -1px;
}

.filtroMapa .tab a {
  font: 15px sans-serif;
  color: #999;
  padding: 20px;
  border: 1px solid #ddd;
  display: block;
  background: #fff;
}

.filtroMapa .tab a:hover {
  text-decoration: underline;
}

.filtroMapa .tab.current a {
  color: #333;
  border-bottom: 1px solid #fff;
}

.filtroMapa .tab.current a:hover {
  text-decoration: none;
  cursor: default;
}

.filtroMapa .contenidoFiltro {
  border: 1px solid #ddd;
  border-left: 0 none;
  border-right: 0 none;
  position: relative;
  background: #fff;
  min-height: 100px;
}

.filtroMapa .contenidoFiltro br {
  display: none;
}

.filtroMapa .tipoFiltro {
  padding: 30px;
  position: absolute;
  display: none;
  width: 100%;
}

.filtroMapa .tipoFiltro.current {
  display: block;
}

.filtroMapa .tipoFiltro fieldset {
  float: left;
  margin: 0 40px 0 0;
}

.filtroMapa .tipoFiltro label {
  float: left;
  margin: 0 10px 0 0;
}

.filtroMapa .tipoFiltro .sbHolder {
  max-width: 205px;
  float: left;
}

.filtroMapa .tipoFiltro input[type="text"] {
  width: 205px;
  float: left;
}

.filtroMapa .tipoFiltro .form-help {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  color: #999;
  padding: 0;
  display: none;
}

.filtroMapa form:after {
  content: "";
  display: table;
  clear: both;
}

.filtroMapa .reset {
  color: #eb0028;
  font: 15px sans-serif;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.filtroMapa .reset:hover {
  text-decoration: underline;
}

.filtroMapa .sbOptions {
  max-height: 200px !important;
}

.mapWrapper {
  position: relative;
}

.status-message {
  position: absolute;
  font: 18px sans-serif;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #fff;
  padding: 80px 20px;
  color: #999;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s 0.3s;
}

.no-data .status-message {
  display: block;
  opacity: 1;
  z-index: 2;
}

#map-canvas {
  height: 600px;
  background: #eee url(../images/loading.gif) no-repeat center center;
  margin: 40px 0;
  background-color: #eee !important;
}

#map-canvas > div {
  opacity: 1;
}

#map-canvas.cargando > div {
  opacity: 0;
}

#map-canvas .gm-style-iw {
  font-family: sans-serif;
}

#map-canvas .tooltip {
  min-width: 140px;
}

#map-canvas .gm-style-iw h4 {
  color: #eb0028;
  font: bold 14px/1.4em sans-serif;
  padding: 0 0 6px 0;
}

#map-canvas .gm-style-iw p {
  color: #555;
  font: normal 13px/1.4em sans-serif;
  display: block;
  padding: 0 0 2px 0;
}

#map-canvas .gm-style-iw a {
  color: #eb0028;
}

/*FORMS*/
.views-exposed-widgets {
  margin: 0;
  padding: 0;
}

.views-exposed-widget {
  padding: 0 20px 0 0;
  margin: 0;
  float: left;
}

.views-exposed-widget:after {
  content: "";
  display: table;
  clear: both;
}

.views-submit-button {
  margin: 0;
  padding: 0 0 0 30px;
}

.views-exposed-form label {
  font-weight: normal;
}

.content .form-item {
  margin: 18px 0 0 0;
  display: block;
}

.description {
  font: 1.2em/30px sans-serif;
  color: #999;
}

.grippie {
  display: none;
}

label {
  font: normal 1.5em/2.665em sans-serif;
  color: #333;
  height: 40px;
  display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
.sbHolder {
  font: normal 1.5em/2.665em sans-serif;
  color: #333;
  background: #f3f3f3;
  border: 0 none;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  position: relative;
}

.vector-hover input[type="text"]:hover,
.vector-hover input[type="password"]:hover,
.vector-hover input[type="email"]:hover,
.vector-hover .sbHolder:hover {
  border: 1px solid #ccc;
  padding: 0 9px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.sbHolder.focus {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 9px;
}

nav form input[type="text"]:focus,
.vector-hover nav form input[type="text"]:hover {
  padding-right: 24px;
}

textarea {
  font: normal 1.5em/1.5em sans-serif;
  color: #333;
  background: #f3f3f3;
  border: 0 none;
  width: 100%;
  padding: 15px;
}

textarea:focus {
  background: #fff;
  border: 1px solid #ccc;
  padding: 14px;
}

.form-actions {
  margin: 40px 0 0 0;
  clear: both;
  display: block;
  text-align: center;
}

input[type="submit"] {
  background: #eb0028;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
  font: bold 1.6em/1 sans-serif;
  color: #fff;
  text-align: center;
  border: 0 none;
  padding: 10px 40px;
  height: 40px;
  cursor: pointer;
}

input[type="submit"]:focus {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 4px rgba(235, 0, 40, 0.3);
}

input[type="submit"]:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  color: rgba(255, 255, 255, 0.6);
}

.institucional input[type="submit"] {
  background-color: #eb0028;
}

.creacion input[type="submit"] {
  background-color: #ff6a00;
}

.innovacion input[type="submit"] {
  background-color: #3bd42e;
}

.comercio input[type="submit"] {
  background-color: #0097cd;
}

.formacion input[type="submit"] {
  background-color: #a37300;
}

.mediacion input[type="submit"] {
  background-color: #a35db4;
}

.webform-client-form .form-actions {
  text-align: right;
  padding: 40px 0 0;
}

#user-login input[type="submit"] {
  margin: 0 auto;
}

/*Select*/
.desktop select {
  display: inline-block !important;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.mobile select {
  display: block;
  opacity: 1;
  position: static;
  width: auto;
  height: auto;
  min-width: 205px;
  font: normal 1.5em/2.665em sans-serif;
  color: #333;
  background: #f3f3f3;
  border: 0 none;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  position: relative;
}

.mobile .sbHolder {
  display: none;
}

.sbHolder {
  min-width: 205px;
}

.mobile select {
  background: #f3f3f3 url(../images/select-open.png) no-repeat right center;
}

.sbToggle {
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  background: url(../images/select-open.png) no-repeat right center;
}

.sbToggleOpen {
  background-image: url(../images/select-close.png);
}

.sbSelector {
  display: block;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}

.sbSelector {
  padding: 0 30px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sbSelector:link, .sbSelector:visited, .vector-hover .sbSelector:hover {
  color: #333;
}

.sbOptions {
  background-color: #fff;
  border: 1px solid #ccc;
  left: -1px;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 38px !important;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}

.sbOptions a {
  border-bottom: 1px solid #eee;
  display: block;
  outline: none;
  padding: 8px 10px;
  line-height: 1.4em;
}

.sbOptions li:last-child a {
  border-bottom: 0;
}

.sbOptions a:link, .sbOptions a:visited {
  color: #333;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
  background: #EB0028;
  color: #fff;
}

.sbOptions a.sbFocus {
  font-weight: bold;
}

.sbOptions a:hover {
  font-weight: normal;
}

.sbOptions li.last a {
  border-bottom: none;
}

.vector-hover .sbHolder:hover .sbToggle,
.sbHolder.focus .sbToggle {
  right: -1px;
  top: -1px;
}

.vector-hover .sbHolder:hover .sbSelector,
.sbHolder.focus .sbSelector {
  left: -1px;
  top: -1px;
}

/*Formulario de filtros*/
.view-filters {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  /*margin:0 0 10px 0;*/
}

.view-filters:after {
  content: "";
  display: table;
  clear: both;
}

.view-filters label {
  float: left;
  margin: 0 10px 0 0;
}

.view-filters .views-widget {
  float: left;
}

.view-filters .form-item {
  margin: 0;
}

/*Formulario de contacto*/
.webform-client-form {
  padding: 30px;
}

.webform-client-form:after {
  content: "";
  display: table;
  clear: both;
}

.webform-client-form h2 {
  font: 2em/1.4em sans-serif;
  color: #333;
}

.webform-client-form .form-left {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
  margin: 0 0 30px 0;
}

.webform-client-form .form-right {
  float: left;
  width: 50%;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}

.webform-client-form .form-left-contacto {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
  margin: 0 0 30px 0;
}

.webform-client-form .form-right-contacto {
  float: left;
  width: 50%;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}

.form-left .form-item {
  width: 50%;
  float: left;
}

.form-left .form-item:nth-child(odd) {
  padding: 0 10px 0 0;
}

.form-left .form-item:nth-child(even) {
  padding: 0 0 0 10px;
}

.form-left .form-type-checkbox {
  padding: 0;
  margin: 0;
}

.form-left .webform-component-checkboxes {
  padding: 0;
}

.form-left .form-type-checkbox,
.form-left .webform-component-checkboxes {
  width: auto;
}

.webform-component--telefono,
.webform-component--provincia,
.webform-component--codigo-postal {
  width: 33%;
  padding: 0 10px;
}

.webform-component--telefono {
  padding-left: 0;
}

.webform-component--codigo-postal {
  padding-right: 0;
}

.webform-component--enlace {
  width: auto;
}

.webform-component--terminos,
.webform-component--terminos-y-condiciones {
  margin-top: 20px;
}

.modal #webform-component-enlace {
  margin-top: 20px;
}

.modal #webform-component-enlace p {
  font: 1.5em/1.6em Arial,sans-serif;
}

#webform-component-enlace p a,
.institucionales #webform-component-enlace p a {
  color: #EB0028;
}

.creacion #webform-component-enlace p a {
  color: #FF6A00;
}

.innovacion #webform-component-enlace p a {
  color: #3BD42E;
}

.comercio #webform-component-enlace p a {
  color: #0097CD;
}

.mediacion #webform-component-enlace p a {
  color: #A35DB4;
}

.formacion #webform-component-enlace p a {
  color: #A37300;
}

/*Variacion formulario inline*/
.panel-formulario-servicio-inline .pane-title {
  margin-bottom: 30px;
  font: 700 2em/1.2em Arial, sans-serif;
  color: #eb0028;
}

.creacion .panel-formulario-servicio-inline .pane-title {
  color: #FF6A00;
}

.innovacion .panel-formulario-servicio-inline .pane-title {
  color: #3BD42E;
}

.comercio .panel-formulario-servicio-inline .pane-title {
  color: #0097CD;
}

.mediacion .panel-formulario-servicio-inline .pane-title {
  color: #A35DB4;
}

.formacion .panel-formulario-servicio-inline .pane-title {
  color: #A37300;
}

.panel-formulario-servicio-inline .webform-client-form {
  padding: 0;
}

.panel-formulario-servicio-inline .form-actions {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 25px;
}

/*Formulario de login*/
#user-login {
  width: 50%;
  margin: 40px auto;
}

#user-login .form-actions {
  text-align: right;
}

/*Mapa web*/
.mapa-web {
  padding: 0 20px;
}

.mapa-web:after {
  content: "";
  display: table;
  clear: both;
}

.mapa-web .left,
.mapa-web .right {
  margin: 0 0 30px 0;
  display: block;
  padding: 0 10px;
}

.mapa-web .left:after,
.mapa-web .right:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.mapa-web ul li {
  margin: 20px 0 0 0;
  float: left;
  width: 50%;
  background: none;
  padding: 0;
}

.mapa-web li a {
  font: 1.05em/1.6em Arial,sans-serif;
  margin: 0 0 20px;
  display: inline-block;
  padding: 6px 8px;
  color: #eb0028;
  font-weight: bold;
}

.mapa-web li a:hover {
  text-decoration: underline;
}

.mapa-web li li {
  margin: 0;
  float: none;
  width: 100%;
}

.mapa-web li li a {
  margin: 0 0 10px;
  font-size: 0.9em;
  padding: 0;
  font-weight: normal;
}

.mapa-web a.menu__link.creacion {
  color: #FF6A00;
}

.mapa-web a.menu__link.innovacion {
  color: #3BD42E;
}

.mapa-web a.menu__link.comercio {
  color: #0097CD;
}

.mapa-web a.menu__link.mediacion {
  color: #A35DB4;
}

.mapa-web a.menu__link.formacion {
  color: #A37300;
}

.mapa-web a.menu__link.institucionales {
  color: #EB0028;
}

/*MODAL*/
.modal {
  z-index: 110;
  background-color: #fff;
  position: absolute;
  margin: auto !important;
  left: 0;
  right: 0;
  padding: 30px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.3s 0.3s;
  display: none;
  width: 890px;
  height: auto;
}

.creacion .modal {
  border-bottom: 3px solid #ff6a00;
  border-top: 3px solid #ff6a00;
}

.innovacion .modal {
  border-bottom: 3px solid #3bd42e;
  border-top: 3px solid #3bd42e;
}

.comercio .modal {
  border-bottom: 3px solid #0097cd;
  border-top: 3px solid #0097cd;
}

.mediacion .modal {
  border-bottom: 3px solid #a35db4;
  border-top: 3px solid #a35db4;
}

.formacion .modal {
  border-bottom: 3px solid #a37300;
  border-top: 3px solid #a37300;
}

.institucionales .modal {
  border-bottom: 3px solid #eb0028;
  border-top: 3px solid #eb0028;
}

.modal.multimedia {
  padding: 0;
  max-height: 70%;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  position: fixed;
  background: #000 url(../images/loading-black.gif) no-repeat center center;
  font: 1.3em/1.4em sans-serif;
}

.modal.multimedia .galeriaSlider {
  opacity: 1;
}

.modal.multimedia .galeriaSlider.cargando {
  opacity: 0 !important;
  transition: opacity 0.3s;
}

.modal.multimedia .galeriaSlider.rsVideoPlaying {
  z-index: 4;
  position: relative;
  background: #000;
}

.modal.multimedia .galeriaSlider,
.modal.multimedia .slide {
  height: 100%;
  position: relative;
  width: 100%;
}

.modal.multimedia .slide {
  overflow: hidden;
}

.modal.multimedia figure {
  height: 100%;
  background: none;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
}

/*.modal.multimedia .galeriaSlider .rsVideoContainer{width:auto !important;height:100% !important;margin:0 !important;}*/
.modal.multimedia .galeriaSlider .rsVideoContainer.vertical {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.modal.multimedia figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  max-height: 120px;
  padding: 20px;
  width: 100%;
}

.modal.multimedia h4 {
  font: bold 1.4em/1.4em sans-serif;
}

.modal-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400%;
  width: 400%;
  margin: -50%;
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  background: #000;
}

.modal-overlay,
.institucional .modal-overlay {
  background: #2e0008;
}

.creacion .modal-overlay {
  background: #261000;
}

.innovacion .modal-overlay {
  background: #092007;
}

.comercio .modal-overlay {
  background: #00171f;
}

.formacion .modal-overlay {
  background: #3f351f;
}

.mediacion .modal-overlay {
  background: #180e1b;
}

.modal-close {
  background: url(../images/close-modal-institucional.svg) no-repeat center center;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 3;
}

.institucional .modal-close {
  background-image: url(../images/close-modal-institucional.svg);
}

.creacion .modal-close {
  background-image: url(../images/close-modal-creacion.svg);
}

.innovacion .modal-close {
  background-image: url(../images/close-modal-innovacion.svg);
}

.comercio .modal-close {
  background-image: url(../images/close-modal-comercio.svg);
}

.formacion .modal-close {
  background-image: url(../images/close-modal-formacion.svg);
}

.mediacion .modal-close {
  background-image: url(../images/close-modal-mediacion.svg);
}

.modal .form-actions {
  margin: 30px -30px -30px;
  padding: 25px;
  border-top: 1px solid #e5e5e5;
}

.modal input[type="submit"] {
  font-size: 1.8em;
  padding: 10px 45px;
}

.modal .webform-client-form {
  padding: 0;
}

.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal-overlay.visible {
  -webkit-transform: scale(2);
  opacity: 0.8;
}

.modal > * {
  opacity: 0;
}

.modal.visible > * {
  opacity: 1;
  transition: 0.5s 0.3s;
}

.modal h2 {
  font-size: 2em;
  font-weight: 200;
  margin: -30px -30px 30px -30px;
  padding: 20px 60px 20px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.creacion .modal h2 {
  color: #ff6a00;
}

.innovacion .modal h2 {
  color: #3bd42e;
}

.comercio .modal h2 {
  color: #0097cd;
}

.mediacion .modal h2 {
  color: #a35db4;
}

.formacion .modal h2 {
  color: #a37300;
}

.institucionales .modal h2 {
  color: #eb0028;
}

.modal .webform-confirmation p {
  font: 1.5em/1.6em Arial,sans-serif;
  color: #333;
  padding: 0 0 20px 0;
}

.modal .links {
  margin: 30px -30px -30px;
  padding: 25px;
  border-top: 1px solid #e5e5e5;
}

.modal .links a {
  font: 1.5em/1.6em Arial,sans-serif;
  text-decoration: underline;
}

.creacion .modal .links a {
  color: #ff6a00;
}

.innovacion .modal .links a {
  color: #3bd42e;
}

.comercio .modal .links a {
  color: #0097cd;
}

.mediacion .modal .links a {
  color: #a35db4;
}

.formacion .modal .links a {
  color: #a37300;
}

.institucionales .modal .links a {
  color: #eb0028;
}

/*FOOTER*/
.footer {
  margin: 100px 0 0 0;
}

.front .footer {
  margin: 0;
}

.footer .vector-social {
  background: #414141 url(../images/logo-watermark.png) no-repeat 80px -39px;
  height: 62px;
  overflow: hidden;
  width: 100%;
}

.footer .vector-social:after {
  content: '';
  display: table;
  clear: both;
}

.footer .vector-social > div {
  float: right;
  min-width: 350px;
}

.footer .vector-social h2 {
  color: #fff;
  font-size: 1.4em;
  float: left;
  line-height: 80px;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.footer .vector-social ul:after {
  content: '';
  display: table;
  clear: both;
}

.footer .vector-social li {
  float: left;
  margin: 0 10px;
  padding: 13px 0 0 0;
}

.footer .vector-social a {
  opacity: 0.5;
  width: 36px;
  height: 36px;
  display: block;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vector-hover .footer .vector-social a:hover {
  opacity: 1;
}

.footer .vector-enlaces {
  background: #ac003c url(../images/logo-watermark.png) no-repeat 80px -100px;
  padding: 30px 20px;
}

.footer .vector-enlaces:after {
  content: '';
  display: table;
  clear: both;
}

.footer .vector-enlaces .block {
  width: 33%;
  float: left;
  padding: 0 10px;
}

.footer .vector-enlaces .block.last {
  width: 30%;
}

/*para que no se corte el texto ¬¬ */
.footer .vector-enlaces h2,
.footer .vector-enlaces h3 {
  color: #fff;
  text-transform: lowercase;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 1.6em;
}

.footer .vector-enlaces li {
  margin: 0 0 4px 0;
}

.footer .vector-enlaces li.far {
  margin: 20px 0 6px 0;
}

.footer .vector-enlaces li {
  color: #fff;
  line-height: 1.4em;
  display: block;
}

.footer .vector-enlaces a {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4em;
  display: inline-block;
}

.footer .vector-enlaces a.link {
  font-weight: bold;
}

.footer .vector-enlaces a:hover {
  text-decoration: underline;
}

.footer .vector-enlaces .block.last li {
  font-size: 1.3em;
}

.footer .vector-enlaces .block.last a {
  font-size: 1em;
}

.footer .vector-bottom {
  margin: 20px 0;
}

.footer .vector-bottom ul {
  margin: 0 -10px;
}

.footer .vector-bottom ul:after {
  content: '';
  display: table;
  clear: both;
}

.footer .vector-bottom li {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.footer .vector-bottom.centro li {
  float: none;
  display: inline-block;
}

.footer .vector-bottom.centro ul {
  text-align: center;
}

.footer .vector-bottom a {
  background: #eee url(../images/loading.gif) no-repeat center center;
  display: block;
  transition: opacity .3s;
}

.footer .vector-bottom a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer .lastLinks {
  padding: 10px;
  margin: 0 0 40px 0;
}

.footer .lastLinks p.copy {
  padding: 0 10px 0 0;
  float: left;
  font: 12px/1em sans-serif;
  color: #999;
  border: 0 none;
}

.footer .lastLinks li {
  padding: 0 10px 0 0;
  float: left;
  font: 12px/1em sans-serif;
  color: #999;
}

.footer .lastLinks li:first-child {
  border: 0 none;
}

.footer .lastLinks li:before {
  content: '/';
  color: #ddd;
  margin: 0 10px 0 0;
}

.footer .lastLinks a {
  font: 12px/1em sans-serif;
  color: #999;
}

.footer .lastLinks a:hover {
  color: #333;
}

.page-home-alternativa .footer {
  margin: 0;
}

/*ROYALSLIDER*/
.royalSlider > * {
  float: left;
}

.galeriaSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

.rsArrow, .rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s,opacity 0.3s;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader,
.galeriaSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide, .galeriaSlider.rsAutoHeight, .galeriaSlider .rsAutoHeight {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs, .rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../images/blank.png);
}

.rsBullets {
  display: block;
  text-align: center;
  width: 100%;
}

.rsBullet {
  display: inline-block;
  margin: 0 6px;
}

.rsBullet span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #7f8b9a;
  background: rgba(10, 34, 64, 0.2);
  display: block;
  transition: .3s;
  cursor: pointer;
}

.vector-hover .rsBullet span:hover {
  background: #0e2240;
}

.vector-hover .rsBullet.rsNavSelected span:hover,
.rsBullet.rsNavSelected span {
  background: #e65400;
  box-shadow: 0 0 0 4px rgba(230, 84, 0, 0.2);
}

/*Fullscreen*/
.rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/*Play/close video button*/
.rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  transition: .3s;
  background: url(../images/video-sprite.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/video-sprite.png) -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal.multimedia .rsCloseVideoBtn {
  background: url(../images/close-modal.svg) no-repeat center center;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

/*  .institucional .modal.multimedia .rsCloseVideoBtn {background-image:url(../images/close-modal-institucional.svg);}
  .creacion .modal.multimedia .rsCloseVideoBtn {background-image:url(../images/close-modal-creacion.svg);}
  .innovacion .modal.multimedia .rsCloseVideoBtn {background-image:url(../images/close-modal-innovacion.svg);}
  .comercio .modal.multimedia .rsCloseVideoBtn {background-image:url(../images/close-modal-comercio.svg);}
  .formacion .modal.multimedia .rsCloseVideoBtn {background-image:url(../images/close-modal-formacion.svg);}
  .mediacion .modal.multimedia .rsCloseVideoBtn {background-image:url(../images/close-modal-mediacion.svg);}*/
.modal.multimedia .rsCloseVideoIcn {
  display: none;
}

/*Arrows*/
.rsArrow {
  position: absolute;
  top: 50%;
  margin: -40px 0 0;
  background: #fff;
  width: 43px;
  height: 43px;
  cursor: pointer;
  transition: .3s;
  z-index: 2;
}

.rsArrowLeft {
  left: -22px;
}

.rsArrowRight {
  right: -22px;
}

.rsArrowIcn {
  background-size: 12px 23px !important;
  width: 100%;
  height: 100%;
}

.rsArrowLeft .rsArrowIcn,
.institucional .rsArrowLeft .rsArrowIcn {
  background: url(../images/carrusel-prev.svg) no-repeat center center;
}

.creacion .rsArrowLeft .rsArrowIcn {
  background: url(../images/carrusel-prev-creacion.svg) no-repeat center center;
}

.innovacion .rsArrowLeft .rsArrowIcn {
  background: url(../images/carrusel-prev-innovacion.svg) no-repeat center center;
}

.comercio .rsArrowLeft .rsArrowIcn {
  background: url(../images/carrusel-prev-comercio.svg) no-repeat center center;
}

.mediacion .rsArrowLeft .rsArrowIcn {
  background: url(../images/carrusel-prev-mediacion.svg) no-repeat center center;
}

.formacion .rsArrowLeft .rsArrowIcn {
  background: url(../images/carrusel-prev-formacion.svg) no-repeat center center;
}

.rsArrowRight .rsArrowIcn,
.institucional .rsArrowRight .rsArrowIcn {
  background: url(../images/carrusel-next.svg) no-repeat center center;
}

.creacion .rsArrowRight .rsArrowIcn {
  background: url(../images/carrusel-next-creacion.svg) no-repeat center center;
}

.innovacion .rsArrowRight .rsArrowIcn {
  background: url(../images/carrusel-next-innovacion.svg) no-repeat center center;
}

.comercio .rsArrowRight .rsArrowIcn {
  background: url(../images/carrusel-next-comercio.svg) no-repeat center center;
}

.mediacion .rsArrowRight .rsArrowIcn {
  background: url(../images/carrusel-next-mediacion.svg) no-repeat center center;
}

.formacion .rsArrowRight .rsArrowIcn {
  background: url(../images/carrusel-next-formacion.svg) no-repeat center center;
}

.rsArrowDisabled,
.vector-hover .rsArrowDisabled:hover {
  display: none !important;
}

/*PAGINACIÓN*/
.pager {
  display: block;
  margin: 30px 0;
  float: right;
}

.pager:after {
  content: '';
  display: table;
  clear: both;
}

.pager li {
  float: left;
}

.pager .pager-ellipsis {
  margin: 10px 5px 0;
}

.pager a, .pager-current {
  color: #999;
  font: 1.9em/32px sans-serif;
  margin: 0 0 0 1px;
  display: block;
  min-width: 32px;
  height: 32px;
  text-align: center;
  background: #eee;
}

.vector-hover .pager a:hover {
  background-color: #999;
  color: #333;
}

.pager-current {
  background: #eb0028;
  color: #fff;
  cursor: default;
  font-weight: bold;
  /* INCIDENCIA 2588 - DRAGO */
  font-size:19px !important;
}

.pager-next a, .pager-previous a {
  background: #eee url(../images/pager-arrows.png) no-repeat;
  text-indent: -9999em;
  width: 32px;
  font-size: 0;
  color: transparent;
}

.pager-next a:hover, .pager-previous a:hover {
  background-color: #999;
}

.pager-previous a {
  background-position: left top;
}

.pager-next a {
  background-position: right top;
}

.vector-hover .pager-previous a:hover {
  background-position: left bottom;
}

.vector-hover .pager-next a:hover {
  background-position: right bottom;
}

.pager-last, .pager-first {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .wrapper {
    padding: 0;
  }
  #content .wrapper {
    padding: 0 30px;
  }
  .footer .wrapper {
    padding: 0 30px;
  }
  /**{-webkit-transform:translate3d(0, 0, 0);}*/
  body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #areas {
    bottom: -10%;
  }
  nav {
    padding: 10px 0 0;
  }
  nav .block-locale li {
    padding-right: 0;
  }
  nav .block-search {
    float: right;
    clear: both;
    margin: 10px 0 0 0;
  }
  /*.destacado .sliderHome .slide{max-width:100%;height:100%;}*/
  .destacado .sliderHome figure {
    height: 512px;
  }
  .destacado .sliderHome img {
    width: auto;
    height: 512px;
  }
  .ficha-servicio .fake-field .view-header h2,
  .ficha-servicio .field .field-label h3,
  .ficha-servicio .fake-field .view-header h3 {
    font-size: 2.4em;
  }
  .ficha-servicio .fake-field .view-header .opiniones h2,
  .ficha-servicio .field .field-label h2 {
    font-size: 2.0em;
  }
  .destacado {
    overflow: hidden;
  }
  .destacado,
  .destacado figure {
    height: auto;
    min-height: 190px;
    width: 100%;
  }
  .page-home-alternativa .destacado,
  .page-home-alternativa .destacado figure {
    width: auto;
  }
  .destacado figure img {
    min-height: 190px;
    min-width: 100%;
    height: auto;
  }
  .destacado p, .destacado .subtitle-noticia {
    font-size: 1.3em;
  }
  .destacado h1, .destacado .sliderHome-title {
    font-size: 2.6em;
  }
  .front .destacado {
    overflow: visible;
  }
  .front .destacado > .view-content {
    overflow: hidden;
  }
  /*.destacado .contenido-destacado{width:65%;bottom:6%;right:3%;}*/
  /*.destacado .contenido-destacado{width:85%;bottom:6%;right:3%;}*/
  .destacado .contenido-destacado {
    width: 83%;
    bottom: 6%;
    right: 3%;
  }
  .destacado .contenido-destacado.auxiliar.descarga-evento {
    font: 1.8em/1.3em Arial, sans-serif;
    color: #fff;
    margin: 0 0 10px 0;
  }
  .breadcrumb {
    padding: 0 0 0 100px;
  }
  /*.noticiasHome li:first-child h3{font-size:1.8em;}*/
  .noticiasHome li:first-child p {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .noticiasHome li:first-child a .scroll {
    padding: 20px 80px 20px 95px;
  }
  /*.noticiasHome li:first-child .date{width:74px;}
  .noticiasHome li:first-child .date .day{font-size:4.2em;}
  .noticiasHome li:first-child .date .month{font-size:2.2em;}*/
  .ficha-servicio .destacado .contenido-destacado {
    width: 55%;
    bottom: auto;
  }
  .ficha-servicio h1 {
    font-size: 230%;
    background: none !important;
  }
  .ficha-servicio .tagline {
    min-height: 40px;
    margin: 10px 0 0 0;
  }
  .ficha-servicio .tagline em {
    padding: 10px 10px 8px;
  }
  .ficha-servicio .social li:first-child {
    padding: 8px;
  }
  .ficha-servicio .social li {
    padding: 8px 8px 8px 0;
  }
  .ficha-servicio .items li {
    font-size: 135%;
  }
  .distributiva-listado .destacado .caja.titular {
    width: 30%;
    margin: 0 4px 0 0;
    min-height: 170px;
  }
  .distributiva-listado .destacado .caja.auxiliar {
    width: 68%;
    min-height: 170px;
  }
  .distributiva-listado .destacado .caja.titular,
  .distributiva-listado .destacado .caja.auxiliar {
    height: auto;
  }
  .distributiva-listado .destacado .caja.titular h1, .distributiva-listado .destacado .caja.titular .page-title {
    font-size: 2.6em;
    padding: 0;
    word-wrap: break-word;
    height: 130px;
  }
  .distributiva-listado .destacado .caja.auxiliar h2 {
    font-size: 2.2em;
  }
  .content .imagen img {
    max-width: 100%;
    height: auto;
  }
  .field-name-body img {
    max-width: 100%;
    height: auto;
  }
  .footer .vector-bottom ul {
    margin: 0;
  }
  .footer .vector-bottom li {
    padding: 0 10px;
  }
  .filtroMapa .tipoFiltro {
    position: static;
  }
  .filtroMapa .tipoFiltro fieldset {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
  }
  .filtroMapa .tipoFiltro fieldset:nth-child(2) {
    margin: 0 0 0 2%;
  }
  .filtroMapa .tipoFiltro label,
  .filtroMapa .tipoFiltro select,
  .filtroMapa .tipoFiltro input[type="text"] {
    display: block;
    float: none;
    width: 100%;
  }
  .filtroMapa .tipoFiltro fieldset.filter-actions {
    text-align: right;
    margin: 20px 0 0 0;
    clear: both;
    display: block;
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 910px) {
  .modal {
    max-width: 890px;
    width: auto !important;
  }
  .agendaHome .text {
    width: 74%;
  }
}

@media only screen and (max-width: 860px) {
  #areas {
    top: 60%;
  }
  .areas-home ul {
    width: 482px;
  }
  .areas-home ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .areas-home li {
    height: 157px;
  }
  .areas-home a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .areas-home a:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .mapa {
    margin-top: 280px;
  }
  #main-menu {
    position: absolute;
    right: 20px;
  }
  #main-menu a, .block-locale li span {
    display: block;
    font: 1.1em/1em sans-serif;
  }
  .breadcrumb {
    position: static;
  }
  .shortcuts a {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 800px) {
  .page-home-alternativa .destacado h1 {
    font-size: 7.6em;
  }
  /*.ficha-servicio .field .field-label, .ficha-servicio .field .field-items,
  .ficha-servicio .field .fake-field .view-header, .ficha-servicio .fake-field .view-content{padding:20px 20px;}*/
  .ficha-servicio .field .field-label, .ficha-servicio .field .field-items,
  .ficha-servicio .field .fake-field .view-header {
    padding: 20px 20px;
  }
  .ficha-servicio .fake-field .view-header h2,
  .ficha-servicio .field .field-label h3,
  .ficha-servicio .fake-field .view-header h3 {
    font-size: 2em;
  }
  .ficha-servicio .fake-field .view-header .opiniones h2,
  .ficha-servicio .field .field-label h2 {
    font-size: 1.6em;
  }
  .ficha-servicio .field-indent.field-items {
    font-size: 1.8em !important;
  }
  /*.ficha-servicio .tresColumnas .first .field-items p{font-size:2em;}*/
  .view-filters {
    position: relative;
  }
  .views-exposed-widget {
    width: 35%;
    padding: 0 10px 0 0;
  }
  .views-submit-button {
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: right;
  }
  .views-submit-button {
    bottom: 0;
  }
  .mosaico figcaption h4 span {
    font: 200 1.3em/1.3em sans-serif;
    padding: 6px 8px;
  }
  .mosaico figcaption p {
    font: 1.3em/1em sans-serif;
  }
  .testimonios-more .distributiva-titulo h3 {
    font-size: 2.6em;
    line-height: 1.2em;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }
  .testimonios-more .distributiva-introduccion .field-item p {
    margin: 0;
  }
  .distributiva-introduccion .field-item {
    font-size: 1.7em;
  }
  .sliderTestimonios {
    max-height: 215px;
  }
  .sliderTestimonios .testimonio {
    padding: 20px;
  }
  .sliderTestimonios .rsPlayBtn {
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
  }
  .sliderTestimonios h4,
  .sliderTestimonios h5 {
    font-size: 1.8em;
  }
  .sliderTestimonios blockquote {
    font: italic 1.4em/1.6em Georgia,serif;
    color: #333;
    margin: 10px 0;
  }
  .sliderTestimonios .rsBullet {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    margin: 0 0 0 6px;
  }
  .mapa .texto {
    padding-top: 14%;
  }
  .mapa .pin {
    left: 43%;
  }
  .mapa .shadow {
    left: 42.5%;
    display: none;
  }
  .mapa h2 {
    font-size: 2.6em;
  }
  .mapa span {
    font-size: 4em;
    margin: -16px 0 0 0;
  }
  .noticiasHome li a .scroll {
    padding: 20px 10px 20px 60px;
  }
  .ficha-servicio .field .field-items p,
  .ficha-servicio .field .field-items li {
    font-size: 1.6em;
  }
  /*.modal{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;}*/
  .modal {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
  }
  .modal-overlay {
    z-index: 110;
  }
  /*  .modal.multimedia{padding:0;height:auto;top:0 !important;bottom:0;margin:auto;position: fixed;background:rgba(0,0,0,0.5) url(../images/loading-black.gif) no-repeat center center;}
  .modal.multimedia .galeriaSlider{height:100%;}
 .modal.multimedia .slide{height:auto !important;}
  .modal.multimedia .rsArrow{margin:-21px 0 0 0;}
  .modal.multimedia .rsArrowLeft{left:0;}
  .modal.multimedia .rsArrowRight{right:0;}
  .modal.multimedia figure{background:none;}
  .modal.multimedia figure img{position:absolute;margin:auto;bottom:0;top:0;right:0;left:0;height:auto;width:100%;}
  .modal.multimedia .galeriaSlider .rsVideoContainer{}*/
  html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /*Fix iOS 100% height*/
  .modal.multimedia .rsArrow {
    margin: -21px 0 0 0;
  }
  .modal.multimedia .rsArrowLeft {
    left: 0;
  }
  .modal.multimedia .rsArrowRight {
    right: 0;
  }
  .modal.multimedia .rsVideoFrameHolder {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  /*.modal.multimedia .rsVideoPlaying .rsVideoContainer{width:auto;height:100% !important;margin:auto;}
.modal.multimedia .rsVideoPlaying .rsVideoFrameHolder.rsVideoActive{width:100% !important;}*/
  .modal.multimedia .rsVideoPlaying .rsVideoContainer img.rsMainSlideImage {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding: 75px 0 0 0;
  }
  header {
    height: 75px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 110;
  }
  header .wrapper {
    min-height: 75px;
    height: auto;
  }
  header h1 {
    float: right;
  }
  header h1 a {
    width: 117px;
    height: 34px;
  }
  header h1 a img {
    width: 100%;
    height: 100%;
  }
  #main-menu {
    display: none;
  }
  .front .destacado {
    height: auto;
  }
  .destacado .sliderHome .slide {
    max-width: 100%;
    height: 100%;
  }
  .destacado .sliderHome figure {
    height: 100%;
  }
  .destacado .sliderHome img {
    width: auto;
    height: 512px;
  }
  .page-home-alternativa .destacado h1 {
    font-size: 6.5em;
  }
  .page-home-alternativa .destacado h2 {
    font-size: 2.8em;
  }
  .page-home-alternativa .destacado a {
    font-size: 1.4em;
  }
  .page-home-alternativa .destacado p {
    font-size: 1.4em;
  }
  /*.hamburger{top:auto;bottom:0;width:auto;width:63px;height:55px;background:url(../images/hamburger.svg) no-repeat center center;display: block;position: absolute;left:0}*/
  .hamburger {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 55px;
    background: url(../images/hamburger.svg) no-repeat center center;
    display: block;
  }
  .opener {
    width: 55px;
    height: 57px;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
  }
  .velo {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 400%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    display: none;
  }
  .velo.visible {
    display: block;
  }
  #menu-areas {
    width: 100%;
    display: block;
    width: 100%;
    top: 75px;
    position: absolute;
    left: 0;
    max-height: 0;
    transition: max-height 0.3s;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 101;
  }
  #menu-areas.abierto {
    max-height: 999em;
  }
  /*#menu-areas{width:100%;width:100%;top:75px;position: absolute;left: 0;display: none;overflow: hidden;box-shadow:0 1px 3px rgba(0,0,0,0.3);z-index:101;}
  #menu-areas.abierto{display: block;}*/
  #menu-areas .nav > li {
    width: 100%;
    background-position: 9px 11px;
    padding: 0;
  }
  #menu-areas .nav > li.misc {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    background: #f8f8f8;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    display: block;
  }
  #menu-areas .nav > li.misc ul {
    display: none;
  }
  #menu-areas .nav > li:after {
    background: url(../images/nav-shadow-reversed.png) no-repeat -10px top;
    left: 0;
  }
  #menu-areas .nav > li > a {
    display: table-cell;
    display: block;
    margin: 0 0 0 55px;
    padding: 20px 0 0 18px;
    font-size: 1.4em;
  }
  #menu-areas .nav > li.misc > a {
    margin: 0;
    padding: 20px;
  }
  #menu-areas .nav > li.active > a {
    color: #fff;
  }
  #menu-areas .nav > li.creacion.active > a {
    background: #ff6a00;
  }
  #menu-areas .nav > li.innovacion.active > a {
    background: #3bd42e;
  }
  #menu-areas .nav > li.comercio.active > a {
    background: #0097cd;
  }
  #menu-areas .nav > li.mediacion.active > a {
    background: #a35db4;
  }
  #menu-areas .nav > li.formacion.active > a {
    background: #a37300;
  }
  #menu-areas .nav > li.institucionales.active > a {
    background: #eb0028;
  }
  #menu-areas .nav > li.misc.active > a {
    background: #999;
  }
  /*#menu-areas .contentSubmenu{height:auto;min-height:0;max-height:0;display: block;opacity: 1;position: static;overflow: hidden;width: 100%;border:0 none;-webkit-transition:max-height 0.3s;transition:max-height 0.3s}
  #menu-areas .contentSubmenu.desplegado{max-height:999px;overflow: visible;}*/
  #menu-areas:hover .nav > li > .contentSubmenu {
    display: none;
  }
  #menu-areas .contentSubmenu {
    height: auto;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
    border: 0 none;
    min-height: 0;
    max-height: 999em;
  }
  #menu-areas:hover .nav > li > .contentSubmenu.desplegado,
  #menu-areas .contentSubmenu.desplegado {
    display: block;
  }
  /*#menu-areas .contentSubmenu:before,*/
  /*#menu-areas .contentSubmenu:after{display: none;}*/
  #menu-areas .close {
    display: none;
  }
  #menu-areas #search-block-form-cloned {
    padding: 20px;
  }
  #menu-areas .nav > li.misc.search {
    background: #e4e4e4;
    border: 0 none;
  }
  #menu-areas #search-block-form-cloned input[type="text"] {
    box-shadow: 0;
    background: #fff;
  }
  #menu-areas #search-block-form-cloned .form-actions {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #menu-areas #search-block-form-cloned input[type="submit"] {
    display: block;
    height: 40px;
    width: auto;
    padding: 10px 14px;
  }
  #menu-areas .contentSubmenuInner,
  #menu-areas .contentSubmenuScroll,
  #menu-areas .contentSubmenu .submenu {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 2999px;
    border: 0 none;
    display: block;
    padding: 0;
    float: none;
    overflow: visible;
  }
  #menu-areas .contentSubmenu .submenu .bloque {
    min-height: 0;
    border: 0 none;
    padding: 0;
    margin: 0 0 10px 0;
  }
  #menu-areas .contentSubmenu .submenu:first-child .bloque figure {
    display: none;
  }
  #menu-areas .contentSubmenu .submenu .bloque figure {
    width: 24px;
    height: 24px;
    margin: 4px 6px 0 0;
    display: block;
  }
  #menu-areas .contentSubmenuScroll {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  #menu-areas .contentSubmenu .bodybloque {
    padding: 0;
  }
  #menu-areas .contentSubmenu .bodybloque li {
    padding: 0;
    background: none;
  }
  #menu-areas .contentSubmenu .bodybloque h3 {
    margin: 0;
  }
  #menu-areas .contentSubmenu .bodybloque h3,
  #menu-areas .contentSubmenu .bodybloque a {
    font-size: 1.4em;
    line-height: 1.8em;
    padding: 3px 20px 3px;
    display: block;
  }
  #menu-areas .contentSubmenu .bodybloque a h3 {
    font-size: 1em;
    line-height: 1.4em;
    padding: 0;
  }
  #menu-areas .contentSubmenuScroll {
    overflow: visible;
  }
  #menu-areas .contentSubmenuInner {
    padding: 0 0 20px;
  }
  /*Capando*/
  #menu-areas:hover {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  #menu-areas .nav > li {
    display: list-item;
    height: auto;
  }
  /*#menu-areas .nav > li:hover{box-shadow:0 1px 0 rgba(0, 0, 0, 0.1)}*/
  #menu-areas .nav > li.active:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  }
  #menu-areas:hover .nav > li {
    width: 100%;
  }
  #menu-areas:hover .nav > li > a {
    display: block;
  }
  #menu-areas .contentSubmenu:after {
    display: none;
  }
  #menu-areas .contentSubmenuScroll {
    padding: 10px 0 0 0;
  }
  #menu-areas .nav > li:after,
  #menu-areas:hover .nav > li:after {
    left: 0;
    display: none;
  }
  #menu-areas:hover .nav > li:after {
    -webkit-animation: 0;
            animation: 0;
  }
  .vector-hover #menu-areas:hover {
    width: 100%;
    top: auto;
    border: 0 none;
  }
  /*SVG*/
  .nav > li.creacion:hover {
    background-image: url(../images/nav-icon-creacion.svg);
  }
  .nav > li.innovacion:hover {
    background-image: url(../images/nav-icon-innovacion.svg);
  }
  .nav > li.comercio:hover {
    background-image: url(../images/nav-icon-comercio.svg);
  }
  .nav > li.mediacion:hover {
    background-image: url(../images/nav-icon-mediacion.svg);
  }
  .nav > li.formacion:hover {
    background-image: url(../images/nav-icon-formacion.svg);
  }
  .nav > li.institucionales:hover {
    background-image: url(../images/nav-icon-institucional.svg);
  }
  .nav > li.creacion.active,
  .nav > li.creacion.active:hover {
    background-image: url(../images/nav-icon-creacion-hover.svg);
  }
  .nav > li.innovacion.active,
  .nav > li.innovacion.active:hover {
    background-image: url(../images/nav-icon-innovacion-hover.svg);
  }
  .nav > li.comercio.active,
  .nav > li.comercio.active:hover {
    background-image: url(../images/nav-icon-comercio-hover.svg);
  }
  .nav > li.mediacion.active,
  .nav > li.mediacion.active:hover {
    background-image: url(../images/nav-icon-mediacion-hover.svg);
  }
  .nav > li.formacion.active,
  .nav > li.formacion.active:hover {
    background-image: url(../images/nav-icon-formacion-hover.svg);
  }
  .nav > li.institucionales.active,
  .nav > li.institucionales.active:hover {
    background-image: url(../images/nav-icon-institucional-hover.svg);
  }
  .nav > li.misc:hover,
  .nav > li.misc.active:hover {
    border-right: 7px solid rgba(0, 0, 0, 0.4);
  }
  /*links*/
  .nav > li.creacion:hover > a,
  .nav > li.innovacion:hover > a,
  .nav > li.comercio:hover > a,
  .nav > li.mediacion:hover > a,
  .nav > li.formacion:hover > a,
  .nav > li.institucionales:hover > a,
  .nav > li.misc:hover > a {
    background: none;
    color: #666;
  }
  .nav > li.creacion.active:hover > a {
    background: #fff;
  }
  .nav > li.innovacion.active:hover > a {
    background: #3bd42e;
  }
  .nav > li.comercio.active:hover > a {
    background: #0097cd;
  }
  .nav > li.mediacion.active:hover > a {
    background: #a35db4;
  }
  .nav > li.formacion.active:hover > a {
    background: #a37300;
  }
  .nav > li.institucionales.active:hover > a {
    background: #eb0028;
  }
  .nav > li.misc.active:hover > a {
    background: #f00;
  }
  nav form .fake-button {
    display: none;
  }
  #content {
    margin: 0 0 30px 0;
  }
  .breadcrumb {
    padding: 0 0 0 10px;
  }
  .itinerario {
    width: 100%;
    float: none;
    display: block;
    padding: 0 0 20px;
    margin: 0 0 30px 0;
  }
  .especialista {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .ficha-servicio .destacado .contenido-destacado {
    width: 65%;
  }
  .ficha-servicio .items li {
    padding: 8px 14px 8px 34px;
    background-size: 18px 14px !important;
    font-size: 125%;
  }
  .distributiva-listado .destacado .caja.titular {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 0;
  }
  .distributiva-listado .destacado .caja.titular:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
  .distributiva-listado .destacado .caja.titular h1, .distributiva-listado .destacado .caja.titular .page-title {
    padding: 10px 14px;
    height: auto;
  }
  .distributiva-listado .destacado .caja.auxiliar {
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .distributiva-listado .destacado .caja.auxiliar h2 {
    font-size: 1.8em;
    background: none;
    padding: 14px;
  }
  .distributiva-listado .destacado .caja.auxiliar p {
    display: none;
  }
  .modal.multimedia {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
  }
}

@media only screen and (max-width: 650px) {
  html {
    width: 100%;
    height: 100%;
  }
  #content .wrapper {
    padding: 0 10px;
  }
  #areas {
    position: static;
    margin: 0;
  }
  .areas-home ul {
    width: 100%;
    padding: 20px;
  }
  .areas-home li {
    height: 110px;
    width: 50%;
    min-width: 50%;
    float: left;
    padding: 10px;
    border: 1px solid #fff;
    margin: 0;
  }
  .areas-home a {
    padding: 0;
    font-size: 16px;
  }
  .mapa {
    margin: 0;
  }
  .mapa .texto {
    width: 100%;
    padding: 4% 0;
    text-align: center;
  }
  .mapa h2 {
    font-size: 2.3em;
    padding: 0 20px;
  }
  .mapa span {
    margin: 0;
  }
  .destacado .sliderHome {
    height: 250px;
  }
  .destacado .sliderHome .rsOverflow {
    height: inherit !important;
  }
  .page-home-alternativa .destacado h1 {
    font-size: 6em;
  }
  .page-home-alternativa .destacado h2 {
    font-size: 2.8em;
  }
  .page-home-alternativa .destacado {
    margin: 0 -10px;
  }
  .page-home-alternativa #content {
    background: #f1f1f1;
  }
  .page-home-alternativa #content,
  .page-home-alternativa .actualidadHome {
    margin: 0;
  }
  .destacado .sliderHome .slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .destacado .sliderHome .slide:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  }
  .destacado .sliderHome .slide.blanco:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
  }
  .destacado .sliderHome .slide {
    z-index: 2;
  }
  .destacado .sliderHome .titular {
    margin: 0;
    max-height: 999em;
    width: 100%;
    padding: 0px 0px 20px 20px;
    left: 0;
  }
  .destacado .sliderHome h1,
  .destacado .sliderHome .sliderHome-title {
    font-size: 3em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  .destacado .sliderHome .blanco h1,
  .destacado .sliderHome .blanco .sliderHome-title {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
  }
  .destacado .sliderHome .rsBullets {
    top: auto;
    bottom: 6%;
  }
  .actualidadHome {
    height: auto;
    margin: 30px -10px 0;
  }
  .agendaHome,
  .agendaHome.open {
    width: 100%;
    position: static;
    height: auto;
    border: 0 none;
    padding: 25px 0;
  }
  .agendaHome:after {
    display: none;
  }
  .agendaHome .view-header {
    width: 65px;
  }
  .agendaHome .view-content {
    opacity: 1;
  }
  .agendaHome figure {
    height: auto;
    padding: 0 50px 25px 0;
    margin: 0;
  }
  .agendaHome figure img {
    max-width: 100%;
    height: auto;
  }
  .agendaHome .titular {
    min-height: 0;
  }
  /*.agendaHome .date{position: absolute;top:0;right:0;margin:0;background:none}*/
  .actualidadHomeInner {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .button {
    font-size: 1.3em;
    padding: 14px;
  }
  .ficha-servicio .tagline {
    margin: 0;
    min-height: 0;
  }
  .ficha-servicio .social a {
    height: 18px;
    width: 18px;
    background-size: 18px 18px !important;
  }
  .ficha-servicio .field {
    display: block;
  }
  .ficha-servicio .fake-field .view-header h2,
  .ficha-servicio .field .field-label h3,
  .ficha-servicio .fake-field .view-header h3 {
    font-size: 1.7em;
    padding: 10px;
    display: inline-block;
    margin: 0 0 0 -20px;
  }
  .ficha-servicio .fake-field .view-header .opiniones h2,
  .ficha-servicio .field .field-label h2 {
    font-size: 1.3em;
    padding: 10px;
    display: inline-block;
    margin: 0 0 0 -20px;
  }
  .ficha-servicio .field .field-label,
  .ficha-servicio .fake-field .view-header,
  .ficha-servicio .field .field-items {
    width: 100%;
    display: block;
    padding: 16px;
  }
  .ficha-servicio .field .field-items ul {
    padding: 0 0 0 10px;
  }
  .ficha-servicio .field-label:after,
  .ficha-servicio .fake-field .view-header:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: relative;
    top: 14px;
    background-size: 40px 40px !important;
  }
  .ficha-servicio .field-label:after,
  .ficha-servicio .fake-field .view-header:after,
  .ficha-servicio.institucional .field-label:after,
  .ficha-servicio.institucional .fake-field .view-header:after {
    background-image: url(../images/arrow-down-institucional.svg);
  }
  .ficha-servicio.formacion .field-label:after,
  .ficha-servicio.formacion .fake-field .view-header:after {
    background-image: url(../images/arrow-down-formacion.svg);
  }
  .ficha-servicio.comercio .field-label:after,
  .ficha-servicio.comercio .fake-field .view-header:after {
    background-image: url(../images/arrow-down-comercio.svg);
  }
  .ficha-servicio.innovacion .field-label:after,
  .ficha-servicio.innovacion .fake-field .view-header:after {
    background-image: url(../images/arrow-down-innovacion.svg);
  }
  .ficha-servicio.creacion .field-label:after,
  .ficha-servicio.creacion .fake-field .view-header:after {
    background-image: url(../images/arrow-down-creacion.svg);
  }
  .ficha-servicio.mediacion .field-label:after,
  .ficha-servicio.mediacion .fake-field .view-header:after {
    background-image: url(../images/arrow-down-mediacion.svg);
  }
  .ficha-servicio .field .field-items p,
  .ficha-servicio .field .field-items li {
    font-size: 1.2em;
    margin: 0;
  }
  .ficha-servicio .fake-field .view-content {
    padding: 0;
  }
  .ficha-servicio .fake-field .view-content .field-items {
    padding: 20px 20px 0 20px;
  }
  .ficha-servicio .field .field-items:last-child .opinion em {
    padding: 0 0 20px 0;
  }
  .ficha-servicio .field-indent {
    display: table;
    margin: 0;
  }
  .ficha-servicio .field-indent .field-label {
    width: 37%;
    padding: 10px;
  }
  .ficha-servicio .field-indent .field-items {
    width: 63%;
  }
  .ficha-servicio .field-indent .field-label,
  .ficha-servicio .field-indent .field-items {
    display: table-cell;
  }
  .ficha-servicio .field-indent .field-label:after {
    background: url(../images/arrow-right-mobile.png) no-repeat center center;
    width: 100%;
    display: block;
    position: static;
    margin: 0;
  }
  .ficha-servicio .field-indent .field-label h3 {
    margin: 0;
    padding: 0 0 6px 0;
  }
  .ficha-servicio .tresColumnas {
    height: auto;
  }
  .ficha-servicio .tresColumnas .center {
    display: none;
  }
  .ficha-servicio .tresColumnas .field {
    width: 100%;
    float: none;
  }
  /*.ficha-servicio .tresColumnas .first .field-items p{text-align:center; font-size:1.6em;}*/
  .ficha-servicio .tresColumnas .field-label:after,
  .ficha-servicio .tresColumnas .fake-field .view-header:after,
  .ficha-servicio.institucional .tresColumnas .field-label:after,
  .ficha-servicio.institucional .tresColumnas .fake-field .view-header:after {
    background: url(../images/arrow-down-institucional-mobile.png) no-repeat center center;
  }
  .ficha-servicio.formacion .tresColumnas .field-label:after,
  .ficha-servicio.formacion .tresColumnas .fake-field .view-header:after {
    background: url(../images/arrow-down-formacion-mobile.png) no-repeat center center;
  }
  .ficha-servicio.comercio .tresColumnas .field-label:after,
  .ficha-servicio.comercio .tresColumnas .fake-field .view-header:after {
    background: url(../images/arrow-down-comercio-mobile.png) no-repeat center center;
  }
  .ficha-servicio.innovacion .tresColumnas .field-label:after,
  .ficha-servicio.innovacion .tresColumnas .fake-field .view-header:after {
    background: url(../images/arrow-down-innovacion-mobile.png) no-repeat center center;
  }
  .ficha-servicio.creacion .tresColumnas .field-label:after,
  .ficha-servicio.creacion .tresColumnas .fake-field .view-header:after {
    background: url(../images/arrow-down-creacion-mobile.png) no-repeat center center;
  }
  .ficha-servicio.mediacion .tresColumnas .field-label:after,
  .ficha-servicio.mediacion .tresColumnas .fake-field .view-header:after {
    background: url(../images/arrow-down-mediacion-mobile.png) no-repeat center center;
  }
  .form-left .form-item {
    margin: 0 0 10px 0;
  }
  #user-login {
    width: 100%;
    margin: 30px auto;
  }
  .views-exposed-widget,
  .view-filters .views-widget,
  .view-filters label {
    float: none;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .views-submit-button {
    position: static;
    text-align: center;
  }
  .view-filters input[type="submit"] {
    display: inline-block;
    margin: 10px 0;
  }
  /*.modal{position:absolute;bottom:auto;}*/
  .webform-client-form .form-left,
  .webform-client-form .form-right,
  .webform-client-form .form-left-contacto,
  .webform-client-form .form-right-contacto {
    width: 100%;
    padding: 0;
  }
  .webform-client-form .form-actions {
    text-align: center;
  }
  .webform-client-form .form-actions input {
    width: 100%;
  }
  .front .destacado,
  .destacado .sliderHome,
  .rsOverflow {
    min-height: 240px;
  }
  .mosaico li {
    float: none;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .mosaico figure {
    position: static;
  }
  .col-20 {
    width: 50%;
  }
  /*bah...*/
  .mosaico-page h3,
  .mosaico-page .introduccion .field-item {
    font-size: 2.6em;
    padding: 0 20px;
    font-weight: 200;
    margin: 50px 0 15px;
  }
  .shortcuts {
    margin: -40px -10px;
    padding: 30px 20px;
  }
  .shortcuts br {
    display: none;
  }
  .sliderTestimonios {
    max-height: 999em;
    height: auto !important;
  }
  /*.desktop .sliderTestimonios .rsOverflow{height:100% !important;}*/
  .sliderTestimonios .slide {
    background: #e1e1e1;
  }
  .sliderTestimonios figure,
  .sliderTestimonios .testimonio {
    height: 100% !important;
    width: auto !important;
    display: block;
    float: none;
  }
  .sliderTestimonios img {
    display: block;
    height: auto !important;
  }
  .sliderTestimonios figure {
    text-align: center;
  }
  /*.sliderTestimonios img{display:inline-block;width:auto !important;height:auto !important;}*/
  /*.sliderTestimonios .rsOverflow{min-height:0;}*/
  /*.sliderTestimonios .rsSlide,
  .sliderTestimonios .slide{height:auto;}*/
  /*.sliderTestimonios .slideInner .testimonio{float:none;clear: both;display: block;width:100%;}
  .sliderTestimonios .slideInner figure{float: none;width:100%;display: block;clear: both;}
  .sliderTestimonios .slideInner img{height:auto !important;width:auto !important;position: static;display: inline-block;text-align:center;}
  .sliderTestimonios .slideInner .rsVideoContainer{position: static;text-align:center}*/
  /*.sliderTestimonios .slideInner .rsVideoContainer img{height:100% !important;width:auto !important;margin:0 auto !important;display: inline-block;}*/
  .filtroMapa .tab a {
    padding: 10px;
  }
  .filtroMapa .reset {
    position: static;
    text-align: center;
    display: block;
  }
  .filtroMapa .tipoFiltro {
    padding: 10px;
  }
  .filtroMapa .tipoFiltro fieldset {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .filtroMapa .tipoFiltro fieldset:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .filtroMapa .tipoFiltro fieldset.filter-actions {
    text-align: center;
    margin: 20px 0 10px 0;
    clear: both;
    display: block;
    width: 100%;
  }
  .filtroMapa .tipoFiltro .filter-actions input {
    width: 100%;
    display: block;
  }
  .mapa-web .left,
  .mapa-web .right {
    width: 100%;
    padding: 0;
  }
  .distributiva-listado .destacado .contenido-destacado.type2 {
    width: 80%;
  }
  .footer .wrapper {
    padding: 0;
  }
  .footer .vector-bottom {
    padding: 0 20px;
  }
  .footer .vector-bottom ul {
    margin: 0;
  }
  .footer .vector-bottom li {
    padding: 10px 0;
    width: 50%;
  }
  .footer .vector-bottom li:nth-child(odd) {
    padding-right: 10px;
    float: left;
  }
  .footer .vector-bottom li:nth-child(even) {
    padding-left: 10px;
    float: right;
  }
  .footer .vector-bottom a img {
    min-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 620px) {
  .ficha-servicio .destacado,
  .ficha-servicio .destacado figure,
  .ficha-servicio .destacado figure img {
    height: 340px;
    width: auto;
  }
  .page-home-alternativa .destacado h1 {
    font-size: 5em;
  }
  .page-home-alternativa .destacado h2 {
    font-size: 2.2em;
  }
  .footer .lastLinks ul {
    padding: 0 20px;
  }
  .footer .lastLinks li {
    display: block;
    float: none;
    padding: 0 0 10px 0;
  }
  .footer .lastLinks p.copy {
    display: block;
    float: none;
    padding: 0 0 10px 0;
  }
  .footer .lastLinks li:before {
    display: none;
  }
  .mapa-web ul li {
    width: 100%;
  }
  .destacado .sliderHome {
    height: 350px;
  }
  .destacado .sliderHome img {
    height: 350px;
    width: auto;
  }
  .listado.type2 .download {
    position: static;
  }
}

@media only screen and (max-width: 520px) {
  .contentSubmenu h2 {
    display: none;
  }
  .col-3,
  .col-20,
  .col-4a,
  .col-3a,
  .col-5a,
  .col-6a {
    width: 50%;
  }
  /*bah...*/
  input[type="submit"] {
    width: 100%;
  }
  /*.page-search input[type="submit"]{width:100%;}*/
  .button {
    display: block;
  }
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb a {
    line-height: 3em;
  }
  .destacado .sliderHome {
    height: 300px;
  }
  .destacado .sliderHome img {
    height: 300px;
    width: auto;
  }
  .destacado .contenido-destacado {
    width: 80%;
    right: 0;
  }
  .ficha-servicio .destacado .contenido-destacado {
    width: 80%;
  }
  .destacado h1, .destacado .sliderHome-title {
    font-size: 2.2em;
    padding: 6px 10px;
  }
  .destacado .caja > div {
    padding: 10px;
  }
  .destacado, .destacado figure {
    height: 240px;
  }
  .destacado figure {
    position: relative;
  }
  .destacado figure img {
    width: auto;
    height: 240px;
  }
  .page-home-alternativa .destacado figure img {
    height: 390px;
  }
  .distributiva-introduccion .field-item {
    font-size: 1.8em;
  }
  .distributiva-listado .destacado .caja.titular:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
  .distributiva-listado .destacado .caja.titular,
  .distributiva-listado .destacado .caja.auxiliar {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px 10px;
    position: relative;
    min-height: 0;
  }
  .distributiva-listado .destacado .caja.titular h1, .distributiva-listado .destacado .caja.titular .page-title {
    font-size: 2.2em;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .distributiva-listado .destacado .caja.auxiliar p {
    display: none;
  }
  .distributiva-listado .destacado .caja.auxiliar h2 {
    font-size: 1.6em;
    padding: 0;
    background: none;
  }
  .page-home-alternativa .destacado .titular {
    width: 60%;
    right: 10%;
  }
  .listado .list-item {
    min-height: 60px;
  }
  .listado .list-item {
    padding: 20px;
    margin: 0 -10px;
  }
  .listado .titular {
    min-height: 0;
    position: relative;
  }
  .listado .date,
  .listado .titular .date {
    margin: 0 15px 0 0;
    font-size: 2.4em;
  }
  .listado h3,
  .listado .titular h3,
  .listado .list-item-title {
    font-size: 1.6em;
  }
  .listado .list-item-title {
    padding: 0;
  }
  /*.listado h3,
  .listado .titular h3,
  .listado.eventos h4{padding:0 0 0 65px;}*/
  .listado h3,
  .listado .titular h3,
  .listado.eventos h4 {
    padding: 0;
  }
  .listado.contratacion h3 {
    padding: 0 0 10px 0;
  }
  .listado.eventos h4 {
    margin: 4px 0 0 0;
    font-size: 1.4em;
  }
  .listado figure,
  .listado .descripcion,
  .listado.publicaciones .descripcion {
    display: none;
  }
  .section-sala-de-prensa .listado.type2 .titular {
    padding-left: 0;
  }
  .listado.type2 .download {
    margin-top: 1em;
    margin-left: 0;
  }
  .item-list {
    text-align: center;
  }
  .item-list .mosaico {
    text-align: left;
  }
  .item-list .pager {
    float: none;
    margin: 40px auto;
    display: inline-block;
  }
  .creacion .itinerario li {
    text-align: left;
  }
  .actualidadHome .item-list {
    text-align: left;
  }
  .field-name-body img {
    max-width: 100%;
    height: auto;
    margin: 10px auto 20px;
    float: none !important;
    display: block;
  }
  /*.modal{height:auto !important;position:absolute;}*/
  .modal .form-actions {
    text-align: center;
  }
  .form-left .form-item,
  #webform-component-telefono,
  #webform-component-provincia,
  #webform-component-codigo-postal {
    width: 100%;
    padding: 0;
  }
  .form-left .form-item:nth-child(odd),
  .form-left .form-item:nth-child(even) {
    padding: 0;
  }
  .form-right textarea {
    height: auto !important;
  }
  .page-search h2 {
    font-size: 2em;
    text-align: center;
  }
  .page-search .search-results h3 {
    font-size: 1.6em;
  }
  .page-search .search-results p {
    font-size: 1.3em;
  }
  .agendaHome .text {
    width: 75%;
  }
  .agendaHome .with-image .text {
    width: 100%;
  }
  .footer .vector-social {
    text-align: center;
  }
  .footer .vector-social > div {
    float: none;
    min-width: 0;
    display: block;
  }
  .footer .vector-social h2 {
    display: none;
  }
  .footer .vector-social ul {
    display: inline-block;
  }
  .footer .vector-enlaces .block {
    width: 100%;
    display: block;
    float: none;
    padding: 0 0 20px;
  }
  .shortcuts a {
    padding: 50px 5px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .page-home-alternativa .destacado p {
    font-size: 1.1em;
  }
  .mapa .pin {
    left: 36%;
  }
  .mapa .shadow {
    left: 34.5%;
  }
  .footer .vector-bottom ul {
    margin: 0;
  }
  .footer .vector-bottom li {
    padding: 10px 20px !important;
    width: 100%;
    float: none;
  }
  .filtroMapa .vector-tabs {
    padding: 0 0 0 10px;
  }
  .filtroMapa .tab a {
    padding: 12px 8px;
    font-size: 1.5em;
  }
  .vsf_home_popup {
    text-align: center;
    width: auto;
    padding: 60px 0 0;
  }
  .vsf_home_popup p img {
    width: 95% !important;
    height: auto !important;
  }
  .agendaHome .with-image figure {
    width: 70%;
  }
  .agendaHome .text {
    width: 70%;
  }
  .listado.type2 .dest .multim-cont, .listado.type2 .list-item .multim-cont {
    min-height: 1em;
  }
}

.deep {
  z-index: -1;
  position: relative;
}

.region-navigation .menu .menu,
.region-footer .menu .menu {
  display: none;
}

/*NOJS*/
.nojs .pane-destcados-panel-pane-3 {
  position: relative;
}

.nojs .actualidadHomeInner {
  position: relative;
  left: 0;
  top: 0;
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid #D8D8D8;
}

.nojs .agendaHome {
  margin-top: 200px;
}

.nojs .agendaHome .view-content {
  opacity: 1;
}

.nojs .front .destacado {
  margin: 0 -30px;
}

.nojs .noticiasHome li:last-child a {
  background: #F1F1F1;
}

.nojs .vector-hover .noticiasHome li:last-child a:hover {
  background: #fff;
}

.nojs .noticiasHome li:last-child img {
  padding: 10px 0 6px 0;
  display: inline-block;
}

.nojs .noticiasHome li:last-child span {
  color: #eb0028;
  font-size: 14px;
  display: block;
}

.nojs .sliderTestimonios .slide {
  background: #E1E1E1;
  margin: 0 0 20px 0;
}

.nojs .sliderTestimonios .slide:after {
  content: "";
  display: table;
  clear: both;
}

/*TEMP*/
@media only screen and (max-width: 650px) {
  .actualidadHome {
    height: auto;
    margin: 30px 20px 0;
  }
}

/*

  Creación
  #ff6a00
  rgba(255,106,0,1)
  color-creacion.png

  innovacion
  #3bd42e
  rgba(59,212,46,1)
  color-innovacion.png

  Expansión
  #0097cd
  rgba(0,151,205,1)
  color-expancion.png

  Formación
  #a37300
  rgba(163,115,0,1)
  color-formacion.png

  Mediación
  #a35db4
  rgba(163,93,180,1)
  color-mediacion.png

  Institucional
  #eb0028
  rgba(235,0,40,1)
  rgba(235,0,40,.6)
  color-institucional.png

*/
.maintenance-page .content .wrapper {
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #eee;
  padding: 50px;
  margin: 50px auto;
}

.maintenance-page .content .wrapper > p {
  display: none;
}

.maintenance-page .lastLinks {
  text-align: center;
}

.maintenance-page h1 {
  font-size: 24px;
  text-align: center;
}

.maintenance-page #content-content {
  text-align: center;
}

.maintenance-page .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.maintenance-page .vector-social,
.maintenance-page .vector-enlaces,
.maintenance-page .vector-bottom,
.maintenance-page .vector-bottom {
  display: none;
}

.maintenance-page .footer .lastLinks p.copy {
  float: none;
}

/*pongo bottom menos para móvil*/
@media only screen and (min-width: 650px) {
  /* 1-1-1 */
  .destacado .sliderHome .titular h1.linea1 + p.linea1,
  .destacado .sliderHome .titular .sliderHome-title.linea1 + p.linea1 {
    bottom: 124px;
  }
  .destacado .sliderHome .titular h1.linea1 + p.linea1 + p.destacado2.linea1,
  .destacado .sliderHome .titular .sliderHome-title.linea1 + p.linea1 + p.destacado2.linea1 {
    bottom: 94px;
  }
  /* 1-1-2 */
  .destacado .sliderHome .titular h1.linea1 + p.linea1 + p.destacado2.linea2,
  .destacado .sliderHome .titular .sliderHome-title.linea1 + p.linea1 + p.destacado2.linea2 {
    bottom: 80px;
  }
  /* 2-1-1 */
  .destacado .sliderHome .titular h1.linea2 + p.linea1,
  .destacado .sliderHome .titular .sliderHome-title.linea2 + p.linea1 {
    bottom: 88px;
  }
  .destacado .sliderHome .titular h1.linea2 + p.linea1 + p.destacado2.linea1,
  .destacado .sliderHome .titular .sliderHome-title.linea2 + p.linea1 + p.destacado2.linea1 {
    bottom: 58px;
  }
  /* 2-1-2 */
  .destacado .sliderHome .titular h1.linea2 + p.linea1 + p.destacado2.linea2,
  .destacado .sliderHome .titular .sliderHome-title.linea2 + p.linea1 + p.destacado2.linea2 {
    bottom: 44px;
  }
  /* 1-2-1 */
  .destacado .sliderHome .titular h1.linea1 + p.linea2,
  .destacado .sliderHome .titular .sliderHome-title.linea1 + p.linea2 {
    bottom: 106px;
  }
  .destacado .sliderHome .titular h1.linea1 + p.linea2 + p.destacado2.linea1,
  .destacado .sliderHome .titular .sliderHome-title.linea1 + p.linea2 + p.destacado2.linea1 {
    bottom: 76px;
  }
  /* 1-2-2 */
  .destacado .sliderHome .titular h1.linea1 + p.linea2 + p.destacado2.linea2,
  .destacado .sliderHome .titular .sliderHome-title.linea1 + p.linea2 + p.destacado2.linea2 {
    bottom: 62px;
  }
  /* 2-2-1 */
  .destacado .sliderHome .titular h1.linea2 + p.linea2,
  .destacado .sliderHome .titular .sliderHome-title.linea2 + p.linea2 {
    bottom: 70px;
  }
  .destacado .sliderHome .titular h1.linea2 + p.linea2 + p.destacado2.linea1,
  .destacado .sliderHome .titular .sliderHome-title.linea2 + p.linea2 + p.destacado2.linea1 {
    bottom: 40px;
  }
  /* 2-2-2 */
  .destacado .sliderHome .titular h1.linea2 + p.linea2 + p.destacado2.linea2,
  .destacado .sliderHome .titular .sliderHome-title.linea2 + p.linea2 + p.destacado2.linea2 {
    bottom: 26px;
  }
  /* 0-1-1 */
  .destacado .sliderHome .titular h1.linea0 + p.linea1 {
    bottom: 188px;
  }
  .destacado .sliderHome .titular h1.linea0 + p.linea1 + p.destacado2.linea1 {
    bottom: 158px;
  }
  /* 0-1-2 */
  .destacado .sliderHome .titular h1.linea0 + p.linea1 + p.destacado2.linea2 {
    bottom: 144px;
  }
  /* 0-2-1 */
  .destacado .sliderHome .titular h1.linea0 + p.linea2 {
    bottom: 170px;
  }
  .destacado .sliderHome .titular h1.linea0 + p.linea2 + p.destacado2.linea1 {
    bottom: 140px;
  }
  /* 0-2-2 */
  .destacado .sliderHome .titular h1.linea0 + p.linea2 + p.destacado2.linea2 {
    bottom: 126px;
  }
  /* 1-0-1 */
  .destacado .sliderHome .titular h1.linea1 + p.linea0 + p.destacado2.linea1 {
    bottom: 100px;
  }
  /* 1-0-2 */
  .destacado .sliderHome .titular h1.linea1 + p.linea0 + p.destacado2.linea2 {
    bottom: 122px;
  }
  /* 2-0-1 */
  .destacado .sliderHome .titular h1.linea2 + p.linea0 + p.destacado2.linea1 {
    bottom: 100px;
  }
  /* 2-0-2 */
  .destacado .sliderHome .titular h1.linea2 + p.linea0 + p.destacado2.linea2 {
    bottom: 86px;
  }
  /*generales para desktop
/*TEMP*/
  /*Nuevos estilos destacados*/
  .destacado .sliderHome .titular {
    margin: 30px 0 0 0;
    max-height: 230px;
    height: 100% !important;
  }
  .destacado .sliderHome .titular h1, .destacado .sliderHome .titular .sliderHome-title {
    font-size: 3.6em;
    line-height: 1em;
    padding: 0.39em 0.55em;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
  }
  .destacado .sliderHome .titular p {
    font-size: 1.8em;
    line-height: 1em;
    padding: 0.66em 1.11em;
    margin-bottom: 0;
    text-transform: none;
    position: absolute;
    bottom: 70px;
    width: 100%;
  }
  .destacado .sliderHome .titular p span {
    background: none;
    padding: 0;
  }
  .destacado .sliderHome .titular p.destacado2 {
    font-size: 1.4em;
    padding: 0.57em 1.43em;
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  .destacado .sliderHome .titular p.destacado2 a {
    font-size: 1em;
    line-height: 1em;
    text-transform: none;
    background: none;
    padding: 0;
    font-weight: normal;
  }
}

/*Textos de sliderHome para móvil*/
@media only screen and (max-width: 650px) {
  .destacado .sliderHome .titular {
    margin: 30px 0 0 0;
    max-height: 230px;
    height: 100% !important;
  }
  .destacado .sliderHome .titular h1, .destacado .sliderHome .titular .sliderHome-title {
    font-size: 2.2em;
    line-height: 1em;
    padding: 0.39em 0.55em;
    margin-bottom: 0;
    position: none;
    top: 0px;
  }
  .destacado .sliderHome .titular p {
    font-size: 1.1em;
    line-height: 1em;
    padding: 0.66em 1.11em;
    margin-bottom: 0;
    text-transform: none;
    position: none;
    bottom: 70px;
    width: 100%;
  }
  .destacado .sliderHome .titular p span {
    background: none;
    padding: 0;
  }
  .destacado .sliderHome .titular p.destacado2 {
    font-size: 1em;
    padding: 0.57em 1.43em;
    position: none;
    bottom: 0px;
    width: 100%;
  }
  .destacado .sliderHome .titular p.destacado2 a {
    font-size: 1em;
    line-height: 1em;
    text-transform: none;
    background: none;
    padding: 0;
    font-weight: normal;
  }
  .linea0 {
    padding: 0 !important;
  }
  /*combinaciones*/
  /* 1-1-1 */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea1 {bottom: 165px;} */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea1 + p.destacado2.linea1 { bottom: 144px;} */
  /* 1-1-2 */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea1 + p.destacado2.linea2{bottom:136px;} */
  /* 2-1-1 */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea1 {bottom:143px;} */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea1 + p.destacado2.linea1{bottom:122px;} */
  /* 2-1-2 */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea1 + p.destacado2.linea2{bottom:115px;}   */
  /* 1-2-1 */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea2{bottom:156px;} */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea2 + p.destacado2.linea1{bottom:135px;}   */
  /* 1-2-2 */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea2 + p.destacado2.linea2{bottom:125px;;}    */
  /* 2-2-1 */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea2{bottom:132px;} */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea2 + p.destacado2.linea1{bottom:111px;} */
  /* 2-2-2 */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea2 + p.destacado2.linea2{bottom:104px;} */
  /* 0-1-1 */
  /* .destacado .sliderHome .titular h1.linea0 + p.linea1{bottom:203px;} */
  /* .destacado .sliderHome .titular h1.linea0 + p.linea1 + p.destacado2.linea1{bottom:182px;} */
  /* 0-1-2 */
  /* .destacado .sliderHome .titular h1.linea0 + p.linea1 + p.destacado2.linea2{bottom:172px;}   */
  /* 0-2-1 */
  /* .destacado .sliderHome .titular h1.linea0 + p.linea2{bottom:193px;} */
  /* .destacado .sliderHome .titular h1.linea0 + p.linea2 + p.destacado2.linea1{bottom:172px;} */
  /* 0-2-2 */
  /* .destacado .sliderHome .titular h1.linea0 + p.linea2 + p.destacado2.linea2{bottom:162px;}   */
  /* 1-0-1 */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea0 + p.destacado2.linea1 { bottom: 151px;} */
  /* 1-0-2 */
  /* .destacado .sliderHome .titular h1.linea1 + p.linea0 + p.destacado2.linea2{bottom:141px;}  */
  /* 2-0-1 */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea0 + p.destacado2.linea1{bottom:160px;} */
  /* 2-0-2 */
  /* .destacado .sliderHome .titular h1.linea2 + p.linea0 + p.destacado2.linea2{bottom:150px;} */
}

/*Color de fuente*/
.destacado .sliderHome .ninguno {
  display: none;
}

.destacado .sliderHome .blanco {
  color: #fff;
}

.destacado .sliderHome .negro, .destacado .sliderHome .titular p.destacado2.negro a {
  color: #000;
}

.destacado .sliderHome .naranja, .destacado .sliderHome .titular p.destacado2.naranja a {
  color: #ff6a00;
}

.destacado .sliderHome .verde, .destacado .sliderHome .titular p.destacado2.verde a {
  color: #3bd42e;
}

.destacado .sliderHome .azul, .destacado .sliderHome .titular p.destacado2.azul a {
  color: #0097cd;
}

.destacado .sliderHome .marron, .destacado .sliderHome .titular p.destacado2.marron a {
  color: #a37300;
}

.destacado .sliderHome .morado, .destacado .sliderHome .titular p.destacado2.morado a {
  color: #a35db4;
}

.destacado .sliderHome .rojo, .destacado .sliderHome .titular p.destacado2.rojo a {
  color: #eb0028;
}

/*Color de fondo*/
.destacado .sliderHome .blanco_degradado100 {
  background-color: #fff;
}

.destacado .sliderHome .blanco_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .blanco_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .blanco_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C */
}

.destacado .sliderHome .negro_degradado100 {
  background-color: #000;
}

.destacado .sliderHome .negro_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .negro_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .negro_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
}

.destacado .sliderHome .naranja_degradado100 {
  background-color: #ff6a00;
}

.destacado .sliderHome .naranja_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ff6a00+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 0.8) 0%, rgba(255, 106, 0, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .naranja_degradado60 {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 0.6) 0%, rgba(255, 106, 0, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .naranja_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ff6a00+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 0.4) 0%, rgba(255, 106, 0, 0.4) 100%);
  /* W3C */
}

.destacado .sliderHome .verde_degradado100 {
  background-color: #3bd42e;
}

.destacado .sliderHome .verde_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 0.8) 0%, rgba(59, 212, 46, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .verde_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 0.6) 0%, rgba(59, 212, 46, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .verde_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 0.4) 0%, rgba(59, 212, 46, 0.4) 100%);
  /* W3C */
}

.destacado .sliderHome .azul_degradado100 {
  background-color: #0097cd;
}

.destacado .sliderHome .azul_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097cd+0,0097cd+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 0.8) 0%, rgba(0, 151, 205, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .azul_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097cd+0,0097cd+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 0.6) 0%, rgba(0, 151, 205, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .azul_degradado40 {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 0.4) 0%, rgba(0, 151, 205, 0.4) 100%);
  /* W3C */
}

.destacado .sliderHome .marron_degradado100 {
  background-color: #a37300;
}

.destacado .sliderHome .marron_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 0.8) 0%, rgba(163, 115, 0, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .marron_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 0.6) 0%, rgba(163, 115, 0, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .marron_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 0.4) 0%, rgba(163, 115, 0, 0.4) 100%);
  /* W3C */
}

.destacado .sliderHome .morado_degradado100 {
  background-color: #a35db4;
}

.destacado .sliderHome .morado_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 0.8) 0%, rgba(163, 93, 180, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .morado_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 0.6) 0%, rgba(163, 93, 180, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .morado_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 0.4) 0%, rgba(163, 93, 180, 0.4) 100%);
  /* W3C */
}

.destacado .sliderHome .rojo_degradado100 {
  background-color: #eb0028;
}

.destacado .sliderHome .rojo_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 0.8) 0%, rgba(235, 0, 40, 0.8) 100%);
  /* W3C */
}

.destacado .sliderHome .rojo_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 0.6) 0%, rgba(235, 0, 40, 0.6) 100%);
  /* W3C */
}

.destacado .sliderHome .rojo_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 0.4) 0%, rgba(235, 0, 40, 0.4) 100%);
  /* W3C */
}

.print-page {
  float: right;
  font-size: 120%;
  margin-right: -30px;
  margin-top: -15px;
  padding-bottom: 15px;
}

.print_html a {
  color: #eb0028;
  font: 1.4em/1.5em Arial,sans-serif;
  font-weight: bold;
}

.print_html img {
  width: 27px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.vsf_home_popup {
  text-align: center;
  width: 500px;
  padding: 60px 0 0;
}

.view-auxiliares {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.webform-component--telefono, .webform-component--provincia, .webform-component--codigo-postal {
  width: 33% !important;
  padding: 0 10px !important;
}

.webform-component--telefono {
  padding-left: 0 !important;
}

.webform-component--codigo-postal {
  padding-right: 0 !important;
}

.webform-component--terminos-y-condiciones, .webform-component-markup {
  margin-top: 20px !important;
}

.webform-component-markup {
  width: auto !important;
}

.webform-component-markup p {
  font: 1.5em/1.6em Arial,sans-serif !important;
}

.creacion .webform-component-markup p a {
  color: #ff6a00 !important;
}

.comercio .webform-component-markup p a {
  color: #0097cd !important;
}

.innovacion .webform-component-markup p a {
  color: #3bd42e !important;
}

.formacion .webform-component-markup p a {
  color: #a37300 !important;
}

.mediacion .webform-component-markup p a {
  color: #a35db4 !important;
}

.webform-component-markup p a {
  color: #eb0028 !important;
}

.modal-trigger a {
  color: #fff;
}

h2.pane-title {
  margin-top: 2em;
}

.actualidadHome h2.pane-title {
  margin-top: 0;
}

.page-blog #content header h2 {
  display: block;
}

.page-blog article {
  margin-bottom: 2em;
}

.panel-2col .panel-col-first {
  width: 70%;
}

.panel-2col .panel-col-last {
  width: 28%;
}

.node-type-blog-post #content h2, .page-taxonomy-term #content h2, .page-blog #content h2,
.page-buscador-blog #content h2 {
  font-size: 1.6em;
  margin-bottom: 1em;
}

.page-blog #content .blog-list-mosaic-title,
.section-blog #content .blog-list-mosaic-title {
  font-weight: normal;
}

.node-type-blog-post #content, .page-taxonomy-term #content, .page-blog #content
.page-blog #content {
  font-size: 1.5em;
}

.page-taxonomy-term.page-vocabulary-4 #content {
  font-size: 1em;
}

.node-type-blog-post #content p, .page-taxonomy-term #content p, .page-blog #content p,
.page-buscador-blog #content p {
  font-size: 1em;
}

.node-type-blog-post div, .page-taxonomy-term div, .page-taxonomy-term div,
.page-buscador-blog div {
  margin-bottom: 1.5em;
}

.node-type-blog-post .field-name-field-entradilla {
  padding-bottom: 1em;
  border-bottom: 1px dashed #666;
}

/*#sliding-popup {
  display: none !important;
}*/

/*BLOG*/
/*Layout*/
.panel-2col .panel-col-first {
  float: left;
  width: 68%;
}

.panel-2col .panel-col-last {
  float: right;
}

/*Flexbox for mosaic*/
.blog-list-mosaic .view-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-list-mosaic .views-row {
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-list-mosaic .views-row > div {
  position: static;
  width: 100%;
}

.blog-list-mosaic .views-row-even {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog-list-mosaic .field-content .contextual-links-region {
  position: static;
}

.no-flexbox .blog-list-mosaic .views-row-odd {
  float: left;
}

.no-flexbox .blog-list-mosaic .views-row-even {
  float: right;
}

.blog-list-mosaic .views-row {
  border: solid 1px #e4e4e4;
  margin-bottom: 3.4em;
  padding: 8em 2em 2em;
  width: calc(50% - 1.7em);
  height: auto;
  background: #fff;
  box-shadow: 4px 4px 7px -3px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}

.blog-list-mosaic .views-row .field-name-field-post-gallery,
.blog-list-mosaic .views-row .field-name-post-date,
.blog-list-mosaic .views-row .field-name-field-tags {
  display: none;
}

.blog-list-mosaic .views-row .field-name-field-categoria {
  position: absolute;
  top: 2em;
  left: 0;
  background: #fabada;
}

.blog-list-mosaic .views-row .field-name-field-categoria a {
  display: inline-block;
  padding: .9em 1em;
  font-size: 1.5rem;
  color: #fff;
}

.blog-list-mosaic .views-row .field-name-field-categoria.creacion {
  background-color: #ff6a00;
}

.blog-list-mosaic .views-row .field-name-field-categoria.innovacion {
  background-color: #3bd42e;
}

.blog-list-mosaic .views-row .field-name-field-categoria.comercio {
  background-color: #0097cd;
}

.blog-list-mosaic .views-row .field-name-field-categoria.formacion {
  background-color: #a37300;
}

.blog-list-mosaic .views-row .field-name-field-categoria.mediacion {
  background-color: #a35db4;
}

.blog-list-mosaic .views-row .field-name-field-categoria.institucionales {
  background-color: #eb0028;
}

.blog-list-mosaic .views-row .field-name-field-categoria .field-items, .blog-list-mosaic .views-row .field-name-field-categoria .field-item {
  margin-bottom: 0;
}

.blog-list-mosaic .views-row .field-name-linked-title, .blog-list-mosaic .views-row .field-name-field-more {
  margin-bottom: 2em;
}

.blog-list-mosaic .views-row .field-name-linked-title a, .blog-list-mosaic .views-row .field-name-field-more a {
  font-size: 2.2rem;
  line-height: 1.2;
}

.blog-list-mosaic .views-row .field-name-field-more {
  margin-bottom: 0;
}

.blog-list-mosaic .views-row .field-name-field-more a {
  font-size: 1.5rem;
}

.blog-list-mosaic .views-row .field-name-field-entradilla {
  margin-bottom: 2em;
}

.blog-list-mosaic .views-row .field-name-field-entradilla .field-item {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #303036;
}

.panel-col-first .pane-title {
  display: none;
}

.blog-home .content a, .blog-list .content a, .blog-detail .content a, .blog-results .content a {
  color: #eb0028;
}

.blog-home .content a:hover, .blog-list .content a:hover, .blog-detail .content a:hover, .blog-results .content a:hover {
  text-decoration: underline;
}

.blog-home .rsBullet.rsNavSelected span, .blog-list .rsBullet.rsNavSelected span, .blog-detail .rsBullet.rsNavSelected span, .blog-results .rsBullet.rsNavSelected span {
  background: #e65400;
  box-shadow: none;
}

.blog-home .rsBullet span, .blog-list .rsBullet span, .blog-detail .rsBullet span, .blog-results .rsBullet span {
  border-radius: 6px;
  width: 12px;
  height: 12px;
  background: #cbcbcb;
}

.blog-search-block, .node-type-blog-post .blog-search-block, .page-taxonomy-term .blog-search-block, .blog-newsletter-block, .node-type-blog-post .blog-newsletter-block, .page-taxonomy-term .blog-newsletter-block, .blog-categories-block, .node-type-blog-post .blog-categories-block, .page-taxonomy-term .blog-categories-block, .blog-latest-block, .node-type-blog-post .blog-latest-block, .page-taxonomy-term .blog-latest-block {
  margin-bottom: 3em;
}

.blog-search-block .pane-title, .node-type-blog-post .blog-search-block .pane-title, .page-taxonomy-term .blog-search-block .pane-title, .blog-newsletter-block .pane-title, .node-type-blog-post .blog-newsletter-block .pane-title, .page-taxonomy-term .blog-newsletter-block .pane-title, .blog-categories-block .pane-title, .node-type-blog-post .blog-categories-block .pane-title, .page-taxonomy-term .blog-categories-block .pane-title, .blog-latest-block .pane-title, .node-type-blog-post .blog-latest-block .pane-title, .page-taxonomy-term .blog-latest-block .pane-title {
  display: block;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #242424;
}

.blog-search-block, .blog-newsletter-block {
  padding: 2em;
  background-color: #efefef;
}

.blog-search-block input[type="text"], .blog-search-block input[type="password"], .blog-search-block input[type="email"], .blog-newsletter-block input[type="text"], .blog-newsletter-block input[type="password"], .blog-newsletter-block input[type="email"] {
  border: solid 1px #ccc;
  height: auto;
  padding: 0 9px;
  height: 32px;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 2.3;
}

.blog-search-block form input[type="text"].form-text, .blog-newsletter-block form input[type="text"].form-text {
  padding-right: 3em;
}

.blog-search-block form div, .blog-newsletter-block form div {
  margin-bottom: 0;
}

.blog-search-block .form-item {
  margin-top: 0;
}

.blog-search-block label {
  display: none;
}

.blog-search-block .form-submit {
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  border: none;
  margin-top: -31px;
  padding: 0;
  width: 3em;
  height: 3em;
  box-shadow: 0 0 0 transparent;
  font-size: 1rem;
  text-indent: -9999em;
  background: #eb0028 url(../images/ico-search-white.png) 50% 3px no-repeat;
}

.blog-newsletter-block {
  /*Clearfix*/
}

.blog-newsletter-block:before, .blog-newsletter-block:after {
  content: "";
  display: table;
}

.blog-newsletter-block:after {
  clear: both;
}

.blog-newsletter-block .form-item {
  margin-top: 0;
}

.blog-newsletter-block .form-type-textfield label {
  display: none;
}

.blog-newsletter-block label.option {
  display: inline-block;
  font-size: 1.2rem;
  color: #767676;
}

.blog-newsletter-block .form-submit {
  float: right;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8px 30px 8px 10px;
  height: auto;
  box-shadow: 0 0 0 transparent;
  background: #eb0028 url(../images/arrow-right-white.svg) 90% 50% no-repeat;
  background-position: right 10px top 50%;
}

.blog-categories-block, .blog-latest-block {
  margin-bottom: 3em;
}

.blog-categories-block .pane-title, .blog-detail.node-type-blog-post .blog-categories-block .pane-title, .blog-list.page-taxonomy-term .blog-categories-block .pane-title, .blog-latest-block .pane-title, .blog-detail.node-type-blog-post .blog-latest-block .pane-title, .blog-list.page-taxonomy-term .blog-latest-block .pane-title {
  display: block;
  border-bottom: solid 4px #b3b3b3;
  margin: 0 0 1em;
  padding-bottom: .7em;
}

.blog-categories-block .item-list li {
  position: relative;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.blog-categories-block .item-list li:before {
  content: '+';
  display: inline-block;
  margin-right: 1rem;
  padding: .1em .3em;
  background-color: #eb0028;
  font-size: 1.1rem;
  color: #fff;
}

.blog-latest-block .views-row {
  margin-bottom: 0;
  padding: .6em 0;
}

.blog-latest-block .views-row .views-field {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.8em;
}

.blog-latest-block .views-row .views-field:before {
  content: '▶';
  position: absolute;
  top: -.1em;
  left: 0;
  font-size: 2em;
  color: #eb0028;
}

.blog-latest-block .views-row .field-content {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.2;
}

.blog-latest-block .views-row:not(:first-child) {
  border-top: solid 1px #dedede;
}

.distributiva-listado .blog-latest-block {
  float: right;
  margin-bottom: 3em;
  max-width: 288px;
}

.distributiva-listado .blog-latest-block .pane-title {
  margin-bottom: 1em;
}

.distributiva-listado .blog-latest-block a {
  color: #eb0028;
}

.distributiva-listado .blog-latest-block a:hover {
  text-decoration: underline;
}

.ff .blog-latest-block .views-row .views-field:before {
  top: .1em;
  font-size: 1.2em;
}

.ff .blog-detail .blog-related-posts-block .views-row .views-field:before {
  top: .1em;
  font-size: .8em;
}

.ie .blog-detail .blog-related-posts-block .views-row .views-field:before {
  top: -.1em;
}

.blog-detail.node-type-blog-post .panel-col-last,
.blog-list.page-taxonomy-term .panel-col-last {
  font-size: 1rem;
}

.blog-detail.node-type-blog-post #content h2,
.blog-detail.node-type-blog-post #content .blog-related-post-title,
.blog-list.page-taxonomy-term #content h2 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: normal;
}

.blog-detail .pane-node-created {
  float: left;
  border-right: 2rem solid #fff;
  padding: 2.4rem 1.1rem;
  width: 6.5em;
  background: #efefef;
  font-size: 1.2rem;
  color: #a4a4a4;
  text-align: center;
}

.blog-detail .pane-node-created .d, .blog-detail .pane-node-created .m {
  display: block;
  margin-bottom: .6rem;
}

.blog-detail .pane-node-created .d {
  font-size: 2.6rem;
  color: #eb0028;
}

.blog-detail .pane-node-created .m {
  font-size: 1.5rem;
  color: #666666;
  text-transform: uppercase;
}

.blog-detail .pane-node-field-entradilla {
  border-bottom: solid 1px #dedede;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #303036;
}

.blog-detail .pane-node-field-entradilla .field-name-field-entradilla {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.blog-detail .pane-node-field-entradilla .field-items, .blog-detail .pane-node-field-entradilla .field-item.even {
  margin-bottom: 0;
}

.blog-detail #content .pane-node-field-entradilla .blog-detail-intro {
  margin-bottom: 0;
}

.blog-detail .pane-node-field-categoria {
  padding: 1.2em 0 .8em;
  font-size: 1.3rem;
}

.blog-detail .pane-node-field-categoria, .blog-detail .pane-node-field-categoria > div {
  margin-bottom: 0;
}

.blog-detail .pane-node-field-categoria .field-items, .blog-detail .pane-node-field-categoria .field-item.even {
  margin-bottom: .5em;
}

.blog-detail .pane-node-field-tags {
  margin-top: -3.5em;
  margin-bottom: 0;
  padding: 1.2em 0 .8em;
  font-size: 1.3rem;
  color: #46464c;
}

.blog-detail .pane-node-field-tags, .blog-detail .pane-node-field-tags > div {
  margin-bottom: 0;
}

.blog-detail .pane-node-field-tags .pane-title {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0 .5em 0 13.5em;
  font-size: 1em !important;
  font-weight: bold !important;
}

.blog-detail .pane-node-field-tags .field-name-field-tags {
  display: inline-block;
  width: 300px;
}

.blog-detail .pane-node-field-tags .field-items {
  margin-bottom: 0;
}

.blog-detail .pane-node-field-tags .field-item {
  display: inline;
  margin-bottom: 0;
}

.blog-detail .pane-node-field-tags .field-item:not(:last-child):after {
  content: ', ';
  margin-right: .3em;
  margin-left: 0;
}

.blog-detail .pane-node-field-tags a {
  display: inline-block;
  margin-bottom: 5px;
  color: #46464c;
}

.blog-detail .pane-node-field-tags a:hover {
  text-decoration: underline;
}

.blog-detail .pane-easy-social {
  border-bottom: solid 1px #dedede;
  margin-bottom: 0;
  padding: 1em 0;
}

.blog-detail .pane-easy-social .easy_social_box {
  margin-bottom: 0;
}

.blog-detail .pane-easy-social .easy_social-widget {
  display: inline-block;
  margin-bottom: 0;
  margin-right: .8em;
}

.blog-detail .pane-easy-social .easy_social-widget-googleplus {
  width: 2em;
}

.blog-detail .pane-easy-social .horizontal .easy_social-widget-twitter iframe {
  padding-top: 1px;
}

.blog-detail .pane-easy-social .horizontal .easy_social-widget-facebook iframe {
  padding-top: .1em;
  width: 7em !important;
}

.blog-detail .pane-node-field-post-gallery {
  border-bottom: solid 1px #dedede;
  padding-top: 10px;
}

.blog-detail .pane-node-field-post-gallery:before, .blog-detail .pane-node-field-post-gallery:after {
  content: '';
  display: table;
}

.blog-detail .pane-node-field-post-gallery:after {
  clear: both;
}

.blog-detail .pane-node-field-post-gallery .field-type-image img {
  width: 100%;
  max-width: auto;
  height: auto;
}

.blog-detail .pane-node-body {
  border-bottom: solid 1px #dedede;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #303036;
}

.blog-detail .pane-node-body .field-name-body ul li, .blog-detail .pane-node-body .field-name-body ol li {
  font-size: 1em;
}

.blog-detail .blog-related-posts-block {
  padding: 2rem;
  background: #eee;
}

.blog-detail .blog-related-posts-block .pane-title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.blog-detail .blog-related-posts-block .view-blog, .blog-detail .blog-related-posts-block .view-content {
  margin-bottom: 0;
}

.blog-detail .blog-related-posts-block .views-row {
  margin: 0;
  padding: .6em 0;
}

.blog-detail .blog-related-posts-block .views-row:not(:first-child) {
  border-top: solid 1px #dedede;
}

.blog-detail .blog-related-posts-block .views-row .views-field {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.8rem;
}

.blog-detail .blog-related-posts-block .views-row .views-field:before {
  content: '▶';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  color: #eb0028;
}

.blog-detail .blog-related-posts-block .views-row .field-content {
  font-size: 1.4rem;
}

.blog-detail .pane-node-comment-form .pane-title, .blog-detail .pane-node-comments .pane-title {
  display: block;
  border-bottom: solid 4px #b3b3b3;
  padding-bottom: .5em;
  padding-left: 1.5em;
  background: url(../images/bocadillo-full-flack.png) 0 0 no-repeat;
  font-size: 1.1em;
  font-weight: 400;
}

.blog-detail .pane-node-comment-form label, .blog-detail .pane-node-comment-form textarea {
  font-size: 1.5rem;
}

.blog-detail .pane-node-comment-form .form-actions {
  margin: 0;
  text-align: right;
}

.blog-detail .pane-node-comment-form .filter-wrapper.form-wrapper {
  display: none;
}

.blog-detail .pane-node-comment-form .form-submit {
  height: auto;
  padding: 1rem 2.5rem;
  background: #eb0028;
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: 400;
}

.blog-detail .pane-node-comments .comment {
  border-bottom: solid 1px #dedede;
  padding: 1em 0;
  font-size: 1.5rem;
}

.blog-detail .pane-node-comments .comment header {
  height: auto;
}

.blog-detail .pane-node-comments .comment header p.submitted {
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-detail .pane-node-comments .comment header p.submitted .username {
  font-weight: 600;
}

.blog-detail .pane-node-comments .comment header p.submitted time {
  color: #9e9e9e;
}

.blog-detail .pane-node-comments .comment .field-item p {
  line-height: 1.3;
  color: #303036;
}

.blog-detail .pane-node-comments .comment .field-item p:last-child {
  padding-bottom: 0;
}

.blog-detail .pane-node-comments .comment ul.links {
  padding: 1.2em;
  background: #eee;
}

.blog-detail .pane-node-comments .comment ul.links li {
  text-align: center;
}

.blog-detail .pane-node-comments .comment ul.links li span {
  font-size: 1.4rem;
}

.ff .pane-easy-social .horizontal .easy_social-widget-twitter iframe {
  padding-top: 0;
}

.ff .pane-easy-social .horizontal .easy_social-widget-facebook iframe {
  padding-top: 0;
  width: 7.3em !important;
}

#content div.descripcion p {
  font: 1.5em/1.6em Arial, sans-serif;
}

.mosaico li {
  min-height: 308px;
}

#edit-simplenews, #edit-legal, #edit-subscriptions {
  font: 1.2em/30px sans-serif;
  color: #999;
}

#edit-simplenews label, #edit-legal label, #edit-subscriptions label {
  display: inline;
  font-size: 1em;
  color: #999;
}

#edit-simplenews a, #edit-legal a, #edit-subscriptions a {
  color: #eb0028;
}

#edit-simplenews a:hover, #edit-legal a:hover, #edit-subscriptions a:hover {
  text-decoration: underline;
}

#edit-account a {
  color: #eb0028;
}

#edit-account a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  .blog-home .panel-2col .panel-col-first, .blog-list .panel-2col .panel-col-first, .blog-detail .panel-2col .panel-col-first, .blog-results .panel-2col .panel-col-first {
    width: 62%;
  }
  .blog-home .panel-2col .panel-col-last, .blog-list .panel-2col .panel-col-last, .blog-detail .panel-2col .panel-col-last, .blog-results .panel-2col .panel-col-last {
    width: 33%;
  }
  .blog-list-mosaic .views-row {
    margin-bottom: 1.8em;
    width: calc(50% - 1em);
  }
  .blog-detail .blog-group-taxonomy-social .col-left, .blog-detail .blog-group-taxonomy-social .col-right {
    float: none;
    width: 100%;
  }
  .blog-detail .blog-group-taxonomy-social .pane-easy-social {
    float: none;
    margin-top: 1em;
    text-align: left;
  }
  .blog-detail .pane-node-comments .comment header {
    position: static;
    box-shadow: none;
  }
}

@media only screen and (max-width: 780px) {
  .blog-home .panel-2col .panel-col-first,
  .blog-home .panel-2col .panel-col-last, .blog-list .panel-2col .panel-col-first,
  .blog-list .panel-2col .panel-col-last, .blog-detail .panel-2col .panel-col-first,
  .blog-detail .panel-2col .panel-col-last, .blog-results .panel-2col .panel-col-first,
  .blog-results .panel-2col .panel-col-last {
    width: 100%;
  }
  .blog-detail .pane-node-field-tags {
    margin-top: 0;
    padding-top: 0;
  }
  .blog-detail .pane-node-field-tags .pane-title {
    padding-left: 0;
  }
  .blog-detail .pane-node-field-tags .field-name-field-tags {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .blog-list-mosaic .views-row {
    width: 100%;
  }
  .blog-list-mosaic .views-row:last-child {
    margin-bottom: 0;
  }
  .blog-newsletter-block .form-submit {
    width: auto !important;
  }
  .blog-categories-block .item-list {
    text-align: left;
  }
}

/*# sourceMappingURL=styles.css.map */

#edit-simplenews, #edit-legal, #edit-subscriptions {
  font: 1.2em/30px sans-serif;
  color: #999;
}
#edit-simplenews label, #edit-legal label, #edit-subscriptions label {
  font-size: 1em;
  color: #999;
  display:inline;
}


article.comment header{background-color:transparent}

/*INICIO - Modulo Subscription Floating*/
#subscription-floating {
    bottom: 0px;
    position: fixed;
    transition: bottom 1s;
    right: 30px;
    width: 300px;
    padding: 20px;
    text-align: center;
    z-index: 8001;
	background-color: #e6e6e6;
}

#subscription-floating input[type="text"]{
	border: solid 1px #ccc;
    height: auto;
    padding: 0 9px;
    height: 32px;
    background-color: #fff;
    font-size: 1.3rem;
    line-height: 2.3;
}

#subscription-floating label.option{
	display: inline-block;
    font-size: 1.2rem;
    color: #767676;
}

#subscription-floating .pane-title{
	display: block;
    margin: 0 0 1em;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #242424;
}

#subscription-floating label {
  display: none;
}

.blog-newsletter-block .subscription-floating-closed{
	display: none;
}
.subscription-floating-closed{
    float: right;
    margin-top: -12px;
    margin-right: -12px;
    font-size: 12px;
	cursor: pointer;
}

.subscription-floating-closed.left{
    float: left;
    margin-left: -12px;
}

/*FIN - Modulo Subscription Floating*/

/*INICIO - Compartelo en: Social*/
.shareSocial{
font: 1.2em/1.3em Arial, sans-serif;
margin: 0 0 0 0;
color: #FFF;
}
/*FIN - Compartelo en: Social*/

/* INCIDENCIA 2588 - DRAGO */
.blog-list .content .pager a, .blog-home .content .pager a, .blog-detail .content .pager a, .blogresults .content .pager a{
color:#999;
font-size:19px !important;
}
.blog-list .content .pager a:hover, .blog-home .content .pager a:hover, .blog-detail .content .pager a:hover, .blog-results .content .pager a:hover{
background-color: #999;
color: #333;
text-decoration:none;
}
/* FIN - INCIDENCIA 2588 - DRAGO */

/*INICIO - Introduccion en mosaico - INCIDENCIA 2625 */

.mosaico figcaption div.noarrow p{background-image:none;}

/*FIN - Introduccion en mosaico*/

/*Vista Mosaico Transparencia*/
.mosaico li figcaption.mosaico-transparencia .noarrow {
    visibility: hidden;
	opacity: 0;
}

.mosaico li figcaption.mosaico-transparencia{
	top:0;
	width:100%;
	padding-right:0;
}

.mosaico li figcaption.mosaico-transparencia {
 	transition: visibility 0s, opacity 0.4s linear;
}

.mosaico li:hover figcaption.mosaico-transparencia{
    visibility: visible;
	opacity: 1;
}

.mosaico li:hover figcaption.mosaico-transparencia .noarrow{
    visibility: visible;
	opacity: 1;
}

.pane-listados-panel-pane-15 .view-content{
	margin-left: 30px;
}

.mosaico li figcaption.mosaico-transparencia span{width:100%;}

.mosaico li figcaption.mosaico-transparencia p:after{
	background:none;
}

/*LINEAS PARA INCIDENCIA 2557*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.mosaico li.lismosgen{
	min-height: 0px;
	margin: 0 0 10px 10px;
	width: 23%;
}

@media only screen and (min-width: 651px){
	.lismosgen figure img{
		max-width: 100%;
		height: 214px;
		width: 266px;
	}
}

.colorIntroMosaico_negro{
	color: black !important;
}
.colorIntroMosaico_blanco{
	color: white !important;
}
.fondoIntroMosaico_blanco{
	background: rgba(255, 255, 255, 0.8) url(../images/arrow.svg) no-repeat right center !important;
}
.fondoIntroMosaico_gris{
	background: rgba(150, 150, 150, 0.8) url(../images/arrow.svg) no-repeat right center !important;
}
.titulo-mosaico-transparencia{
	padding-left:40px;
	color:#eb0028;
	font:2.2em/1.6em sans-serif;
}
/*FIN LINEAS PARA INCIDENCIA 2557*/
/*FIN - Vista Mosaico Transparencia - INCIDENCIA 2625 - DRAGO*/


/*INICIO - INCIDENCIA 2815*/

.paddingHome{
	padding: 30px 20px 20px 0;
}

.modHomeIzq .titular {
  position: absolute;
  z-index: 99;
  /*right: 0;
  top: 60px;*/
  top: 194px;
  width: 100%;
}

.modHomeIzq .subTitular {
  position: absolute;
  z-index: 99;
  top: 242px;
  width: 100%;
}


.modHomeIzq .blanco h1,
.modHomeIzq .blanco h2,
.modHomeIzq .blanco h1 a,
.modHomeIzq .blanco h2 a,
.modHomeIzq .blanco h1 p,
.modHomeIzq .blanco h2 p {
  color: #fff;
  padding: 0 5px 0 5px;
}

.modHomeIzq .negro h1,
.modHomeIzq .negro h2,
.modHomeIzq .negro h1 a,
.modHomeIzq .negro h2 a,
.modHomeIzq .negro h1 p,
.modHomeIzq .negro h2 p {
  color: black;
  padding: 0 5px 0 5px;
}

.modHomeIzq .gris h1,
.modHomeIzq .gris h2,
.modHomeIzq .gris h1 a,
.modHomeIzq .gris h2 a,
.modHomeIzq .gris h1 p,
.modHomeIzq .gris h2 p {
  color: gray;
  padding: 0 5px 0 5px;
}

.modHomeIzq .rojo h1,
.modHomeIzq .rojo h2,
.modHomeIzq .rojo h1 a,
.modHomeIzq .rojo h2 a,
.modHomeIzq .rojo h1 p,
.modHomeIzq .rojo h2 p {
  color: red;
  padding: 0 5px 0 5px;
}

.modHomeIzq .blanco p span {
  background: #fff;
  padding: 6px;
}

.modHomeIzq .negro p span {
  background: black;
  padding: 6px;
}

.modHomeIzq .gris p span {
  background: gray;
  padding: 6px;
}

.modHomeIzq .rojo p span {
  background: red;
  padding: 6px;
}

.modHomeIzq .blanco:after, .modHomeIzq .negro:after, .modHomeIzq .gris:after, .modHomeIzq .rojo:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
  }
  
.modHomeIzq .blanco h1,
.modHomeIzq .blanco .sliderHome-title,
.modHomeIzq .negro h1,
.modHomeIzq .negro .sliderHome-title,
.modHomeIzq .gris h1,
.modHomeIzq .gris .sliderHome-title,
.modHomeIzq .rojo h1,
.modHomeIzq .rojo .sliderHome-title {
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
}

.modHomeIzq .blanco {
  color: #fff;
}

.modHomeIzq .negro {
  color: black;
}

.modHomeIzq .gris {
  color: gray;
}

.modHomeIzq .rojo {
  color: gray;
}

.modHomeIzq .blanco_degradado100 {
  background-color: #fff;
}

.modHomeIzq .blanco_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .blanco_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C */
}

.modHomeIzq .blanco_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .blanco_degradado60:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C */
}

.modHomeIzq .blanco_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .blanco_degradado40:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C */
}

.modHomeIzq h1 {
  display: inline-block;
  font: 4.2em/1.2em 'dekar','Trebuchet MS',sans-serif;
  color: #444;
  margin: 0 0 20px 0;
  padding: 0;
}

.modHomeIzq .sliderHome-title {
  display: block;
  width: 100%;
  padding: 0.39em 0.55em;
}
  
.modHomeIzq h1,
.modHomeIzq .sliderHome-title {
	/*font: 3em/1.2em 'dekar','Trebuchet MS',sans-serif;*/
	font-size: 1.5em;
	/*font-size: 3em;*/
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	text-align: left;
}
.modHomeIzq .blanco h1,
.modHomeIzq .blanco .sliderHome-title {
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
}

.modHomeIzq .negro_degradado100 {
  background-color: #000;
}

.modHomeIzq .negro_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .negro_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .negro_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .negro_degradado60:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .negro_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .negro_degradado40:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .naranja_degradado100 {
  background-color: #ff6a00;
}

.modHomeIzq .naranja_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ff6a00+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 0.8) 0%, rgba(255, 106, 0, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .naranja_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ff6a00+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 1) 0%, rgba(255, 106, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .naranja_degradado60 {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 0.6) 0%, rgba(255, 106, 0, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .naranja_degradado60:hover {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 1) 0%, rgba(255, 106, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .naranja_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ff6a00+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 0.4) 0%, rgba(255, 106, 0, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .naranja_degradado40:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ff6a00+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 106, 0, 1) 0%, rgba(255, 106, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .verde_degradado100 {
  background-color: #3bd42e;
}

.modHomeIzq .verde_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 0.8) 0%, rgba(59, 212, 46, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .verde_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 1) 0%, rgba(59, 212, 46, 1) 100%);
  /* W3C */
}

.modHomeIzq .verde_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 0.6) 0%, rgba(59, 212, 46, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .verde_degradado60:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 1) 0%, rgba(59, 212, 46, 1) 100%);
  /* W3C */
}

.modHomeIzq .verde_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 0.4) 0%, rgba(59, 212, 46, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .verde_degradado40:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3bd42e+0,3bd42e+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(59, 212, 46, 1) 0%, rgba(59, 212, 46, 1) 100%);
  /* W3C */
}

.modHomeIzq .azul_degradado100 {
  background-color: #0097cd;
}

.modHomeIzq .azul_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097cd+0,0097cd+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 0.8) 0%, rgba(0, 151, 205, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .azul_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097cd+0,0097cd+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 1) 0%, rgba(0, 151, 205, 1) 100%);
  /* W3C */
}

.modHomeIzq .azul_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097cd+0,0097cd+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 0.6) 0%, rgba(0, 151, 205, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .azul_degradado60:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097cd+0,0097cd+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 1) 0%, rgba(0, 151, 205, 1) 100%);
  /* W3C */
}

.modHomeIzq .azul_degradado40 {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 0.4) 0%, rgba(0, 151, 205, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .azul_degradado40:hover {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 151, 205, 1) 0%, rgba(0, 151, 205, 1) 100%);
  /* W3C */
}

.modHomeIzq .marron_degradado100 {
  background-color: #a37300;
}

.modHomeIzq .marron_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 0.8) 0%, rgba(163, 115, 0, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .marron_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 1) 0%, rgba(163, 115, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .marron_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 0.6) 0%, rgba(163, 115, 0, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .marron_degradado60:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 1) 0%, rgba(163, 115, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .marron_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 0.4) 0%, rgba(163, 115, 0, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .marron_degradado40:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37300+0,a37300+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 115, 0, 1) 0%, rgba(163, 115, 0, 1) 100%);
  /* W3C */
}

.modHomeIzq .morado_degradado100 {
  background-color: #a35db4;
}

.modHomeIzq .morado_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 0.8) 0%, rgba(163, 93, 180, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .morado_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 1) 0%, rgba(163, 93, 180, 1) 100%);
  /* W3C */
}

.modHomeIzq .morado_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 0.6) 0%, rgba(163, 93, 180, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .morado_degradado60:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 1) 0%, rgba(163, 93, 180, 1) 100%);
  /* W3C */
}

.modHomeIzq .morado_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 0.4) 0%, rgba(163, 93, 180, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .morado_degradado40:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a35db4+0,a35db4+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(163, 93, 180, 1) 0%, rgba(163, 93, 180, 1) 100%);
  /* W3C */
}

.modHomeIzq .rojo_degradado100 {
  background-color: #eb0028;
}

.modHomeIzq .rojo_degradado80 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 0.8) 0%, rgba(235, 0, 40, 0.8) 100%);
  /* W3C */
}

.modHomeIzq .rojo_degradado80:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.8+0,0.8+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 1) 0%, rgba(235, 0, 40, 1) 100%);
  /* W3C */
}

.modHomeIzq .rojo_degradado60 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 0.6) 0%, rgba(235, 0, 40, 0.6) 100%);
  /* W3C */
}

.modHomeIzq .rojo_degradado60:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.6+0,0.6+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 1) 0%, rgba(235, 0, 40, 1) 100%);
  /* W3C */
}

.modHomeIzq .rojo_degradado40 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 0.4) 0%, rgba(235, 0, 40, 0.4) 100%);
  /* W3C */
}

.modHomeIzq .rojo_degradado40:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0028+0,eb0028+100&amp;0.4+0,0.4+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(235, 0, 40, 1) 0%, rgba(235, 0, 40, 1) 100%);
  /* W3C */
}

.modHomeIzq figure img {
  width: 100%;
  height: 280px;
  display: block;
}


@media only screen and (min-width: 900px) {	
	
	.anchoFloatIzq{
		width: 48%;
		float: left;
		margin-top: 30px;
		margin-right: 19px;
	}

	.floatLeft{
		float: left;
	}
}

.fixMozillaPosition{
	position: relative;
}

.altoFijoSinImg{
	height: 280px;
}

.modHomeIzq .titular h2 a{
	font: 2.0em/1.6em 'dekar','Trebuchet MS',sans-serif;
}
.modHomeIzq .subTitular h2 a{
	font: 1.6em/1.6em 'Helvetica', Arial, sans-serif;
}

#block-views-auxiliares-block-5 {
	margin-bottom: 20px;
}

.zIndex{
	z-index: 99;
}


.footer > .wrapper > section {
    float: left;
    width: 100%;
}

.mapa .shadowIng{
  opacity: 0;
  top: 131px;
  position: absolute;
  left: 433px;
}

.mapa .pinIng {
  opacity: 0;
  position: absolute;
  top: -25%;
  left: 45%;
  transition: .3s;
}

.mapa.here .shadowIng {
  opacity: 1;
  left: 44.5%;
  top: 53%;
  transition: opacity .3s;
}

.mapa.here .pinIng{
  opacity: 1;
  top: 44%;
}
/*FIN - INCIDENCIA 2815*/

/*INICIO - INCIDENCIA 2872*/

.footer .vector-europa {
  background: #b7b7b7;
  height: 62px;
  overflow: hidden;
  width: 100%;
}

.footer .vector-europa:after {
  content: '';
  display: table;
  clear: both;
}

.footer .vector-europa > div {  
  width: 263px;
  margin: 0 auto 0 auto;
}

.footer .vector-europa h2 {
  color: #040488;
  font-size: 1.2em;
  /*float: left;*/
  line-height: 22px;
  font-weight: bold;
  margin: 10px 10px 0 20px;
  text-align: center;
}

.footer .vector-europa span {
  color: #000000;
}

/*FIN - INCIDENCIA 2872*/

/*INICIO - Incidencia 2816*/
#edit-title-wrapper > label{
	padding-right: 14px;
}

#edit-field-introduccion-value-wrapper > label{
	padding-right: 2px;
}

#edit-title-wrapper{
	/*padding-right: 24px;*/
	width: 50%;
}

#edit-field-introduccion-value-wrapper{
	width: 50%;
	margin-bottom: 10px;
}

#edit-field-introduccion-value-wrapper  .views-widget{
	width: 66%;
}

#edit-field-tipo-de-publicacion-tid-wrapper{
	float: left;
    padding: .5em 1em 0 0;
	width: 50%;
}

.view-listados.filtroPubli .views-widget-sort-by{
	width: 25%;
}

.view-listados.filtroPubli .views-widget-sort-order{
	width: 25%;
}

.view-listados.filtroPubli .views-submit-button{
	float: right;
	margin-top: 10px;
}

.filtroPubli .views-exposed-widget{
	float: left;
    padding: .5em 1em 0 0;
}

/* Line up multi-line options nicely */
.bef-checkboxes .form-item,
.bef-select-as-radios .form-radios .form-item {
 
  width: 100%;
  float: left;
}

.bef-toggle {
  text-align: right;
  font-size: 120%;
  display: block;
  color: #eb0028;
  font-weight: bold;
  margin-bottom: 14px;
}

.bef-checkboxes label{
	float: left;
	line-height: 15px;
	height: 20px;
	margin-right: -29px;
}

.bef-checkboxes input{
	float: right;
	margin-left: -16px;
}

/*FIN - Incidencia 2816*/

/*INICIO - Incidencia 2816-B*/
@media only screen and (max-width: 500px) {
	#edit-title-wrapper{
		width: 100%;
	}

	#edit-field-introduccion-value-wrapper{
		width: 100%;
	}
	
	#edit-field-introduccion-value-wrapper .views-widget {
		width: 100%;
	}

	#edit-field-tipo-de-publicacion-tid-wrapper{
		width: 100%;
	}
	
	.view-listados.filtroPubli .views-widget-sort-by{
		width: 100%;
	}

	.view-listados.filtroPubli .views-widget-sort-order{
		width: 100%;
	}
}
/*FIN - Incidencia 2816-B*/


/*INICIO - INCIDENCIA 2774 */
.destacado .date-display-single {
font-weight: bold;
display: inline-block !important;
}
/*FIN - INCIDENCIA 2774*/

/*INICIO INCIDENCIA 2982*/
.node-type-noticia .pane-easy-social .easy_social-widget {
    display: inline-block;
    margin-bottom: 0;
    margin-right: .8em;
}
.node-type-noticia .pane-easy-social .easy_social_box {
    margin-bottom: 15px;
}
.node-type-noticia .pane-easy-social {
    border-bottom: solid 1px #dedede;
    margin-bottom: 0;
    margin-right: 15px;
}
.node-type-noticia .pane-easy-social .horizontal .easy_social-widget-facebook iframe {
    padding-top: .1em;
    width: 105px !important;;
}
/*FIN INCIDENCIA 2982*/

/*INICIO - Incidencia 2976*/
.captcha img {
float: left;
margin: 40px 27px 0px 0px;
}
.form-item-captcha-response{
float: left;
margin-bottom: 25px !important;
}
/*FIN - Incidencia 2976*/

/*-----------------------------------------------*/
/*NUEVAS LINEAS PARA INCIDENCIA MODIFICACION 2557*/
.institucional .lismosgen .distributiva-titulo h3 {
  color: #eb0028;
}

.creacion .lismosgen .distributiva-titulo h3 {
  color: #ff6a00;
}

.innovacion .lismosgen .distributiva-titulo h3 {
  color: #3bd42e;
}

.comercio .lismosgen .distributiva-titulo h3 {
  color: #0097cd;
}

.formacion .lismosgen .distributiva-titulo h3 {
  color: #a37300;
}

.mediacion .lismosgen .distributiva-titulo h3 {
  color: #a35db4;
}
/*FIN NUEVAS LINEAS PARA INCIDENCIA MODIFICACION 2557*/
/*-----------------------------------------------*/

/*NUEVAS LINEAS PARA INCIDENCIA 2557*/
	.mosaico li.lismosgen figcaption.mosaico-transparencia{
		visibility: visible;
		opacity: 1;
	}
	.mosaico li.lismosgen figcaption.mosaico-transparencia p{
		width: 100%;
	}
/*FIN NUEVAS LINEAS PARA INCIDENCIA 2557*/

/*NUEVAS LINEAS PARA INCIDENCIA 2557*/
.innovacion .lismosgen figcaption h2,
.innovacion .mosaico .lismosgen figcaption h2 span,
.innovacion .mosaico .lismosgen .mosaico-item-title span{
	background: rgba(59, 212, 46, 0.6);
    color: #ffffff;
	opacity: 1;
}

.comercio .lismosgen figcaption h2,
.comercio .mosaico .lismosgen figcaption h2 span,
.comercio .mosaico .lismosgen .mosaico-item-title span{
	background: rgba(0, 151, 205, 0.6);
    color: #ffffff;
	opacity: 1;
}

.creacion .lismosgen figcaption h2,
.creacion .mosaico .lismosgen figcaption h2 span,
.creacion .mosaico .lismosgen .mosaico-item-title span{
	background: rgba(255, 106, 0, 0.6);
    color: #ffffff;
	opacity: 1;
}

.mediacion .lismosgen figcaption h2,
.mediacion .mosaico .lismosgen figcaption h2 span,
.mediacion .mosaico .lismosgen .mosaico-item-title span{
	background: rgba(163, 93, 180, 0.6);
    color: #ffffff;
	opacity: 1;
}

.formacion .lismosgen figcaption h2,
.formacion .mosaico .lismosgen figcaption h2 span,
.formacion .mosaico .lismosgen .mosaico-item-title span{
	background: rgba(163, 115, 0, 0.6);
    color: #ffffff;
	opacity: 1;
}

.institucional .lismosgen figcaption h2,
.institucional .mosaico .lismosgen figcaption h2 span,
.institucional .mosaico .lismosgen .mosaico-item-title span{
	background: rgba(235, 0, 40, 0.6);
    color: #ffffff;
	opacity: 1;
}
/*FIN LINEAS PARA INCIDENCIA 2557*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*INICIO INCIDENCIA BODY 2557*/
.institucional .field-name-body h2{
  font: 2.2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #eb0028;
}

.institucional .field-name-body h3{
  font: 2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #eb0028;
}

.institucional .field-name-body h4 {
  font: bold 1.8em/1.6em sans-serif;
  margin: 20px 0 10px;
  color: #eb0028;
}

.institucional .field-name-body h5 {
  font: bold 1.1em/1.6em sans-serif;
  margin: 14px 0 8px;
  color: #eb0028;
}

.institucional .field-name-body img {
  margin: 0 20px 20px 20px;
  color: #eb0028;
}

.creacion .field-name-body h2{
  font: 2.2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #ff6a00;
}

.creacion .field-name-body h3{
  font: 2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #ff6a00;
}

.creacion .field-name-body h4 {
  font: bold 1.8em/1.6em sans-serif;
  margin: 20px 0 10px;
  color: #ff6a00;
}

.creacion .field-name-body h5 {
  font: bold 1.1em/1.6em sans-serif;
  margin: 14px 0 8px;
  color: #ff6a00;
}

.creacion .field-name-body img {
  margin: 0 20px 20px 20px;
  color: #ff6a00;
}

.innovacion .field-name-body h2{
  font: 2.2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #3bd42e;
}

.innovacion .field-name-body h3{
  font: 2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #3bd42e;
}

.innovacion .field-name-body h4 {
  font: bold 1.8em/1.6em sans-serif;
  margin: 20px 0 10px;
  color: #3bd42e;
}

.innovacion .field-name-body h5 {
  font: bold 1.1em/1.6em sans-serif;
  margin: 14px 0 8px;
  color: #3bd42e;
}

.innovacion .field-name-body img {
  margin: 0 20px 20px 20px;
  color: #3bd42e;
}

.comercio .field-name-body h2{
  font: 2.2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #0097cd;
}

.comercio .field-name-body h3{
  font: 2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #0097cd;
}

.comercio .field-name-body h4 {
  font: bold 1.8em/1.6em sans-serif;
  margin: 20px 0 10px;
  color: #0097cd;
}

.comercio .field-name-body h5 {
  font: bold 1.1em/1.6em sans-serif;
  margin: 14px 0 8px;
  color: #0097cd;
}

.comercio .field-name-body img {
  margin: 0 20px 20px 20px;
  color: #0097cd;
}

.formacion .field-name-body h2{
  font: 2.2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #a37300;
}

.formacion .field-name-body h3{
  font: 2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #a37300;
}

.formacion .field-name-body h4 {
  font: bold 1.8em/1.6em sans-serif;
  margin: 20px 0 10px;
  color: #a37300;
}

.formacion .field-name-body h5 {
  font: bold 1.1em/1.6em sans-serif;
  margin: 14px 0 8px;
  color: #a37300;
}

.formacion .field-name-body img {
  margin: 0 20px 20px 20px;
  color: #a37300;
}

.mediacion .field-name-body h2{
  font: 2.2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #a35db4;
}

.mediacion .field-name-body h3{
  font: 2em/1.6em sans-serif;
  margin: 30px 0 20px;
  color: #a35db4;
}

.mediacion .field-name-body h4 {
  font: bold 1.8em/1.6em sans-serif;
  margin: 20px 0 10px;
  color: #a35db4;
}

.mediacion .field-name-body h5 {
  font: bold 1.1em/1.6em sans-serif;
  margin: 14px 0 8px;
  color: #a35db4;
}

.mediacion .field-name-body img {
  margin: 0 20px 20px 20px;
  color: #a35db4;
}
/*FIN INCIDENCIA BODY 2557*/

/*INICIO - INCIDENCIA 2808*/
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 4px 10px;
	font-size: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 50%;
	background: #bbbaba;
	position: absolute;

}
.owl-next {
    right: -50px;
}
.owl-prev {
    left: -50px;
}

.owl-item figcaption {
    position: absolute;
    bottom: 15%;
    left: 0;
    padding: 0 20px 0 5px;
	/*height: 65px;
    padding-top: 20px;*/
}

.owl-carousel .owl-item {
    padding: 0px 5px;
}

.owl-item figcaption h4{
    font: 200 1.4em/1.3em sans-serif;
    padding: 8px 10px 6px 10px;
    background: #ffffff;
    text-transform: uppercase;
    color: #eb0028;
    display: inline-block;
    margin: 0 0 3px 0;
    opacity: 0.9;
}

#carrusel.innovacion figcaption h4{
	color: #3bd42e;
    background: #ffffff;
}

#carrusel.creacion figcaption h4{
	color: #ff6a00;
    background: #ffffff;
}

#carrusel.comercio figcaption h4{
	color: #0097cd;
    background: #ffffff;
}

#carrusel.mediacion figcaption h4{
	color: #a35db4;
    background: #ffffff;
}

#carrusel.formacion figcaption h4{
	color: #a37300;
    background: #ffffff;
}

.owl-item figcaption p{
	padding: 8px 20px 8px 8px;
    font: 1.4em/1em sans-serif;
    background: rgba(235, 0, 40, 0.8) url(../images/arrow.svg) no-repeat right center;
    color: #fff;
    display: inline-block;
    position: relative;
    opacity: 0.8;
}
.owl-item figcaption p:after {
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    top: 0;
    right: -6px;
    background-color: rgba(235, 0, 40, 0.8);
}

#carrusel.innovacion figcaption p, #carrusel.innovacion figcaption p:after{
	background-color: rgba(59, 212, 46, 0.8);
}

#carrusel.creacion figcaption p, #carrusel.creacion figcaption p:after{
	background-color: rgba(255, 106, 0, 0.8);
}

#carrusel.comercio figcaption p, #carrusel.comercio figcaption p:after{
	background-color: rgba(0, 151, 205, 0.8);
}

#carrusel.mediacion figcaption p, #carrusel.mediacion figcaption p:after{
	background-color: rgba(163, 93, 180, 0.8);
}

#carrusel.formacion figcaption p, #carrusel.formacion figcaption p:after{
	background-color: rgba(163, 115, 0, 0.8);
}

.view-carrusel h2{
	cursor: default;
    padding-bottom: .4em;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 3em;
    color: #b0b0b0;
    font-weight: normal;
    margin-bottom: .7em;
    margin-top: .7em;
    border-bottom: 1px solid #ddd;
}

/*FIN - INCIDENCIA 2808*/

/*INICIO - Incidencia DRAGO 2814*/
.form-col-3{
	float: left;
	width: 33%;
	padding: 0 0 0 20px;
	margin: 0 0 30px 0;
}
	
@media only screen and (max-width: 750px){
	.form-col-3{
		float: left;
		width: 50%;
		padding: 0 0 0 20px;
		margin: 0 0 30px 0;
	}	
}
	
@media only screen and (max-width: 500px){
	.form-col-3{
		padding: 0;
		width: 100%
	}	
}	
/*FIN - Incidencia 2814*/


/*INICIO - INCIDENCIA Drago 3030*/

@media only screen and (max-width: 1023px){
	#block-menu-menu-menu-superior {
		float: left;
		margin: 8px 0px 0px 12px !important;
		position: relative !important;
	}
}

#block-menu-menu-menu-superior{
	position: absolute;
    right: 0;	
    color: #707070;
	margin-top: -40px;
}

#block-menu-menu-menu-superior a{
    text-transform: none;
	font-size: 10px;
	/* font-size: 13px; */
}

#block-menu-menu-menu-superior ul{
    padding: 0;
}

#block-menu-menu-menu-superior li{
    padding: 0;
}

#block-menu-menu-menu-superior .transparencia{
	background-color: #E0E0E0;
	margin-right: -4px;
	color: #d2232a;
	padding: 4px 18px;
}

#block-menu-menu-menu-superior .transparencia:hover{
	/* background-color: #F3F3F3; */
	background-color: #ccc;
	text-decoration: none;
}

#block-menu-menu-menu-superior .transparencia::before{
	font-family: FontAwesome;
    /* content: "\f06e"; */
	content:"\f086";
	padding-right: 15px;
}

#block-menu-menu-menu-superior .sedeelectronica{
	background-color: #d2232a;
	color: #FFFFFF;
	padding: 4px 18px;
}

#block-menu-menu-menu-superior .sedeelectronica:hover{
	background-color: #666666;
	text-decoration: none;
}

#block-menu-menu-menu-superior .sedeelectronica::before{
	font-family: FontAwesome;
    content: "\f109";
	padding-right: 15px;
}

.misc .transparencia::before{
	font-family: FontAwesome;
    /* content: "\f06e"; */
	content:"\f086";
	padding-right: 15px;
}
.misc .sedeelectronica::before{
	font-family: FontAwesome;
    content: "\f109";
	padding-right: 15px;
}


/*FIN - INCIDENCIA Drago 3030*/


/*INICIO - INCIDENCIA 3085*/
.webform-component--area-de-interes{
width: 100% !important;
padding: 0 !important;
}
.form-right .webform-component--terminos-y-condiciones {
width: 5%;
float: left;
margin: 3px 0 0 0 !important;
}
.form-right .webform-component--enlace {
width: 95%;
float: left;
}
/*FIN - INCIDENCIA 3085*/
