@charset "utf-8";
/* CSS Document */

/*
 * Estils per Salons 2012 - Fira de Barcelona
 * by X.Bonell (xavier@bonell.info)
 *
 * Version: 0.9.9d
 * Date: 05/07/2012
 *
 * Typography:
 * - $fontstack1: Arial, sans-serif
 * - $fontstack2: Georgia, serif
 * - $fontstack3: "Courier New", Courier, monospace
 *
 * Grays:
 * - $black: #000
 * - $darkergray: #333333
 * - $darkgray: #282423
 * - $gray: #666 
 * - $lightgray: #CCC
 * - $lightergray: #F5F5F5 
 * - $white: #FFF
 * - $gray1: #D8D8D8
 * - $gray2: #AFAFAF
 * - $gray3: #E0E0E0
 * - $gray4: #F2F2F2
 * - $gray5: #999
 * - $gray6: #233132 
 * 
 * Colors
 * - $darkerblue: #003948
 * - $darkblue: #0092B6
 * - $blue: #058ff5
 * - $lightblue: #149AD3
 * - $lighterblue: #EDF8FE
 * - $blue1: #007C9B
 * - $blue2: #0C647A
 * - $blue3: #29ACC8
 * - $blue4: #41B7D8
 * - $blue5: #4FBCDB
 * - $blue6: #82E6FF
 * - $blue7: #B3E3F0
 * - $blue8: #002B55
 * - $blue9: #DAEDFF
 * - $blue10: #CCECF5
 *
 * TOC:
 * - Reset
 * - Presets
 * - Layout and navigation
 * - Portlet elements
 * - Forms
 * - Buttons
 * - Pages elements
 * - Pages
 * - Ads
 * - Override js plugin styles
 *
 */
/*
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 *
 */
 @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
 @import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
/******************/
/*NOU PARA ICOMOON*/
/******************/

/* LOCAL */
/*
@font-face {
  font-family: 'ico-putput';
  src:url('fonts/ico-putput.eot');
  src:url('fonts/ico-putput.eot?#iefix') format('embedded-opentype'),
    url('fonts/ico-putput.svg#ico-putput') format('svg'),
    url('fonts/ico-putput.woff') format('woff'),
    url('fonts/ico-putput.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/

/* LIFERAY */
@font-face {
  font-family: 'museo_slab500';
  src: url('http://www.construmat.com/documents/47235/c646f96d-35c3-44a7-9e51-f710fcb9c089');
  src: url('http://www.construmat.com/documents/47235/c646f96d-35c3-44a7-9e51-f710fcb9c089?#iefix') format('embedded-opentype'), url('http://www.construmat.com/documents/47235/475d4386-10ef-4337-9f44-6f374580d1e0') format('woff'), url('http://www.construmat.com/documents/47235/85ca54ca-2cf9-4be6-a5bc-b1f78c6686c6') format('truetype'), url('http://www.construmat.com/documents/47235/eecf48f1-3203-4c24-85f7-4575e32f3a0f') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ico-putput';
  src: url('http://www.construmat.com/documents/632477/287d5f20-312e-45c4-9fd3-50bd6895fdd2');
  src: url('http://www.construmat.com/documents/632477/287d5f20-312e-45c4-9fd3-50bd6895fdd2?#iefix') format('embedded-opentype'), url('http://www.construmat.com/documents/632477/2042ea9c-f6ff-4bac-82d7-d976c1e651f5#ico-putput') format('svg'), url('http://www.construmat.com/documents/632477/3b2a20cf-2055-483c-ba87-a366890a0556') format('woff'), url('http://www.construmat.com/documents/632477/4423b511-b706-4428-8cea-593ea83d51ac') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* FIN NOU PARA ICOMOON*/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Preset
 *
 */
body {
  font: 75%/1.517em 'Ubuntu', sans-serif;
  background: #F0F0F0;
d color: #333333;
}
a {
  color: #E41A15;
  text-decoration: none;
  outline: medium none;
  border-bottom: 1px solid #e41a15;
  transition: all 0.2s ease-in-out;
}
a:hover {
  border-color: #333;
}
a.color-lnk {
  color: #E41A15;
  font-weight: bold;
  border: none;
  text-decoration: underline;
}
a.color-lnk:hover {
  text-decoration: underline;
}
a.color-lnk.normal {
  font-weight: normal;
}
a.doc {
  color: #E41A15;
  border: none;
  padding: 0 5px 0;
}
a.doc:hover {
  text-decoration: underline;
}
a.doc:before {
  content: url(../images/doc.png);
  float: left;
  padding: 1px 0 0 0;
}
.go-back, .go-up {
  height: 20px;
  text-align: right;
  padding-right: 15px;
}
.go-back {
  margin-bottom: -25px;
}
h1 {
  font-size: 2.28em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 400;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
h1 a {
  color: #333333;
}
h2 {
  font-size: 1.7em;
  line-height: 1.136em;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333;
  ;
}
h2 a {
  color: #333333;
}
h2 a:hover {
  border-color: #333333;
}
h3 {
  color: #333333;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
h3 a {
  color: #333333;
}
h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
  color: #333333;
}
h4 {
  font-size: 1.5em;
  line-height: 1.1em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
h5 {
  font-size: 1.25em;
  line-height: 1.3em;
}
h6 {
  font-size: 1.083em;
  line-height: 1.307em;
}
p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #585858;
}
strong {
  font-weight: 500;
  color: #333;
}
small {
  font-size: 0.917em;
  color: #666666;
}
i {
  font-size: 0.917em;
  font-style: italic;
  color: #666666;
}
em {
  color: #666666;
  font-family: 'Georgia';
  font-size: 1.13em;
  font-style: italic;
  line-height: 1.49em;
}
em.big {
  font-size: 1.18em;
}
pre {
  white-space: pre-wrap;
  white-space: pre-line;
  margin-bottom: 20px;
}
code {
    font-size: 16px;
    line-height: 23px;
}

::-moz-selection {
 background: #daedff;
}
::selection {
  background: #daedff;
}
table {
  width: 620px;
  margin-bottom: 20px;
}
table caption {
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: bold;
  text-align: left;
  padding: 0 4px 10px;
  border-bottom: 3px solid #e0e0e0;
}
table thead th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 20px 10px 10px 4px;
    border-bottom: 4px solid #202020;
}
table tbody td {
padding: 20px 15px 20px 4px;
border-bottom: 2px solid #c3000c;
  font-size: 16px;
}
.date {
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}
.date.vertical {
  text-align: right;
}
.date.vertical span {
  display: block;
}
.date.vertical .day {
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 500;
}
.date.vertical .day-of-week, .date.vertical .month-year {
  line-height: 1.13em;
  font-family: 'Ubuntu', sans-serif;
}
/*
 * Layout and navigation
 *
 */
.wrap, #content, #footer, #search-results, .pagination, .utilities, .row {
  zoom: 1;
}
.wrap:before, .wrap:after, #content:before, #content:after, #footer:before, #footer:after, #search-results:before, #search-results:after, .pagination:before, .pagination:after, .utilities:before, .utilities:after, .row:before, .row:after {
  content: "";
  display: table;
}
.wrap:after, #content:after, #footer:after, #search-results:after, .pagination:after, .utilities:after, .row:after {
  clear: both;
}
.col-6-1, .col-4-1, .col-3-1, .col-2-1 {
  float: left;
}
.col-940, .col-640, .col-620, .col-460, .col-407, .col-300, .col-240, .col-193 {
  float: left;
  margin-right: 20px;
}
.col-6-1 {
  width: 16%;
  margin-right: 0.8%;
}
.col-4-1 {
  width: 24%;
  margin-right: 1.333%;
}
.col-2-1 {
  width: 49.5%;
  margin-right: 1%;
}
.col-940 {
  width: 980px;
  margin-right: 0;
}
.col-640 {
  width: 699px;
  padding-right: 20px;
  border-right: 0px solid #cccccc;
  margin-right: 0px;
}
.col-620 {
  width: 640px;
}
.col-460 {
  width: 480px;
}
.col-407 {
  width: 407px;
}
.col-300 {
  width: 340px;
}
.row .col-300 {
  width: 320px !important;
}
.col-240 {
  width: 260px;
}
.col-193 {
  width: 213px;
}
.last {
  margin: 0;
}
#wrapper {
  background: #F0F0F0 url(../images/body-bg.jpg) repeat-x top center;
  width: 100%;
}
#header, #nav-main, #content, #footer {
  width: 980px;
  margin: 0 auto;
}
#header {
  position: relative;
  background-color: #fff;
}
#header a {
  border: none;
}
#header #logo {
  display: block;
  width: 280px;
  height: 170px;
  padding-left: 20px;
  padding-top: 15px;
}
#header #logo h1 span {
  position: absolute;
  left: -999em;
}
#header .top-nav {
  position: absolute;
  top: -4px;
  right: 10px;
}
#header .top-nav .top-links {
  float: right;
  padding-top: 106px;
}
#header .top-nav .top-links li {
  float: left;
  margin-left: 0px;
}
#header .top-nav .top-links li a {
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  height: 25px;
  padding: 0 5px;
  font-size: 0.8em;
  line-height: 25px;
  color: #5E504F;
  background: none !important;
  font-family: 'Montserrat', sans-serif;
}
#header .top-nav .top-links li a:hover {
  color: #333333;
}
* * .portlet {
  background: none;
}
#header .top-nav .portlet-language {
  float: right;
  margin-left: 5px;
  width: 75px;
}
#header .top-nav #lang-selector .dropdown-toggle {
  position: relative;
  display: block;
  height: 25px;
  padding: 5px 5px 0;
  font-size: 0.8em;
  line-height: 25px;
  color: #5E504F;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background: none !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
#header .top-nav #lang-selector .dropdown-toggle:hover {
  color: #666666;
}
#header .top-nav #lang-selector .dropdown-toggle:after {
  content: url(../images/l-dropdown.png);
  position: absolute;
  right: 4px;
  top: 4px;
}
#header .top-nav #lang-selector .dropdown-menu {
  display: none;
  background: #E41A15;
  padding: 5px 0;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.4);
  min-width: 100px;
}
#header .top-nav #lang-selector .dropdown-menu li a {
  display: block;
  padding: 0 10px;
  font-size: 0.917em;
  height: 20px;
  line-height: 20px;
  color: #edf8fe;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  text-transform: capitalize;
}
#header .top-nav #lang-selector .dropdown-menu li a:hover {
  color: #E41A15;
  background: #CD1612;
}
#header .top-nav #lang-selector.open .dropdown-menu {
  display: block;
}
#header .top-nav #search {
  float: none;
  width: 0;
  margin-left: 5px;
  overflow: hidden;
  display: none;
  height: 0;
  padding: 0;
}
#header #claim {
  height: 115px;
  position: absolute;
  right: 0;
  top: 73px;
  width: 695px;
}
#claim strong {
  color: #333;
  display: block;
}
#header #claim p {
  padding: 0 0 0 124px;
  color: #e41a15;
  font-size: 1.58em;
  line-height: 1.125em;
  text-transform: uppercase;
  text-shadow: 0 0px 0px white;
  font-family: 'Montserrat', sans-serif;
}
#claim img {
  left: 558px;
  position: absolute;
  top: -46px;
}
#header #claim:lang(fr) {
  top: 52px;
}
#redes_sociales:lang(fr) {
  margin-top: -61px;
}
#claim img:lang(fr) {
  top: -25px;
}
#nav-main {
  display: none;
  width: 980px;
  border-bottom: none;
  padding: 0 0px;
  margin-top: 0px;
  box-shadow: 0px 0px 0px #B6B6B6;
  background-color: #1D1C0D;
  zoom: 1;
}
#nav-main:before, #nav-main:after {
  content: "";
  display: table;
}
#nav-main:after {
  clear: both;
}
#nav-main a {
  border: none;
}
#nav-main ul.dropdown {
  list-style: none;
  float: left;
  width: 100%;
}
#nav-main ul.dropdown li {
  float: left;
  position: relative;
}
#nav-main ul.dropdown li.first a {
  background-image: none;
}
#nav-main ul.dropdown a {
  font-size: 1em;
  line-height: 60px;
  text-transform: uppercase;
  display: block;
  padding: 0 15px;
  color: #fff;
  background: url("../images/nav-sep.png") no-repeat scroll left center;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.15em;
}
#nav-main ul.dropdown > li > a {
  transition: background-color 0.2s ease-in-out;
}
#nav-main ul.dropdown a:hover {
  background: #007c9b;
}
#nav-main ul.dropdown ul {
  background: white;
  background: rgba(255, 255, 255, 0);
  list-style: none;
  position: absolute;
  left: -9999em;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  top: 54px !important;
}
#nav-main ul.dropdown ul li {
  float: none;
  border-top: 1px solid #A4130F;
}
#nav-main ul.dropdown ul li.first {
  border: none;
}
#nav-main ul.dropdown ul a {
  min-width: 200px;
  font-size: 1.13em;
  line-height: 1;
  padding: 10px 10px 10px 20px;
  text-transform: none;
  white-space: nowrap;
}
#nav-main ul.dropdown li.active {
  margin-right: -1px;
  z-index: 500;
}
#nav-main ul.dropdown li.active a {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 16px;
  color: #fff;
  background: #E41A15;
}
/* background: url("../images/texture_3.gif") repeat-x scroll center bottom #CD1612; }*/

#nav-main ul.dropdown li:hover {
  margin-right: -1px;
  z-index: 500;
}
#nav-main ul.dropdown li:hover ul {
  left: 0;
  top: 36px;
}
#nav-main ul.dropdown li:hover ul li {
  margin-right: 0;
  text-decoration: none;
}
#nav-main ul.dropdown li:hover ul li a {
  margin-top: 0;
  padding-top: 10px;
}
#nav-main ul.dropdown li:hover ul li a:hover {
  background: #CD1612;
}
#nav-main ul.dropdown li:hover a {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 16px;
  background: #E41A15;
  color: #FFFFFF;
}
#content {
  background: none !important;
  width: 980px;
  padding: 195px 0px 20px 0px;
}
#footer .partners, #footer .sitemap {
  padding: 20px 0;
}
#footer .partners {
  background: #F0F0F0;
  margin-bottom: 0;
}
#footer .sitemap {
  color: #333333;
  background: url("../images/texture_2.gif") repeat-x scroll center bottom #F0F0F0;
  border-bottom: none !important;
  zoom: 1;
}
#footer .sitemap:before, #footer .sitemap:after {
  content: "";
  display: table;
}
#footer .sitemap:after {
  clear: both;
}
#footer .sitemap .col-6-1 {
  background: transparent url(../images/px-fff-20.png) repeat-y right;
}
#footer .sitemap .last {
  background: none;
}
#footer .sitemap h2, #footer .sitemap ul {
  padding: 0 10px 0 3px;
}
#footer .sitemap h2 {
  font-size: 0.917em;
  text-transform: uppercase;
}
#footer .sitemap li {
  line-height: 1em;
  margin-bottom: 0.3em;
}
#footer .sitemap a {
  font-size: 0.917em;
  color: #666666;
  border: none;
}
#footer .sitemap a:hover {
  text-decoration: underline;
}
#footer .siteinfo {
  color: #333333;
  background: #F0F0F0;
  min-height: 75px;
  zoom: 1;
}
#footer .siteinfo:before, #footer .siteinfo:after {
  content: "";
  display: table;
}
#footer .siteinfo:after {
  clear: both;
}
#footer .siteinfo .link-home img {
  width: 185px;
  height: 89px;
}
#footer .siteinfo .link-home {
  width: 160px;
  height: 70px;
  float: left;
}
#footer .siteinfo .bottom-links, #footer .siteinfo .copyright {
  padding-right: 20px;
  text-align: right;
}
#footer .siteinfo .bottom-links {
  margin-top: 1.25em;
}
#footer .siteinfo .bottom-links li {
  display: inline;
}
#footer .siteinfo .bottom-links li:after {
  content: "|";
  padding: 0 3px 0 5px;
}
#footer .siteinfo .bottom-links li.last:after {
  content: none;
  padding: 0;
}
#footer .siteinfo .copyright {
  margin: 0.25em 0 0;
  font-weight: bold;
}
#footer .siteinfo a {
  color: #333333;
  border: none;
}
#footer .siteinfo a:hover {
  text-decoration: underline;
}
.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs li {
  color: #666666;
  display: inline;
}
.breadcrumbs li:after {
  content: "-";
  padding: 0 3px 0 5px;
}
.breadcrumbs li.last a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs li.last:after {
  content: none;
  padding: 0;
}
.breadcrumbs li a {
  border: none;
  color: #fff;
}
.breadcrumbs li a:hover {
  color: #fff;
}
.submenu {
  margin-bottom: 20px;
}
.submenu li {
  font-size: 1.083em;
  line-height: 1;
}
.submenu li a {
  display: block;
  color: #333333;
  padding: 10px 20px;
  border-bottom: 1px solid #cccccc;
}
.submenu li a:hover {
  color: black;
  background-color: #f2f2f2;
}
/*
 * Portlet elements
 *
 */
.portlet {
  padding: 10px 0px 20px;
  margin-bottom: 20px;
  margin-right: 0px;
}
.portlet .section {
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  color: #6C6C6C;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}
.portlet .title {
  font-size: 1.4em;
  line-height: 1.118em;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
}
.portlet .title a:hover {
  text-decoration: underline;
}
.portlet img {
  width: auto !important;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  
}

.portlet.high img {
  width: auto !important;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  margin-left: -15px !important;
}

.portlet.super img {
  width: auto !important;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  margin-left: -15px !important;
}



.portlet p {
  margin-bottom: 10px;
}
.portlet .lnk {
  color: #E41A15;
  text-decoration: none;
  border-bottom: 1px solid #E41A15;
  text-transform: uppercase;
}
.portlet ol li {
  padding-left: 10px;
  background-image: url("http://media.firabcn.es/content/S025013/images/bulletx.gif");
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin-bottom: 7px;
}
.portlet ul li {
  background-position: 0 6px;
  background-repeat: no-repeat;
  border-bottom: 0px solid #fff;
  color: #333333;
  padding: 0 0 5px 12px;
}
/*llistat sectors*/
#sect li {
  background-color: #F7F7F7;
  background-position: 8px 9px;
  border-bottom: medium none !important;
  color: #333333;
  padding: 5px 0 8px 19px;
  background-image: url("http://media.firabcn.es/content/S025013/images/bullet_blau.gif");
}
.portlet ul li strong {
  font-size: 1.1em;
}
.portlet ul li:last-child {
  border-bottom: none!important;
}
.portlet ul li img {
  margin-top: 10px;
}
.portlet ul li iframe {
  margin-left: -7px;
  margin-top: 8px;
}
.portlet.links ul li {
  background: none;
  border: none;
  padding: inherit;
}
.portlet a {
  border: none;
}
.portlet .lnk:hover {
  color: #A4130F;
  border-bottom: 1px solid #A4130F;
}
.portlet.sidebar {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 2px #B6B6B6
}
.agenda-actividades-portlet .activities-per-day {
  display: none;
}
.agenda-actividades-portlet {
  width: 699px;
}
.agenda-actividades-portlet .col-240 {
  display: none;
}
.portlet.sidebar .section {
  color: #333333;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: none;
}
/* Destacat destacat */
.high {
  padding: 15px 15px 20px;
  border: 0px solid #cccccc;
  border-top: none;
  background-color: #fff;
  box-shadow: 0px 0px 0px #B6B6B6;
  border-bottom: 1px solid #D7D7D7;
}
/* Destacat superdestacat */
.super {
  padding: 10px 15px 5px;
  background-color: #333333;
  border-top: none;
  box-shadow: 0 0px 0px #B6B6B6;
}
.countdown {
  background-color: #FFFFFF;
  box-shadow: 0 0px 2px #B6B6B6;
  padding: 5px;
}
.portlet.super .lnk {
  color: #E41A15;
}
.super .section {
  color: #6C6C6C;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
}
.portlet.box.super h1, .portlet.box.super h2, .portlet.box.super h3, .portlet.box.super h4, .portlet.box.super h5 {
  color: #fff;
}
.super .title {
  color: white;
}
.super .title a {
  color: white;
}
.super p, .super .lnk {
  color: white;
}
/* Destacat, versio horitzontal */
.box-h .box-img {
  float: left;
  width: 160px;
  margin-right: 10px;
}
.box-h .box-img img {
  margin-bottom: 0;
  margin-left: -15px !important;
}
/* Destacat, versio horitzontal amb imatge gran */
.box-h-xl .box-img {
  width: 270px;
}
/* Destacat amb pestanyes */
.tabbed .tabs {
  margin-bottom: -4px;
  list-style: none;
  zoom: 1;
}
.tabbed .tabs:before, .tabbed .tabs:after {
  content: "";
  display: table;
}
.tabbed .tabs:after {
  clear: both;
}
.tabbed .tabs li {
  float: left;
  margin-right: 5px;
  padding: 0 0 4px;
}
.tabbed .tabs li.active {
  height: 27px;
  overflow: hidden;
  z-index: 400;
  background: white;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.tabbed .tabs li.active a {
  background: white;
  color: #333333;
}
.tabbed .tabs li.active a:hover {
  background: white;
  color: #333333;
}
.tabbed .tabs li a {
  font-size: 0.833em;
  text-transform: uppercase;
  color: #333333;
  background: #fff;
  display: block;
  padding: 0 6px;
  line-height: 28px;
}
.tabbed .tabs li a:hover {
  background: #e0e0e0;
}
.tabbed .tab-content > .tab-pane, .tabbed .tab-content > div {
  display: none;
}
.tabbed .tab-content > .active {
  display: block;
}
.tabbed .tab-content {
  padding: 15px 10px 10px;
  border: 1px solid #fff;
  border-top: 4px solid #fff;
  background-color: #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px #B6B6B6;
}
.tabbed .location {
  color: #666666;
  border-bottom: 1px dotted #cccccc;
  margin-top: -5px;
  padding-bottom: 5px;
}
/* Destacat amb pestanyes destacat */
.tabbed.high {
  padding: 0;
  border: none;
}
.tabbed.high .tabs li.active {
  height: 28px;
  overflow: hidden;
  background: #333333;
  border: none;
}
.tabbed.high .tabs li.active a {
  color: white;
  background: #333333;
}
.tabbed.high .tabs li.active a:hover {
  color: white;
  background: #333333;
}
.tabbed.high .tab-content {
  padding: 15px;
  background: #333333;
  color: white;
  border-color: #333333;
  border-top: 0px solid #333333;
}
.tabbed.high .location {
  color: #E41A15;
  border-bottom: 1px dotted #E41A15;
  margin-top: -5px;
  padding-bottom: 5px;
}
.tabbed.high .title a {
  color: white;
}
/* Llista links */
.links ul li a {
  font-size: 1.083em;
  font-weight: 400;
  display: block;
  padding: 8px 4px;
  color: #333333;
  background: transparent url(../images/lnk.png) no-repeat right center;
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
}
.links ul li a:hover {
  background-color: #f2f2f2;
}
/* Llista links destacat */
.links.high {
  padding: 7px 14px 14px;
  border: 0px solid #cccccc;
  border-top: 0px solid #d8d8d8;
  box-shadow: 0px 0px 3px #B6B6B6;
  font-family: 'Montserrat', sans-serif;
}
/* Llista links superdestacat */
.links.super {
  padding: 0;
  border: 0;
  background: transparent;
}
.links.super ul li {
  margin-bottom: 1px;
}
.links.super ul li a {
  font-size: 1.5em;
  font-weight: 400;
  display: block;
  padding: 8px 0 8px 15px;
  color: white;
  background: #E41A15 url(../images/lnk-super.png) no-repeat right center;
  border-bottom: none;
  font-family: 'Montserrat', sans-serif;
}
.links.super ul li a:hover {
  background-color: #CD1612;
}
/* Partners */
.partners ul {
  zoom: 1;
}
.partners ul:before, .partners ul:after {
  content: "";
  display: table;
}
.partners ul:after {
  clear: both;
}
.partners ul li {
  float: left;
  margin-bottom: 15px;
  border-bottom: none !important;
}
.partners ul li a, .partners ul li span {
  display: block;
  padding: 0 2px 2px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 90px;
}
.partners ul li a:hover, .partners ul li span:hover {
  padding: 0 0 0 2px;
  border-right: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
}
.partners ul li a img, .partners ul li span img {
  max-width: 100%;
  margin: 0 auto;
}
.partners.high {
  border: 1px solid #f5f5f5;
  padding: 0;
}
.partners.high .section {
  background: #fff;
  padding: 4px 10px;
  margin-bottom: 0;
}
.partners.high ul {
  margin-top: 10px;
  padding: 5px 8px;
}
.partners.high ul li {
  margin: 0 5px 10px;
}
.partners.high ul li a, .partners.high ul li span {
  padding: 0;
  border: none;
}
.partners.high ul li a:hover, .partners.high ul li span:hover {
  padding: 0;
  border: none;
}
.partners.high ul li a img, .partners.high ul li span img {
  margin: 0;
}
/* Cuenta atras */
.countdown .time {
  float: left;
  display: block;
  width: 90px;
  height: 72px;
  padding-top: 18px;
  margin-right: 10px;
  color: white;
  background: #d8d8d8 url(../images/countdown-bg.png) no-repeat top left;
}
.countdown .time span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -2px;
  text-align: center;
}
.countdown .box-txt {
  margin-left: 100px;
  padding-top: 15px;
}
.countdown .box-txt .title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
.countdown.high, .countdown.super {
  background: transparent;
  border: none;
  padding: 5px;
  background-color: #FFFFFF;
}
.countdown.high .time {
  background-color: #E41A15;
}
.super .wrap {
  background-color: none;
}
.countdown.super .time {
  background-color: #333333;
}
.countdown.super .title, .countdown.super .lnk {
  color: #333333;
}
/* Noticias */
.news ul li {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.news ul li .date {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0;
}
.news ul li .title {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.416em;
}
.news .read-more-lnk, .news .rss-link {
  float: left;
  margin: 5px 20px 5px 0;
}
.news .read-more-lnk a, .news .rss-link a {
  color: #E41A15;
  border-bottom: 1px solid #E41A15;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.news .read-more-lnk a:hover, .news .rss-link a:hover {
  border-color: #A4130F;
  color: #A4130F;
}
.news .rss-link a:before {
  content: url(../images/rss.png);
  float: left;
  padding: 2px 4px 0 0;
}
.news.high {
  padding: 10px 15px 5px;
  border: none;
  border-top-width: 0px;
}
/* Agenda */
.agenda {
  border: none;
  border-top-width: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.13em;
}
.last .agenda {
  background-color: #FFF;
  box-shadow: 0 0 3px #B6B6B6;
}
.agenda .section {
  padding: 10px 10px 5px 10px;
}
.agenda table {
  width: 100%;
  margin: 0;
  border: 0;
}
.agenda table.w2 th, .agenda table.w2 td {
  width: 25%;
}
.agenda table.w3 th, .agenda table.w3 td {
  width: 33.333%;
}
.agenda table.w4 th, .agenda table.w4 td {
  width: 25%;
}
.agenda table.w5 th, .agenda table.w5 td {
  width: 20%;
}
.agenda table.w6 th, .agenda table.w6 td {
  width: 16.667%;
}
.agenda table.w7 th, .agenda table.w7 td {
  width: 14.286%;
}
.agenda table.w8 th, .agenda table.w8 td {
  width: 12.5%;
}
.agenda table.w9 th, .agenda table.w9 td {
  width: 11.111%;
}
.agenda table.w10 th, .agenda table.w10 td {
  width: 10%;
}
.agenda table.w7 th span, .agenda table.w8 th span, .agenda table.w9 th span, .agenda table.w10 th span {
  font-size: 1.333em;
}
.agenda table caption {
  display: none;
}
.agenda table th {
  padding: 0 0 5px;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  border-bottom: 1px solid #f5f5f5;
}
.agenda table th span, .agenda table th abbr {
  display: block;
  text-align: center;
}
.agenda table th span {
  font-size: 1.833em;
}
.agenda table th abbr {
  color: #666666;
}
.agenda table td {
  padding: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #d8d8d8;
  border-bottom: none;
}
.agenda table td a {
  display: block;
  max-width: 100%;
  height: 28px;
  padding: 0;
  background: white;
  border-right: 2px solid #E41A15;
  border-bottom: 2px solid #E41A15;
  color: #333333;
  line-height: 28px;
  font-weight: 500;
  overflow: hidden;
}
.agenda table td a span {
  padding: 0 10px;
  white-space: nowrap;
}
.agenda table tr.first td {
  border-top: none;
}
.agenda.high {
  padding: 0;
}
.agenda.high table td {
  background-color: #333;
  border: none;
}
.agenda.high table tr.first td {
  border-top: 1px solid #058ff5;
}
/* Llista d'activitats */
.event-list .item {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
}
.event-list .item.first {
  border: none;
}
.event-list .item .item-txt {
  margin-right: 120px;
}
.event-list .item .item-img {
  display: block;
  width: 110px;
  height: 75px;
  overflow: hidden;
  float: right;
  margin-left: 10px;
}
.event-list .item .item-img img {
  margin: 0;
}
.event-list .item .title {
  font-size: 1.13em;
  line-height: 1.307em;
  font-weight: 500;
  margin-bottom: 5px;
}
.event-list .item .time {
  color: #666666;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 4px;
}
.event-list .item .location {
  color: #666666;
  margin-bottom: 0;
}
.event-list .item .location:before {
  content: url(../images/location.png);
  float: left;
  padding: 0 4px 0 0;
  margin-top: -1px;
}
.event-list.super .item {
  border-color: #666;
}
.event-list.super .item .time, .event-list.super .item .location {
  color: #999999;
}
.event-list.super .item .location:before {
  content: url(../images/location-2.png);
}
/* Activitat */
.event .event-img {
  float: left;
  width: 160px;
  margin-right: 10px;
}
.event .event-txt {
  margin-left: 170px;
}
.event .time {
  color: #999999;
  font-size: 1.083em;
  font-weight: bold;
  margin-bottom: 0;
}
.event .location {
  color: #999999;
  margin-bottom: 10px;
}
/* Enquesta */
.web-form-portlet .survey .title {
  font-size: 1.167em;
  line-height: 1.071em;
  font-weight: bold;
}
.web-form-portlet .survey .question {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.13em;
  line-height: 1.25em;
  color: #666666;
}
.web-form-portlet .survey .aui-form {
  margin-bottom: 15px;
}
.web-form-portlet .survey .aui-form .aui-form .aui-field {
  margin-top: 10px;
}
.web-form-portlet .survey .aui-form .aui-field-wrapper-content .aui-field {
  display: block;
  float: none;
  margin-bottom: 10px;
}
.web-form-portlet .survey .aui-form .aui-field-wrapper-content .aui-field-content {
  display: block;
  zoom: 1;
}
.web-form-portlet .survey .aui-form .aui-field-wrapper-content .aui-field-content:before, .web-form-portlet .survey .aui-form .aui-field-wrapper-content .aui-field-content:after {
  content: "";
  display: table;
}
.web-form-portlet .survey .aui-form .aui-field-wrapper-content .aui-field-content:after {
  clear: both;
}
.web-form-portlet .survey .aui-form .aui-field-wrapper-content .aui-field-element {
  width: 10%;
  float: left;
  display: block;
}
.web-form-portlet .survey .aui-form .aui-field-wrapper-content .aui-field-label {
  width: 90%;
  float: left;
  display: block;
  font-size: 1em;
  line-height: 1.25em;
}
.web-form-portlet .survey.super {
  color: white;
}
.web-form-portlet .survey.super .question {
  color: #999999;
}
.web-form-portlet .survey.super .aui-form label {
  color: white;
}
.survey-result .title {
  font-size: 1.167em;
  line-height: 1.071em;
  font-weight: bold;
}
.survey-result .question {
  font-size: 1em;
  line-height: 1.25em;
  color: #666666;
}
.survey-result .aui-form {
  margin-bottom: 15px;

}
.survey-result .aui-form table {
  margin-top: 15px;
  width: auto;
}
.survey-result .aui-form table td {
  padding: 5px;
  font-size: 1.2em;
  border: none;
}
.survey-result .aui-form table td table {
  display: none;
}
.survey-result .aui-form table .results-header {
  background-color: #f2f2f2;
}
.survey-result .aui-form table .results-row {
  border-bottom: 1px solid #f2f2f2;
}
.survey-result .aui-form br {
  display: none;
}
.survey-result .aui-form div {
  font-weight: bold;
}
.survey-result .aui-form div strong {
  font-weight: normal;
}
.survey-result.super {
  color: white;
}
.survey-result.super .question {
  color: #999999;
}
.survey-result.super .aui-form label {
  color: white;
}
.survey-result.super table .results-header {
  color: #E41A15;
  background-color: #232323;
}
.survey-result.super table .results-row {
  border-bottom: 1px solid #232323;
}
/* Success / Failure */
.portlet-msg-success {
  border: 1px solid #a8d8a0;
  background: #f0f8e8 url(../images/icon-success.png) no-repeat 8px center;
  background: rgba(168, 216, 160, 0.6) url(../images/icon-success.png) no-repeat 8px center;
  padding: 8px 8px 8px 32px;
  margin-bottom: 15px;
  font-size: 1em;
  color: #333333;
}
/*
 * Forms
 *
 */
input:focus {
  outline: none;
}
#search form fieldset {
  background: none !important;
  position: relative;
  width: 160px;
  height: 25px;
}
#search form fieldset #q {
  color: rgba(155, 155, 155, 0.9);
  color: rgba(155, 155, 155, 0.9);
  background: none !important;
  border: none;
  width: 200px;
  padding: 6px 48px 0 20px;
  font-size: 0.917em;
  margin-left: 0px;
}
#search form fieldset label {
  font-size: 0.917em;
  position: absolute;
  top: 5px;
  left: 14px;
  color: white;
  color: rgba(155, 155, 155, 0.8);
}
#search form fieldset #send {
  position: absolute;
  left: 210px;
  top: 7px;
}
#frmsearch-adv {
  margin: 20px 0;
}
#frmsearch-adv fieldset {
  position: relative;
}
#frmsearch-adv fieldset input, #frmsearch-adv fieldset button {
  font-family: 'Ubuntu', sans-serif;
}
#frmsearch-adv fieldset #advq {
  width: 248px;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 4px 4px;
  color: #555555;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 18px;
  padding: 5px;
  margin-right: 15px;
}
#frmsearch-adv fieldset label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #cccccc;
}
#frmsearch-adv fieldset button {
  margin-right: 20px;
}
#frmsearch-adv fieldset .reset {
  display: inline-block;
  margin: 0;
  line-height: 30px;
}
.vertical-form legend {
  font-size: 1.5em;
  line-height: 1.111em;
  font-weight: bold;
  margin-bottom: 10px;
}
.vertical-form p {
  margin-bottom: 15px;
}
.vertical-form .field {
  margin-bottom: 15px;
}
.vertical-form .field.required label span {
  color: #058ff5;
}
.vertical-form .field .help {
  display: block;
  color: #666666;
  font-size: 0.917em;
  margin-top: 5px;
}
.vertical-form .field-group {
  margin-bottom: 15px;
  zoom: 1;
}
.vertical-form .field-group:before, .vertical-form .field-group:after {
  content: "";
  display: table;
}
.vertical-form .field-group:after {
  clear: both;
}
.vertical-form .field-group .label-group {
  float: left;
  margin: 0 15px 0 0;
}
.vertical-form .field-group .fields {
  float: left;
}
.vertical-form .field-group .fields label {
  font-size: 0.917em;
  line-height: 1.154em;
  font-weight: normal;
}
.vertical-form .field-group .fields .radio.inline, .vertical-form .field-group .fields .checkbox.inline {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vertical-form .field-group .fields .radio.inline input, .vertical-form .field-group .fields .checkbox.inline input {
  padding: 0;
  border: none;
  vertical-align: middle;
}
.vertical-form label {
  color: #333333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.vertical-form input, .vertical-form select, .vertical-form textarea, .vertical-form button {
  font-family: Arial, sans-serif;
}
.vertical-form input, .vertical-form select, .vertical-form textarea {
  border: 1px solid #cccccc;
  border-radius: 4px 4px 4px 4px;
  color: #555555;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 5px;
}
.vertical-form select {
  width: 260px;
  height: 28px;
  line-height: 28px;
}
.vertical-form textarea {
  width: 438px;
  height: 130px;
}
.vertical-form .input-large {
  width: 248px;
}
/* Estilos para formularios con el marcado original de Liferay */
.web-form-portlet .aui-form legend {
  font-size: 1.5em;
  line-height: 1.111em;
  font-weight: bold;
  margin-bottom: 10px;
}
.web-form-portlet .aui-form em {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 1em;
  color: #333333;
}
.web-form-portlet .aui-form .aui-field {
  display: block;
  margin-top: 15px;
}
.web-form-portlet .aui-form .portlet-msg-error {
  display: block;
  color: #666666;
  font-size: 0.917em;
  margin-top: 5px;
}
.web-form-portlet .aui-form label {
  color: #333333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.web-form-portlet .aui-form input, .web-form-portlet .aui-form select, .web-form-portlet .aui-form textarea, .web-form-portlet .aui-form button {
  font-family: Arial, sans-serif;
}
.web-form-portlet .aui-form input, .web-form-portlet .aui-form select, .web-form-portlet .aui-form textarea {
  border: 1px solid #cccccc;
  border-radius: 4px 4px 4px 4px;
  color: #555555;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 5px;
}
.web-form-portlet .aui-form .aui-field-input-text {
  width: 248px;
}
.web-form-portlet .aui-form .aui-field-input-select {
  width: 260px;
  height: 28px;
  line-height: 28px;
}
.web-form-portlet .aui-form .lfr-textarea-container textarea {
  width: 438px;
  height: 130px;
}
.web-form-portlet .aui-form .aui-field-choice {
  display: inline-block;
  margin: 15px 10px 0 0;
}
.web-form-portlet .aui-form .aui-field-choice label.aui-field-label {
  font-size: 0.917em;
  line-height: 1.154em;
  font-weight: normal;
  display: inline-block;
  float: none;
  margin: 0;
}
.web-form-portlet .aui-form .aui-field-choice input {
  display: inline-block;
  padding: 0;
  border: none;
  vertical-align: middle;
}
.web-form-portlet .aui-form .aui-field-wrapper-content {
  zoom: 1;
}
.web-form-portlet .aui-form .aui-field-wrapper-content:before, .web-form-portlet .aui-form .aui-field-wrapper-content:after {
  content: "";
  display: table;
}
.web-form-portlet .aui-form .aui-field-wrapper-content:after {
  clear: both;
}
.web-form-portlet .aui-form .aui-field-wrapper-content .aui-field-label {
  float: left;
  margin: 0 15px 0 0;
}
.web-form-portlet .aui-form .aui-field-wrapper-content .aui-field {
  float: left;
  margin-top: 0;
}
.web-form-portlet .aui-form .aui-field-wrapper-content .aux-field-choice {
  margin-top: 0;
}
.web-form-portlet .aui-form .aui-button {
  display: block;
  margin-top: 15px;
}
.web-form-portlet .aui-form .aui-button .aui-button-input {
  background-color: #E41A15;
  border: 1px solid #E41A15;
  border-radius: 0 0 0 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  height: 35px;
  line-height: 1.385;
  padding: 6px 16px;
  text-align: center;
  text-shadow: 0 0px 0px #0D802D;
  text-transform: uppercase;
}
.web-form-portlet .aui-form .aui-button .aui-button-input:hover {
  background-color: #CD1612;
}
/*

 * Buttons
 *
 */
.btn {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top, white, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 4px 10px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
}
.btn .caret {
  margin-left: 0;
  margin-top: 7px;
}
.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  display: inline-block;
  height: 0;
  opacity: 0.3;
  text-indent: -99999px;
  vertical-align: top;
  width: 0;
}
.btn-group {
  position: relative;
}
.btn-group:before, .btn-group:after {
  content: "";
  display: table;
}
.btn-group:after {
  clear: both;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-bottom: 9px;
  margin-top: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
}
.btn-group .btn {
  border-radius: 0 0 0 0;
  float: left;
  margin-left: -1px;
  position: relative;
}
.btn-group .btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-left: 0;
}
.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0 none;
}
.btn-group .dropdown-toggle {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group .dropdown-toggle:hover {
  border-color: #cccccc;
}
.btn-group .dropdown-toggle:hover .caret {
  opacity: 1;
}
.btn-group.open .dropdown-menu {
  border-radius: 5px 5px 5px 5px;
  display: block;
  margin-top: 1px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .dropdown-menu {
  border-radius: 5px 5px 5px 5px;
  display: block;
  margin-top: 1px;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: none outside none;
  margin: 0;
  min-width: 160px;
  padding: 4px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu a {
  clear: both;
  color: #555555;
  display: block;
  font-weight: normal;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
  border: none;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  background-color: #E41A15;
  color: white;
  text-decoration: none;
}
.button {
  background-color: white;
  border: 0px solid #E41A15;
  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.02em;
  line-height: 1.385;
  padding: 13px 15px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 200 !important;
  letter-spacing: 0.12em;
}
.button:hover {
  background-color: #f5f5f5;
  border-color: #E41A15;
}
.button.high {
  background-color: #E41A15;
  border-color: none;
  color: white;
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  box-shadow: none;
}
#p_p_id_56_INSTANCE_C6sz_ .button.high {
  background-color: #E41A15;
}
#p_p_id_56_INSTANCE_C6sz_ .button.high:hover {
  background-color: #CD1612;
}
.button.high:hover {
  background-color: #CD1612;
  color: #FFFFFF !important;
}
/*
 * Pages elements
 *
 */

.article ul.alpha {
  padding-left: 0;
}
.article ul.alpha li {
  list-style-type: none!important;
  margin-bottom: 10px;
  padding-left: 0;
  background-image: none;
}
.article .pages li {
  list-style-type: none!important;
  margin-bottom: 10px;
}
.article ul {
  padding-left: 10px;
}
.article ul li {
  list-style-type: none;
}
.article ul li {
  padding-left: 10px;
  background-image: url("../images/bullet_blau.gif");
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin-bottom: 7px;
}
.article .header {
  margin-top: 10px;
}
.article .header h1 {
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}
.article .header h1 a {
  color: #333333;
  text-decoration: none;
  border: none;
}
.article .header h1 a:hover {
  border-bottom: 1px solid #333333;
}
.article .header p {
  font-family: 'Ubuntu', sans-serif;
  color: #666666;
  font-size: 1.6em;
  line-height: 1.1em;
  margin: 0;
  font-weight: 400;
}
.article .header p a {
  color: #333333;
}
.article img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 620px;
}
.article .section {
  margin-bottom: 20px;
}
.article .section.first {
  margin-top: 20px;
}
.article .pagination {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  position: relative;
}
.articles .pagination ul.pages {
  padding-left: 0;
}
.article .pagination ul.pages li {
  float: left;
  margin-right: 5px;
  padding-left: 0;
  background-image: none;
}
.article .pagination ul.pages li a, .article .pagination ul.pages li span {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.article .pagination ul.pages li a {
  color: #E41A15;
  border: 1px solid #f2f2f2;
  background-color: none;
}
.article .pagination ul.pages li a:hover {
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
}
.article .pagination ul.pages li.previous a, .article .pagination ul.pages li.next a {
  width: 12px;
  border: none;
  text-indent: -999em;
}
.article .pagination ul.pages li.previous a {
  background: transparent url(../images/img_prev.png) no-repeat center center;
}
.article .pagination ul.pages li.next a {
  background: transparent url(../images/img_next.png) no-repeat center center;
}
.article .pagination ul.pages li.active span {
  border: 1px solid #cccccc;
  background-color: white;
}
.article .pagination .items-per-page {
  margin-top: -2px;
  float: right;
}
.article .search-tabs {
  padding-left: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 3px solid #e0e0e0;
  border-radius: 0;
  zoom: 1;
}
.article .search-tabs:before, .article .search-tabs:after {
  content: "";
  display: table;
}
.article .search-tabs:after {
  clear: both;
}
.article .search-tabs li {
  float: left;
  margin-right: 0px;
  margin-bottom: -3px;
  list-style-type: none !important;
  padding-left: 0;
  background-image: none;
  border: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.13 em;
  box-shadow: 0 0 0px #B6B6B6;
}
.article .search-tabs li a {
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  border-bottom: 3px solid #e0e0e0;
  background-color: #fff;
  font-weight: 500;
  color: #333333;
}
.article .search-tabs li a span {
  font-weight: bold;
}
.article .search-tabs li a:hover {
  background-color: #e0e0e0;
}
.article .search-tabs li.ui-state-active a {
  color: white;
  background-color: #666;
  border-bottom: 3px solid #666;
}
.article .search-tabs li.ui-state-active.toggle-alpha a {
  border-bottom: 3px solid #E41A15;
}
.article ul.alpha {
  background: #E41A15;
  width: 628px;
  height: 40px;
  padding-left: 12px;
  zoom: 1;
}
.article ul.alpha:before, .article ul.alpha:after {
  content: "";
  display: table;
}
.article ul.alpha:after {
  clear: both;
}
.article ul.alpha li {
  float: left;
  margin: 0;
}
.article ul.alpha li a {
  display: block;
  margin: 9px 2px 0 2px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
}
.article ul.alpha li a:hover {
  background-color: #0D802D;
}
.article ul.alpha li a.active {
  color: #fff;
  background-color: #0D802D;
}
.article ul.alpha li a.active:hover {
  color: white;
  background-color: #0D802D;
}
.article ul.alpha li.first a {
  width: 34px;
}
.article ul.nomenclator {
  margin-top: 20px;
}
.article ul.nomenclator li {
  padding: 0 0 10px 44px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-image: none;
  margin: 10px 20px 15px;
}
.article ul.nomenclator li span {
  color: #E41A15;
}
.article ul.nomenclator li a {
  border: none;
  font-size: 1.083em;
  font-weight: bold;
  line-height: 24px;
}
.article ul.nomenclator ul {
  margin: 10px 0 0 34px;
}
.article ul.nomenclator ul li {
  border: none;
  padding: 0;
}
.article ul.nomenclator ul li a {
  font-size: 1em;
  font-weight: bold;
}
.article ul.nomenclator ul ul {
  margin: 10px 0 0;
}
.article ul.nomenclator ul ul li a {
  font-weight: normal;
}
.article .treeview, .article .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.article .treeview .hitarea {
  background: url(../images/less.png) no-repeat top left;
  height: 24px;
  width: 24px;
  margin-left: -34px;
  float: left;
  cursor: pointer;
}
.article .treeview .hitarea:hover {
  background-image: url(../images/less_over.png);
}
.article .treeview li {
  margin: 0;
  padding: 3px 0pt 3px 16px;
}
.article #sidetreecontrol {
  margin: 20px;
  display: none;
}
.article #sidetreecontrol a {
  font-size: 0.917em;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}
.article #sidetreecontrol a span {
  text-transform: none;
}
.article .treeview .hover {
  text-decoration: underline;
  cursor: pointer;
}
.article .treeview .expandable-hitarea {
  background: url(../images/more.png) no-repeat top left;
}
.article .treeview .expandable-hitarea:hover {
  background-image: url(../images/more_over.png);
}
.article .figure {
  zoom: 1;
}
.article .figure:before, .article .figure:after {
  content: "";
  display: table;
}
.article .figure:after {
  clear: both;
}
.article .figure .pic {
  display: block;
  position: relative;
  float: left;
}
.article .figure .pic img {
  display: block;
}
.article .figure .pic .caption {
  width: 268px;
  display: block;
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #282423;
  background-color: rgba(22, 22, 22, 0.5);
  top: 147px;
  height: 33px;
}
.article .figure .pic .caption a {
  display: block;
  color: white;
  border: none;
  padding: 8px;
}
.article .figure .pic .caption a:after {
  content: "+";
  font-size: 1.5em;
  font-weight: bold;
  float: right;
}
.article .docs {
  margin-bottom: 20px;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-bottom-width: 3px;
}
.article .docs h2 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.333em;
  margin-bottom: 10px;
}
.article .docs ul {
  padding-left: 0;
}
.article .docs ul li {
  margin-bottom: 5px;
  padding-left: 0;
  background-image: none;
}
.article .docs ul li a {
  padding: 0 5px 0;
}
.article .docs ul li a:before {
  content: url(../images/doc.png);
  float: left;
  padding: 1px 0 0 0;
}
.article .docs ul li span {
  color: #666666;
}
.article .utilities {
  margin-top: 20px;
}
.article .utilities .filter {
  float: left;
  margin-right: 30px;
}
.article .utilities .download-link {
  float: left;
  margin: 5px 30px 0 0;
  color: #666666;
}
.article .utilities .download-link a:before {
  content: url(../images/doc.png);
  float: left;
  padding: 1px 4px 0 0;
}
.article .utilities .rss-link {
  float: right;
  margin: 5px 0 0 0;
}
.article .utilities .rss-link a:before {
  content: url(../images/rss.png);
  float: left;
  padding: 2px 4px 0 0;
}
.article .lightbox-gallery {
  margin-right: -25px;
  margin-bottom: 20px;
  zoom: 1;
}
.article .lightbox-gallery:before, .article .lightbox-gallery:after {
  content: "";
  display: table;
}
.article .lightbox-gallery:after {
  clear: both;
}
.article .lightbox-gallery .gallery-item {
  float: left;
  width: 200px;
  margin: 0 15px 15px 0;
}
.article .lightbox-gallery .gallery-item span {
  display: block;
}
.article .lightbox-gallery .gallery-item .thumbnail {
  display: inline-block;
  width: 100%;
  border: none;
}
.article .lightbox-gallery .gallery-item .thumbnail img {
  display: block;
  margin: 0;
}
.article .lightbox-gallery .gallery-item .thumbnail:hover {
  background-color: black;
}
.article .lightbox-gallery .gallery-item .thumbnail:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.article .lightbox-gallery .gallery-item .title {
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.13em;
  font-weight: 500;
}
.article .lightbox-gallery .gallery-item .weight, .article .lightbox-gallery .gallery-item .download {
  display: inline-block;
  font-size: 0.917em;
  color: #666666;
  margin-right: 5px;
}
.article .dropdown-menu {
  padding-left: 0;
}
.article .dropdown-menu li {
  margin-bottom: 0;
  padding-left: 0;
  background-image: none;
}
/*
 * Pages
 *
 */
/* Delegaciones internacionales */
.delegations iframe {
  margin-bottom: 20px;
}
.delegations .row {
  margin-bottom: 20px;
}
.delegations .delegation h2, .delegations .delegation p {
  padding-left: 20px;
}
.delegations .delegation h2 {
  font-size: 1.083em;
  font-weight: bold;
  line-height: 1.307em;
  margin-bottom: 10px;
}
.delegations .delegation p {
  margin-bottom: 10px;
}
/* Mapa web */

/*eliminar inici del peu*/
.sitemap div:first-child {
  display: none;
}
.sitemap h1.title {
  margin-bottom: 20px;
}
.sitemap .sitemap-item h2 {
  font-size: 1.5em;
  line-height: 1.111em;
  color: #666666;
  margin-bottom: 10px;
  font-weight: 500;
}
.sitemap .sitemap-item h2 a {
  color: #666666;
}
.sitemap .sitemap-item a {
  border: none;
}
.sitemap .sitemap-item a:hover {
  text-decoration: underline;
}
.sitemap .sitemap-item ul li {
  font-size: 1.13em;
  line-height: 1.607em;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: 'Ubuntu', sans-serif;
}
.sitemap .sitemap-item ul ul {
  margin: 5px 20px;
}
.sitemap .sitemap-item ul ul li {
  font-size: 0.923em;
  line-height: 1.416em;
  font-weight: normal;
}
/* FAQS */
.faqs .section.first {
  margin-top: 0;
}
.faqs .questions {
  padding-bottom: 20px;
  border-bottom: 3px solid #e0e0e0;
}
.faqs .questions li {
  background: transparent url(../images/faqs.png) no-repeat 10px 12px;
  font-size: 1.13em;
  line-height: 1.307em;
  font-weight: 500;
  padding: 10px 35px;
  border-bottom: 1px solid #cccccc;
  font-family: 'Ubuntu', sans-serif;
}
.faqs .questions li.last {
  border: none;
}
.faqs .questions a {
  border: none;
}
.faqs .questions a:hover {
  text-decoration: underline;
}
.faqs .faqs-item {
  background: transparent url(../images/faqs.png) no-repeat 10px 22px;
  padding: 20px 35px;
  border-bottom: 1px solid #cccccc;
  zoom: 1;
}
.faqs .faqs-item:before, .faqs .faqs-item:after {
  content: "";
  display: table;
}
.faqs .faqs-item:after {
  clear: both;
}
.faqs .faqs-item h2 {
  font-size: 1.13em;
  line-height: 1.333em;
  font-weight: 500;
  margin-bottom: 10px;
}
.faqs .faqs-item p {
  margin-bottom: 10px;
}
.faqs .faqs-item .pic {
  display: block;
  float: left;
  width: 270px;
  height: 180px;
  margin: 0 20px 20px 0;
}
.faqs .faqs-item .pic img {
  width: auto !important;
  width: 100%;
  max-width: 100%;
}
.faqs .faqs-item .go-up {
  clear: both;
  text-align: left;
}
/* Contactar */
.contact .card {
  float: left;
  width: 290px;
  padding: 20px 0;
  margin-right: 13px;
  border-top: 3px solid #cccccc;
}
.contact .card .pic {
  float: right;
  margin-left: 20px;
}
.contact .card div {
  min-height: 50px;
}
.contact .card span {
  display: block;
}
.contact .card .name {
  font-size: 1.3em;
  line-height: 1.333em;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}
.contact .card .job-title {
  color: #666666;
}
.contact .card .languages {
  font-size: 0.917em;
  font-style: italic;
  color: #666666;
  margin-bottom: 10px;
}
.contact .mini {
  width: 172px;
  padding-right: 20px;
  margin-right: 22px;
}
.contact .last {
  margin-right: 0;
}
/* Material grafico */
.presskit {
padding: 10px;
}
.presskit .presskit-item {
  padding: 20px 0 0;
}
.presskit .presskit-item h2 {
	float: left;
	display: block;
	width: 80px;
	margin-right: 20px;
	font-size: 1.25em;
	line-height: 1.333em;
	font-weight: bold;
}
.presskit .presskit-item .pic {
	float: left;
	padding: 0 8px 8px 0;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
.presskit .presskit-item .downloads {
  margin-top: 50px;
  width: 240px;
  margin-left: 380px;
  text-align: center;
}
.presskit .presskit-item.banners .downloads {
  margin-top: 5px;
}
.presskit .presskit-item.banners .get-code {
	clear: both;
	padding-top: 20px;
	width: 520px;
	margin-left: 100px;
}
.presskit .presskit-item.banners .get-code table {
  width: 100%;
}
.presskit .presskit-item.banners .get-code th {
  text-transform: uppercase;
}
.presskit .presskit-item.banners .get-code pre {
	margin: 0;
	overflow: auto;
	width: 400px;
}
/* Microsite expositor */
.microsite h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.microsite .section .header {
  border-bottom: 3px solid #cccccc;
}
.microsite .section .header h3 {
  margin-bottom: 10px;
}
.microsite .expositor {
  padding: 20px 20px 0;
  border: 1px solid #ccc;
}
.microsite .expositor h2 {
  font-size: 1.833em;
  line-height: 1.136em;
}
.microsite .expositor .exp-logo {
  float: left;
  width: 135px;
  margin-right: 20px;
}
.microsite .expositor .exp-data {
  margin-left: 155px;
}
.microsite .expositor .exp-contact {
  width: 270px;
  margin-bottom: 20px;
  overflow: auto;
  word-wrap: break-word;
}
.microsite .expositor .exp-location {
  position: relative;
  float: right;
  clear: right;
  width: 150px;
  min-height: 120px;
  margin-bottom: 20px;
  zoom: 1;
}
.microsite .expositor .exp-location:before, .microsite .expositor .exp-location:after {
  content: "";
  display: table;
}
.microsite .expositor .exp-location:after {
  clear: both;
}
.microsite .expositor .exp-location .marker {
  position: absolute;
  display: block;
  width: 11px;
  height: 16px;
  background: transparent url(../images/marcador.png) no-repeat top left;
}
.microsite .expositor .exp-location .pavilion {
  background: white;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  width: 128px;
  padding: 10px 10px 5px;
  text-align: center;
}
.microsite .expositor .exp-location .pavilion span {
  display: block;
  margin-bottom: 5px;
}
.microsite .expositor .exp-location .pavilion span.area {
  font-size: 1.25em;
  line-height: 1.33em;
  font-weight: bold;
}
.microsite .expositor .exp-location.montjuic {
  background: transparent url(../images/montjuic.png) no-repeat top left;
  padding-top: 130px;
}
.microsite .expositor .exp-location.montjuic .p1 {
  left: 54px;
  top: 80px;
}
.microsite .expositor .exp-location.montjuic .p2 {
  left: 12px;
  top: 60px;
}
.microsite .expositor .exp-location.montjuic .p3 {
  left: 44px;
  top: 63px;
}
.microsite .expositor .exp-location.montjuic .p4 {
  left: 30px;
  top: 32px;
}
.microsite .expositor .exp-location.montjuic .p5 {
  left: 58px;
  top: 32px;
}
.microsite .expositor .exp-location.montjuic .p6 {
  left: 42px;
  top: -9px;
}
.microsite .expositor .exp-location.montjuic .p7 {
  left: 92px;
  top: -9px;
}
.microsite .expositor .exp-location.montjuic .p8 {
  left: 96px;
  top: 82px;
}
.microsite .expositor .exp-location.montjuic .z1 {
  left: 72px;
  top: 58px;
}
.microsite .expositor .exp-location.montjuic .z2 {
  left: 72px;
  top: 28px;
}
.microsite .expositor .exp-location.montjuic .z3 {
  left: 97px;
  top: 10px;
}
.microsite .expositor .exp-location.montjuic .z4 {
  left: 72px;
  top: 4px;
}
.microsite .expositor .exp-location.montjuic .z5 {
  left: 72px;
  top: -9px;
}
.microsite .expositor .exp-location.montjuic .z6 {
  left: 47px;
  top: 20px;
}
.microsite .expositor .exp-location.montjuic .z7 {
  left: 47px;
  top: 40px;
}
.microsite .expositor .exp-location.montjuic .z8 {
  left: 30px;
  top: 75px;
}
.microsite .expositor .exp-location.gv {
  background: transparent url(../images/gv.png) no-repeat top left;
  padding-top: 105px;
}
.microsite .expositor .exp-location.gv .p1 {
  left: 6px;
  top: 50px;
}
.microsite .expositor .exp-location.gv .p2 {
  left: 30px;
  top: 50px;
}
.microsite .expositor .exp-location.gv .p3 {
  left: 57px;
  top: 50px;
}
.microsite .expositor .exp-location.gv .p4 {
  left: 81px;
  top: 50px;
}
.microsite .expositor .exp-location.gv .p5 {
  left: 81px;
  top: 0px;
}
.microsite .expositor .exp-location.gv .p6 {
  left: 102px;
  top: 50px;
}
.microsite .expositor .exp-location.gv .p7 {
  left: 102px;
  top: 0px;
}
.microsite .expositor .exp-location.gv .p8 {
  left: 133px;
  top: 47px;
}
.microsite .expositor .exp-location.gv .z1 {
  left: 17px;
  top: 39px;
}
.microsite .expositor .exp-location.gv .z2 {
  left: 44px;
  top: 39px;
}
.microsite .expositor .exp-location.gv .z3 {
  left: 68px;
  top: 39px;
}
.microsite .expositor .exp-location.gv .z4 {
  left: 91px;
  top: 39px;
}
.microsite .expositor .address, .microsite .expositor .phone {
  margin-bottom: 10px;
}
.microsite .expositor .web li {
  margin-top: 5px;
}
.microsite .expositor .web a {
  line-height: 20px;
  padding: 2px 4px;
  background: white;
}
.microsite .expositor .description {
  margin: 0 0 10px;
  font-size: 1.083em;
  font-weight: bold;
  color: #333333;
}
.microsite .expositor p a {
  color: #E41A15;
}
.microsite .newstuff {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  zoom: 1;
}
.microsite .newstuff:before, .microsite .newstuff:after {
  content: "";
  display: table;
}
.microsite .newstuff:after {
  clear: both;
}
.microsite .newstuff .title {
  font-size: 1.13em;
  line-height: 1.307em;
  font-weight: 500;
  margin-bottom: 0;
}
.microsite .newstuff .title a {
  border: none;
}
.microsite .newstuff .title a:hover {
  text-decoration: underline;
}
.microsite .newstuff .category {
  font-size: 1em;
  color: #666666;
  margin: 0;
  padding-bottom: 5px;
}
.microsite .newstuff img {
  margin: 2px 0 0 20px;
  float: right;
}
.microsite .newstuff.first {
  margin-top: 10px;
}
.microsite .newstuff.last {
  border-bottom: none;
}
.microsite .products h4, .microsite .brands h4, .microsite .companies h4 {
  font-size: 1.25em;
  line-height: 1.333em;
  margin-top: 20px;
}
.microsite .products ol li {
  display: inline;
}
.microsite .products ol li:after {
  content: ", ";
}
.microsite .products ol li:last-child:after {
  content: "";
}
.microsite .products ol li.category {
  font-size: 1.5em;
}
.microsite .products ol li.subcategory {
  font-size: 1.25em;
}
.microsite .products ol li.product {
  font-size: 0.917em;
}
.microsite .products ol li a {
  color: #E41A15;
  border: none;
}
.microsite .products ol li a:hover {
  text-decoration: underline;
}
.microsite .brands ol li {
  display: inline;
}
.microsite .brands ol li:after {
  content: ", ";
}
.microsite .brands ol li:last-child:after {
  content: "";
}
.microsite .brands ol li a {
  border: none;
}
.microsite .brands ol li a:hover {
  text-decoration: underline;
}
.microsite .companies ul.nomenclator .company-data {
  margin-left: 0;
}
.microsite .companies ul.nomenclator .company-data li {
  margin-bottom: 20px;
}
.microsite .companies ul.nomenclator .company-data .address, .microsite .companies ul.nomenclator .company-data .phone-fax {
  display: inline-block;
  padding-right: 50px;
}
.microsite .companies ul.nomenclator .company-data h5 {
  font-size: 1em;
  margin-bottom: 5px;
}
.microsite .companies ul.nomenclator .company-data a {
  font-weight: normal;
}
.microsite .companies ul.nomenclator .company-data p {
  margin-bottom: 0;
}
.microsite.detail > .header {
  zoom: 1;
}
.microsite.detail > .header:before, .microsite.detail > .header:after {
  content: "";
  display: table;
}
.microsite.detail > .header:after {
  clear: both;
}
.microsite.detail > .header .exp-logo {
  float: right;
  margin-left: 20px;
}
.microsite.detail > .header h2 {
  font-size: 1.833em;
  line-height: 1.389em;
  font-weight: normal;
  margin-bottom: 5px;
}
.microsite.detail > .header .pavilion {
  font-size: 1.13em;
  color: #666666;
  margin-bottom: 20px;
}
.microsite.detail > .header .category {
  font-size: 1.1em;
  color: #666666;
}
/* Buscador */
.search .row {
  margin-top: 20px;
}
#search-results {
  background-color: #FFFFFF;
  box-shadow: 0 0 0px #B6B6B6;
  padding-bottom: 15px;
  border: 1px solid #ccc;
}
.search .expositor {
  background: white;
  padding: 0 20px 0;
  float: left;
  width: 290px;
  zoom: 1;
}
.search .expositor:before, .search .expositor:after {
  content: "";
  display: table;
}
.search .expositor:after {
  clear: both;
}
.search .expositor h2, .search .expositor p {
  font-size: 1em;
  margin-bottom: 10px;
  margin-right: 110px;
}
.search .expositor h2 {
  text-transform: uppercase;
}
.search .expositor img {
  float: right;
}
.search .expositor.last {
  padding-right: 0;
}
.search .content, .search .activity, .search .newstuff {
  margin-left: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  zoom: 1;
  margin-right: 15px;
}
.search .content:before, .search .content:after, .search .activity:before, .search .activity:after, .search .newstuff:before, .search .newstuff:after {
  content: "";
  display: table;
}
.search .content:after, .search .activity:after, .search .newstuff:after {
  clear: both;
}
.search .content h2, .search .activity h2, .search .newstuff h2 {
  font-size: 1.083em;
  line-height: 1.307em;
  font-weight: bold;
  margin-bottom: 5px;
}
.search .content h2 a, .search .activity h2 a, .search .newstuff h2 a {
  border: none;
  font-size: 1.13em;
  font-weight: 500;
}
.search .content h2 a:hover, .search .activity h2 a:hover, .search .newstuff h2 a:hover {
  text-decoration: underline;
}
.search .content p, .search .activity p, .search .newstuff p {
  color: #666666;
  margin: 0;
}
.search .content img, .search .activity img, .search .newstuff img {
  margin: 2px 0 0 20px;
  float: right;
}
.search .content.first, .search .activity.first, .search .newstuff.first {
  margin-top: 10px;
}
.search .content.last, .search .activity.last, .search .newstuff.last {
  border-bottom: none;
}
.search .newstuff {
  padding: 10px;
  margin-left: 0;
}
.search .newstuff .category {
  font-size: 0.917em;
}
.search .newstuff .expositor {
  text-transform: uppercase;
  padding-left: 0;
}
.search .newstuff h2 {
  margin-bottom: 0;
}
.search .newstuff.featured {
  border-bottom: 3px solid #E41A15;
}
.search .newstuff.featured img {
  margin-top: 20px;
}
.search .newstuff.featured span {
  color: #fff;
  background: #E41A15;
  font-size: 0.833em;
  text-transform: uppercase;
  padding: 0 0.5em;
}
.search .content {
  padding: 10px 0;
}
.search .content p {
  margin-bottom: 0;
}
.search .taxonomy {
  margin: 15px;
  color: #666666;
}
.search .color-lnk.normal {
  margin-left: 15px;
}
.search .brands {
  margin: 20px -20px 0 0;
  padding-left: 0;
}
.search .brands li {
  float: left;
  width: 290px;
  padding-left: 20px;
  margin: 0 20px 10px 0;
  background-image: none;
}
/* Prensa y novedades */
.new-press .item-new {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 20px;
  zoom: 1;
}
.new-press .item-new:before, .new-press .item-new:after {
  content: "";
  display: table;
}
.new-press .item-new:after {
  clear: both;
}
.new-press .item-new.high {
  padding: 0 0 20px;
  border: none;
  border-bottom: 3px solid #E41A15;
  box-shadow: none;
}
.new-press .item-new.last {
  border: none;
}
.new-press .item-new .featured {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4px;
  color: #fff;
  background: #E41A15;
  font-size: 0.833em;
  text-transform: uppercase;
}
.new-press .item-new img {
  float: left;
  border: 1px solid #cccccc;
  margin: 10px;
}
.new-press .item-new .header, .new-press .item-new .description {
  margin-left: 180px;
  margin-right: 10px;
}
.new-press .item-new .header {
  padding-right: 100px;
}
.new-press .item-new .header p, .new-press .item-new .header h2 {
  margin: 0;
}
.new-press .item-new .header .taxonomy {
  font-size: 1em;
  color: #666666;
  padding-bottom: 3px;
}
.new-press .item-new .header h2 {
  font-size: 1.3em;
  line-height: 1.333em;
  font-weight: 500;
}
.new-press .item-new .header h2 a {
  border: none;
}
.new-press .item-new .header h2 a:hover {
  text-decoration: underline;
}
.new-press .item-new .header .exhibitor {
  font-size: 1em;
  color: #666666;
  text-transform: uppercase;
}
.new-press .item-new .description p {
  margin: 10px 0 0;
}
.new-press .item-new.nopic .header, .new-press .item-new.nopic .description {
  margin-left: 0;
}
.new-press-detail .header .category {
  font-size: 0.917em;
  color: #666666;
  margin-bottom: 5px;
}
.new-press-detail .header h1 {
  font-size: 1.75em;
  line-height: 1.136em;
  margin-bottom: 20px;
}
.new-press-detail .expositor {
  zoom: 1;
}
.new-press-detail .expositor:before, .new-press-detail .expositor:after {
  content: "";
  display: table;
}
.new-press-detail .expositor:after {
  clear: both;
}
.new-press-detail .expositor img {
  float: left;
  margin-right: 10px;
}
.new-press-detail .expositor p {
  margin-left: 55px;
}
.new-press-detail .expositor p span {
  font-size: 1.083em;
  text-transform: uppercase;
}
.news-list .header h1 {
  font-size: 1.75em;
  line-height: 1.136em;
  margin-bottom: 20px;
}
.news-list .utilities {
  margin-bottom: 20px;
  margin-top: -45px;
}
.news-list .news-list-item {
  padding: 20px 0 10px;
  border-top: 1px solid #e0e0e0;
  zoom: 1;
}
.news-list .news-list-item:before, .news-list .news-list-item:after {
  content: "";
  display: table;
}
.news-list .news-list-item:after {
  clear: both;
}
.news-list .news-list-item .date.vertical {
  width: 80px;
  float: left;
}
.news-list .news-list-item .description {
  margin-left: 100px;
}
.news-list .news-list-item .description h2 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 5px;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.news-list .news-list-item .description h2 a {
  border: none;
}
.news-list .news-list-item .description h2 a:hover {
  text-decoration: underline;
  color: #E41A15;
}
.news-list .news-list-item .description p {
  margin-bottom: 10px;
}
.news-list .news-list-item.first {
  padding-top: 0;
  border: none;
}
.news-detail, .press-list, .new-press, .new-press-detail, .news-list, .press-detail, .article {
  background-color: #FFFFFF;
  /*box-shadow: 0 2px 2px #B6B6B6;*/
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #D7D7D7;
}
.search {
  background: none #fff;
  box-shadow: none !important;
  border-bottom: 1px solid #D7D7D7;
}
.article.search.exhibitor {
  background: #fff !important;
}
.news-detail .header h1 {
  font-size: 1.75em;
  line-height: 1.136em;
  margin-bottom: 10px;
}
.news-detail .header .date {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}
.press-list .press-list-item {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.press-list .press-list-item.first {
  border: none;
}
.press-list .press-list-item .date {
  margin-bottom: 10px;
}
.press-list .press-list-item p {
  margin-bottom: 5px;
}
.press-list .press-list-item h2 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.538em;
  margin-bottom: 0;
  font-family: 'Ubuntu Condensed', sans-serif;
}
.press-list .press-list-item h2 a {
  border: none;
}
.press-list .press-list-item h2 a:hover {
  text-decoration: underline;
  color: #E41A15;
}
.press-detail .header h1 {
  font-size: 1.75em;
  line-height: 1.136em;
  margin-bottom: 20px;
}
.press-detail .header p {
  font-size: 1em;
  margin-bottom: 5px;
}
.press-detail .header .date {
  margin-bottom: 10px;
}
.press-detail h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.333em;
  color: #282423;
  margin-bottom: 10px;
}
.press-detail .author {
  margin-bottom: 40px;
}
.press-detail .author p {
  line-height: 1.667em;
}
/* Agenda */
.activities-per-day .months, .event-list .months {
  margin-bottom: 10px;
}
.activities-per-day .months li, .event-list .months li {
  display: inline-block;
}
.activities-per-day .months li:after, .event-list .months li:after {
  content: url(../images/agenda-arrow.png);
  float: right;
  padding: 0;
  margin-top: 2px;
}
.activities-per-day .months li.last:after, .event-list .months li.last:after {
  content: none;
}
.activities-per-day .months li a, .event-list .months li a {
  color: #999999;
}
.activities-per-day .months li a:hover, .event-list .months li a:hover {
  color: #333333;
}
.activities-per-day .days, .event-list .days {
  zoom: 1;
}
.activities-per-day .days:before, .activities-per-day .days:after, .event-list .days:before, .event-list .days:after {
  content: "";
  display: table;
}
.activities-per-day .days:after, .event-list .days:after {
  clear: both;
}
.activities-per-day .days li, .event-list .days li {
  float: left;
}
.activities-per-day .days li a, .event-list .days li a {
  display: block;
  background: #f2f2f2;
  width: 58px;
  height: 58px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 1px 1px 0;
  text-align: center;
}
.activities-per-day .days li a:hover, .event-list .days li a:hover {
  background: #e0e0e0;
}
.activities-per-day .days li a span, .activities-per-day .days li a abbr, .event-list .days li a span, .event-list .days li a abbr {
  display: block;
}
.activities-per-day .days li a span, .event-list .days li a span {
  font-size: 1.8em;
  color: #E41A15;
  padding-top: 0.75em;
  font-weight: 500;
  font-family: arial;
}
.activities-per-day .days li a abbr, .event-list .days li a abbr {
  font-size: 1.1em;
  color: #888;
}
.activities-per-agenda .activities li {
  margin-bottom: 7px;
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.activities-per-agenda .activities li a {
  display: block;
  padding: 10px 40px 0 3px;
  min-height: 33px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: transparent url(../images/agenda-arrow.png) no-repeat center right;
  font-size: 1.2em;
}
.activities-per-agenda .activities li a:hover {
  border-color: #A4130F;
  color: #A4130F;
}
.agenda-activity .header {
  margin-bottom: 10px;
}
.agenda-activity {
  background-color: #FFFFFF;
  /*box-shadow:0 2px 2px #B6B6B6;*/
  padding: 5px 20px 15px 20px;
}
.agenda-activity .event .pic {
  float: right;
  width: 165px;
  margin: 0 0 0 25px;
  display: block;
}
.agenda-activity .event .pic img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.agenda-activity .event .header {
  margin: 0 0 10px;
}
.agenda-activity .event .header .title {
  color: #E41A15;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.agenda-activity .event .header .title a {
  border: none;
}
.agenda-activity .event .header .title a:hover {
  text-decoration: underline;
}
.agenda-activity .event .header .agenda {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px;
  color: #666666;
  background: #f2f2f2;
  font-size: 0.917em;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.agenda-activity .event .header .agenda:hover {
  color: #333333;
  border-color: #333333;
}
.agenda-activity .event .header span {
  display: block;
}
.agenda-activity .event .header .date-time {
  display: none;
}
.agenda-activity .event .header .location {
  font-size: 1em;
  color: #888;
  font-style: regular;
}
.agenda-activity .event .more-info {
  margin-bottom: 20px;
}
.agenda-activity .event .more-info span {
  color: #999999;
}
.agenda-activity .event .more-info li {
  display: inline-block;
  margin-right: 25px;
  padding-left: 0;
  background-image: none;
}
.agenda-activity .event-list {
  margin-top: 20px;
}
.agenda-activity .event-list .event {
  padding: 0;
  border-bottom: 0px;
  margin-bottom: 15px;
}
.agenda-activity .event-list .event .pic {
  width: 160px;
  margin-bottom: 20px;
}
.agenda-activity .event-list .event.featured {
  position: relative;
  padding-top: 25px;
  border-bottom: 3px solid #E41A15;
  margin-bottom: 15px;
}
.agenda-activity .event-list .event.featured span.featured {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0 4px;
  color: #fff;
  background: #E41A15;
  font-size: 0.833em;
  text-transform: uppercase;
}
.agenda-activity .event-list .event .conferences, .agenda-activity .event-list .event .more-info, .agenda-activity .event-list .event .organizers, .agenda-activity .event-list .event .sponsors {
  margin-left: 20px;
}
.agenda-activity .agenda-tabs {
  margin-top: 20px;
  border-bottom: 3px solid #e0e0e0;
  padding-left: 0;
  zoom: 1;
}
.agenda-activity .agenda-tabs:before, .agenda-activity .agenda-tabs:after {
  content: "";
  display: table;
}
.agenda-activity .agenda-tabs:after {
  clear: both;
}
.agenda-activity .agenda-tabs li {
  float: left;
  margin-right: 5px;
  margin-bottom: -3px;
  padding-left: 0;
  background-image: none;
}
.agenda-activity .agenda-tabs li a {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  padding: 0 8px;
  border-bottom: 3px solid #e0e0e0;
  background-color: #f2f2f2;
  color: #333;
}
.agenda-activity .agenda-tabs li a abbr {
  font-size: 0.667em;
  font-weight: normal;
}
.agenda-activity .agenda-tabs li a:hover {
  background-color: #e0e0e0;
}
.agenda-activity .agenda-tabs li.active a {
  color: white;
  background-color: #E41A15;
  border-bottom: 3px solid #E41A15;
}
.agenda-activity .registration, .agenda-activity .program, .agenda-activity .conferences {
  margin-bottom: 20px;
}
.agenda-activity .registration {
  border-top: 3px solid #fff;
  background: #F0F0F0;
}
.agenda-activity .registration .day, .agenda-activity .registration .time, .agenda-activity .registration .location {
  display: inline-block;
  padding: 20px;
}
.agenda-activity .registration .day {
  border-right: 1px solid #fff;
}
.agenda-activity .registration .day span {
  font-size: 2em;
  color: #333333;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.agenda-activity .registration .day abbr {
  font-size: 1em;
  color: #999999;
}
.agenda-activity .registration .button {
  float: right;
  margin: 15px 20px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
.agenda-activity .program h2 {
  color: #666666;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.agenda-activity .program .pic {
  width: 225px;
  float: right;
  margin: 0 0 0 25px;
}
.agenda-activity .program .pic img {
  max-width: 100%;
}
.agenda-activity .conferences h2 {
  display: none;
}
.conferences {
  margin-left: 5px!important;
}
.conferences table {
  width: 620px !important;
  border-bottom: 2px solid #E9EDF1;
}
.conferences img {
  margin: 0 0 2px 2px !important;
}
.conferences table tbody td p {
  margin-bottom: 5px;
}
.conferences table tbody td strong {
  color: #61A21A;
  font-weight: 400;
}
.conferences h4 {
  font-size: 1.4em;
  line-height: 1.25em;
}
.conferences table tr th {
  border-bottom: 2px solid #E1E7EC;
  font-size: 1em;
  font-weight: 400;
  padding: 20px 10px 8px 4px;
  text-transform: uppercase;
  color: #3E6382;
}
.conferences table tbody td {
  vertical-align: top;
  border-bottom: 2px solid #fff;
  background-color: #F3F7F8;
  padding: 10px;
}
.agenda-activity .conferences ul {
  margin-bottom: 5px;
  padding-left: 0;
}
.agenda-activity .conferences ul li {
  margin-bottom: 5px;
  padding-left: 0;
  background-image: none;
}
.agenda-activity .conferences ul li em {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}
.agenda-activity .organizers, .agenda-activity .sponsors {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.agenda-activity .organizers h2, .agenda-activity .sponsors h2 {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agenda-activity .organizers h2 span, .agenda-activity .sponsors h2 span {
  display: inline-block;
  padding: 2px 4px;
  color: #666666;
  background: #e0e0e0;
}
.agenda-activity .organizers ul, .agenda-activity .sponsors ul {
  margin-left: 15px;
  padding-left: 0;
}
.agenda-activity .organizers ul li, .agenda-activity .sponsors ul li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 0;
  background-image: none;
}
.agenda-activity .organizers ul li a, .agenda-activity .sponsors ul li a {
  border: none;
}
.agenda-activity.detail .header h1, .agenda-activity.list .header h1, .agenda-activity.days .header h1 {
  font-size: 1.833em;
}
.agenda-activity.list .header h1, .agenda-activity .header h1 {
  display: none!important;
}
.agenda-activity.list .row {
  margin-bottom: 30px;
}
.agenda-activity.list .event {
  border: 1px solid #E1E7EC;
}
.agenda-activity.list .event .header {
  padding: 0px 0 0 20px;
}
.agenda-activity.list .event p, .agenda-activity.list .event .more-info, .agenda-activity.list .event h2 {
  padding: 0 0 0 20px;
}
.agenda-activity.list .event .pic {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.agenda-activity.days .event-list .event.featured {
  padding-top: 0;
}
.agenda-activity.days .event-list .event.featured .pic {
  margin-top: 25px;
}
ul.days li {
  border-bottom: 0px;
}
/*
 * Ads
 *
 */
#ad-top .banner a {
  display: block;
  border: none;
}
#ad-top .banner a img {
  display: block;
  max-width: 100%;
}
#ad-top .banner-980x50, #ad-top .wrap {
  width: 980px;
  margin: 0 auto;
  padding: 13px 0;
}
#ad-top .banner-728x90 {
  float: left;
  width: 728px;
  padding-left: 20px;
  background: white url(../images/banner-bg.png) no-repeat center left;
}
#ad-top .banner-220x42 {
  float: right;
  width: 220px;
}
#ad-top .banner-220x42.first {
  margin-bottom: 6px;
}
#content .banner p.section {
  font-size: 0.917em;
  color: #999999;
  margin: 0;
}
#content .banner-300 {
  width: 300px;
  margin-bottom: 20px;
}
#content .banner-300 a {
  display: block;
  border: none;
}
#content .banner-300 a img {
  display: block;
  max-width: 100%;
}
#content .banner.double {
  margin-right: -20px;
  zoom: 1;
}
#content .banner.double:before, #content .banner.double:after {
  content: "";
  display: table;
}
#content .banner.double:after {
  clear: both;
}
#content .banner.double .banner-300 {
  float: left;
  margin-right: 20px;
}
/*
 * Override js plugin styles 
 *
 */
/* PrettyPhoto Gallery */
.pp_content_container a {
  border: none;
}
.pp_content_container a:hover {
  border: none;
}
/* Simply Scroll */
.simply-scroll {
  width: 100%;
  height: 90px;
  margin-bottom: 0;
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 90px;
}
.simply-scroll .simply-scroll-clip .simply-scroll-list li {
  float: left;
  width: 90px;
  height: 65px;
  margin: 0 5px 10px;
}
.simply-scroll .simply-scroll-clip .simply-scroll-list li a, .simply-scroll .simply-scroll-clip .simply-scroll-list li span {
  width: 100%;
}
.simply-scroll .simply-scroll-clip .simply-scroll-list li a img, .simply-scroll .simply-scroll-clip .simply-scroll-list li span img {
  max-width: 100%;
  margin: 0 auto !important;
}
.vert {
  width: 100%;
  height: 300px;
  margin-bottom: 0;
}
.vert .simply-scroll-clip {
  width: 100%;
  height: 300px;
}
.vert .simply-scroll-list li {
  width: 100%;
  height: 55px;
}
.vert .simply-scroll-list li a, .vert .simply-scroll-list li span {
  width: 100%;
}
.vert .simply-scroll-list li a img, .vert .simply-scroll-list li span img {
  max-width: 100%;
  margin: 0 auto !important;
}
/*LLISTA*/   /* Se aplica el estilo a las listas ul (las ol van con bullet gris normal)*/
#lista-ficha li {
  background-image: url("http://media.firabcn.es/content/S025013/images/bullet_blau.gif");
  background-repeat: no-repeat;
  background-position: 0 11px;
  border-bottom: 1px solid #ccc;
  padding: 8px 0px 8px 8px;
  color: #333;
}/*
#lista-ficha li strong{font-size:1.1em;}
#lista-ficha li:last-child{border-bottom: none!important;}
#lista-ficha li img{margin-top:10px;}
#lista-ficha li iframe{
margin-left: -7px;
margin-top: 8px;
}*/
/*Personalizacio widget twitter*/


.twtr-widget {
  clear: both;
}
.twtr-widget .twtr-tweet {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: -moz-use-text-color #CCCCCC #CCCCCC;
  border-style: none solid solid;
  border-width: medium 0 0;
  box-shadow: 0 0 0px #B6B6B6;
  margin: 0px;
  overflow: hidden;
  border-bottom: 0px solid #DDDDDD !important;
  padding-bottom: 13px;
  margin-bottom: 3px;
  background: url(http://media.firabcn.es/content/S025013/images/bg-tweet.png) no-repeat scroll right bottom transparent !important;
}
.twtr-hd {
  display: none !important;
}
.twtr-doc {
  border-radius: 0 0 0 0;
  font-weight: normal;
  overflow: visible !important;
  text-align: left;
  width: 100%;
}
.twtr-widget .twtr-doc .twtr-bd a:hover, .twtr-widget .twtr-doc .twtr-hd a:hover {
  text-decoration: none !important;
}
.twtr-ft div {
  overflow: hidden;
  padding: 10px;
  visibility: hidden;
}
.twtr-ft div {
  display: none !important;
}
.twtr-timeline {
  height: auto !important;
  overflow: visible !important;
}
/*BoTTONS VERD(visitant) BLAU(exopsitor) DESTACATS DRETA*/
.verd .button.high {
  background-color: #E41A15;
}
.verd .button.high:hover {
  background-color: #CD1612;
}
.verd p {
  text-align: center;
}
.verd p.section {
  text-align: left;
}
.verd h2 {
  text-align: center;
}
.blau .button.high {
  background-color: #E41A15;
}
.blau .button.high:hover {
  background-color: #CD1612;
}
.blau p.section {
  text-align: left;
}
.blau p {
  text-align: center;
}
.blau h2 {
  text-align: center;
}
/* BOCATA (frases) */
.bocata .portlet.box {
  padding-left: 25px;
}
.bocata .portlet.box {
  background: url("http://www.construmat.com/image/image_gallery?uuid=5ed9a32d-4889-40e9-8001-f8ac067d34bc&groupId=47235&t=1352821842949") no-repeat scroll left center transparent;
  padding-left: 25px;
}
.bocatainferior .portlet.box {
  box-shadow: 1px 1px 3px #B8B8B6;
}
.bocatainferiorp {/*margin-bottom: 35px !important;*/
}
.bocatainferiorp .portlet.box {
  box-shadow: 1px 1px 3px #B8B8B6;
}
.butoncongres:before {
  content: url("http://media.firabcn.es/content/S025013/slide_congres/images/bullet-congres.png");
  padding-right: 5px;
  vertical-align: middle;
}
.bocatainferior:after {
  content: url("http://construmat.com/image/image_gallery?uuid=fd8426ef-3ac0-4216-aa67-1cf345f219c1&groupId=47235&t=1367236447620");
  display: block;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  width: 95%;
  z-index: 500;
}
.bocatainferiorp:after {
  content: url("http://construmat.com/image/image_gallery?uuid=965db994-ea3d-41bc-8baf-547720089a9e&groupId=47235&t=1360926945840");
  display: block;
  margin-left: 10%;
  margin-top: -20px;
  position: absolute;
  z-index: 500;
}
/* Temporal: Eliminar boton RSS de noticias hasta que sistemas lo arregle en IE y Chrome*/

.news .rss-link, .article .utilities .rss-link {
  visibility: hidden;
}
/* Destacado acreditacion */

.acreditacion .super .lnk {
  color: #89BA13 !important;
  border-bottom: 1px solid #89BA13 !important;
}
.acreditacion .super .lnk:hover {
  color: #0D8A2F !important;
  border-bottom: 1px solid #0D8A2F !important;
}
.acreditacion .portlet.super .title {
  font-size: 1.7em !important;
  line-height: 1.3em !important;
}
.acreditacion .portlet.super h2.title span {
  background-color: #98BF0E;
  color: white;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 0 5px;
}
/* Ocultar titulo de las pestanyas */


.fichas-no-titulo .tabbed .tab-content h2.title {
  display: none;
}
/* Pagina catalogo */


.cataleg .titol {
  margin-bottom: 55px;
}
.cataleg .titol .portlet.box {
  width: 75%;
}
.opcions-publi .portlet.box, .cataleg .titol .portlet.box {
  font-size: 1.5em;
}
.opcions-publi .portlet.box {
  background: url("../images/bg-circle.png") no-repeat scroll center top transparent;
  height: 220px;
  padding-top: 45px;
  text-align: center;
}
.cataleg .titol .portlet.box .section {
  font-size: 1.1em;
}
.opcions-publi .portlet.box h2.title, .cataleg .titol .portlet.box h2.title {
  font-size: 2em;
  margin-bottom: 15px;
}
.opcions-publi .icon-euro-bold {
  padding-left: 10px;
}
.opcions-publi .portlet.box .button.high, .cataleg .titol .portlet.box .button.high {
  font-size: 1em;
  padding: 10px 20px;
}
.opcions-publi .portlet.box p {
  margin: 10px auto;
  width: 60%;
}
.caracteristiques ul {
  position: absolute;
  top: 0;
  z-index: 500;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.caracteristiques h4:before {
  content: url("../images/bullet-catalog.png");
  line-height: 1em;
  margin-left: -10px;
  vertical-align: text-top;
}
.caracteristiques ul {
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 500;
}
.caracteristiques li span {
  font-size: 0.9em;
}
.caracteristiques h4 {
  margin-bottom: 5px;
  position: relative;
}
.caracteristiques li.pull-left {
  margin-left: 20px;
  text-align: right;
}
.caracteristiques li.pull-right {
  clear: right;
  margin-right: 60px;
}
.caracteristiques li {
  margin-bottom: 50px;
  width: 135px;
}
.cataleg .titol .portlet.box .button.high {
  position: absolute;
  right: 390px;
  top: 25%;
}
.destacat.cataleg.v2 {
  background: url("http://media.firabcn.es/content/contenidos test/base/images/destacats/destacat2.png") no-repeat scroll 0 0 transparent;
  height: 150px;
}
.destacat.cataleg.v2 .caixa-text {
  background: none repeat scroll 0 0 white;
  padding: 10px 15px 0;
  position: absolute;
  right: -10px;
  top: 55px;
}
/*******************************************************/
/********************* DESTACATS ***********************/
/*******************************************************/

.destacat {
  overflow: hidden;
  padding: 0 5px 5px !important;
  position: relative;
}
.destacat.high_base {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-top-width: 1px;
}
.destacat .caixa-text {
  /*max-width: 80%;*/
  margin: 10px;
}
.destacat .alert {
  font-size: 28px;
  line-height: 1.2em;
}
.destacat .caixa-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
}
.destacat.type3 .caixa-text {
  max-width: 45%;
}
.destacat.type3 .caixa-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 45%;
}
.destacat .caixa-img img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 0;
}
.destacat.here:before {
  content: url("../images/here.gif");
  left: 0;
  top: 15%;
  position: absolute;
}
.destacat.there:before {
  background-image: url("../images/there.gif");
  background-position: 55px top;
  background-repeat: no-repeat;
  color: white;
  content: "p";
  display: block;
  margin-top: -15px;
}
.destacat.there.high_base {
  overflow: visible;
  margin-bottom: 25px;
  margin-top: 20px;
}
.destacat.there .caixa-text {
  float: left;
  margin-right: 85px;
  display: inline-block;
  padding-top: 15px;
}
.destacat.there .caixa-enlace {
  display: inline-block;
  margin-top: -10px;
  padding-top: 5%;
}
.destacat .caixa-enlace {
  padding-top: 5%;
}
.destacat .caixa-enlace p {
  text-align: center;
}
.super_base .super_title:before {
  float: right;
  padding-top: 5%;
  margin-right: 8%;
}
.super_base .super_title {
  border-top: 1px solid #589FBF;
  font-size: 1.617em;
  padding-top: 10px;
}
/* ICONES */

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ico-putput';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'ico-putput';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: 'ico-putput';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-phone:before {
  content: "\e001";
}
.icon-mail:before {
  content: "\e002";
}
.icon-user:before {
  content: "\e004";
}
.icon-airplane:before {
  content: "\e005";
}
.icon-checkmark:before {
  content: "\e000";
}
.icon-check-alt:before {
  content: "\e003";
}
.icon-checkbox:before {
  content: "\e006";
}
.icon-number:before {
  content: "\e007";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-2:before {
  content: "\e008";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-3:before {
  content: "\e009";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-4:before {
  content: "\e00a";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-5:before {
  content: "\e00b";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-6:before {
  content: "\e00c";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-7:before {
  content: "\e00d";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-8:before {
  content: "\e00e";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-9:before {
  content: "\e00f";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-10:before {
  content: "\e010";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-refresh:before {
  content: "\e011";
}
.icon-location:before {
  content: "\e012";
  font-size: 1.2em;
  vertical-align: bottom;
}
.icon-map-pin-alt:before {
  content: "\e013";
}
.icon-unlocked:before {
  content: "\e014";
}
.icon-locked:before {
  content: "\e015";
}
.icon-warning:before {
  content: "\e016";
}
.icon-calendar:before {
  content: "\e017";
}
.icon-suitcase:before {
  content: "\e018";
}
.icon-bubble-speech:before {
  content: "\e019";
}
.icon-key:before {
  content: "\e01a";
}
.icon-airplane-2:before {
  content: "\e01b";
}
.icon-users:before {
  content: "\e01c";
}
.icon-notebook:before {
  content: "\e01d";
}
.icon-clock:before {
  content: "\e01e";
  vertical-align: sub;
}
.icon-download:before {
  content: "\e01f";
}
.icon-grid-view:before {
  content: "\e020";
}
.icon-layout:before {
  content: "\e021";
  font-size: 1.5em;
  vertical-align: text-bottom;
}
.icon-number-11:before {
  content: "\e02c";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-12:before {
  content: "\e02d";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-13:before {
  content: "\e02e";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-14:before {
  content: "\e02f";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-15:before {
  content: "\e030";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-16:before {
  content: "\e031";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-17:before {
  content: "\e032";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-18:before {
  content: "\e033";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-19:before {
  content: "\e034";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-number-20:before {
  content: "\e035";
  font-size: 1.3em;
  vertical-align: text-top;
}
.icon-labels:before {
  content: "\e036";
}
.icon-calendar2:before {
  content: "\e038";
}
.icon-world:before {
  content: "\e039";
  font-size: 1.3em;
  vertical-align: text-bottom;
}
.icon-trolley:before {
  content: "\e037";
  font-size: 2.2em !important;
}
.icon-number-2-2:before {
  content: "\e022";
}
.icon-number-1:before {
  content: "\e023";
}
.icon-number-3-2:before {
  content: "\e024";
}
.icon-number-4-2:before {
  content: "\e025";
}
.icon-number-5-2:before {
  content: "\e026";
}
.icon-number-6-2:before {
  content: "\e027";
}
.icon-number-7-2:before {
  content: "\e028";
}
.icon-number-8-2:before {
  content: "\e029";
}
.icon-number-9-2:before {
  content: "\e02a";
}
.icon-number-0:before {
  content: "\e02b";
}
.icon-euro:after {
  content: "\e03b";
  vertical-align: baseline;
}
.icon-euro-bold:after {
  content: "\e03a";
  vertical-align: baseline;
}
.tancament .links ul {
  display: inline;
}
.tancament .links ul li {
  display: inline;
  padding-right: 10px;
}
.tancament .links ul li a {
  display: inline;
  font-size: 1.2em;
  background: white;
}
.tancament .links ul li a:before {
  content: url("http://media.firabcn.es/content/S025013/slide_congres/images/bullet-congres.png");
  vertical-align: top;
}
.tancament .links ul li a:hover {
  background-color: #F2F2F2;
  transition: all 0.4s ease-in 0s;
}
.tancament .portlet {
  margin-bottom: 0px !important;
}
/*******************************************************/
/************ NOVAS PAGINAS ESTANDARES *****************/
/*******************************************************/

/* Contacte */

.icon-out.high {
  border-top-width: 1px;
}
.icon-out {
  overflow: hidden;
  padding-left: 50px;
}
.icon-out h4:before {
  margin-left: -30px;
  position: absolute;
}
.icon-out .icon-phone:before, .icon-out .icon-mail:before {
  font-size: 1.2em;
  font-size: 1.7em\9;
}
.icon-out .icon-user:before {
  font-size: 1.2em;
  font-size: 1.56em\9;
}
.icon-out .phone-number {
  font-size: 1.3em;
  line-height: 1.3em;
}
.icon-out .contact_image {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}
/* Fitxa ttecnica */

.llistat li {
  background-image: url("../images/bullet_llistat.gif");
  background-position: 0 14px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
  padding: 8px 0 8px 12px;
}
.llistat li:last-child {
  border-bottom: medium none;
}
.lista li {
  padding-left: 10px;
  background-image: url("../images/bulletx.gif");
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin-bottom: 7px;
}
.super .lista li {
  padding-left: 10px;
  background-image: url("../images/bulletxs.gif");
  background-repeat: no-repeat;
  background-position: 0 7px;
  margin-bottom: 7px;
}
/* Dates horaris i accesos */
.dates-header {
  padding: 0px;
  margin-bottom: 30px;
}
.dates-box h4:before {
  margin-right: 5px;
}
.dates-box {
  border-right: 1px solid white;
  display: inline-block;
  min-width: 160px;
  padding: 15px 15px 0;
}
.dates-box:last-child {
  border-right: 0px;
}
.detalle.detalleiframe h2 {
  font-weight: bold;
  font-size: 1.5em;
}
.detalle.detalleiframe > div {
  clear: both;
}
.gMapForm .field {
  float: left;
  margin-right: 18px;
}
.field .text {
  display: block;
}
#gMapToAddress {
  display: block;
}
#gMapShowPath {
  margin-top: 18px;
}
.gMapForm {
  margin-bottom: 30px;
}
/* material grafic */
.mg_portlet .portlet {
  min-height: 315px!important;
  margin-bottom: 35px;
}
.mg_portlet img {
  margin-bottom: 0px;
}
p.little {
  font-size: 0.9em;
  line-height: 16px;
  min-height: 50px;
}
/* acreditacion */
.subhigh {
  margin-bottom: 25px;
}
.subhigh .portlet {
  background: none;
}
.acreditasub {
  padding: 20px 20px 1px !important;
  margin-bottom: 20px;
}
.acreditasub .box-img {
  width: 285px;
  margin-right: 15px;
}
.acreditasub h1 {
  margin-bottom: 5px;
}
.acreditasub h2 {
  display: none;
}
.acreditasub h3 {
  font-size: 1.35em!important;
  margin-bottom: 10px;
}
.acreditasub .box-txt {
  display: table;
}
.checklist li {
  font-size: 1.1em;
  line-height: 1.8em;
  padding-left: 2px;
}
.checklist li:before {
  background-image: url("../images/box_check.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0.2em;
  color: #006998;
  margin-right: 8px;
}
.checklist {
  margin-bottom: 15px;
}
/* Modalitats de participacio */

.list-button {
  margin-bottom: 25px;
}
.list-button > p {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0;
}
.list-button ul {
  float: left;
  width: 65%;
}
.list-button li:before {
  font-size: 1.5em;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.list-button li {
  border-top: 1px solid #D2E3EC;
  border-bottom: 1px solid #D2E3EC;
  font-size: 1.1em;
  line-height: 3em;
  margin-top: -1px;
}
.button_right:before {
  color: #F17F00;
  font-size: 2.1em;
  padding-bottom: 6px;
  display: table;
  text-align: center;
  width: 100%;
}
a.button_right {
  border: 1px solid #F17F00;
  display: inline-block;
  font-size: 1.1em;
  height: 66px;
  margin-left: 10px;
  padding-top: 3%;
  text-align: center;
  width: 27%;
  position: relative;
}
a.button_right:hover {
  background-color: #F17F00;
}
a.button_right:hover:before {
  color: white;
  border: none medium;
}
.subhigh {
  background-color: #ECF1F3;
  padding: 8px;
}
cite {
  color: #006898;
}
.stand_pack {
  margin-bottom: 15px;
  overflow: hidden;
}
.stand_pack .thumb {
  float: left;
  margin-right: 20px;
  margin-top: 2px;
  width: 24%;
}
/* El WYSIWYG de liferay introduce despus de cada imagen un espacio que desajusta la caja, lo ocultamos*/
.stand_pack > br {
  display: none;
}
.features {
  float: left;
  width: 70%;
}
.features_header {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 2em;
  margin-bottom: 10px;
  position: relative;
}
.features_header span {
  margin-right: 2em;
}
.features_header span:last-child {
  margin-right: 0;
}
.features_header .type {
  text-transform: uppercase;
  display: inline-block;
  width: 207px;
}
.features .final_prize {
  color: white;
  line-height: 1.4em;
  padding-top: 0;
  position: absolute;
  right: 0;
  padding-top: 0.2em;
}
.final_prize.icon-euro:after {
  vertical-align: sub !important;
}
.features_list {
  color: #666666;
  float: left;
  font-size: 0.9em;
  line-height: 1.3em;
  margin-right: 45px;
}
.subpack {
  border-left: 1px solid #B6D2E0;
  padding-left: 16px;
}
/* Equip comercial */


.contact .card {
  background-color: #F5F5F5;
  border-top: 0 solid #DBE9F0;
  float: left;
  width: 283px;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #e0dad7;
}
.contact .card .pic {
  float: right;
  margin: 0 0 0 20px;
  margin-left: 20px;
}
.contact .card div {
  min-height: 50px;
}
.contact .card span {
  display: block;
}
.contact .card .name {
  font-size: 1.15em;
  line-height: 1.333em;
  font-weight: bold;
  color: #333333;
}
.contact .card .job-title {
  color: #666666;
}
.contact .card .languages {
  font-size: 0.917em;
  font-style: italic;
  color: #666666;
  margin-bottom: 10px;
}
.contact .mini {
  width: 172px;
  padding-right: 20px;
  margin-right: 22px;
}
.contact .last {
  margin-right: 0;
}
.pestanyas {
  position: absolute;
  right: 0;
  top: 0;
}
h2.phone {
  margin-bottom: 0;
}
h1 span.sales_title, h1 span.sales_inter_title {
  font-size: 0.65em;
  line-height: 1.1em;
  color: #003D58;
  font-weight: bold;
}
.sales_list th {
  color: #333333;
  padding-top: 10px;
  background-color: #F5F5F5;
}
.sales_list table .featured {
  background-color: #F5F5F5;
  white-space: pre;
}
.sales_list table .phone {
  white-space: pre;
}
.sales_inter_card .card > div {
  width: 65%;
}
.sales_inter_card .card .name {
  display: table-footer-group;
}
.sales_inter_card .card .job-title {
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
  display: table-caption;
  line-height: 1.3em;
  margin-bottom: 6px;
  font-size: 1em;
  padding-bottom: 5px;
  width: 100%;
}
.sales_inter_card .contact .card .languages {
  line-height: 1em;
}
.sales_team_tabs.ui-corner-all {
  border: medium none;
  border-radius: 0 0 0 0;
}
.sales_team_tabs.ui-tabs .ui-tabs-nav li {
  top: 4px;
}
.sales_list_tabs, .sales_inter_card_tabs {
  display: none;
}
.sales_list_tabs .sales_title, .sales_inter_card_tabs .sales_title, .sales_card_tabs .sales_title {
  display: none;
}
.ui-tabs-selected {
  cursor: default !important;
}
.sales_team_tabs.article .search-tabs li a {
  color: #44758E;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.3em;
  text-transform: none;
}
.sales_team_tabs.article .search-tabs li.ui-state-active a {
  color: white;
}
.sales_team_tabs .icon-layout:before {
  font-size: 1.5em;
}
.sales_team_tabs .icon-world:before {
  font-size: 1.3em;
}
.contact_data {
  position: absolute;
  right: 0;
  top: 0;
}
/* Expositor */

.exhibitor .subhigh {
  padding: 15px;
  font-size: 0.9em;
}
.exhibitor .check_list li {
  font-size: 1.1em;
  line-height: 1.8em;
  padding-left: 2px;
}
.exhibitor .check_list li:before {
  background-image: url("../images/box_check.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0.2em;
  color: #006998;
  margin-right: 8px;
}
.check_list {
  margin-bottom: 10px;
}
p.info_button {
  color: #666666;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-left: 8px;
  vertical-align: text-top;
  width: 100px;
  word-wrap: break-word;
}
.caixa-text.icon-locked {
  width: 100%;
}
.caixa-text.icon-locked:before {
  color: #999999;
  float: right;
  font-size: 1.9em;
  padding-right: 30px;
  padding-top: 5%;
}
/* Viatges i reserves */

.portlet.box.box-h.high.travel {
  border-top-width: 1px;
  padding-top: 15px;
  margin-bottom: 45px;
}
.travel .wrap {
  position: relative;
}
.travel.box-h .box-txt {
  padding-top: 5%;
}
.travel.box-h .box-img {
  margin-right: 30px;
  margin-bottom: 15px;
  position: relative;
}
.travels .box-img:after {
  content: url("../images/ico_circle.png");
  position: absolute;
  right: -30px;
  top: 36px;
}
.travel.box-h h2:before {
  font-size: 1.7em;
  font-size: 2.5em\9 !important;
  left: 127px;
  padding: 17px;
  position: absolute;
  top: 34px;
}
.travel.box-h h2.icon-trolley:before {
  left: 121px;
  font-size: 2.9em\9 !important;
  line-height: 0.8em\9;
}
.travel .end-box {
  padding-left: 190px;
}
.end-box {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: inherit;
  padding-top: 10px;
}
.offers .box-txt {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: inherit;
  padding-top: 10px;
}
.offers .box-txt h4 {
  float: right;
  padding-top: 5%;
}
.offers .box-txt p {
  margin-bottom: 10px;
}
.offers .end-box {
  border-top: none;
}
.code_graphic .size {
  white-space: nowrap;
}
/*-------------------Building begind barcelona------------------------------------------
  ----------------------------------------------------------------------------------------
  ---------------------------------------------------------------------------------------*/
  /*home*/


.line .portlet.box.high {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #dadad9;
  padding: 30px;
}
.button.high > span {
  color: #ef9694;
  display: block;
  font-size: 10px;
  letter-spacing: 0;
}
#p_p_id_56_INSTANCE_4Z4i_ {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  float: right;
  height: 50px;
  background-color: #f6f6f6;
  margin-top: -75px;
  padding-right: 50px;
  width: 520px;
  z-index: 2000;
}
#p_p_id_56_INSTANCE_GwW5_ .portlet {
  height: 303px;
  left: 8px;
  position: absolute;
  top: 53px;
  width: 300px;
  z-index: 100;
}
#p_p_id_56_INSTANCE_6QwI_ {
  margin-top: 45px;
}
#p_p_id_56_INSTANCE_p79N_ {
  margin-top: -50px;
}
/**  PORTLET  fons vermell*/
.supered h1, .supered h2, .supered h3, .supered h4, .supered h5, .supered h6, .supered p, .supered em, .supered .portlet .title {
  color: #fff;
}
.supered .portlet {
  padding: 10px 15px 5px;
  background-color: #E41A15;
  border-top: none;
/*box-shadow: 0 1px 3px #B6B6B6;*/}
.supered a {
  color: #fff;
  text-decoration: underline;
}
.supered a:hover {
  color: #333;
  text-decoration: underline;
}
.supered .portlet .section {
  color: #fff !important;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #EE6E6B;
  padding-bottom: 5px;
}
.supered .portlet .button.high {
  background-color: #333;
  border-color: none;
  color: white;
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  box-shadow: none;
}
.supered .portlet .button.high:hover {
  background-color: #000;
}
.supered .portlet .lnk {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.supered .portlet .lnk:hover {
  color: #333 !important;
  border-bottom: 1px solid #333 !important;
}
.supered .portlet.box.super strong {
  color: #fff !important;
}
/******PORTLET imatge sang title sobre img******/
.superimg .portlet {
  position: relative;
  padding: 0 15px 20px !important;
  padding-right: 20px;
}
.superimg .portlet.box {
  margin-right: 7px;
  padding-right: 0 !important;/*box-shadow: -3px 5px 4px -3px #ccc;*/
}
.superimg .portlet img {/*position: absolute;*/
  top: 0;
  z-index: 1;
}
.superimg .portlet .title {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.3em;
  padding-top: 60px;
  position: absolute;
  text-shadow: 4px 4px 5px #000;
  z-index: 500;
  width: 100%;
  margin-left: -20px;
}
.superimg .portlet .section {
  left: 10px;
  position: absolute;
  top: 2px;
}
.superimg .portlet .title {
  text-align: center;
}
.superimg .portlet .title a {
  color: #fff;
  text-align: center !important;
  text-shadow: 1px 2px 5px #000;
}
.superimg .section {
  z-index: 500;
  position: absolute;
  padding-bottom: 0px;
}
.superimg .portlet p, .superimg .portlet h1, .superimg .portlet h2, .superimg .portlet h3, .superimg .portlet h4, .superimg .portlet h5, .superimg .portlet h6 {
  padding-right: 15px;
}
.superimg .portlet p {
  position: relative;
  z-index: 500;
}
/******PORTLET imatge sang title sobre img2******/
.superimg2 .portlet {
  position: relative;
  padding: 0 15px 20px !important;
  padding-right: 20px;
}
.superimg2 .portlet.box {
  margin-right: 17px;
  height: 260px;
  padding-right: 0 !important;/*box-shadow: -3px 5px 4px -3px #ccc;*/
}
.superimg2 .portlet img {/*position: absolute;*/
  top: 0;
  z-index: 1;
}
.superimg2 .portlet .title {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.3em;
  padding-right: 15px;
  padding-top: 95px;
  position: absolute;
  text-align: center !important;
  text-shadow: 4px 4px 5px #000;
  z-index: 500;
  width: 100%;
  margin-left: -15px;
}
.superimg2 .portlet .section {
  left: 10px;
  position: absolute;
  top: 2px;
}
.superimg2 .portlet .title a {
  color: #fff;
  text-align: center !important;
  text-shadow: 1px 2px 5px #000;
}
.superimg2 .section {
  z-index: 500;
  position: absolute;
  padding-bottom: 0px;
}
.superimg2 .portlet p, .superimg .portlet h1, .superimg .portlet h2, .superimg .portlet h3, .superimg .portlet h4, .superimg .portlet h5, .superimg .portlet h6 {
  padding-right: 15px;
}
.superimg2 .portlet p {
  color: #fff;
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: 155px;
  z-index: 500;
  width: 100%;
  margin-left: -10px;
}
.superimg2 .lnk {
  background: none repeat scroll 0 0 #fff;
  display: block !important;
  left: 83px;
  margin-left: 25px;
  margin-top: 20px;
  padding: 2px;
  position: absolute;
  text-align: center !important;
  top: 30px;
  font-size: 13px;
}
/******PORTLET imatge sang title sobre columna dreta******/


.superimgcol .portlet.box.high {
  border-bottom: 0 none;
}
.superimgcol .portlet {
  position: relative;
  padding: 0 15px 20px !important;
  padding-right: 20px;
}
.superimgcol .portlet.box {
  margin-right: 0px;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.superimgcol p {
  margin-bottom: 0px !important;
}
.superimgcol .lnk {
  background: none repeat scroll 0 0 #fff;
  display: block !important;
  font-size: 13px;
  margin-left: 78px;
  margin-top: 0;
  padding: 2px;
  position: absolute;
  text-align: center !important;
  top: -54px;
}
.superimgcol .portlet img {
  top: 0;
  width: 255px !important;
  margin-bottom: 0px;
  display: block;
}
.superimgcol .portlet .title {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.3em;
  padding-right: 15px;
  padding-top: 86px;
  position: absolute;
  text-align: center !important;
  text-shadow: 4px 4px 5px #000;
  z-index: 500;
}
.superimgcol .portlet .section {
  left: 10px;
  position: absolute;
  top: 2px;
  color: #fff;
}
.superimgcol .portlet .title {
  text-align: center;
}
.superimgcol .portlet .title a {
  color: #fff;
  text-align: center !important;
  text-shadow: 1px 2px 5px #000;
}
.superimgcol .section {
  z-index: 500;
  position: absolute;
  padding-bottom: 0px;
}
.superimgcol .portlet p, .superimg .portlet h1, .superimg .portlet h2, .superimg .portlet h3, .superimg .portlet h4, .superimg .portlet h5, .superimg .portlet h6 {
  padding-right: 15px;
}
.superimgcol .portlet p {
  position: relative;
  z-index: 500;
}
/*******PORTLET section black*******/
.head .section {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  margin-left: -15px;
  /*margin-right: -15px;*/
  margin-top: -15px;
  padding: 8px 15px;
}
.head .section:after {
  content: " ";
  display: block;
  height: 50px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000 transparent transparent transparent;
}
.head .portlet.box.high {
  padding: 0 0 15px 15px;
}
.head .portlet.box.high p, .head .portlet.box.high h1, .head .portlet.box.high h2, .head .portlet.box.high h3, .head .portlet.box.high h4, .head .portlet.box.high h5 {
  padding-right: 0px;
}
.head .portlet.box.high img {
  margin-bottom: 0 !important;
  max-width: 188px;
}
/*centrar text*/
.centercontent {
  text-align: center;
}
.whitep h1 {
  font-size: 3em;
  margin-top: 25px;
}
.whitep h1, .whitep h2, .whitep h2, .whitep h3, .whitep h4, .whitep h5, .whitep h6, .whitep p {
  color: #fff;
}
.whitep .button.high {
  font-size: 1.5em;
  margin-top: 25px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
/*visitar*/
.reason .section {
  background-color: #e20612;
  color: #fff;
  font-size: 90px;
  margin-left: 31px;
  margin-top: -103px;
  padding-bottom: 45px;
  padding-left: 27px;
  padding-top: 45px;
  position: absolute;
  right: 72px;
  width: 82px;
}
.reason .portlet.box.high {
  height: 100px;
}
.reason p {
  margin-top: 20px;
}
#p_p_id_118_INSTANCE_U2eg_ {
  margin-top: 125px;
}
#p_p_id_56_INSTANCE_5HJx_ .portlet {
  width: 280px;
}
/*xarxes socials*/
#redes_sociales {
  height: 75px;
  margin-right: 30px;
  margin-top: -60px;
  padding-bottom: 40px;
  text-align: right;
  top: 0;
}
#redes_sociales h4 {
  margin-right: 15px;
  padding-top: 15px;
}
#redes_sociales a.enlace {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: -5px;
border- bottom: none !important;
}
#redes_sociales a.enlace:hover {
  text-decoration: none;
  border: 0 none;
}
/*enlla*/
#redes_sociales .printerest {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/printerest.png);
}
/*#redes_sociales .flickr{background-image:url(http://media.firabcn.es/content/S025015/images/xarxes_socials/flickr.png);}*/
#redes_sociales .youtube {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/youtube.png);
}
#redes_sociales .twitter {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/twitter.png);
}
#redes_sociales .linkedin {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/linkedin.png);
}
#redes_sociales .facebook {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/facebook.png);
}
/*over*/
#redes_sociales .printerest:hover {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/printerest.png);
}
/*#redes_sociales .youtube:hover{background-image:url(http://media.firabcn.es/content/S025015/images/xarxes_socials/youtube.png);}*/
#redes_sociales .twitter:hover {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/twitter.png);
}
#redes_sociales .linkedin:hover {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/linkedin.png);
}
#redes_sociales .facebook:hover {
  background-image: url(http://media.firabcn.es/content/S025015/images/xarxes_socials/facebook.png);
}
/*formularis*/
.web-form-portlet .aui-legend {
  border-bottom: medium none;
  position: absolute;
  width: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
  overflow: hidden;
}
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button {
  background-image: none !important;
  background-repeat: no-repeat;
}
.web-form-portlet .aui-form input, .web-form-portlet .aui-form select, .web-form-portlet .aui-form textarea {
  border: 1px solid #E0DAD7;
  border-radius: 0;
  color: #555555;
  display: inline-block;
  font-size: 12px;
  height: 35px;
  line-height: 18px;
  padding: 5px;
}
.portlet-msg-error {
  background-color: rgba(255,240,240,.75) !important;
}
.portlet-msg-success {
  max-width: 400px;
}
/* Forms */
.web-form-portlet legend {
  display: none;
}
.web-form-portlet .aui-field-text, .web-form-portlet .aui-button {
  position: relative;
}
.web-form-portlet .aui-field-label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  display: inline-block;
  padding: 0 10px;
}
.web-form-portlet .aui-field-input, .web-form-portlet .aui-button-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bbb_subscribe .aui-fieldset-content {
  text-align: center;
}
.bbb_subscribe .aui-field-text, .bbb_subscribe .aui-button {
  text-align: left;
  display: inline-block !important;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px !important;
  vertical-align: top !important;
}
.bbb_subscribe .aui-field-input-text {
  background-position: 6px 6px;
  background-repeat: no-repeat;
  padding-left: 50px !important;
  height: 50px !important;
}
.bbb_subscribe .aui-button-input {
  height: 50px !important;
  text-shadow: none !important;
  display: inline-block !important;
}
.bbb_subscribe .aui-field-label {
  padding-left: 50px;
  color: #999 !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: normal !important;
}
.bbb_subscribe input[id$="field1"] {
  background-image: url(../images/user-icon.png) !important;
}
.bbb_subscribe input[id$="field2"] {
  background-image: url(../images/email-icon.png) !important;
}
.bbb_subscribe.vertical .aui-fieldset-content {
  padding: 15px;
  text-align: left;
}
.bbb_register {
  margin-top: 0px;
  padding: 0px;
}
.bbb_register .aui-field-input-text {
  height: 50px !important;
}
.bbb_register .aui-field-label {
  color: #999 !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.bbb_register .aui-button-input {
  height: 50px !important;
  text-shadow: none !important;
}
html {
  -webkit-font-smoothing: antialiased;
}
.has-burger-menu #nav-main {
  display: block;
  margin-top: -60px;
  height: 60px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-color: transparent;
}
.has-burger-menu #nav-main ul.dropdown {
  position: absolute;
  top: 0;
  right: -100%;
  width: auto;
  float: none;
  -webkit-transition: right .5s ease-in-out;
  -o-transition: right .5s ease-in-out;
  transition: right .5s ease-in-out;
}
.has-burger-menu #nav-main ul.dropdown > li {
  background-color: #1D1C0D;
  overflow: visible;
}
.has-burger-menu.menu-is-active #nav-main {
  overflow: hidden
}
.has-burger-menu .burger-icon {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5000;
  background: #1d1c0d url(http://media.firabcn.es/content/S025015/images/burger-icon.png) no-repeat center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.has-burger-menu .burger-icon:hover {
  background-color: #6A6960;
}
.has-burger-menu.menu-is-active #nav-main ul.dropdown {
  right: 60px;
}
#header-wrap #nav-main {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.has-burger-menu #header-wrap #header {
  box-shadow: none;
}
.has-burger-menu #header-wrap #nav-main {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
#header-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}
.dockbar {
  z-index: 2000;
}

  /* Burger icon animation */
@-webkit-keyframes burger-cycle {
 0% {
background-color: #1D1C0D;
-webkit-transform: scale3d(1, 1, 1);
}
 50% {
background-color: #6A6960;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
background-color: #1D1C0D;
-webkit-transform: scale3d(1, 1, 1);
}
}
@-moz-keyframes burger-cycle {
 0% {
background-color: #1D1C0D;
-moz-transform: scale3d(1, 1, 1);
}
 50% {
background-color: #6A6960;
-moz-transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
background-color: #1D1C0D;
-moz-transform: scale3d(1, 1, 1);
}
}
@-o-keyframes burger-cycle {
 0% {
background-color: #1D1C0D;
-o-transform: scale3d(1, 1, 1);
}
 50% {
background-color: #6A6960;
-o-transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
background-color: #1D1C0D;
-o-transform: scale3d(1, 1, 1);
}
}
@keyframes burger-cycle {
 0% {
background-color: #1D1C0D;
transform: scale3d(1, 1, 1);
}
 50% {
background-color: #6A6960;
transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
background-color: #1D1C0D;
transform: scale3d(1, 1, 1);
}
}
.has-burger-menu:not(.menu-is-active) .burger-icon {
  -webkit-animation: burger-cycle 1s infinite;
  -moz-animation: burger-cycle 1s infinite;
  -o-animation: burger-cycle 1s infinite;
  animation: burger-cycle 1s infinite;
}
/************MENU*******************/

/*CONTENIDOS*/
/*life*/
#p_p_id_56_INSTANCE_L26y_ .portlet {
  height: 414px;
}
/*agora*/
#p_p_id_56_INSTANCE_m1kK_ .portlet {
  height: 414px;
}
/*forocontract*/
#p_p_id_56_INSTANCE_8KnI_ .portlet {
  height: 414px;
}
/*rehabilitacion*/
#p_p_id_56_INSTANCE_0vFS_ .portlet {
  height: 414px;
}
/*sostenibilidad*/
#p_p_id_56_INSTANCE_b7V6_ .portlet {
  height: 414px;
}
/*EXPONER*/
.reasons .portlet {
  height: 260px;
}
#p_p_id_1_WAR_webformportlet_INSTANCE_aKR3_ {
  margin-top: -50px;
}
#p_p_id_56_INSTANCE_c9S6_ {
  margin-top: -21px;
}
#p_p_id_56_INSTANCE_0C3e_ .portlet {
  height: 262px;
}
/*Areas*/
#p_p_id_56_INSTANCE_Ydb7_ {
  margin-top: -100px;
  margin-right: 60px;
}
/* Destacats Modalidades */
/*hover*/
.participe_stand .aui-w70 {
  width: 775px !important;
}
.participe_stand .aui-w30 {
  width: 165px !important;
  padding-top: 5px;
}
.participe_stand h2.title {
  display: none;
}
.participe_stand img {
  width: 100%;
  max-width: none !important;
  height: auto;
}
.participe_stand .portlet.box {
  height: 620px;
  margin-right: 18px;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.participe_stand h4 {
  color: white;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 200;
  /*height: 200px;*/
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 4px 4px 5px #000;
  top: 20px;
  padding: 30px
}
.participe_stand h4 strong {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  padding-top: 15px;
}
.participe_stand .participeg, .participe_stand .participee, .participe_stand .participegrow, .participe_stand .participese {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  z-index: 2000;
}
.participe_stand .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: gray;
  color: #333;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  filter: alpha(opacity=0); /* IE8 */
}
.participe_stand .portlet.box:hover .over {
  opacity: 1;
  filter: alpha(opacity=100); /* IE8 */
}
.participe_stand .overg {
  background-color: #1D1C0D;
}
.participe_stand .overe {
  background-color: #69747a;
}
.participe_stand .overgrow {
  background-color: #633a26;
}
.participe_stand .overse {
  background-color: #999999;
}
.participe_stand .over h4 {
  color: white;
  font-size: 18px;
  left: 0;
  margin: 0;
  padding: 15px;
  text-align: left;
  top: 0;
}
.participe_stand .over p {
  color: #c9c9c5;
  margin: 0;
  padding: 20px 15px 15px;
}
.participe_stand .over p strong {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.participe_stand .over ul {
  list-style: disc;
  padding: 0 15px 15px 15px;
  margin-left: 15px;
}



/*acordeon*/
 @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
 @import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
/* CSS reset */
.ac-container .text span {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  text-transform: none;
}
.label.areimg1 {
  background: url("http://media.firabcn.es/content/S025015/images/area-market-2.jpg") no-repeat;
  height: 158px;
}
.label.areimg2 {
  background: url("http://media.firabcn.es/content/S025015/images/area-innovacion-2.jpg") no-repeat;
  height: 158px;
}
.label.areimg3 {
  background: url("http://media.firabcn.es/content/S025015/images/area-rebuilt-2.jpg") no-repeat;
  height: 158px;
}
.ac-small {
  background-color: #1d1c0d;
}
.ac-small:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 100px;
  border-color: transparent transparent #1d1c0d transparent;
  display: block;
  position: absolute;
}
.ac-container a { /*border-bottom-color: #B3181E; border-bottom-style: solid; border-bottom-width: 1px;*/
  color: #FFFFFF;
}
.container {
  width: 100%;
  position: relative;
  text-align: center;
}
.clr {
  clear: both;
}
.container > header {
  padding: 20px 30px 10px 30px;
  margin: 0px 20px 10px 20px;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  text-align: center;
}
.container > header h1 {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
  position: relative;
  font-weight: 400;
  color: #3d7489;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  padding: 0px 0px 5px 0px;
}
.container > header h1 span {
  color: #80B8CE;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2 {
  font-size: 16px;
  font-style: italic;
  color: #82858e;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.codrops-top {
  line-height: 24px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
  box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a {
  padding: 0px 10px;
  letter-spacing: 1px;
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  display: block;
  float: left;
}
.codrops-top a:hover {
  background: #fff;
}
.codrops-top span.right {
  float: right;
}
.codrops-top span.right a {
  float: left;
  display: block;
}
p.codrops-demos {
  text-align: center;
  display: block;
  padding: 14px;
}
p.codrops-demos a, p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
  display: inline-block;
  border: 1px solid #7FB2C1;
  padding: 4px 10px 3px;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 3px;
  font-weight: 800;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #b0d4e3;
  background: -moz-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0d4e3), color-stop(100%, #88bacf));
  background: -webkit-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: -o-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: -ms-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
  background: linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf', GradientType=0 );
}
p.codrops-demos a:hover {
  background: #80B8CE;
}
p.codrops-demos a:active {
  -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
  -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
/* Media Queries */
@media screen and (max-width: 767px) {
.container > header {
  text-align: center;
}
p.codrops-demos {
  position: relative;
  top: auto;
  left: auto;
}
}
/*ac-container*/
.ac-container {
  width: 980x; /*margin: 10px auto 30px auto;*/
  text-align: left;
}
.ac-container > div:before, .ac-container > div:after {
  content: "";
  display: table;
}
.ac-container > div:after {
  clear: both;
}
.ac-container .label {
  border-top-color: #333333;
  border-top-style: solid;
  border-top-width: 0px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 33px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  z-index: 20;
}
.ac-container .label:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("http://media.firabcn.es/content/S025015/images/more-2.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  height: 100px;
  position: absolute;
  right: 40px !important;
  top: 35px !important;
  width: 48px !important;
}
.ac-container .visible .label:after {
  background-image: url(http://media.firabcn.es/content/S025015/images/less-2.png);
}
.ac-container article {
  padding: 0 60px 0 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ac-container .visible article {
  max-height: 400px;
}
.ac-container .logos {
  float: left;
}
.ac-container .text {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 21px;
  padding-right: 0;
  padding-top: 52px !important;
  text-align: center;
  text-transform: uppercase;
}
/*.visible .ac-small:before {
    border-color: transparent transparent #1d1c0d;
    border-style: solid;
    border-width: 0 20px 20px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 166px;
    width: 0;
    z-index: 100;
}*/


.ac-container article p {
  color: #C9C9C5;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-left: 50px;
  margin-top: 25px;
}
.abloc1 > strong {
  font-weight: 700;
}
.abloc2 > strong {
  font-weight: 700;
}
.abloc3 > strong {
  font-weight: 700;
}
.abloc1, .abloc2, .abloc3 {
  float: left;
  margin-left: 21px !important;
  text-align: left !important;
  width: 281px;
}
.has-v-padding .portlet {
  padding: 40px 0;
}
/* INICI: acordeon */

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.slides > li:first-child {
  display: block;
}
.slides li {
  width: 100%;
}
.flexslider {
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  padding: 10px 0 30px 0;
  position: relative;
}
.flex-prev, .flex-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -50px;
  text-indent: -9999em;
  background: transparent url(http://media.firabcn.es/content/alimentaria_premium/images/flex-nav.png) no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.flex-prev {
  left: -46px;
  background-position: top;
}
.flex-next {
  right: -46px;
  background-position: bottom;
}
.flex-prev:hover, .flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-pic {
  float: left;
  width: 354px;
}
.flex-pic img {
  margin: 0 !important;
}
.flex-content {
  margin-left: 374px;
  padding-right: 20px;
}
.flex-content h3 {
  margin: 0 0 10px;
  font-family: 'Merriweather', serif;
  font-weight: normal;
  font-size: 20px;
  color: white;
}
.flex-content p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}
.flex-content img {
  width: auto !important;
  margin: 30px 0 0 !important;
}
.text > h3 {
  color: #fff;
  margin-bottom: 5px;
 font-weight: 600:;
}
.ac-small strong {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}
/* FINAL: acordeon*/

/*(home)informacio practica*/
#p_p_id_56_INSTANCE_3bNb_ .portlet {
  height: 120px;
}
/*(home)contacto*/
#p_p_id_56_INSTANCE_hyB1_ .portlet {
  height: 120px;
}
/*(home)razones*/
#p_p_id_56_INSTANCE_xm0S_ .portlet {
  height: 140px;
}
#p_p_id_56_INSTANCE_c9S6_ .portlet {
  height: 303px;
}
.col-240.last.portlet-column.portlet-column-last.aui-dd-drop {
  margin-top: 37px;
}
#p_p_id_118_INSTANCE_X8Kp_ {
  margin-bottom: 20px;
  margin-top: 30px;
}
#p_p_id_56_INSTANCE_mMl8_ {
  margin-left: 5px;
  margin-top: -141px;
}
#p_p_id_118_INSTANCE_uQ3z_ {
  margin-bottom: 20px;
}
#p_p_id_56_INSTANCE_0C3e_ .portlet {
  height: 281px;
}
/*portlet anidado, constenidor fons blanc*/
.nestedwhite {
  background: none repeat scroll 0 0 #fff;
  padding: 15px 15px 20px;
}
.border {
  border-top: 1px solid #cccccc;
}
.nestedwhiteespai {
  background: none repeat scroll 0 0 #fff;
  padding-left: 37px;
}
.nestedwhiteespai .section {
  border-bottom: medium none;
}
.despremipetit {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
.despremipetit .section {
  margin-bottom: 0 !important;
}
.despremipetit {
  border-left: 1px solid #ccc;
  height: 92px;
  margin-bottom: 31px;
  padding-left: 10px;
}
.despremipetit em {
  line-height: 0;
}
.despremipetit a {
  position: relative;
  top: -13px;
}
.nestedwhite p {
  margin-bottom: 3px;
}
/*news red(barcelona,Proyeccin en el mundo)*/
.newsred {
  background: #e41a15;
  padding: 10px 15px 5px;
}
.newsred .portlet .title, .newsred .portlet p {
  color: #fff;
}
.newsred .web-form-portlet .aui-form .aui-field-input-text {
  width: 218px;
}
.newsred .web-form-portlet .aui-form .aui-field {
  margin-top: 0px;
}
.newsred .web-form-portlet .aui-form .aui-button .aui-button-input {
  background-color: #1d1c0d;
}
/*news white (Equipo comercial)*/
.newswithe .aui-field-input.aui-field-input-text {
  width: 218px !important;
}
/******PAGINES ESTANDARDS BARCELONA**********/

div.bcn a {
  float: left;
  width: 300px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 20px;
  border-bottom: 0px;
}
div.bcn a span {
  color: white;
  position: absolute;
  z-index: 500;
  cursor: pointer;
  background: #000;
  bottom: -210px;
  height: 270px;
  padding: 13px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  opacity: 0.8; /* For IE 5-7 

*/
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 */    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
div.bcn a:hover span {
  bottom: 0px;
  height: auto;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
-o- transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
div.bcn strong {
  color: #e41a15;
  font-size: 20px !important;
  font-weight: normal;
  background: url("http://media.firabcn.es/content/S025015/images/barcelona_bullet.png") no-repeat scroll right center transparent;
  display: block;
  height: 22px;
}
div.bcn em {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px;
  font-style: normal !important;
}
/**/



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
  padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
  padding: 0;
}
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px;
}
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0;
}
}
 @media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0;
}
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.mfp-container {
  padding-left: 6px;
  padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Magnific Popup CSS */


/*visulitzador portlets*/

.portlet-borderless-bar {
  background: none repeat scroll 0 0 #333;
  color: #fff;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px #000;
  top: 0;
  z-index: 1000 !important;
}
/*#footer .siteinfo .bottom-links li:nth-child(3) {
    display: none;
}


/*#footer .siteinfo .bottom-links li:nth-child(2) {
    display: none;
}

/*****************************************************************/
/********************AREAS****************************************/
/*****************************************************************/




.BBB-mi {
  /*margin-top: 82px;*/
  width: 980px;
  height: 470px;
  margin-bottom: 0px;
  position: relative;
}
.BBB-mi .map-layers {
  position: absolute;
  left: 25px;
  bottom: 40px;
  width: 894px;
  height: 300px;
  top: 65px;
}
.BBB-mi .layer {
  position: absolute;
  top: 0;
  left: 0;
}
.BBB-mi .layer.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.BBB-mi .layer.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.BBB-mi .map-box {
  position: absolute;
  width: 230px;
  padding: 30px 30px 20px;
  background-color: white;
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
  text-align: center;
  cursor: pointer;
}
.BBB-mi .map-box.one {
  right: 5px;
  top: 21px;
}
.BBB-mi .map-box.two {
  left: 56px;
  top: 5px;
}
.BBB-mi .map-box.three {
  left: 371px;
  top: 267px;
}
.BBB-mi .map-box .num {
  background-color: #333;
  border-radius: 50%;
  color: white;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: normal;
  height: 25px;
  left: 87%;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 114px;
  width: 25px;
}
.BBB-mi .map-box .title {
  margin-bottom: 10px;
  color: #1e1c0d;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.1;
  text-transform: uppercase;
}
.BBB-mi .map-box .text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
.BBB-mi-popup {
  position: relative;
  width: 360px;
  padding: 30px;
  margin: 20px auto;
  background-color: white;
}
.BBB-mi-popup .header {
  display: table;
  width: 440px;
  height: 270px;
  position: relative;
  margin: -30px -30px 10px;
  text-align: center;
}
.BBB-mi-popup img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.BBB-mi-popup .inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.BBB-mi-popup .title {
  margin: 0 0 10px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}
.BBB-mi-popup .subtitle {
  margin: 0;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
.BBB-mi-popup .body {
  color: #333;
  font-family: 'Ubuntu', sans-serif;
}
.BBB-mi-popup h3 {
  margin: 20px 0 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.BBB-mi-popup p {
  margin: 0 0 30px;
  font-size: 13px;
  line-height: 1.4;
}
.BBB-mi-popup {
  background-color: white;
  margin: 20px auto;
  padding: 30px;
  position: relative;
  width: 360px !important;
}
/*.aui-w33.portlet-column.portlet-column-last { padding-right: 0;}
.aui-w1-3, .aui-w33{ padding-right: 5px !important;}*/
.portlet-journal-content .icons-container {
  clear: both;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: auto;
  z-index: 5000;
}
/***********agenda********************/
.ag .section strong {
  border-bottom: 0 none;
  color: #333333;
  font-size: 60px;
  display: block;
  line-height: 50px;
}
.ag .section {
  border-bottom: 0 none;
  color: #333333;
  font-size: 12px;
  display: inline;
  position: absolute;
  line-height: 39px;
  top: 25px;
}
.ag .box-img {
  margin-left: 115px;
  padding-right: 10px;
}
.ag .title {
  margin-top: 10px;
}
/******form***********/
.newsred .web-form-portlet .aui-form .aui-field-input-select {
  height: 46px;
  line-height: 28px;
  width: 218px;
}
.bbb_subscribe input[id$="field3"] {
  background-image: url("../images/email-icon.png") !important;
}
.bbb_subscribe input[id$="field4"] {
  background-image: url("../images/email-icon.png") !important;
}
.bbb_subscribe input[id$="field5"] {
  background-image: url("../images/email-icon.png") !important;
}
#p_p_id_1_WAR_webformportlet_INSTANCE_j3jB_ .aui-field-content {
  margin-bottom: 15px !important;
}
.aui-field-element select {
  color: #999999 !important;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
/*destacado agenda peq*/

.dagenda span {
  font-size: 14px;
}
.dagenda strong {
  color: white;
  font-weight: bold;
}
.dagenda em {
  color: white;
  font-size: 14px;
  font-style: normal;
  position: relative;
  top: -6px;
  font-family: "Montserrat", ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â¹sans-serif
}
.dagenda img {
  margin-right: 11px;
  margin-top: -4px;
  padding-left: 12px !important;
}
/**********material grafic***************/
/*.material-grafic {
	width: 98%;
	padding: 10px;
}
.material-grafic h1 {
  margin-bottom: 0;
  font-size: 36px;
  color: #202020;
  font-weight: bold;
  margin: 20px 10px;
  display: inline-block;
  height: auto;
  padding: 0 0 5px 0;
  width: 100%;
  text-align: center;
}
.material-grafic p {
  margin: 0 12px;
}
.material-grafic .presskit-item.banners.row {
  width: 90%;
  margin: 0 auto;
}
.material-grafic a.color-lnk.normal {
  margin: 0 auto 0 auto;
  background: #c3000c;
  padding: 15px 58px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  width: 232px;
  text-transform: uppercase;
}
.material-grafic .downloads p {
	color: #545252;
	font-size: 15px;
	font-style: italic;
    width: 100%;
}
.app-down .button.high {
  margin: 0;
}
.material-grafic {
margin: 23px 0 0 0;
}
#p_p_id_56_INSTANCE_9Fuk_ {
background-color: transparent !important;
}

.material-grafic .header {
background: url("../images/fletxa.png") no-repeat 0 0;
height: 257px;
margin: 40px 0 0 0;
}
.material-grafic .header h1 {
margin: 100px 0 0 0;
}
.material-grafic .section.first p:nth-of-type(1) {
margin: 0 12px;
font-size: 20px;
color: #202020;
line-height: 27px;
position: absolute;
top: 146px;
}
.material-grafic .get-code p {
font-size: 18px;
line-height: 25px;
}*/

/********** menÃƒÆ’u 2on nivell ***************/

#content {
padding-top: 230px;
}

#nav-main ul.dropdown li ul {
display: block !important!;
position: fixed;
left: 50% !important;
top: 185px !important;
margin-left: -490px;
width: 980px;
background-color: #eee;
opacity: 1;
box-shadow: none;
}

#nav-main ul.dropdown li ul li {
float: left;
border: none;
width: auto !important;
}

#nav-main ul.dropdown li ul li + li:before {
float: left;
display: block;
padding: 10px 0;
content: "|";
font-size: 11px;
line-height: 1;
margin-top: -1px;
margin-left: -1px;
color: #999;
}

#nav-main ul.dropdown li.active ul li a,
#nav-main ul.dropdown li:hover ul li a {
min-width: 0;
padding: 10px 10px;
background-color: transparent !important;
color: #555;
font-size: 11px;
text-transform: uppercase;
letter-spacing: -0.01em;
}

#nav-main ul.dropdown li ul li a:hover {
color: #000;
}

#nav-main ul.dropdown li.active ul,
#nav-main ul.dropdown li:hover ul {
display: block !important;
}

#nav-main ul.dropdown li.active ul {
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
z-index: 1000;
}

.menu-is-active #nav-main ul.dropdown li:hover ul {
z-index: 1001;
}

/********** FINAL: menÃ¯Â¿Â½ 2on nivell ***************/

/********** INICI: menÃ¯Â¿Â½ 1er nivell sempre visible ***************/

.has-burger-menu .burger-icon {
display: none;
}

.has-burger-menu #nav-main {
overflow: visible;
}

.has-burger-menu #nav-main > ul.dropdown {
right: 0;
transition: none !important;
}

/********** FINAL: menÃ¯Â¿Â½ 1er nivell sempre visible ***************/

.margeimg .portlet.box > img {
    margin-left: -15px;
}

/*****************************************************************/
/*** AÃ¯Â¿Â½adidos Yari (Vass) para pÃ¯Â¿Â½gina modalidades - 04/11/2014 ***/
/*****************************************************************/

.modalidad_row {}
.modalidad_row A {border:0px;}
.modalidad_row .participe {background-color:#FFFFFF;padding:0px 30px 34px 30px;margin:0px 15px 30px 0px;}
.modalidad_row .participe .texto {padding-top:30px;font-weight:bold;line-height:30px;}
.modalidad_row .participe .boton {background-color:#C3000C;width:225px;height:45px;text-align:center;margin-top:30px;}
.modalidad_row .participe .boton A {color:#FFFFFF;line-height:45px;font-size:1.25em;font-weight:bold;border:0px;}
.modalidad_row .descuento {background-color:#333333;padding:0px 10px 37px 10px;margin:0px 0px 30px 15px;}
.modalidad_row .descuento .row1 {color:#FFFFFF;border-bottom:1px solid #E5EDFA;padding-top:15px;}
.modalidad_row .descuento .row2 {text-align:center;padding:0px 30px 0px 30px;margin-top:30px;}
.modalidad_row .descuento .row2 P {color:#FFFFFF;font-size:1.5em;line-height:1.1em;}
.modalidad_row .descuento .row2 P SPAN {font-weight:bold;}
.modalidad_row .descuento .row2 .big {font-size:1.1em;}
.modalidad_row .descuento .row2 A {color:#FFFFFF;font-size:1.5em;line-height:1.1em;border-bottom:1px solid #A6A6A6;}
.modalidad_row .solicitud {height:505px;background-color:#FFFFFF;overflow:hidden;margin-bottom:15px;}
.modalidad_row .solicitud .contenedor {position:absolute;}
.modalidad_row .solicitud .contenedor:hover .mascara-defecto {display:none;}
.modalidad_row .solicitud .contenedor:hover .mascara-over {display:inline;}
.modalidad_row .solicitud .column1 {width:322px;}
.modalidad_row .solicitud .column2 {width:327px;}
.modalidad_row .solicitud .column3 {width:327px;}
.modalidad_row .solicitud .imagen {width:100%;height:242px;}
.modalidad_row .solicitud .texto {color:#000000;font-size:1.2em;padding:0px 30px 0px 30px;}
.modalidad_row .solicitud .texto SPAN {font-weight:bold;}
.modalidad_row .solicitud .icono1 {position:absolute;right:20px;top:455px;}
.modalidad_row .solicitud .icono2 {position:absolute;right:30px;top:455px;}
.modalidad_row .solicitud .icono3 {position:absolute;right:26px;top:455px;}
.modalidad_row .solicitud .mascara-defecto {position:absolute;left:0px;top:0px;height:242px;background:url(../images/modalidad-solicitud-bkg.png) no-repeat;}
.modalidad_row .solicitud .mascara-defecto .titulo {color:#FFFFFF;padding:7px 10px 7px 10px;font-size:1.1em;}
.modalidad_row .solicitud .mascara-defecto .texto {color:#FFFFFF;padding:40px 0px 0px 0px;margin-top:30px;font-size:1.3em;text-align:center;line-height:24px;text-shadow:2px 2px 0px #000000;
  -webkit-text-shadow:2px 2px 0px #000000;-moz-text-shadow:2px 2px 0px #000000;filter:progid:DXImageTransform.Microsoft.DropShadow(offX=2, offY=2, Color='#000000');}
.modalidad_row .solicitud .mascara-defecto .texto SPAN {font-weight:bold;font-size:1.5em;}
.modalidad_row .solicitud .mascara-over {position:absolute;left:0px;top:0px;height:505px;background:url(../images/modalidad-solicitud-mask.png);text-align:center;display:none;}
.modalidad_row .solicitud .mascara-over IMG {padding:50px 0px 20px 0px;}
.modalidad_row .solicitud .mascara-over A {color:#B9B9B9;font-size:1.3em;border-bottom:1px solid #B9B9B9;font-weight:bold;}
.modalidad4 {background:#FFFFFF url(../images/modalidad-solicitud4-bkg.png) no-repeat;padding:0px 0px 20px 0px;margin-bottom:30px;}
.modalidad4 .titulo {color:#FFFFFF;padding:7px 10px 7px 10px;font-size:1.1em;}
.modalidad4 .contenido {padding:30px 40px 0px 40px;}
.modalidad4 .contenido .tipo {width:34%;float:left;font-size:1.8em;font-weight:bold;padding-top:5px;}
.modalidad4 .contenido .texto {width:66%;float:left;font-size:1.3em;line-height:20px;}
.modalidad4 .contenido .texto SPAN {font-weight:bold;}
.modalidad4 .contenido .texto A {color:#C3000C;font-weight:bold;border-bottom:1px solid #C3000C;}
.modalidad_ultima {}
.modalidad_ultima .aui-w70 {width:67% !important;}
.modalidad_ultima .aui-w30 {width:33% !important;}
.modalidad_ultima A {border:0px;}
.yaexpositor {}
.yaexpositor .barra {position:relative;top:0px;left:50%;margin-left:-105px;width:210px;height:20px;background-color:#000000;z-index:100;}
.yaexpositor .contenido {position:relative;top:-10px;background-color:#DADADA;text-align:center;padding:0px 55px 0px 55px;height:280px;}
.yaexpositor .contenido P {font-size:1.4em;color:#000000;padding-top:60px;padding-bottom:25px;}
.yaexpositor .contenido SPAN {font-size:1.3em;font-weight:bold;line-height:40px;}
.yaexpositor .contenido .boton {position:relative;left:50%;margin-left:-105px;width:180px;padding:15px;background-color:#C3000C;}
.yaexpositor .contenido .boton A {color:#FFFFFF;font-size:1.3em;font-weight:bold;border:0px;}
.masinfo {background:url(../images/modalidad-masinfo.jpg) center;margin-top:10px;text-align:center;height:280px;}
.masinfo P {color:#FFFFFF;font-size:1.9em;font-weight:bold;line-height:28px;padding-top:60px;text-shadow:2px 2px 0px #000000;
  -webkit-text-shadow:2px 2px 0px #000000;-moz-text-shadow:2px 2px 0px #000000;filter:progid:DXImageTransform.Microsoft.DropShadow(offX=2, offY=2, Color='#000000');}
.masinfo .boton {position:relative;left:50%;margin-left:-55px;width:110px;background-color:#FFFFFF;padding:5px 0px 5px 0px;}
.masinfo .boton A {color:#B82929;font-size:1.1em;font-weight:bold;border:0px;}



/* CUSTOM  */
#p_p_id_56_INSTANCE_e4Ih_ .article .lightbox-gallery {margin-bottom:0;}

.partners h4 {
    font-size: 1.2em !important;
    border-bottom: 0px !important;
    border-top: 2px solid #dadad9;
    padding-top: 10px;
    margin-top: 40px;
}

.partners ul li a {
    border: 0px !important;
    padding: 0px !important;
}
.partners ul li a:hover {
    padding: 0px !important;
}



.noticias-destacadas-portlet .section {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  margin-left: -15px;
  /*margin-right: -15px;*/
  margin-top: -15px;
  padding: 8px 15px;
}
.noticias-destacadas-portlet .section:after {
  content: " ";
  display: block;
  height: 50px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000 transparent transparent transparent;
}


/* ========================== */
/* PÁGINAS                    */
/* ========================== */

/* >Página Acreditación */
/* Generic display */
.bbb-table {
  width: 980px;
  display: table;
}
  .bbb-trow {
    display: table-row;
  }
    .bbb-td {
      display: table-cell;
      vertical-align: middle;
      padding: 20px;
      font-size: 14px;
      border-right: 1px solid #d9d9d9;
    }

/* Specific display */
.bbb-tdbig {width: 240px;}
.bbb-tdsmall {width: 200px;}

.bbb-thead {
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-right: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  font-weight: bold;
  background: #4e4c4c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Nzc2NzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #4e4c4c 0%, #777676 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4c4c), color-stop(100%,#777676)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4e4c4c 0%,#777676 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4e4c4c 0%,#777676 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4e4c4c 0%,#777676 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4e4c4c 0%,#777676 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4c4c', endColorstr='#777676',GradientType=0 ); /* IE6-8 */
}

.bbb-trowG .bbb-td {background: #eeeeee;}
.bbb-trowW .bbb-td {background: #ffffff;}
.bbb-trowLast .bbb-td {
  border-bottom: 1px solid #a09e9e;
}
.bbb-tdLast { border-right: 1px solid #a09e9e;}
.bbb-tdFirst { border-left: 1px solid #a09e9e;}

