/*
 * Estils per Salons 2012 - Fira de Barcelona
 * by X.Bonell (xavier@bonell.info)
 *
 * Version: 0.9.9e
 * Date: 11/07/2012
 *
 * Typography:
 * - $fontstack1: Arial, sans-serif
 * - $fontstack2: Georgia, serif
 * - $fontstack3: "Courier New", Courier, monospace
 *
 * Grays:
 * - $black: #000
 * - $darkergray: #161616
 * - $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: #336B9A
 * - $blue: #5888B4
 * - $lightblue: #5888B4
 * - $lighterblue: #EDF8FE
 * - $blue1: #336B9A
 * - $blue2: #0C647A
 * - $blue3: #4F7EAA
 * - $blue4: #5888B4
 * - $blue5: #4FBCDB
 * - $blue6: #82E6FF
 * - $blue7: #B3E3F0
 * - $blue8: #002B55
 * - $blue9: #DAEDFF
 * - $blue10: #CEDEEC
 *
 * 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=Droid+Serif:400,400italic,700,700italic);
 @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
 @import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic);
 @import url(http://www.firabarcelona.com/documents/10175/57e7cc55-8a41-4ec2-8607-f76c52e3cd12);


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;
}
.llistatt li {
	padding-left: 10px;
	background-image: url("../images/bulletx.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin-bottom: 2px;
}
.llistatt2 li {
	padding-left: 10px;
	background-image: url("../images/bulletx.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin-bottom: 8px;
}
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.417em 'Lato', sans-serif;
	background: #CEDEEC;
	color: #161616;
}
a {
	color: #161616;
	text-decoration: none;
	outline: medium none;
	border-bottom: 0px solid #cccccc;
}
a:hover {
	border: 0px;
}
a.color-lnk {
	color: #5888B4;
	font-weight: bold;
	border: none;
}
a.color-lnk:hover {
	text-decoration: underline;
}
a.color-lnk.normal {
	font-weight: normal;
}
a.doc {
	color: #5888B4;
	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;
}
.go-back {
	margin-bottom: -15px;
}
h1 {
	font-size: 2.25em;
	line-height: 1.1em;
	margin-bottom: 10px;
	color: #0B5080;
	font-weight: 400;
}
h1 a {
	color: #161616;
}
h2 {
	font-size: 1.833em;
	line-height: 1.136em;
	margin-bottom: 15px;
}
h2 a {
	color: #161616;
}
h3 {
	color: #366485;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 15px;
}
h3 a {
	color: #161616;
}
h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.5em;
	line-height: 1.1em;
}
h5 {
	font-size: 1.25em;
	line-height: 1.3em;
}
h6 {
	font-size: 1.083em;
	line-height: 1.307em;
}
p {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-family: lato;
}
strong {
	font-weight: bold;
}
small {
	font-size: 0.917em;
	color: #666666;
}
i {
	font-size: 0.917em;
	font-style: italic;
	color: #666666;
}
em {
	font-style: italic;
}
em.big {
	font-size: 1.15em;
}
pre {
	white-space: pre-wrap;
	white-space: pre-line;
	margin-bottom: 20px;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	line-height: 1.25em;
}

::-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: 1.167em;
	font-weight: bold;
	text-align: left;
	padding: 20px 10px 10px 4px;
	border-bottom: 1px solid #e0e0e0;
}
table tbody td {
	padding: 10px 10px 10px 4px;
	border-bottom: 1px solid #e0e0e0;
}
.date {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}
.date.vertical {
	text-align: right;
}
.date.vertical span {
	display: block;
}
.date.vertical .day {
	font-size: 1.917em;
	line-height: 1em;
	font-weight: bold;
}
.date.vertical .day-of-week, .date.vertical .month-year {
	line-height: 1em;
}
/*
 * 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: 940px;
	margin-right: 0;
}
.col-640 {
	width: 570px;
	padding-right: 40px;
	border-right: 0px solid #cccccc;
	margin-right: 40px;
}
.col-620 {
	width: 620px;
}
.col-460 {
	width: 460px;
}
.col-407 {
	width: 407px;
}
.col-300 {
	width: 300px;
}
.col-240 {
	width: 240px;
}
.col-193 {
	width: 193px;
}
.last {
	margin: 0;
}
#wrapper {
	width: 100%;
}
#header, #nav-main, #content, #footer {
	width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 225px;
	background: white;
}
#header a {
	border: none;
}
#header #logo {
	display: block;
	width: 285px;
	height: 164px;
	position: relative;
	top: 13px;
	left: 30px;
}
#header #logo h1 span {
	position: absolute;
	left: -999em;
}
#header .top-nav {
	position: absolute;
	top: 15px;
	right: 210px;
}
#header .top-nav .top-links {
	float: right;
	display: none !important;
}
#header .top-nav .top-links li {
	float: left;
	margin-left: 5px;
}
#header .top-nav .top-links li a {
	display: block;
	height: 25px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 25px;
	color: #edf8fe;
	color: rgba(255, 255, 255, 0.8);
	background: rgba(9, 60, 94, 0.9);
	border-radius: 5px 5px 5px 5px;
}
#header .top-nav .top-links li a:hover {
	color: white;
}
#header .top-nav .portlet-language {
	float: right;
	margin-left: 5px;
	width: 82px;
}
#header .top-nav #lang-selector .dropdown-toggle {
	position: relative;
	display: block;
	height: 25px;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 0.917em;
	font-weight: bold;
	line-height: 25px;
	color: black;
	background: transparent;
	box-shadow: none;
}
#header .top-nav #lang-selector .dropdown-toggle:hover {
	color: black;
}
#header .top-nav #lang-selector .dropdown-toggle:after {
	content: url(../images/dropdown-black.png);
	position: absolute;
	right: -6px;
	top: 3px;
}
#header .top-nav #lang-selector .dropdown-menu {
	display: none;
	background: white;
	padding: 0;
	box-shadow: none;
	min-width: 73px;
	border: 2px solid #ccc;
	border-radius: 0px;
}
#header .top-nav #lang-selector .dropdown-menu li a {
	display: block;
	padding: 4px 10px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	color: black;
	background: white;
}
#header .top-nav #lang-selector .dropdown-menu li a:hover {
	color: white;
	background: #29a7d2;
}
#header .top-nav #lang-selector.open .dropdown-menu {
	display: block;
}
#header .top-nav #search {
	float: right;
	width: 176px;
	margin-left: 5px;
}
#header #claim {
	position: absolute;
	top: 40px;
	right: 0;
	width: 695px;
	height: 115px;
}
#claim img {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#header #claim p {
	padding: 20px 0 0 250px;
	color: white;
	font-size: 2.667em;
	line-height: 1.125em;
	text-transform: uppercase;
	text-shadow: 0 1px 5px black;
}
#nav-main {
    background: none repeat scroll 0% 0% #004B78;
    border-bottom: 0px solid #5888B4;
    padding: 0px;
    margin-top: 25px;
    position: relative;
    top: -61px;
    z-index: 10000;
    width: 530px;
  	right: -225px;
}
#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: 1.1em;
	line-height: 36px;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	color: white;
	/*background: #004b78 url(../images/nav-sep.png) no-repeat left center;*/
	background: #004b78;
}
#nav-main ul.dropdown a:hover {
	background: #29a7d2;
}
#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);
}
#nav-main ul.dropdown ul li {
	float: none;
	border-top: 0px solid #6B96BC;
}
#nav-main ul.dropdown ul li.first {
	border: none;
}
#nav-main ul.dropdown ul a {
	min-width: 200px;
	font-size: 1.083em;
	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;
	background-color: #29a7d2;
	background-image: none;
}
#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: #29a7d2;
}
#nav-main ul.dropdown li:hover a {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 16px;
	background: #29a7d2;
}
#content {
	border-left: 1px solid #BAD0E4;
	border-right: 1px solid #BAD0E4;
	background: white;
	width: 940px;
	padding: 20px;
}
#footer .partners, #footer .sitemap {
	padding: 20px;
}
#footer {
	border-left: 1px solid #BAD0E4;
	border-right: 1px solid #BAD0E4;
}
#footer .partners {
	background: white;
	margin-bottom: 0;
}
#footer .sitemap {
	color: white;
	background: #0B5080;
	border-bottom: 3px solid #729FCA;
	zoom: 1;
}
#footer .sitemap ul {
	list-style: none;
}
#footer .sitemap:before, #footer .sitemap:after {
	content: "";
	display: table;
}
#footer .sitemap:after {
	clear: both;
}
#footer .sitemap .col-6-1:first-child {
	display: none;
}
#footer .sitemap .col-6-1 {
	background: transparent url(../images/px-fff-20.png) repeat-y right;
}
#footer .sitemap .last {
	background: transparent url(../images/px-fff-20.png) repeat-y right;
	margin-right: 3px;
}
#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: white;
	border: none;
}
#footer .sitemap a:hover {
	text-decoration: underline;
}
#footer .siteinfo {
	color: #333;
	background: #fff;
	min-height: 75px;
	zoom: 1;
}
#footer .siteinfo:before, #footer .siteinfo:after {
	content: "";
	display: table;
}
#footer .siteinfo:after {
	clear: both;
}
#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: #333;
	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: #161616;
}
.breadcrumbs li.last:after {
	content: none;
	padding: 0;
}
.breadcrumbs li a {
	border: none;
	color: #666666;
}
.breadcrumbs li a:hover {
	color: #5888B4;
}
.submenu {
	margin-bottom: 20px;
}
.submenu li {
	font-size: 1.083em;
	line-height: 1;
}
.submenu li a {
	display: block;
	color: #161616;
	padding: 10px 20px;
	border-bottom: 1px solid #C6DDDF;
}
.submenu li a:hover {
	color: black;
	background-color: #EBF2F3;
}
/*
 * Portlet elements
 *
 */
.portlet {
	background-color: white;
	margin-bottom: 20px;
}
.portlet .section {
	font-size: 0.85em;
	font-weight: normal;
	text-transform: uppercase;
	color: #6897C2;
	margin-bottom: 10px;
	font-family: arial;
}
.portlet .title {
	font-size: 1.45em;
	font-weight: 400;
	line-height: 1.15em;
	margin-bottom: 10px;
	font-family: 'Lato';
}
.portlet .title a:hover {
	text-decoration: underline;
}
.portlet img {
	width: auto !important;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
.portlet p {
	margin-bottom: 10px;
}
.portlet .lnk {
	color: #161616;
	text-decoration: underline;
}
.portlet a {
	border: none;
}
.portlet .lnk:hover {
	color: #5888B4;
}
.portlet.sidebar {
	margin-bottom: 40px;
}
.portlet.sidebar .section {
	color: #161616;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: none;
}
/* Destacat destacat */
.high {
	padding: 10px 15px 5px;
	border: 1px solid #C6DDDF;
	border-top: 1px solid #C6DDDF;
}
/* Destacat superdestacat */
.super {
	padding: 10px 15px 5px;
	border-top: 0px;
	background-color:none:
	background: rgb(93,141,184); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(93,141,184,1) 0%, rgba(0,66,117,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(93,141,184,1)), color-stop(100%, rgba(0,66,117,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(93,141,184,1) 0%, rgba(0,66,117,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(93,141,184,1) 0%, rgba(0,66,117,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(93,141,184,1) 0%, rgba(0,66,117,1)) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(93,141,184,1) 0%, rgba(0,66,117,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D8DB8', endColorstr='#004275', GradientType=0 ); /* IE6-9 */
}
.super .section {
	color: #fff;
}
.super .title {
	color: white;
}
.super .title a {
	color: white;
}
.super p, .super .lnk {
	color: white;
}
.super .lnk:hover {
	color: #A0BCD3;
}
.box-h .box-img {
	float: left;
	width: 160px;
	margin-right: 10px;
}
.box-h .box-img img {
	margin-bottom: 0;
}
.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: #161616;
}
.tabbed .tabs li.active a:hover {
	background: white;
	color: #161616;
}
.tabbed .tabs li a {
	font-size: 0.833em;
	text-transform: uppercase;
	color: #161616;
	background: #f2f2f2;
	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 #d8d8d8;
	border-top: 4px solid #e0e0e0;
}
.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: #5888B4;
	border: none;
}
.tabbed.high .tabs li.active a {
	color: white;
	background: #5888B4;
}
.tabbed.high .tabs li.active a:hover {
	color: white;
	background: #5888B4;
}
.tabbed.high .tab-content {
	padding: 15px;
	background: #5888B4;
	color: white;
	border-color: #5888B4;
	border-top: 4px solid #336B9A;
}
.tabbed.high .location {
	color: #b3e3f0;
	border-bottom: 1px dotted #82e6ff;
	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: #161616;
	background: transparent url(../images/lnk.png) no-repeat right center;
	border-bottom: 1px solid #C6DDDF;
}
.links ul li a:hover {
	background-color: #EBF2F3;
}
/* Llista links destacat */
.links.high {
	padding: 7px 14px 14px;
	border: 1px solid #C6DDDF;
	border-top: 1px solid #C6DDDF;
}
/* 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.083em;
	font-weight: 400;
	display: block;
	padding: 8px 0 8px 15px;
	color: white;
	background: #0B5080 url(../images/lnk-super.png) no-repeat right center;
	border-bottom: none;
}
.links.super ul li a:hover {
	background-color: #5888B4;
}
/* 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;
}
.partners ul li a, .partners ul li span {
	display: block;
	padding: 0 2px 2px;
	border-right: 1px solid #C6DDDF;
	border-bottom: 1px solid #C6DDDF;
	width: 90px;
}
.partners ul li a:hover, .partners ul li span:hover {
	padding: 0 0 0 2px;
	border-right: 3px solid #C6DDDF;
	border-bottom: 3px solid #C6DDDF;
}
.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: #f5f5f5;
	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;
}
.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.25em;
	font-weight: bold;
	line-height: 1;
}
.countdown.high, .countdown.super {
	background: transparent;
	border: none;
	padding: 0;
}
.countdown.high .time {
	background-color: #5888B4;
}
.countdown.super .time {
	background-color: #0B5080;
}
.countdown.super .title, .countdown.super .lnk {
	color: #161616;
}
/* Noticias */
.news ul li {
	border-top: 1px solid #C6DDDF;
	padding-top: 10px;
}
.news ul li .date {
	color: #161616;
	font-weight: bold;
	margin-bottom: 0;
}
.news ul li .title {
	font-size: 1em;
	font-weight: normal;
	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: #161616;
	border-bottom: 1px solid #cccccc;
}
.news .read-more-lnk a:hover, .news .rss-link a:hover {
	border-color: #161616;
}
.news .rss-link a:before {
	content: url(../images/rss.png);
	float: left;
	padding: 2px 4px 0 0;
}
.news.high {
	padding: 10px 15px 5px;
	border: 1px solid #C6DDDF;
	border-top-width: 1px;
}
/* Agenda */
.agenda {
	border: 1px solid #cccccc;
	border-top-width: 3px;
}
.agenda .section {
	padding: 2px 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 #5888B4;
	border-bottom: 2px solid #5888B4;
	color: #161616;
	line-height: 28px;
	font-weight: bold;
	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: #5888B4;
	border: none;
}
.agenda.high table tr.first td {
	border-top: 1px solid #5888B4;
}
/* Llista d'activitats */
.event-list .item {
	border-top: 1px solid #C6DDDF;
	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.083em;
	line-height: 1.307em;
	font-weight: bold;
	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: #C6DDDF;
}
.event-list.super .item .time, .event-list.super .item .location {
	color: #C6DDDF;
}
.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-size: 1em;
	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: #C6DDDF;
}
.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: #C6DDDF;
}
.survey-result.super .aui-form label {
	color: white;
}
.survey-result.super table .results-header {
	color: #5888B4;
	background-color: #094064;
}
.survey-result.super table .results-row {
	border-bottom: 1px solid #0c647a;
}
/* 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 {display: none !important;}
#search form fieldset {
	background: white;
	position: relative;
	width: 160px;
	height: 25px;
}
#search form fieldset #q {
	color: black;
	background: transparent;
	border: 2px solid #ccc;
	width: 120px;
	padding: 6px 30px 6px 10px;
	font-size: 0.917em;
}
#search form fieldset label {
	font-size: 0.917em;
	position: absolute;
	top: 4px;
	left: 10px;
	color: white;
	color: rgba(255, 255, 255, 0.8);
}
#search form fieldset #send {
	position: absolute;
	right: 10px;
	top: 5px;
}
#frmsearch-adv {
	margin: 20px 0;
}
#frmsearch-adv fieldset {
	position: relative;
}
#frmsearch-adv fieldset input, #frmsearch-adv fieldset button {
	font-family: Arial, 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: 18px;
	line-height: 18px;
	padding: 5px;
	margin-right: 15px;
}
#frmsearch-adv fieldset label {
	position: absolute;
	top: 7px;
	left: 7px;
	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: #5888B4;
}
.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: #161616;
	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: #161616;
}
.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: #161616;
	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: #5888B4;
	border: 1px solid #5888B4;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1.083em;
	line-height: 1.385;
	height: 30px;
	padding: 4px 10px;
	text-align: center;
	text-shadow: 0 1px 1px #336B9A;
}
.web-form-portlet .aui-form .aui-button .aui-button-input:hover {
	background-color: white;
	color: #5888B4;
	border-color: #5888B4;
}
/*
 * 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;
	content: "";
	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: 0px 0px 5px 5px;
	display: block;
	margin-top: 0px;
}
.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);
}
.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: #5888B4;
	color: white;
	text-decoration: none;
}
.button {
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	color: #161616;
	cursor: pointer;
	display: inline-block;
	font-size: 1.083em;
	line-height: 1.385;
	padding: 4px 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button:hover {
	background-color: #f5f5f5;
	border-color: #cccccc;
}
.button.high {
	background-color: #5888B4;
	border-color: #5888B4;
	color: white;
	text-shadow: 0 1px 1px #336B9A;
}
.button.high:hover {
	background-color: #4F7EAA;
	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 {
	padding-left: 10px;
	background-image: url("../images/bulletx.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin-bottom: 7px;
}
.article .header {
	margin-top: 20px;
}
.article .header h1 {
	margin-bottom: 0;
}
.article .header h1 a {
	color: #161616;
	text-decoration: none;
	border: none;
}
.article .header h1 a:hover {
	border-bottom: 1px solid #161616;
}
.article .header p {
	color: #627EA3;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0;
}
.article .header p a {
	color: #161616;
}
.article img {
	float: left;
	margin: 0 20px 20px 0;
}
.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: #5888B4;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
.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: 5px;
	margin-bottom: -3px;
	list-style-type: none !important;
	padding-left: 0;
	background-image: none;
	border: 0;
}
.article .search-tabs li a {
	display: block;
	font-size: 0.917em;
	text-transform: uppercase;
	line-height: 35px;
	height: 35px;
	padding: 0 15px;
	border-bottom: 3px solid #e0e0e0;
	background-color: #f2f2f2;
	font-weight: normal;
	color: #161616;
}
.article .search-tabs li a span {
	font-weight: 400;
	color: #5888B4;
}
.article .search-tabs li a:hover {
	background-color: #e0e0e0;
}
.article .search-tabs li.ui-state-active a, .article .search-tabs li.active a {
	color: white;
	background-color: #5888B4;
	border-bottom: 3px solid #336B9A;
}
.article .search-tabs li.ui-state-active.toggle-alpha a {
	border-bottom: 3px solid #5888B4;
}
.article ul.alpha {
	background: #5888B4;
	width: 628px;
	height: 35px;
	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 3px 0 3px;
	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: #336B9A;
}
.article ul.alpha li a.active {
	color: #fff;
	background-color: #336B9A;
}
.article ul.alpha li a.active:hover {
	color: white;
	background-color: #336B9A;
}
.article ul.alpha li.first a {
	width: 34px;
}
.article ul.nomenclator {
	margin-top: 20px;
}
.article ul.nomenclator li {
	padding: 0 0 10px 44px;
	margin: 0 0 10px 0;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: none;
}
.article ul.nomenclator li span {
	color: #5888B4;
}
.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 0 0;
	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: bold;
	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;
}
.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 */
.sitemap h1.title {
	margin-bottom: 20px;
}
.sitemap .sitemap-item h2 {
	font-size: 1.5em;
	line-height: 1.111em;
	color: #666666;
	margin-bottom: 10px;
}
.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.083em;
	line-height: 1.307em;
	font-weight: bold;
	margin-bottom: 2px;
}
.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.083em;
	line-height: 1.307em;
	font-weight: bold;
	padding: 10px 35px;
	border-bottom: 1px solid #cccccc;
}
.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.25em;
	line-height: 1.333em;
	font-weight: bold;
	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: 40px;
	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.25em;
	line-height: 1.333em;
	font-weight: bold;
}
.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;
}
.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: bold;
	color: #161616;
	margin-bottom: 20px;
}
.microsite .section .header {
	border-bottom: 3px solid #cccccc;
}
.microsite .section .header h3 {
	margin-bottom: 10px;
}
.microsite .expositor {
	padding: 20px 20px 0;
	background-color: #edf8fe;
}
.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 #CEDEEC;
	border-left: 2px solid #CEDEEC;
	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: #161616;
}
.microsite .expositor p a {
	color: #5888B4;
}
.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.083em;
	line-height: 1.307em;
	font-weight: bold;
	margin-bottom: 0;
}
.microsite .newstuff .title a {
	border: none;
}
.microsite .newstuff .title a:hover {
	text-decoration: underline;
}
.microsite .newstuff .category {
	font-size: 0.917em;
	color: #666666;
	margin: 0;
}
.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: #5888B4;
	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: 1em;
	color: #666666;
	margin-bottom: 20px;
}
.microsite.detail > .header .category {
	font-size: 0.917em;
	color: #666666;
}
/* Buscador */
.search .row {
	margin-top: 20px;
}
.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;
}
.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;
}
.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 #CEDEEC;
}
.search .newstuff.featured img {
	margin-top: 20px;
}
.search .newstuff.featured span {
	color: #5888B4;
	background: #CEDEEC;
	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: 10px 0 0;
	color: #666666;
}
.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 #e0e0e0;
	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 #CEDEEC;
}
.new-press .item-new.last {
	border: none;
}
.new-press .item-new .featured {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 4px;
	color: #336B9A;
	background: #CEDEEC;
	font-size: 0.833em;
	text-transform: uppercase;
}
.new-press .item-new img {
	float: left;
	border: 1px solid #cccccc;
}
.new-press .item-new .header, .new-press .item-new .description {
	margin-left: 180px;
}
.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: 0.917em;
	color: #666666;
}
.new-press .item-new .header h2 {
	font-size: 1.25em;
	line-height: 1.333em;
	font-weight: bold;
}
.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.25em;
	font-weight: bold;
	line-height: 1.333em;
	margin-bottom: 5px;
}
.news-list .news-list-item .description h2 a {
	border: none;
}
.news-list .news-list-item .description h2 a:hover {
	text-decoration: underline;
}
.news-list .news-list-item .description p {
	margin-bottom: 10px;
}
.news-list .news-list-item.first {
	padding-top: 0;
	border: none;
}
.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.083em;
	font-weight: bold;
	line-height: 1.538em;
	margin-bottom: 0;
}
.press-list .press-list-item h2 a {
	border: none;
}
.press-list .press-list-item h2 a:hover {
	text-decoration: underline;
}
.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.25em;
	font-weight: bold;
	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: #161616;
}
.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.833em;
	color: #161616;
	padding-top: 0.75em;
}
.activities-per-day .days li a abbr, .event-list .days li a abbr {
	font-size: 1em;
	color: #999999;
}
.activities-per-agenda .activities li {
	margin-bottom: 7px;
}
.activities-per-agenda .activities li a {
	display: block;
	padding: 3px 40px 3px 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;
}
.activities-per-agenda .activities li a:hover {
	border-color: #282423;
}
.agenda-activity .header {
	margin-bottom: 10px;
}
.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: #161616;
	font-size: 1.333em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
}
.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: #161616;
	border-color: #161616;
}
.agenda-activity .event .header span {
	display: block;
}
.agenda-activity .event .header .date-time {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}
.agenda-activity .event .header .location {
	font-size: 1em;
	color: #666666;
}
.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: 1px solid #e0e0e0;
}
.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 #CEDEEC;
}
.agenda-activity .event-list .event.featured span.featured {
	position: absolute;
	top: 0px;
	right: 0;
	padding: 0 4px;
	color: #336B9A;
	background: #CEDEEC;
	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;
}
.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: #5888B4;
	border-bottom: 3px solid #336B9A;
}
.agenda-activity .registration, .agenda-activity .program, .agenda-activity .conferences {
	margin-bottom: 20px;
}
.agenda-activity .registration {
	border-top: 3px solid #CEDEEC;
	background: #E8EFF7;
}
.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 #CEDEEC;
}
.agenda-activity .registration .day span {
	font-size: 1.833em;
	color: #161616;
}
.agenda-activity .registration .day abbr {
	font-size: 1em;
	color: #999999;
}
.agenda-activity .registration .button {
	float: right;
	margin: 15px 20px 0 0;
}
.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 {
	color: #161616;
	font-size: 1.25em;
	font-weight: bold;
}
.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: 1em;
}
.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.667em;
	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 .row {
	margin-bottom: 30px;
}
.agenda-activity.list .event {
	border: 5px solid #e0e0e0;
}
.agenda-activity.list .event .header {
	padding: 20px 0 0 20px;
}
.agenda-activity.list .event p, .agenda-activity.list .event .more-info {
	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;
}
/*
 * 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;
}
/* Porlets putput */

 /* Porlet noves_seccions 579432*/
.seccions {
	border: 1px solid #C6DDDF;
	max-width: 608px;
}
.seccions img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.seccions p {
	color: #425671;
	padding-top: 5px;
	margin: 10px 10px 5px;
	line-height: 1.45em;
}
.seccions .enlace {
	width: 204px;
	height: 160px;
	display: inline-block;
	background-repeat: no-repeat;
	border-bottom: 0px;
	margin-right: -3px;
}
.seccions .logopiscina {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/logos_piscina.jpg);
}
.seccions .logowellness {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/logos_wellness.jpg);
}
.seccions .logoleisure {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/logos_leisure.jpg);
}
.seccions .logopiscina:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/logos_piscina_hover.jpg);
}
.seccions .logowellness:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/logos_wellness_hover.jpg);
}
.seccions .logoleisure:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/logos_leisure_hover.jpg);
}
/* Porlet noves_seccions_vertical 580632*/
.seccionsvert {
	border: 1px solid #C6DDDF;
	max-width: 100%;
}
.seccionsvert p {
	color: #425671;
	padding-top: 5px;
	margin: 10px;
	text-align: center;
}
.seccionsvert img {
	margin-bottom: 10px;
}
.col-300 .seccionsvert .enlace {
	width: 293px;
	height: 90px;
	display: inline-block;
	background-repeat: no-repeat;
	border-bottom: 0px;
	margin-top: 1px;
}
.col-240 .seccionsvert .enlace {
	width: 350px;
	max-width: 233px;
	height: 71px;
	display: inline-block;
	background-repeat: no-repeat;
	border-bottom: 0px;
	margin-top: 1px;
}
.col-300 .seccionsvert .logopiscina {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_piscina.jpg);
}
.col-300 .seccionsvert .logowellness {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_wellness.jpg);
}
.col-300 .seccionsvert .logoleisure {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_leisure.jpg);
}
.col-300 .seccionsvert .logopiscina:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_piscina_hover.jpg);
	box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.5);
}
.col-300 .seccionsvert .logowellness:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_wellness_hover.jpg);
	box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.5);
}
.col-300 .seccionsvert .logoleisure:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_leisure_hover.jpg);
	box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.5);
}
.col-240 .seccionsvert .logopiscina {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_piscina_240.jpg);
}
.col-240 .seccionsvert .logowellness {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_wellness_240.jpg);
}
.col-240 .seccionsvert .logoleisure {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_leisure_240.jpg);
}
.col-240 .seccionsvert .logopiscina:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_piscina_240_hover.jpg);
	box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.5);
}
.col-240 .seccionsvert .logowellness:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_wellness_240_hover.jpg);
	box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.5);
}
.col-240 .seccionsvert .logoleisure:hover {
	background-image: url(http://media.firabcn.es/content/S046011/noves_seccions/vertical/logos_leisure_240_hover.jpg);
	box-shadow: 0 -1px 10px -6px rgba(0, 0, 0, 0.5);
	max-width: 233px;
}
/* Porlet opinion 587949*/
.opinion .box-h .box-img {
	float: left;
	margin-right: 10px;
	width: 16% !important;
	margin-top: 8px;
}
.opinion .box-txt {
	width: 78%;
}
.opinion .portlet {
	margin-bottom: 12px;
}
.opinion strong {
	color: #001D58;
	font-family: arial;
}
.opinion span {
	color: #607CA4;
	font-family: arial;
}
.opinion em {
	font-size: 1.15em;
	line-height: 1.55em;
}
/* Porlet opinion_titulo 586807*/
.opinion_titulo h1 {
	color: rgb(11, 80, 128);
	font-family: droid serif;
	font-size: 2em;
	font-style: italic;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: -8px;
}
/* Porlet noves_seccions 579432*/
.mercados h3 {
	color: #627EA3;
	font-size: 1.65em;
	margin-bottom: 15px;
	font-style: italic;
	font-family: droid serif;
}
.mercados h1 {
	margin-bottom: 3px;
}
/* Porlet destacat_participe_expositor 569390*/
.participee .title {
	margin-bottom: 16px;
	font-size: 1.5em;
	line-height: 1.35em;
}
/*******************************************************/
/************ 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;
}
.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 8px;
}
.llistat li:last-child {
	border-bottom: medium none;
}
/* 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;
}
.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 #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.1em;
	line-height: 3em;
	margin-top: -1px;
}
.button_right:before {
	color: #5888B4;
	font-size: 2.1em;
	padding-bottom: 6px;
	display: table;
	text-align: center;
	width: 100%;
}
a.button_right {
	border: 1px solid #5888B4;
	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: #5888B4;
}
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%;
}
.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;
}
.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 #DDDDDD;
	padding-left: 16px;
}
/* Equip comercial */

.contact .card {
	background-color: #F5F5F5;
	border-top: 0 solid #DBE9F0;
	float: left;
	width: 290px;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.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.25em;
	line-height: 1.333em;
	font-weight: bold;
}
.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: #161616;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	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: #0B5080;
	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*/
.travel.box-h h2:before {
  position: absolute;
  top: 34px;
  left: 112px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e4e4e4;
  font-size: 1.7em;
  line-height: 60px;
  text-align: center;
  padding: 5px;
}






.bcn-esta .portlet.box.box-h {background-color: transparent;  color: #333;   padding: 20px 0;}
.bcn-esta .portlet.box.box-h .box-txt { width: 100%;}


/*******************************************************/
/********************* 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;
}


/*----Graella googledrive--- */

.tblGenFixed td.hd, .tblGenFixed td.rShim {
	border-width: 0 !important;
	color: white;
}
.tblGenFixed a {
	border-bottom: 0px solid #CCCCCC;
}
.tblGenFixed a:hover {
	border-bottom: 1px solid #333;
}
/*----cataleg--- */
.cataleg .titol {
	margin-bottom: 55px;
	font-size: 1.05em;
}
.cataleg .titol .portlet.box {
	width: 75%;
}
.opcions-publi .portlet.box, .cataleg .titol .portlet.box {
	font-size: 1.3em;
}
.opcions-publi .portlet.box {
	background: url("../images/bg-circle.png") no-repeat scroll center top transparent;
	height: 220px;
	padding-top: 45px;
	text-align: center;
}
.opcions-publi .portlet.box h2.title, .cataleg .titol .portlet.box h2.title {
	font-size: 2em;
	margin-bottom: 5px;
	color: #0B5080;
}
.opcions-publi .icon-euro-bold {
	padding-left: 10px;
}
.cataleg .titol .portlet.box .button.high {
	position: absolute;
	right: 265px;
	top: 25%;
}
.opcions-publi .portlet.box h2.title {
	padding-left: 8px;
}
.cataleg .titol .portlet.box p.section {
	margin-bottom: 2px;
}
.opcions-publi .portlet.box .button.high, .cataleg .titol .portlet.box .button.high {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 25px;
}
.opcions-publi .portlet.box p {
	margin: 10px auto;
	width: 60%;
	line-height: 1.2em;
}
.caracteristiques ul {
	position: absolute;
	top: 0;
	z-index: 500;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.caracteristiques h4:before {
	content: url("../images/bullet_llistat.gif");
	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: 5px;
	text-align: right;
}
.caracteristiques li.pull-right {
	clear: right;
	margin-right: 45px;
}
.caracteristiques li {
	margin-bottom: 50px;
	width: 135px;
}
.caracteristiques .alert {
	position: absolute;
	bottom: 20px;
	left: 42px;
	font-size: 1.1em;
}
.caracteristiques .alert:before {
	content: url("../images/bullet_fletxa.png");
	vertical-align: sub;
	margin-right: 5px;
}
.destacat.cataleg.v2 {
	background: url("../images/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;
}
/*Roll up horizontal logo home */
.logos-partners {
	height: 90px;
	overflow: hidden;
	margin-bottom: 20px;
}
.logos-partners .partners.high ul li {
	width: auto !important;
	max-width: 210px;
}
.logos-partners .partners.high ul li a {
	width: auto !important;
	max-width: 210px;
}
.logos-partners .partners.high ul li a img {
	max-height: 45px !important;
}
/*WELLNESS & EXPERIENCE EVENTS*/
.anidado_welness {
	background: url("http://media.firabcn.es/content/S046013/images/wellnes_spa_event.gif") no-repeat scroll 0 0 transparent !important;
	height: 410px;
}
.anidado_welness .col-640 {
	border-right: 0 solid;
}
.anidado_welness .portlet {
	background-color: transparent;
	margin-bottom: 20px;
}
.wellness .button {
	background-color: #9BC651!important;
	padding: 10px 10px;
	text-shadow: 0 0 0 #336B9A !important;
	font-size: 1.4em !important;
	margin-top: 5px;
	font-weight: 600;
}
.wellness .button:hover {
	background-color: #80A94A !important;
}
.tracks {
	background: #FFF;
	margin-left: 20px !important;
	margin-right: 20px !important;
	text-align: center;
	height: 70px;
	margin-top: 10px;
	padding-top: 10px !important;
}
.anidado_welness .aui-w7-10, .aui-w70 {
	width: 64%;
}
.tracks .portlet .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	color: #749B44;
	margin-bottom: 4px !important;
}
.tracks h3 {
	color: #366485;
	font-size: 1.08em;
	line-height: 1.3em;
}
.frase h2 {
	color: #0B5080;
	font-size: 16px;
	font-weight: 600;
	padding-top: 20px;
	margin-bottom: 0px;
}
.tracks h2 a {
	color: #749B44;
	transition: all 0.2s ease-in-out 0s;
}
.tracks h2 a:hover {
	text-decoration: underline !important;
	padding: 3px;
}
.experts {
	text-align: center;
	background-color: #9BC651;
	color: #FFF;
	margin: 10px 20px 10px 20px;
	height: 30px;
}
.experts .title {
	text-align: center;
	background-color: #9BC651;
	color: #FFF;
	margin-bottom: 0px !important;
	padding: 5px 5px 5px 0px;
}
#p_p_id_73_INSTANCE_miga_ .breadcrumbs {
	display: none;
}
#layout-column__118_INSTANCE_x8iL__column-3 {
	display: none;
}
.tracks .portlet .title a:hover {
	text-decoration: none;
}
.experts h2 a {
	color: #FFFFFF;
}
.experts h2 a:hover {
	text-decoration: underline;
}
#_118_INSTANCE_v3Nw_column-1 .portlet-column-content-first {
	padding: 0px;
}

/*WELLNESS & EXPERIENCE EVENTS-petit*/
.anidado_welness_p {
	background: url("http://media.firabcn.es/content/S046013/images/wellnes_spa_event_p.gif") no-repeat scroll 0 0 transparent !important;
	height: 422px;
	margin-bottom: 15px;
}
.wellness .portlet {
	background-color: transparent;
}
.frase_p h2 {
	color: #0B5080;
	font-size: 15px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: -43px;
	padding-left: 20px;
}
#p_p_id_118_INSTANCE_a8iZ_ {
	margin-top: 125px!important;
}
/* Who is who */

.whoiswho.contact .card {
	width: 100% !important;
	border-top: 1px solid #cccccc !important;
	background-color: white;
}
.contact .card .col-der {
	color: #666666;
	float: right;
	margin-bottom: 25px;
	margin-left: 24px;
	width: 120px;
}
.social a {
	vertical-align: top;
	text-decoration: none !important;
	border-bottom: medium none !important;
}
.social a:hover {
	opacity: .7;
}
.contact .card .job-title {
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
}
.contact .card .origin {
	color: #666666;
	margin-bottom: 10px;
}
.contact .card .bio {
	margin-bottom: 10px;
}
.contact .card .ponencia_data, .contact .card .ponencia_lloc {
	color: #666666;
}
.whoiswho.contact .card .name {
	font-weight: bold !important;
}
.whoiswho.contact .card .ponencia strong em {
	background-color: #D8E3ED;
	color: #333333;
	font-family: 'Lato' !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0 5px 0 0;
}
.marcador_ponente .arriba a {
	background: url("http://media.firabcn.es/content/S025013/images/flecha.png") no-repeat scroll center 5px transparent;
	border-bottom: medium none;
	display: block;
	font-size: 1.6em;
	height: 27px;
	margin-right: 10px;
	margin-top: 6px;
	text-indent: -9999px;
	width: 15px;
}
.marcador_ponente .arriba a:hover {
	background-color: #00A6DA;
}
.marcador_ponente .arriba {
	float: right;
	line-height: 3em;
}
.marcador_ponente p.letra {
	background-color: #0192C9;
	display: inline;
	float: left;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 8px;
	text-transform: uppercase;
	color: white;
}
.marcador_ponente {
	background-color: #0192C9;
	border-bottom: 4px solid #0192C9;
	margin-top: 30px;
	clear: both;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px !important;
	width: 100%;
}
.marcador_ponente p {
	margin-bottom: 0px;
}
.whoiswho .search {
	padding-left: 0px !important;
}
.whoiswho .search ul.alpha {
	width: 666px !important;
}
.whoiswho.contact .card span.social {
	margin-top: 135px;
}
.whoiswho.contact .card span.social a:first-child {
	margin-left: 5px;
}
}
.social {
	text-transform: capitalize;
}
.social a img {
	margin-bottom: 0px;
}
/*final who-is-who*/
/*destacat ponents*/

div.ponents {
	overflow: hidden;
}
div.ponents a {
	float: left;
	width: 123px;
	background: #8DBD3E;
	position: relative;
	border-bottom: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
	height: 126px;

	cursor: auto !important;
}
div.ponents a span {
	color: white;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 500;
	cursor: pointer;
	cursor: default !important;
}
div.ponents a:hover img {
	opacity: .1;
	filter: alpha(opacity = 20);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
div.ponents a:hover span {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
/*final destacat ponents*/
/****************new home 2015********************/
/*************************************************/
.intro-piscinas {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -215px;
}
.intro-piscinas h1 {
	color: #0a4263;
	font-weight: bold;
	font-size: 34px;
	margin: 100px 0 0 0;
}
.intro-piscinas a {
	margin: 13px 10px;
	display: inline-block;
	font-size: 19px;
	color: #fff;
	padding: 7px 10px;
	border-bottom: none
}
.intro-piscinas a {
	border-bottom: none
}
.intro-piscinas a.one {
	background: #62a1d0;
	cursor: default;
}
.intro-piscinas a.two {
	background: #adcc98;
	cursor: default;
}
.intro-piscinas a.three {
	background: #daa471;
	cursor: default;
}
.quieroexponer {
	background: #004b78;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
}
.quieroexponer p {
	font-size: 18px;
	line-height: 25px;
	padding: 0 50px;
}
.quieroexponer a {
	color: #004b78;
	background: #fff;
	border: 3px solid #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px;
}
.quieroexponer a:hover {
	color: #fff;
	border: 3px solid #fff;
	background: transparent;
}
.entrevista {
	width: 100%;
	margin: 45px 0;
	background: url("../images/bg-piscinas.jpg") no-repeat;
	height: 273px;
}
.entrevista img {
	float: left;
	margin: 0 40px 0 0;
}
.entrevista p.one {
	padding: 50px 20px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #004b78;
	margin: 0;
}
.entrevista span {
	font-size: 16px;
	color: #004b78;
	padding-right: 20px;
}
.entrevista p.three {
	padding: 20px 20px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #004b78;
}
.entrevista a {
	display: inline-block;
	background: #004b78;
	color: #fff;
	border: 3px solid #004b78;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
}
.entrevista a:hover {
	background: transparent;
	border: 3px solid #004b78;
	color: #004b78;
}
.titular-bcn {
	background: url("../images/bg-dot-1.gif") no-repeat center;
	text-align: center;
	width: 100%
}
.titular-bcn h2 {
	font-size: 26px;
	color: #202020;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.titular-bcn p {
	font-size: 20px;
	color: #202020;
}
.piscinas-one,.piscinas-two ,.piscinas-three {
	position: relative;
	width: 305px;
	height: 416px;
	color: #fff;
}

.piscinas-one:hover .defecto, .piscinas-two:hover .defecto, .piscinas-three:hover .defecto {
	display: none;
}
.piscinas-one:hover .defecto-hover, .piscinas-two:hover .defecto-hover, .piscinas-three:hover .defecto-hover {
	display: inline;
}
.piscinas-one:hover .home-mas, .piscinas-two:hover .home-mas, .piscinas-three:hover .home-mas {
	background-position: center bottom;
}
/* Piscinas + */
.home-mas {
    background-position: center top;
    border: 0 none;
    bottom: 20px;
    height: 40px;
    position: absolute;
    right: 20px;
    width: 40px;
}
.home-mas {
	background-position: center bottom;
}
.home-mas-one { background: url("http://salonpiscina.com/image/image_gallery?uuid=aa64a5a3-dbe8-43f1-8e2a-f5424132202e&groupId=299167&t=1416910836234"); }
.home-mas-two { background: url("http://salonpiscina.com/image/image_gallery?uuid=6b8e00ae-963b-4eaa-a9a8-7a4b47addcdd&groupId=299167&t=1416910836242"); }
.home-mas-three { background: url("http://salonpiscina.com/image/image_gallery?uuid=2c251d8d-b005-4975-b435-3ce69f742a75&groupId=299167&t=1416910836249"); }
/*
.visitar_one:hover .defecto, .visitar_two:hover .defecto, .visitar_three:hover .defecto {
	display: none;
}
.visitar_one:hover .defecto-hover, .visitar_two:hover .defecto-hover, .visitar_three:hover .defecto-hover {
	display: inline;
}
*/
.piscinas-one .defecto, .piscinas-two .defecto, .piscinas-three .defecto {
	display: inline;
}
.piscinas-one .defecto-hover, .piscinas-two .defecto-hover, .piscinas-three .defecto-hover {
	display: none;
}

/*
.visitar_one .defecto, .visitar_two .defecto, .visitar_three .defecto {
	display: inline;
}
.visitar_one .defecto-hover, .visitar_two .defecto-hover, .visitar_three .defecto-hover {
	display: none;
}
*/
.visitar_one,.visitar_two ,.visitar_three, .visitar_destac {
	width: 300px;
	height: 300px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.piscinas-one h2,.piscinas-two h2,.piscinas-three h2{
font-size: 20px;
margin-top: -370px;
margin-left: 20px;
padding-right: 20px;
font-weight: bold;
text-align: left;
}

.visitar_one h2,.visitar_two h2,.visitar_three h2,.visitar_destac h2{
font-size: 20px;
margin-top: -165px;
padding-right: 29px;
text-align: right;
font-weight: bold;
}
.visitar_one h2 {
	margin-top: -184px;
	margin-left: 20px;
	text-align: left;
	padding-right: 20px;
	font-weight: bold;
	color: #004b78;
}
.visitar_one p {
	font-size: 16px;
	color: #004b78;
	padding: 0 10px 0 20px;
}
.visitar_two h2 {
	margin-top: -178px;
}
.visitar_three h2 {
	margin-top: -156px;
}
.visitar_destac.destacActv {
	margin-bottom: 40px;
}
.visitar_destac.destacActv h2 {
	margin-top: -145px;
}
.piscinas-one p, .piscinas-two p, .piscinas-three p {
	font-size: 16px;
	padding: 0 20px;
	height:90px;
}
.piscinas-one div, .piscinas-two div, .piscinas-three div {
	height: 281px
}

.piscinas-one p, .piscinas-two p, .piscinas-three p {
	font-size: 16px;
	padding: 0 20px;
	height:90px;
}
.piscinas-three a.leermas {
	color: #fff;
	text-decoration: underline;
	padding: 0 0 0 130px;
	font-size: 16px;
	border-bottom: none
}
.visitar_one  a.leermas,.visitar_two  a.leermas,.visitar_three a.leermas,.visitar_destac a.leermas{
border: 3px solid #fff;
color: #fff;
padding: 15px;
font-weight: bold;
height: 15px;
display: inline-block;
font-size: 16px;
padding-right: 25px;
margin-left: 146px;
padding-left: 25px;
}
.visitar_destac a.leermas{
	margin-left: 0 !important;
    position: absolute;
    right: 28px;
}
.visitar_two  a.leermas:hover, .visitar_three a.leermas:hover,.visitar_destac a.leermas:hover {
	color: #004b78;
	background: #fff;
	border: 3px solid #fff;
}
.visitar_two {
	margin-left: -2px;
}
.visitar_destac a.leermas {
	margin-left: 122px;
}

.destacadoLateral .visitar_destac.destacActv {
    width: 256px;
    margin-bottom: 10px;
}
a.leermas.blue {
	border-color: #004b78;
	background: #004b78;
	color: white;
	margin-left: 20px;
}
a.leermas.blue:hover {
	color: #004b78;
	border-color: #004b78;
	background-color: transparent;
}
.visitar_two.exponerDestacado1 a.leermas {
	margin-left: 135px;
}
.visitar_three.exponerDestacado3 a.leermas {
	margin-left: 119px;
}
.visitar_two.exponerDestacado1 h2 {
	padding-right: 20px;
	margin-left: 96px !important;
}
.visitar_two.exponerDestacado2 h2 {
	margin-left: 112px !important;
	margin-top: -136px !important;
}
.visitar_two.exponerDestacado1 h2, .visitar_two.exponerDestacado2 h2, .visitar_three.exponerDestacado3 h2 {
	padding-right: 20px;
}
.piscinas-one .button-plus a {
	display: inline-block;
	background: url("../images/button-blue.png") no-repeat center;
	width: 40px;
	height: 40px;
	margin: 160px 0 0 255px;
	border: none;
}
.piscinas-two .button-plus a {
	display: inline-block;
	background: url("../images/button-verd.png") no-repeat center;
	width: 40px;
	height: 40px;
	margin: 160px 0 0 255px;
	border: none;
}
.piscinas-three .button-plus a {
	display: inline-block;
	background: url("../images/button-orange.png") no-repeat center;
	width: 40px;
	height: 40px;
	margin: 14px 0 0 255px;
	border: none;
}
.titular-bcn2 {
	background: url("../images/bg-dot-2.gif") no-repeat top center;
	text-align: center;
	width: 100%;
	padding: 7px 0 0 0;
}
.titular-bcn2 h2 {
	font-size: 22px;
	color: #202020;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.titular-bcn2 p a {
	display: inline-block;
	background: #004b78;
	color: #fff;
	border: 3px solid #004b78;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 46px;
	margin: 14px 0 0 0;
}
.titular-bcn2 p a:hover {
	background: transparent;
	border: 3px solid #004b78;
	color: #004b78;
}
.wellness {
	width: 100%;
	margin: 60px 0;
	background: url("../images/bg-wellness.jpg") no-repeat;
	height: 273px;
}
.wellness div {
	margin: 0 0 0 375px;
}
.wellness h2 {
	padding: 30px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #004b78;
	margin: 0;
}
.wellness2 h2 {
	margin: 0;
	padding: 25px 0 0 0;
}
.wellness h3 {color: #004b78;}
.wellness p {
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #004b78;
	margin: 0;
	line-height: 25px;
}
.wellness a {
	display: inline-block;
	background: #004b78;
	color: #fff;
	border: 3px solid #004b78;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
	margin-top: 10px;
}
.wellness a:hover {
	background: transparent;
	border: 3px solid #004b78;
	color: #004b78;
}

/* Jornadas */
.home-jornadas {
	width: 100%;
	margin: 60px 0;
	background: url("http://www.salonpiscina.com/image/image_gallery?uuid=d2170839-7614-4c27-a3f4-b7fde74682ab&groupId=299167&t=1424431607860") no-repeat;
	height: 274px;
}
.home-jornadas div {
	margin: 0 0 0 375px;
}
.home-jornadas h2 {
	padding: 30px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #004b78;
	margin: 0;
}
.home-jornadas2 h2 {
	margin: 0;
	padding: 25px 0 0 0;
}
.home-jornadas h3 {color: #004b78;}
.home-jornadas p {
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #004b78;
	margin: 0;
	line-height: 25px;
}
.home-jornadas a {
	display: inline-block;
	background: #004b78;
	color: #fff;
	border: 3px solid #004b78;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
	margin-top: 10px;
}
.home-jornadas a:hover {
	background: transparent;
	border: 3px solid #004b78;
	color: #004b78;
}


.inscripcio-news {
	padding: 0 0 35px 0;
	margin-left: 6px;
}
.inscripcio-news.web-form-portlet .aui-legend {
	border-bottom: none;
	display: block;
	position: static; !important;
	width: 100% !important;
}
.inscripcio-news.web-form-portlet .aui-form legend {
	font-size: 22px !important;
	line-height: initial !important;
	font-weight: bold !important;
	margin: 0px auto !important;
	padding: 0px !important;
	display: block;
	text-align: center;
	width: 100%;
}
.inscripcio-news em.description {
	font: 18px Arial, Helvetica, Verdana, sans-serif !important;
	margin: 0 auto;
	width: 90%;
	display: block;
	text-align: center;
}
.inscripcio-news label {
	position: absolute;
	left: 16px;
	top: -19px;
	font-size: 16px !important;
	color: #888 !important;
	font-weight: normal !important;
}
.inscripcio-news span.aui-field.aui-field-text {
	width: 25%;
	float: left;
	text-align: right;
	margin: 34px 0 0;
}
.inscripcio-news .portlet-boundary.portlet-boundary_1_WAR_webformportlet_.portlet-static.portlet-static-end.web-form-portlet.inscripcio-news {
	width: 92%;
	margin: 0 auto;
	text-align: center;
}
.inscripcio-news .aui-fieldset-content {
	text-align: center;
	padding-left: 20px;
}
.inscripcio-news.web-form-portlet .aui-form .aui-field-input-text {
	width: 200px;
	height: 39px;
	padding: 0 8px;
	margin: 0;
	border: 3px solid #004b78;
	border-radius: 0;
	background: none !important;
	font-size: 14px;
	color: #888;
}
.inscripcio-news.web-form-portlet .aui-form .aui-button .aui-button-input {
	background-color: #004b78;
	border-radius: 0;
	border-style: solid;
	cursor: pointer;
	line-height: initial;
	height: auto;
	text-align: center;
	text-shadow: none;
	display: inline-block;
	background: #004b78;
	color: #fff;
	border: 3px solid #004b78;
	font-weight: bold;
	font-size: 16px;
	padding: 9px 82px;
	margin-left: -12px;
	text-transform: uppercase;
}
.inscripcio-news.web-form-portlet .aui-form .aui-button .aui-button-input:hover {
	background: transparent;
	border: 3px solid #004b78;
	color: #004b78;
}
.inscripcio-news .aui-field-choice {
    bottom: -30px;
    left: 30px;
    margin: 0;
    position: absolute;
    width: 100%;
}
.inscripcio-news .aui-field-choice label {
	top: 0px; left: 26px;
}
#p_p_id_1_WAR_webformportlet_INSTANCE_bId9_ .inscripcio-news.web-form-portlet .aui-form .aui-button .aui-button-input:hover {
	color: #fff;
}

.inscripcio-news span.aui-field-content {
	position: relative;
}
.inscripcio-news.web-form-portlet .aui-form .aui-button {
	display: block;
	margin-top: 33px;
}
.inscripcio-news.web-form-portlet .aui-form .aui-field-input-select {
	width: 184px;
	height: 45px;
	padding: 0;
	margin: 0;
	border: 3px solid #004b78;
	border-radius: 0;
	background: none !important;
	display: initial;
}
.inscripcio-news .web-form-portlet .aui-form label {
	position: absolute;
	left: 74px;
	top: -19px;
	font-size: 16px !important;
	color: #888 !important;
	font-weight: normal !important;
}
.inscripcio-news span.aui-field.aui-field-select.aui-field-menu {
	width: 21%;
	float: left;
	text-align: right;
	margin: 34px 0 0 0;
}
/******************salon**********************/
.intro-piscinas span {
	font-size: 22px;
	margin: 10px 0;
	display: block;
}
.titular-inmersion {
	background: #fff;
	text-align: left;
	margin-bottom: 50px;
	padding: 0px 30px;
}
.titular-inmersion h2 {
	background: url("../images/blue-dot.png") repeat-x left bottom;
	width: 99%;
	font-size: 22px !important;
	font-weight: bold;
	padding: 20px 0 25px;
	margin-bottom: 20px;
}
.titular-inmersion p {
	font-size: 14px;
	padding-right: 20px;
}
.salon2015 .piscinas-one, .salon2015 .piscinas-two, .salon2015 .piscinas-three {
	background: none;
	height: auto;
}
.salon2015 .piscinas-one div, .salon2015 .piscinas-two div, .salon2015 .piscinas-three div {
	height: auto;
}
.salon2015 h2 {
	color: #004b78;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 20px 0 20px;
	margin: 0;
}
.salon2015 p {
	color: #202020;
	line-height: 18px;
	margin: 0
}
.salon2015 .piscinas-one .button-plus a, .salon2015 .piscinas-two .button-plus a, .salon2015 .piscinas-three .button-plus a {
	display: inline-block;
	width: 80px;
	height: 40px;
	margin: 0 0 0 157px;
	border: none;
	padding: 21px 108px 0 0;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold
}
.salon2015 .piscinas-one .button-plus a {
	background: url("../images/button-blue.png") no-repeat center;
	color: #57a7d8;
}
.salon2015 .piscinas-one .button-plus a:hover {
	color: #3290c9;
}
.salon2015 .piscinas-two .button-plus a {
	background: url("../images/button-verd.png") no-repeat center;
	color: #93bb70;
}
.salon2015 .piscinas-two .button-plus a:hover {
	color: #639934;
}
.salon2015 .piscinas-three .button-plus a {
	background: url("../images/button-orange.png") no-repeat center;
	color: #e3994f;
}
.salon2015 .piscinas-three .button-plus a:hover {
	color: #c9721c;
}

/* Salon Mas */
.salon-mas {
    display: block;
    padding: 5px 35px 0 0;
    position: relative;
    text-align: right;
}

.salon-mas > a {
    text-transform: uppercase;
    border: 0;
}
.salon-mas a:hover .salon-mas-text { border-bottom: 1px solid; }
.salon-mas-img {
    display: inline-block;
    height: 30px;
    position: relative;
    top: 10px;
    width: 30px;
}
.salon-mas-one .salon-mas-text { border-color: #57a7d8; color: #57a7d8; }
.salon-mas-three .salon-mas-text { border-color: #93bb71; color: #93bb71; }
.salon-mas-two .salon-mas-text { border-color: #e3984e; color: #e3984e; }

.salon-mas-text {
    margin-right: 5px;
}
.salon-mas-one .salon-mas-img { background-image: url("http://salonpiscina.com/image/image_gallery?uuid=02678cab-de38-4ae1-844b-48bf2fbf3c31&groupId=299167&t=1416913026940"); }
.salon-mas-three .salon-mas-img { background-image: url("http://salonpiscina.com/image/image_gallery?uuid=352fd22c-51ee-422a-8b62-78ee50b930ae&groupId=299167&t=1416913026948"); }
.salon-mas-two .salon-mas-img { background-image: url("http://salonpiscina.com/image/image_gallery?uuid=d5bb08f8-5abd-4344-bf52-746655b238c2&groupId=299167&t=1416913026954"); }

.marc-internacional {
	background: url("../images/bg-2.jpg") no-repeat center;
	text-align: center;
	width: 100%;
	color: #fff;
	height: 182px;
	margin-top: 40px;
}
.marc-internacional h2 {
	background: url("../images/white-dot.png") repeat-x left bottom;
	width: 62%;
	font-size: 20px;
	padding: 30px 20px 20px;
	margin: 0 auto 15px;
}
.marc-internacional p {
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}
.innovacion {
	background: #dee3e6;
	padding: 20px 0;
	width: 97%;
	margin: 19px 0 52px 10px;
	height: 337px
}
.innovacion:hover {
	background-color: #a9afb3;
}
.innovacion a {
	border:0px !important;
}
.innovacion:hover a {
	border:0px;
}
.innovacion h2 {
	color: #004b78;
	margin: 0 0 20px 20px;
	font-size: 22px !important;
	font-weight: bold;
}
.innovacion p {
	margin: 10px;
	font-size: 14px;
}
.box-blue-bg {
	padding: 20px 0;
	width: 96%;
	margin: 19px 0 52px 10px;
	height: 337px;
	background: #8baed4; /* Old browsers */
	background: -moz-linear-gradient(top, #8baed4 0%, #85a8ce 1%, #88abd1 2%, #87add2 5%, #8ab0d5 7%, #92b9da 19%, #98bfe0 24%, #98c1df 27%, #a3cce8 38%, #a4d0e9 43%, #a8d5ec 46%, #a9d6eb 49%, #b4e1f6 66%, #b4e1f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8baed4), color-stop(1%, #85a8ce), color-stop(2%, #88abd1), color-stop(5%, #87add2), color-stop(7%, #8ab0d5), color-stop(19%, #92b9da), color-stop(24%, #98bfe0), color-stop(27%, #98c1df), color-stop(38%, #a3cce8), color-stop(43%, #a4d0e9), color-stop(46%, #a8d5ec), color-stop(49%, #a9d6eb), color-stop(66%, #b4e1f6), color-stop(100%, #b4e1f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8baed4 0%, #85a8ce 1%, #88abd1 2%, #87add2 5%, #8ab0d5 7%, #92b9da 19%, #98bfe0 24%, #98c1df 27%, #a3cce8 38%, #a4d0e9 43%, #a8d5ec 46%, #a9d6eb 49%, #b4e1f6 66%, #b4e1f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8baed4 0%, #85a8ce 1%, #88abd1 2%, #87add2 5%, #8ab0d5 7%, #92b9da 19%, #98bfe0 24%, #98c1df 27%, #a3cce8 38%, #a4d0e9 43%, #a8d5ec 46%, #a9d6eb 49%, #b4e1f6 66%, #b4e1f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8baed4 0%, #85a8ce 1%, #88abd1 2%, #87add2 5%, #8ab0d5 7%, #92b9da 19%, #98bfe0 24%, #98c1df 27%, #a3cce8 38%, #a4d0e9 43%, #a8d5ec 46%, #a9d6eb 49%, #b4e1f6 66%, #b4e1f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8baed4 0%, #85a8ce 1%, #88abd1 2%, #87add2 5%, #8ab0d5 7%, #92b9da 19%, #98bfe0 24%, #98c1df 27%, #a3cce8 38%, #a4d0e9 43%, #a8d5ec 46%, #a9d6eb 49%, #b4e1f6 66%, #b4e1f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8baed4', endColorstr='#b4e1f4', GradientType=0 ); /* IE6-9 */
}
.box-blue-bg:hover {
	background-image: none;
	background-color: #83a3c6;
}
.box-blue-bg h2 {
	color: #004b78;
	margin: 149px 0 30px 20px;
	font-size: 22px !important;
	font-weight: bold
}
.box-blue-bg p {
	color: #004b78 !important;
	margin: 20px;
	font-size: 14px;
}
.box-blue-bg p em {
	color: #004b78 !important;
	font-size: 14px;
}
/*******************visitar***************************/
.intro-visitar {
	width: 100%;
	text-align: center;
}
.intro-visitar h1 {
	color: #0a4263;
	font-weight: bold;
	font-size: 34px;
	margin: 100px 0 0 0;
}
.intro-visitar p {
	margin: 0 auto 20px auto;
	font-size: 21px;
	color: #202020;
	width: 80%;
}
h2.ventajas {
	font-weight: bold;
	font-size: 22px !important;
	color: #202020;
	margin-bottom: 30px;
	padding: 20px 30px 0px;
}
.interiorTitle_S15 {
	margin-bottom: 30px;
	padding: 20px 30px 0px;
}
.ventajas-vis .number {
	font-size: 48px;
	font-weight: bold;
	color: #004b78;
	padding: 10px;
	float: left;
	width: 9%;
	min-height: 71px;
}
.ventajas-vis .text {
	min-height: 71px;
	font-size: 16px;
	line-height: 20px;
}
.ventajas-vis {
	width: 89%;
	margin: 0 auto;
	clear: both;
	background: url("../images/blue-dot.png") repeat-x left top;
	padding: 28px 0 0 0;
}
.titular-bcn.visitar {
	background: url("../images/bg-dot-3.gif") no-repeat center bottom;
	padding: 20px 0;
}
.inscripcio-news.form-visitar {
	background: #004B78;
	color: #fff;
    padding: 30px 0 40px;
    margin: 40px 0;
}
.inscripcio-news.form-visitar.web-form-portlet .aui-form .aui-field-input-text, .inscripcio-news.form-visitar.web-form-portlet .aui-form .aui-field-input-select {
	border: 3px solid #fff;
	color: #fff !important;
}
.inscripcio-news.form-visitar.web-form-portlet .aui-form .aui-button .aui-button-input {
	background-color: #fff;
	background: #fff;
	color: #004b78;
	border: 3px solid #fff;
}
.inscripcio-news.form-visitar.web-form-portlet .aui-form .aui-button .aui-button-input:hover {
	border: 3px solid #fff;
	color: #fff;
	background-color: transparent;
}
.inscripcio-news.form-visitar label, .inscripcio-news.form-visitar.web-form-portlet .aui-form legend, .inscripcio-news.form-visitar em.description {
	color: #fff !important;
}
.inscripcio-news.form-visitar .aui-field-choice label a {
	color: #fff !important;
}

/********************exponer********************************/
.ventajas-ex .text {
	min-height: 71px;
	font-size: 16px;
	line-height: 20px;
	padding-right: 20px;
}
.ventajas-ex {
	width: 225px;
margin: 0 auto;
background-image: url("../images/blue-dot2.png"), url("../images/blue-dot.png");
background-repeat: repeat-y, repeat-x;
background-position: right center, bottom center;
padding: 28px 0 0 0;

}
.boton_form{
display: inline-block;
background: #004b78;
color: #fff;
border: 3px solid #004b78;
font-weight: bold;
font-size: 18px;
padding: 10px 46px;
}
.left{
float: left;
}

.right{
float: right;
}

.salones2015-one, .salones2015-two, .salones2015-three {
	width: 300px;
	color: #fff;
}

.salones2015-one {
	margin-left: 30px;
}
.salones2015-one h2, .salones2015-two h2, .salones2015-three h2 {
	padding: 20px 20px 0 0px;
	font-size: 18px
}
.salones2015-one p, .salones2015-two p, .salones2015-three p {
	font-size: 14px;
	padding: 0 35px 0 0px;
}
.salones2015-three a.leermas {
	color: #fff;
	text-decoration: underline;
	padding: 0 0 0 200px;
	font-size: 14px;
	border-bottom: none
}

.salones2015-one .button-plus a, .salones2015-two .button-plus a, .salones2015-three .button-plus a {
	display: inline-block;
	width: 80px;
	height: 40px;
	margin: 0 0 0 157px;
	border: none;
	padding: 21px 108px 0 0;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold
}
.salones2015-one .button-plus a {
	background: url("../images/button-blue.png") no-repeat center;
	color: #57a7d8;
}
.salones2015-two .button-plus a {
	background: url("../images/button-verd.png") no-repeat center;
	color: #93bb70;
}
.salones2015-three .button-plus a {
	background: url("../images/button-orange.png") no-repeat center;
	color: #e3994f;
}
.inscripcio-news.form-visitar.web-form-portlet .aui-form .aui-field-input-select option {
color: #000;
}

/* ================================

	2015 Piscina

   ================================ */


/* ===== BODY ===== */
body {
	background: #fff;
}

/* ===== PAGE [ Exponer 2015 ] ===== */

.intro-visitar p {
	margin: 5px auto 20px auto;
	line-height: 1.4em;
}

/* Form */
#layout-column__118_INSTANCE_fw1D__column-2 {
	position: relative;
	left: 0px;
}
	.form-wrap_exp_S15 {
		padding: 20px 24px;
		margin-right: 27px;
		margin-top: 23px;
		background: #004B78;
	}
	/* -form fieldset- */
	.form-wrap_exp_S15 .aui-legend {
		color: #fff;
		font-size: 20px;
	}
	.form-wrap_exp_S15 em.description {
		color: #FFF;
		font-size: 16px;
		line-height: 1em;
		display: block;
		margin: 10px 0px 0px;
		font-family: "Lato" !important;
	}
	/* -form labels- */
	.form-wrap_exp_S15 .aui-form label {
		font-family: 'Lato';
		font-size: 14px;
		color: white;
	}
	/* -form inputs- */
	.form-wrap_exp_S15 .aui-form .aui-field-input-text {
		font-family: 'Lato';
		width: 248px;
		border: 3px solid #FFF;
		border-radius: 0px;
		background: none repeat scroll 0% 0% transparent;
		padding: 10px;
		color: #FFF;
		font-size: 14px;
	}
	/* -form submit- */
	.form-wrap_exp_S15 .aui-form .aui-button {
		text-align: center;
	}
	.form-wrap_exp_S15 .aui-form .aui-button .aui-button-input {
		background: #fff;
		color: #004b78;
		text-shadow: none;
		text-transform: uppercase;
		border-radius: 0;
		border-color: white;
		border-width: 3px;
		padding: 8px 40px;
		font-size: 16px;
		height: auto;
	}
	.form-wrap_exp_S15 .aui-form .aui-button .aui-button-input:hover {
		color: #fff;
		border-color: white;
		background: transparent;
	}

/* Ventajas */
.ventajas_wrap_S15 {
	position: relative;

}
.ventajas_wrap_S15:after {
	content: "";
	position: absolute;
	background-image: url('../images/blue-dot2.png');
	width: 5px;
	height: 102%;
	top: 0px;
	left: 264px;
	height: 100%;
}
.ventajas-ex {
	background: none;
	padding: 15px 10px 0;
	width: 225x;
}
.ventajas-ex {
	margin-left: 20px;
}
.ventajas-ex .number {
    font-size: 48px;
    font-weight: bold;
    color: #004B78;
    padding: 10px;
    float: left;
    width: 100%;
}
.ventajas-ex .text h2 {
	font-size: 20px;
	font-weight: bold;
	color: #004B78;
	margin: 15px 0px;
	float: left;
	width: 100%;
}
.ventajas-ex .text p {
	font-size: 14px;
}
.dots-horitzontal_S15 {
    width: 220px;
    background-image: url('../images/blue-dot.png');
    height: 5px;
    margin-bottom: 25px;
    margin-top: 40px;
}





/*top*/
#layout-column_column-partners {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

#content {
	border: 0px;
	margin-top: 150px;
	padding: 0px !important;
}


/*---- Fixes ---*/
#layout-column_column-1 {
	padding: 0px !important;
}

/* ====== H1 Absolute Position ====== */
.intro-piscinas, .intro-visitar {
	position: absolute;
	top: -230px;
}

/* ===== Padding Content (Interiors) ====== */
h2.ventajas, .titular-inmersion h2 {
	/*
	width: 858px;
	margin: 0 auto 20px;
	*/
}

/* ===== Background Piscina Barcelona Experience ===== */
.barcelona-bg_S15 {
    background: url("http://www.salonpiscina.com/image/image_gallery?uuid=8958f36b-50e3-4026-95ce-32284e528b2e&groupId=299167&t=1415875336587") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* ===== Footer ===== */
#footer {
	border: 0;
}
#footer .sitemap {
	border: 0;
}

/* ===== Alinera Gota ===== */
#p_p_id_56_INSTANCE_qJ4b_ {
text-align: right;
margin-right: 27px;
}


#footer .siteinfo .bottom-links {
float: left;
margin-top: 30px;
position: relative;
text-align: center;
width: 640px;
}

#footer .siteinfo .copyright {
float: right;
font-weight: bold;
margin: 30px 0 0;
width: 160px;
padding-right: 0;
}
#footer .siteinfo .bottom-links li:after {
    content: "";
    padding: 0;
}
#footer .siteinfo .bottom-links li {
	padding: 0  15px;
}
/*
#nav-main ul.dropdown ul {
	width: 980px !important;
	background: #c7c7c7!important;
	box-shadow: none!important;
	position: fixed!important;
	left: 50%!important;
	margin-left: -490px!important;
	top: 185px!important;
}
#nav-main ul.dropdown ul li {
	float: left!important;
}
#nav-main ul.dropdown ul a {
	background: transparent!important;
	min-width: 0!important;
	text-transform: uppercase!important;
	padding: 10px 20px!important;
	font-size: 1em!important;
	color: #5b5b5b!important;
	font-size: .9em!important;
}
#nav-main ul.dropdown ul a:hover {
	color: #000000!important;
	background: transparent!important;
}
*/

.clearer {
    clear: both;
    display: block;
    font-size: 0;
    height: 0.001%;
    line-height: 0;
    width: 1px;
}

/* padding Piscina Barcelona Experience */
.barcelona-bg_S15 h2 {
	margin: 125px 0 30px 20px;
}

/* RRSS */
#redes_sociales{
float: right;
margin-right: 13px;
margin-top: -66px;
}
.enlace {
width: 27px;
height: 25px;
display: block;
float: left;
margin-right: 5px;
}
.facebook { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=b266c6a5-e898-475e-bb81-d5eb5640e4b0&groupId=299167&t=1415954645292'); }
.twitter { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=10e2b976-8644-4010-9406-709472ddbcaa&groupId=299167&t=1415954840041'); }
.youtube { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=df5e7649-3dc6-44e2-80e5-7c3247f0b865&groupId=299167&t=1415954840080'); }
.pinterest { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=dedabdc4-47b2-428d-aaaf-9d94e40b8bc3&groupId=299167&t=1415954645306'); }
.linkedin { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=3ea6f95b-5584-404e-9a8d-5a8fac479d88&groupId=299167&t=1415957221068'); }

/* Label */
.aui_field_content, .aui-field-content {
	position: relative;
}
.aui-field-text label {
    position: absolute;
    top: 13px;
}

#p_p_id_1_WAR_webformportlet_INSTANCE_1Uc9_ .aui-field-text label {
    position: absolute;
	top: 12px;
	padding-left: 20px;
}

.salones2015-one img, .salones2015-two img, .salones2015-three img {
    height: auto !important;
    width: 235px !important;
}

.colaborador {
	width: 100%;
	margin: 20px auto 20px;
	text-align: center;
}
.colaborador h2 {
	font-size: 22px;
	font-weight: bold;
}
.colaborador a {
	border: 0px;
	text-decoration: none !important;
}
.colaborador img {
	vertical-align: middle;
}
.fitxaTec h1 {
    padding: 10px 30px;
}
.fitxaTec2 .portlet.high, .fitxaTec3 .portlet.high {
    border: 0 none;
    font-size: 14px;
    margin-left: 16px;
}

.padding-content_S15 .portlet-body {
	font-size: 14px;
	padding: 27px 30px;
}

/* Actividades */
.wellness.wellness2 {
	margin-top: 40px;
	margin-bottom: 15px;
}

.actividades-block {
	display: table;
    background: none repeat scroll 0 0 gray;
    color: #fff;
    height: 316px;
    width: 300px;
    margin: 0 0 20px 0;
}
.last-block_S15 {
	margin-bottom: 40px;
}
	.actividades-block > div {
		display: table-cell;
	    height: 100%;
	    padding: 0 20px;
	    vertical-align: bottom;
	}
		.actividades-block h2 {
			font-size: 22px;
			font-weight: bold;
		}
		.actividades-block p {
			font-size: 16px;
			line-height: 1.2em;
		}
		.actividades-block em {
			font-style: italic;
			color: #fff;
		}

		/* BG Blocks */
		.actividades-novedades {
			background: #88a9b9; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODhhOWI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYTFkOGQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4YTliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
			background: -moz-linear-gradient(-45deg,  #88a9b9 0%, #a1d8d3 50%, #88a9b9 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#88a9b9), color-stop(50%,#a1d8d3), color-stop(100%,#88a9b9)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(-45deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(-45deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(-45deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* IE10+ */
			background: linear-gradient(135deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88a9b9', endColorstr='#88a9b9',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		}
		.actividades-innovation-zone {
			background: #b4c5cf;
			margin-left: 2px;
		}
		.actividades-demostraciones-dinamicas {
			background: url('http://www.salonpiscina.com/image/image/image_gallery?uuid=0ac7a90e-d8c1-4644-9540-47eb8435be50&groupId=299167&t=1416394698250');
			margin-left: 8px;
		}
		.actividades-premios-piscina {
			background: #d89157; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDg5MTU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5Y2Q5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
			background: -moz-linear-gradient(45deg,  #d89157 0%, #e9cd96 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d89157), color-stop(100%,#e9cd96)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(45deg,  #d89157 0%,#e9cd96 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(45deg,  #d89157 0%,#e9cd96 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(45deg,  #d89157 0%,#e9cd96 100%); /* IE10+ */
			background: linear-gradient(45deg,  #d89157 0%,#e9cd96 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d89157', endColorstr='#e9cd96',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		}
		.actividades-jornadas-conferencias {
			background: #94b2d2 url('http://www.salonpiscina.com/image/image_gallery?uuid=87c4e4fd-8c0e-460e-b446-030540a54c1b&groupId=299167&t=1416221080823') no-repeat top;
			margin-left: 2px;
		}
		.actividades-meeting-point {
			background: #dee3e6 url('http://www.salonpiscina.com/image/image_gallery?uuid=b7cba492-13c5-4816-a3f9-4ca970c88a74&groupId=299167&t=1416221080829') no-repeat top;
			color: #004b78;
			margin-left: 8px;
		}

/* Instalaciones acuaticas */
.ia-resumen-gota_S15 {
    float: left;
    width: 400px;
}
	.ia-resumen-gota_S15 img {
	    left: 20px;
	    position: relative;
	}
.ia-resumen-list_S15 {
    float: left;
    width: 90%;
    padding-left: 30px;
}
	.ia-resument-drop_S15 {
	    float: left;
	    width: 50px;
	}
	.ia-resumen-text_S15 {
	    font-size: 16px;
	    line-height: 1.2em;
	    margin-bottom: 30px;
	}
.interiors-line_S15 {
	height: 5px;
    margin: 0 20px 40px;
    padding: 0 0 0 20px;
    width: 95%;
}
h2.h2-nomargin_S15 {
    margin-bottom: 15px;
    margin-top: 30px;
}
.orange-line_S15 {
    background: url("http://www.salonpiscina.com/image/image_gallery?uuid=b90e4275-8b2d-4c99-a738-6f722a6726ef&groupId=299167&t=1416320701588") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.blue-line_S15 {
    background: url("../images/blue-dot.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.green-line_S15 {
    background: url("http://www.salonpiscina.com/image/image_gallery?uuid=b165dbf0-3706-46c9-bcd5-7d10283e0f84&groupId=299167&t=1416325526618") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.sectores-list_S15 {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 50px;
}
.sectores-list_S15 li {
    border-bottom: 1px solid #aaaaaa;
    padding: 20px 10px;
}
.sectores-list_S15 li:first-child {
   padding: 0 10px 20px 10px;
}
.sectores {
	margin-left: 10px;
}

/* ===== Perfil Visitante ===== */
.pv-portlet-block_S15 {
	padding: 0 0 0 30px;
}
.pv-block_S15 {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

	.pv-block_S15 .pv-block-image_S15 {
	    margin: 0px 0px 20px;
	    width: 100%;
	}
	.pv-block_S15 h3 {
		font-size: 19px;
		color: #000;
		font-weight: bold;
		background: url('../images/blue-dot.png') repeat-x scroll left bottom transparent;
		padding: 0 0 15px 0;
	}
	.pv-block_S15 h5 {
		color: #20A9DA;
		font-size: 15px;
		font-weight: bold;
	}
		.pv-block_S15 span {
			font-size: 16px;
			font-weight: bold;
		}
	.pv-block_S15 ul {
	    list-style: disc outside none;
	    margin: 10px 0;
	   	padding: 0px 0px 0px 30px;
	    width: 100%;
	    float: left;
	    display: block;

	}
/* Each Block */
	.pv-block-vipbuyers_S15 span {
		color: #20A9DA;
	}
	.pv-percent {
	    margin: 20px 0;
	    position: relative;
	}
		.pv-percent-data {
		    background: none repeat scroll 0px 0px #0B5080;
		    border-radius: 40px;
		    -webkit-border-radius: 40px;
		    -moz-border-radius: 40px;
		    -ms-border-radius: 40px;
		    -o-border-radius: 40px;
		    color: #FFF;
		    font-size: 13px;
		    font-weight: bold;
		    height: 40px;
		    line-height: 3em;
		    text-align: center;
		    width: 40px;
		    float: left;
		}
		.pv-percent-text {
		    float: left;
		    margin-left: 20px;
		    position: relative;
		    top: 12px;
		    color: #0B5080;
		    font-weight: bold;
		}
		.pv-block-content_S15 {
		    width: 100%;
		}
		.pv-block-negocio_S15 {
		    border-bottom: 0 none;
		    margin-bottom: 50px;
		}
		.pv-block-negocio_S15 ul {
			padding: 0 0 0 100px;
		}

.pv-frase-destacada_S15 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 20px;
	color: rgb(15, 115, 175);
	font-weight: bold;
	background: #004b78;
	width: 227px;
	color: white;
	padding: 15px;
}






/* Pagina modalidades */
.modalidadesDestac {
	display: block;
	width: 390px;
	height: 110px;
	position: relative;
	margin-left: 30px;
	padding: 30px 20px;
	margin-bottom: 15px;
	color: #004b78;
	background: transparent url('http://media.firabcn.es/content/S046013/images/modalidades-destac03.jpg') no-repeat center center;
}
.modalidadesDestac.ofertaBBB {
	background: transparent url('http://media.firabcn.es/content/S046013/images/modalidades-destac04.jpg') no-repeat center center;
	margin-left: 5px;
}
.modalidadesDestac h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.modalidadesDestac p {
	font-size: 16px;
	color: white;
}

.modalidadesDestac  a.leermas {
	background: #fff;
	color: #004b78;
	text-shadow: none;
	text-transform: uppercase;
	border-radius: 0;
	border-color: white;
	border: 3px solid white;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	display: block;
	margin-top: 20px;
	width: 240px;
}
.modalidadesDestac  a.leermas:hover {
	color: #fff;
	border-color: white;
	background: transparent;
}

.modalidadesH2 { margin-top: 30px; }
.modalidadesH2 .titular-bcn {
	height: 66px;
	background: url("../images/bg-dot-4.gif") no-repeat center;
}

.modal-col1, .modal-col2, .modal-col3 {
	background: #ebf3f5;
	position: relative;
	height: 365px;
	width: 260px;
	padding: 20px;
	font-size: 16px;
}
.modal-col3 { margin-left: 6px; }

.modal-col1 h2, .modal-col2 h2, .modal-col3 h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004b78;
}

.modal-col1 a, .modal-col2 a, .modal-col3 a {
	display: inline-block;
	background: #004b78;
	color: #fff;
	border: 3px solid #004b78;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.modal-col1 a:hover, .modal-col2 a:hover, .modal-col3 a:hover {
	background: transparent;
	border: 3px solid #004b78;
	color: #004b78;
}
.titular-inmersion.blue {
	margin-bottom: 0 !important;
	margin-top: 45px;
}
.titular-inmersion.blue h2 {
	background-position: left top;
	padding: 30px 0 0;
	text-align: center;
}
.downline .titular-inmersion {
	margin-bottom: 0px !important;
}
.downline .titular-inmersion h2{
	padding: 0px;
}
.modalidades_S15 .entrevista {
	padding-top: 20px;
	padding-right: 20px;
	margin: 25px 0px 0px;
}
.modalidades_S15 img {
	margin-top: -20px;
}
.modalidades_S15 .entrevista p {
	font-size: 16px;
}

/* Banner jornadas ASOFAP */
.banner-jornadas_S15 {
    /*
    background: url("http://salonpiscina.com/image/image_gallery?uuid=3dc48957-45bb-45e8-b103-fdee9af775b2&groupId=299167&t=1416918006658") repeat scroll 0 0 rgba(0, 0, 0, 0);
	*/

	background: #88a9b9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODhhOWI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYTFkOGQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4YTliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

	background: -moz-linear-gradient(-45deg,  #88a9b9 0%, #a1d8d3 50%, #88a9b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#88a9b9), color-stop(50%,#a1d8d3), color-stop(100%,#88a9b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* IE10+ */
	background: linear-gradient(135deg,  #88a9b9 0%,#a1d8d3 50%,#88a9b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88a9b9', endColorstr='#88a9b9',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	padding: 30px;
	margin: 40px 0;
    min-height: 320px;
}
	.banner-jornadas_S15 .bj_col1 {
		width: 400px;
		float: left;
		color: white;
	}
	.banner-jornadas_S15 .bj_col1 h3,
	.banner-jornadas_S15 .bj_col2 h3 {
		font-size: 20px;
		font-weight: bold;
	}
	.banner-jornadas_S15 .bj_col1 h3 { color: white; margin-bottom: 30px; }
	.banner-jornadas_S15 .bj_col1 p,
	.banner-jornadas_S15 .bj_col2 p {
		font-size: 16px;
		margin: 5px 0 20px;
	}
	.banner-jornadas_S15 .bj_col2 p { margin-bottom: 0px; }
	.banner-jornadas_S15 a {
		    border: 3px solid transparent;
		    color: #fff;
		    background: #004b78;
		    display: inline-block;
		    font-weight: bold;
		    margin: 10px 0 0;
		    padding: 10px 20px;
		    text-decoration: none;
		    text-transform: uppercase;
		}
		.banner-jornadas_S15 a:hover {
			text-decoration: none;
		   	border: 3px solid #004b78;
		    color: #004b78;
		}
	.banner-jornadas_S15 .bj_col2 {
		width: 350px;
		padding: 30px;
		float: right;
		color: #202020;
		background: white url("http://media.firabcn.es/content/S046013/images/logo_asofap_jornadas.jpg") no-repeat scroll 300px 20px;
	}

	.jornadas_S15_gris .banner-jornadas_S15 {
		background: url("http://salonpiscina.com/image/image_gallery?uuid=3dc48957-45bb-45e8-b103-fdee9af775b2&groupId=299167&t=1416918006658") repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
		.jornadas_S15_gris .banner-jornadas_S15 .bj_col1 h3,
		.jornadas_S15_gris .banner-jornadas_S15 .bj_col1 p {
			color: #0b5080 !important;
		}


/* Exponer Destacados */
.exponer-pl_S15 {
    background: url("http://salonpiscina.com/image/image_gallery?uuid=3dc48957-45bb-45e8-b103-fdee9af775b2&groupId=299167&t=1416918006658") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 274px;
}
	.exponer-pl-img_S15 {
	    background: url("http://salonpiscina.com/image/image_gallery?uuid=fcb590e6-8c0e-4229-9a2c-e15b0ef2cc75&groupId=299167&t=1416918084713") repeat scroll 0 0 rgba(0, 0, 0, 0);
	    float: left;
	    height: 274px;
	    width: 349px;
	}
	.exponer-pl-text_S15 {
	    color: #004b78;
	    float: left;
	    margin: 65px 0 0 30px;
	}
		.exponer-pl-text-title_S15 {
		    font-size: 20px;
		    font-weight: bold;
		}
		.exponer-pl-text-subtitle_S15 {
		    font-size: 16px;
		    margin: 5px 0 20px;
		}
		.exponer-pl-text-pregunta_S15 {
		    font-size: 18px;
		    font-weight: bold;
		    margin-bottom: 30px;
		}
		.exponer-pl-button_S15 a {
		    background: #004b88;
		    border: 0 none;
		    color: #fff;
		    display: inline-block;
		    font-size: 16px;
		    font-weight: bold;
		    letter-spacing: 1px;
		    padding: 10px 20px;
		    text-transform: uppercase;
		    border: 2px solid transparent;
		}
		.exponer-pl-button_S15 a:hover {
			border: 3px solid #004b88;
			color: #004b88;
			background: transparent;
		}
		.lowercase_S15 { text-transform: none; }

/* Estilos genericos */

	/* Super Destacado Sidebar  */
	.box.super {
	    background: #004B78;
	    margin-right: -20px;
	    margin-top: 23px;
	    padding: 20px 24px;
	}
		.box.super .title {
		    color: #fff;
		    font-size: 22px;
		    font-weight: bold;
		}
		.box.super p {
		    font-size: 14px;
		}
		.box.super .lnk {
		    display: block;
		    font-weight: bold;
		    line-height: 1.1em;
		    margin: 20px 0 0;
		    padding: 10px 20px;
		    text-align: center;
		    text-decoration: none;
		    text-transform: uppercase;
		    background: none repeat scroll 0 0 #fff;
		    border: 3px solid transparent;
		    color: #004b78;
		}
		.box.super .lnk:hover {
			background: transparent;
			border: 3px solid #fff;
			color: #fff;
			text-decoration: none;

		}
		.box.super a.regularLink {
			color: #004b78;
			border: 0px;
			background: none;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
			text-transform: none;
		}
		.box.super a.regularLink:hover {
			text-decoration: underline;
			border: 0px;
			color: black;
			background: none;
		}

	/* Destacado */
	.box.high {
	    border: 0;
	    border-top: 5px solid #004B78;
	    background: #efefef;
	    margin-right: -20px;
	    padding: 20px;
	}
		.box.high .title {
		    color: #004B78;
		    font-size: 20px;
		}
		.box.high a {
			border: 3px solid transparent;
		    color: #fff;
		    background: #004b78;
		    display: inline-block;
		    font-weight: bold;
		    margin: 10px 0 0;
		    padding: 10px 20px;
		    text-decoration: none;
		    text-transform: uppercase;
		}
		.box.high a:hover {
		   	text-decoration: none;
		   	border: 3px solid #004b78;
		    color: #004b78;
		    background: transparent;
		}
		.box.high a.regularLink {
			color: #004b78;
			border: 0px;
			background: none;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
			text-transform: none;
		}
		.box.high a.regularLink:hover {
			text-decoration: underline;
			border: 0px;
			color: black;
			background: none;
		}

	/* Bloque Box-h */
	.box.box-h {
	    background: #004b78;
	    color: #fff;
	    padding: 20px;
	}
		.box-h h2.title {
		    background: #fff;
		    color: #fff;
		    display: inline-block;
		    padding: 10px 20px;
		    border: 3px solid transparent;
		}
			.box-h .title a {
			    font-size: 14px;
			    color: #0b5080;
			    font-weight: bold;
			    text-decoration: none;
			    text-transform: uppercase;
			}
			.box-h h2.title:hover {
				background: transparent;
				border: 3px solid #fff;
			}
			.box-h h2.title:hover a {
				color: #fff!important;
			}
			.box-h .title a:hover {
				color: #fff;
				text-decoration: none;
			}
	/* List */
	.bulletList ul {
		font-size: 14px;
		padding-left: 15px;
		list-style: disc;
	}
	.decimalList ol {
		font-size: 14px;
		padding-left: 15px;
		list-style: decimal;
	}


/* ========================= */
/* Piscina Canvis Grafica */
/* ========================= */


/* 3 SERVICIOS */
.ia-resument-drop_S15 {
    height: 60px;
}
	.ia-resument-drop-square_S15 {
		width: 25px;
		height: 25px;
	}
		.ia-resument-drop-square-blue_S15 {background: #29A7D2;}
		.ia-resument-drop-square-orange_S15 {background: #f5ac02;}
		.ia-resument-drop-square-turquoise_S15 {background: #04cebf;}

/* HOME */
	/* Tag intro */
	.intro-piscinas a.one {background: none repeat scroll 0 0 #29A7D2;}
	.intro-piscinas a.two {background: none repeat scroll 0 0 #04cebf;}
	.intro-piscinas a.three {background: none repeat scroll 0 0 #f5ac02;}

/* Salon */
.salon-mas-one .salon-mas-text {color: #29A7D2;}
.salon-mas-three .salon-mas-text {color: #04cebf;}
.salon-mas-two .salon-mas-text {color: #f5ac02;}

/* LOGO */
.claim-data {
    font-size: 17px;
    left: 120px;
    line-height: 1.2em;
    position: absolute;
    text-align: center;
    top: 50px;
}
	.claim-data span {
		color: #004B78;
		font-weight: bold;
	}

/* 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;
}


/* Viatges i reserves */
.travel {
	background: #e4e4e4 !important;
	border-width: 5px !important;
}
.travel.box-h h2 {
	background: transparent !important;
	padding: 0px !important;
	border: 0px !important;
}
.travel.box-h h2:hover {
	border: 0px !important;
}
.travel p { color: #202020; font-size: 14px;}
.travel span {background-color: white; display: block; font-size: 17px; padding: 5px 20px 5px 5px; width: 47px;}
.travel td img {vertical-align: top;}
.travels .box-img:after { right: -15px; }
.travels table { width: 540px;}
.travel.box-h .box-txt { padding-left: 10px; }
.travel.box-h .button { font-size: 13px; }
.travel.box-h .button:hover { color: #004b78; }
.travel.portlet.high img {margin-left: -5px !important;}
.travel u {color: #666; font-size: 11px; text-align: center; text-decoration: none;}
.taulaestret {width: 245px;}
.taulaestret p {font-size: 14px !important;}
table tbody td {border-bottom: 1px solid #e0e0e0; padding: 10px 10px 10px 4px; vertical-align: middle;}
.ofertas-travel .icon-trolley:before {content: "\e037"; font-size: 2.2em; position: absolute;}
.ofertas-travel .icon-trolley a {margin-left: 30px;}
h2.icon-trolley:before { font-size: 38px !important; top: 32px !important; left: 105px !important; }
h2.icon-airplane-2:before { font-size: 34px; top: 30px; left: 109px !important; content: '\e01b';}

/* Correct euro */
.icon-euro:after {
    content: " ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬";
}
.icon-euro:before {
    content: "";
}

.ofertas-travel .icon-globe a {margin-left: 30px;}
.ofertas-travel .icon-home a {margin-left: 30px;}
.ofertas-travel .icon-search a {margin-left: 30px;}
.ofertas-travel .icon-airplane a {margin-left: 30px;}
.ofertas-travel .icon-file a {margin-left: 30px;}
.ofertas-travel .icon-bookmark a {margin-left: 30px;}

.travels { margin-left: 20px; }

.box.high a.lnk.button {
    background: none repeat scroll 0 0 transparent;
    color: #004b78;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    font-weight: normal;
    text-shadow: none;
    border: 0;
}

.box.high a.lnk.button:hover {
	border:0!important;
	text-shadow: none;
}

/* === Helpers === */
.display-none {
	display: none;
}


/* === Wellness Sponsorship === */
.smallList .ia-resument-drop_S15 { height: 30px; }
.smallList .ia-resumen-text_S15 { margin-bottom: 15px; }

/* === Canvi colors */
.intro-piscinas a.two { background: #f5ac02; }
.intro-piscinas a.three { background: #04cebf; }

.wellness h2, .wellness h3, .wellness p { color: #6c1d17; }
.wellness a {
	border: 3px solid #6c1d17;
	background: #6c1d17;
}
.wellness a:hover { border: 3px solid #6c1d17; color:#6c1d17;}
.wellness {
    background: url("http://media.firabcn.es/content/S046013/images/bg-wellness.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 273px;
    margin: 60px 0;
    width: 100%;
}
.ia-resument-drop_S15 { width: 40px; }
.ia-resument-drop-square_S15 {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.ia-resument-drop-square-turquoise_S15 { background: #f5ac02; }
.ia-resument-drop-square-orange_S15 {background: #04cebf; }
.orange-line_S15 { background: url("http://www.salonpiscina.com/image/image_gallery?uuid=b165dbf0-3706-46c9-bcd5-7d10283e0f84&groupId=299167&t=1416325526618") repeat scroll 0 0 rgba(0, 0, 0, 0); }
.green-line_S15 { background: url("http://www.salonpiscina.com/image/image_gallery?uuid=b90e4275-8b2d-4c99-a738-6f722a6726ef&groupId=299167&t=1416320701588") repeat scroll 0 0 rgba(0, 0, 0, 0); }

.form-wrap_exp_S15 .aui-form .aui-field-input-text { width: 205px; }
.form-wrap_exp_S15 { padding: 20px 24px; }
.aui-fieldset-legend { padding: 0; }
.web-form-portlet .aui-form legend { margin-bottom: 0px; }
.web-form-portlet .aui-legend { position: relative; width: auto; }

.box-orange .box-blue-bg:hover {
	background: #f5ac02; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1YWMwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDk0MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5ac02 0%, #dd9402 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ac02), color-stop(100%,#dd9402)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5ac02 0%,#dd9402 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5ac02 0%,#dd9402 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5ac02 0%,#dd9402 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5ac02 0%,#dd9402 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ac02', endColorstr='#dd9402',GradientType=0 ); /* IE6-8 */

}
.box-orange .box-blue-bg p { color: #fff!important;}
.box-orange .box-blue-bg h2 { color: #fff; }

.visitar_one a.leermas.blue {
  border-color: #6c1d17;
  background: #6c1d17;
}
.visitar_one a.leermas.blue:hover {
  color: #6c1d17;
  border-color: #6c1d17;
  background-color: transparent;
}
.visitar_one p {
  color: #6c1d17;
}
.visitar_one h2 {

  color: #6c1d17;
}
.barcelona-bg_S15 h2 {
  margin: 110px 0 30px 20px;
}
#header .top-nav .top-links { display: block!important; }

.nested23 .box.high {
  margin-left: 30px;
  margin-top: 25px;
  max-width: 500px;
}
.nested23 .box.high p {
    display: inline-block;
    vertical-align: text-top;
    width: 49%;
}
.nested23 .box.high img {
    display: inline-block;
    margin-left: 40px;
    vertical-align: text-top;
}

.formRoad .aui-field-text label {
    padding-left: 20px;
    position: absolute;
    top: 12px;
}
.form-wrap_exp_S15.formRoad .aui-form .aui-field-input-text {
    width: 235px;
}

/* DESTACADO ACREDITACIÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œN */
/* Vertical */
.dest-acr-vtcal.destacadoLateral { width: 256px;}
.dest-acr-vtcal .portlet.box {
	background: url('http://www.salonpiscina.com/image/image_gallery?uuid=50869555-7033-451e-ab01-05acd1c73901&groupId=299167&t=1433941913048');
	padding: 30px;
}
	.dest-acr-vtcal h2.title {
		color: #fff;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}

	.dest-acr-vtcal .p1 {
		color: #fff;
		text-align: center;
		font-size: 15px;
	}
	.dest-acr-vtcal a.button.high {
		background: transparent;
		text-shadow: none;
		border: 3px solid #fff;
		border-radius: 0;
		text-decoration: none;
		padding: 8px 15px;
		font-size: 14px;
		margin: 20px auto 0 0;
		display: block;
		transition: all .35s ease-in-out;
		-webkit-transition: all .35s ease-in-out;
		-moz-transition: all .35s ease-in-out;
		-ms-transition: all .35s ease-in-out;
		-o-transition: all .35s ease-in-out;
	}
	.dest-acr-vtcal a.button.high:hover {
		background: #fff;
		border: 3px solid #fff;
		color: #2498a7!important;
	}

/* Horizontal */
.dest-acr-hztal {
	padding: 0 10px;
	margin-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.dest-acr-hztal .portlet.box {
	background: url('http://www.salonpiscina.com/image/image_gallery?uuid=787b4d5b-3852-456e-97d5-63826426acb1&groupId=299167&t=1433942873832');
	padding: 30px 30px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;

}
	.dest-acr-hztal h2.title {
		color: #fff;
		text-align: left;
		font-weight: bold;
		font-size: 18px;
		text-transform: uppercase;
		float: left;
		width: 70%;
}
.dest-acr-hztal .p1 {
	float: left;
	color: #fff;
	display: block;
	font-size: 15px;
	width: 70%;
}
	.dest-acr-hztal a.button.high {
		  background: transparent;
		  text-shadow: none;
		  border: 3px solid #fff;
		  border-radius: 0;
		  text-decoration: none;
		  padding: 8px 15px;
		  font-size: 14px;
		  margin-top: -20px;
		  float: right;
		  transition: all .35s ease-in-out;
		  -webkit-transition: all .35s ease-in-out;
		  -moz-transition: all .35s ease-in-out;
		  -ms-transition: all .35s ease-in-out;
		  -o-transition: all .35s ease-in-out;
		  margin-left: 10px;
	}
	.dest-acr-hztal a.button.high:hover {
		background: #fff;
		border: 3px solid #fff;
		color: #2498a7!important;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#layout-column__118_INSTANCE_LJ1s__column-2 { margin-left: -30px; }
}
/* ==== Premis 2015 ==== */
.icons-premis_S15 img {
    vertical-align: middle;
    margin-right: 10px;
}
.icons-premis_S15 ul li {
    width: 48%;
    float: left;
    font-size: 1.1em;
    text-transform: uppercase;
}

/* === Acreditacion especial === */
.acreditacion-especial .portlet {
  background: url('http://www.salonpiscina.com/image/image_gallery?uuid=cb6f89f2-8dbf-415b-a357-e07c03daed13&groupId=299167&t=1435587559731');
  padding: 20px;
}
 .acreditacion-especial .button.high {
        display: inline-block;
        background: #004b78;
        color: #fff;
        border: 3px solid #004b78;
           font-weight: bold;
           font-size: 16px;
           padding: 10px 46px;
           border-radius: 0;
   }
   .acreditacion-especial .button.high:hover {
       background: transparent;
      border: 3px solid #004b78;
      color: #004b78;
   }



/* Responsive Construmat */
@media screen and (max-width: 600px) {
	.nested23 .box.high p { display: block; width: 100%; }
	.nested23 .box.high img { display: block; margin-left: 0px; }
	.web-form-portlet .aui-form .aui-field-input-select { width: 236px; }
    .icons-premis_S15 ul li { width: 100%; float: none: }
}


/****************acces i mobilitat********/

.containeraccesimobilitat .visible { background-color: #E9E9E9; color: #004b78 !important;}
.containeraccesimobilitat .visible h3{color: #004b78 !important;}
.ac-small p { font-size: 13px !important;}

/* ==== Acreditacion online ==== */
/* Generic display */
.spisc-table {
  width: 100%;
  display: table;
  font-family: 'Lato', sans-serif;
  color: #454545;
}
  .spisc-trow {
    display: table-row;
      border-bottom: 1px solid #d7d7d7;
  }
    .spisc-td {
      display: table-cell;
      vertical-align: middle;
      padding: 20px;
      font-size: 14px;
      border-right: 1px solid #d9d9d9;
    }

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

.spisc-thead {
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-shadow: 0;
  border-right: 0;
  border-top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29a7d2+0,004b78+100 */
  background: #29a7d2; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YTdkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRiNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #29a7d2 0%, #004b78 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29a7d2), color-stop(100%,#004b78)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #29a7d2 0%,#004b78 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #29a7d2 0%,#004b78 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #29a7d2 0%,#004b78 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #29a7d2 0%,#004b78 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29a7d2', endColorstr='#004b78',GradientType=0 ); /* IE6-8 */
}

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

/* BTN acreditarse */
.spisc-btn .button.high {
	color: #fff!important;
	background-color: #0B5080!important;
	border: 3px solid #0B5080!important;
	text-shadow: none;
	border-radius: 0;
	font-weight: bold;
	padding: 8px 15px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.spisc-btn .button.high:hover  {
    padding: 8px 20px;
}

/* Area visitante */
.acr-visitante {
    background: url("../images/bg-2.jpg") no-repeat center;
    color: #fff;
    float: left;
    width: 100%;
}
    .acr-visitante .col33 {
        width: 28.5%;
        float: left;
        padding: 20px;
    }
        .acr-visitante .col33 p  {
            color: #fff;
            font-size: 11px;
        }
         .acr-visitante .col33 p.large {
            color: #fff;
            font-size: 14px;
        }
         .acr-visitante .col33 ul li {
            font-size: 11px;
            position: relative;
            display: inline-block;
            margin: 5px 0;
         }
          .acr-visitante .col33 ul li:before {
            content: '';
            width: 12px;
            height: 12px;
            display: inline-block;
            background: url('http://www.salonpiscina.com/image/image_gallery?uuid=1c31a54d-6ef1-41a6-bba8-0e6fcb322ba7&groupId=299167&t=1435843425321') no-repeat;
            margin: 0 10px 0 0;
        }
        .acr-visitante .col33 h2 {
            position: relative;
            color: #fff;
            margin-bottom: 35px;
        }
        .acr-visitante .col33 h2:before {
            content: '';
            width: 28px;
            height: 27px;
            display: inline-block;
            background: url('http://www.construmat.com/image/image_gallery?uuid=65cdee2e-72c1-4d1f-ad84-66467b245f41&groupId=3230503&t=1423474519472') no-repeat;
        }
        .acr-visitante .button {
          font-size: 14px;
          margin-top: 20px;
          text-shadow: none;
          border: 3px solid #fff;
          border-radius: 0;
          background-color: transparent;
          padding: 8px 15px;
        }
        .acr-visitante .button:hover {
            color: #0B5080!important;
            background: #fff;
            border: 3px solid #fff;
        }

/* == == */

/* === Destacado lateral (Visitar one) === */
.destacadoLateral .visitar_one {
    width: 277px;
}
    .destacadoLateral .visitar_one a.leermas {
        height: auto;
        padding: 8px 15px;
    }



/* === Pagina premis === */
.iconsList ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.iconsList ul li:after {
	position: absolute;
	top: 0px; left: -20px;
	display: block; content: '';
	height: 40px; width: 40px;
	background: transparent url('http://www.salonpiscina.com/image/image_gallery?uuid=99a0e696-712f-4bba-8819-e6429c63e251&groupId=299167&t=1435316446497') no-repeat;
}
.iconsList ul li + li:after {
	background: transparent url('http://www.salonpiscina.com/image/image_gallery?uuid=2423943a-37fa-4726-a40d-dee0cef0219c&groupId=299167&t=1435317665446') no-repeat;
}
.iconsList.secondOne ul li {
	margin-bottom: 30px;
}
.iconsList.secondOne ul li:after {
	background: transparent url('http://www.salonpiscina.com/image/image_gallery?uuid=21ebf3da-d304-4c23-86b6-ef690c36df34&groupId=299167&t=1435317665432') no-repeat;
}
.iconsList.secondOne ul li + li:after{
	background: transparent url('http://www.salonpiscina.com/image/image_gallery?uuid=ebf335b6-a1d7-493e-8133-e603abc7b8d4&groupId=299167&t=1435317665458') no-repeat;
}
.iconsList.secondOne ul li + li + li:after {
	background: transparent url('http://www.salonpiscina.com/image/image_gallery?uuid=6eaf5ce8-0f3d-4dd8-9113-6e22caf8c48d&groupId=299167&t=1435317665407') no-repeat;
}
.iconsList.secondOne ul li + li + li + li:after {
	background: transparent url('http://www.salonpiscina.com/image/image_gallery?uuid=b79d2d12-d74c-4894-9a7e-f5109fc04997&groupId=299167&t=1435317665420') no-repeat;
}
/* .premisLink h3 strong { color: #f3ae21; } */
.premisLink a.lnk {
	display: block;
	background: #004b78;
	color: white;
	text-shadow: none;
	border: 3px solid #004b78;
	border-radius: 0;
	text-decoration: none !important;
	padding: 10px 15px;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: bold;
	max-width: 200px;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	}
	.premisLink a.lnk:hover {
		background: transparent;
		border: 3px solid #004b78;
		color: #004b78!important;
	}

    /* == Pagina Wellness Spa Event 2015 == */
    .wellness-spa-2015 .salon-mas > a {
      text-transform: uppercase;
      border: 0;
      border: 2px solid #f5ac02;
      padding: 8px 15px;
      display: inline-block;
      margin-top: 15px;
      color: #f5ac02;
      font-weight: bold;
      font-size: 14px;
    }
    .wellness-spa-2015 .salon-mas-two .salon-mas-text {
        color: inherit;
    }
    .wellness-spa-2015 .salon-mas{
        text-align: left;
    }
    .wellness-spa-2015 .salon-mas > a:hover {
        background:  #f5ac02;
        color: #fff;
        text-decoration: none;
    }
    .wellness-spa-2015 .salon-mas a:hover .salon-mas-text { border: 0; }

    /* == == */
.networking-2015 .ia-resument-drop_S15 {
  height: 80px;
}

/* == Conferencias Wellness == */
.well-conf .tabbed .tabs li.active {
    height: auto;
    border: 0;
    border-bottom: 5px solid  #f5ac02;
}
.well-conf .tabbed .tabs li.active a {
    color: #0B5080;
    background: transparent;
    font-weight: bold;
}
.well-conf .tabbed .tabs li a {
    font-size: 15px;
    padding: 5px 20px;
}
.well.conf .tabbed .tabs li a {
    background: transparent;
    }
.well-conf .tabbed .tabs li a:hover {
    background: transparent;
}
.well-conf .tabbed .tabs li:hover {
    background: transparent;
    border-bottom: 5px solid #f5ac02;
}
.well-conf .tabbed .tab-content {
    padding: 30px 0;
    border: 0;
    border-top: 4px solid #ebebeb;
}
.well-conf .title {
    display: none;
}
.well-conf .tabbed .tabs li {
    margin-right: 0;
}
.well-conf .tabbed .tabs li a {
    background: transparent;
}
.well-conf-li {
  padding: 10px;
  background-color: #ebebeb;
  margin: 0 0 10px 0;
  font-size: 1.2em;
}
li.well-conf-li.special {
  background-color: #d7d7d7;
}
    .well-conf-li em {
        color: #0B5080;
        font-weight: bold;
        margin-right: 20px;
    }
    .well-conf-title {
        display:block;
        font-weight: bold;
        font-size: 1.2em;
    }
    .well-conf-cat {
        background-color: #f5ac02;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
    }
/*== == */

/* == Perfil visitante == */
.pv-tip-right img {
    float: left;
    margin-right: 40px;
    width: 50px;
}
.pv-tip-right span {
    font-size: 1.3em;
    display: block;
    padding: 15px 0;
}
.pv-tip-left img {
    float: right;
    margin-left: 40px;
    width: 50px;
}
.pv-tip-left span {
    font-size: 1.3em;
    display: block;
    padding: 15px 0;
}
.pv-tip-left em, .pv-tip-right em {
    font-size: 1.4em;
    color: #39b6b2;
    font-style: normal;
    margin-right: 5px;
}

.pv-data {
    font-size: 3em;
    color: #0B5080;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #0B5080;
    border-bottom: 1px solid #0B5080;
    padding: 10px 0 20px 0;
}
.pv-data span {
  font-size: 18px;
  display: block;
  margin-top: -15px;
}
.pv-data-list {
    font-size: 13px;
    line-height: 18px;
}

/* == Source of inspiration == */
.source-of-inspiration {
  background-color: #f5ac02;
   padding: 40px 30px 30px 30px;
  color: #fff;
  margin-top: -5px;
}
.source-of-inspiration h4 {
  text-transform: uppercase;
  font-size: 2em;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.source-of-inspiration p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

/* == Wellness SPA == */
.wellness-spa-2015 .title {
  color: #0B5080;
  font-weight: bold;
}
.wellness-spa-2015 .button.high {
  border: 2px solid #f5ac02;
  border-radius: 0;
  background-color: transparent;
  color: #f5ac02;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-top: 20px;
}
.wellness-spa-2015 .button.high:hover {
  background-color: #f5ac02;
  color: #fff;
}
.wellness-spa-2015 {
  margin-bottom: 10px!important;
  padding: 0 30px!important;
}
.wellness-spa-2015 p {
  font-size: 14px;
}

/*  ===================
    Home 2015 Restyling
====================*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* Generic */
body { overflow-x: hidden; background: #f7f7f7; }
a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
p { font-size: 14px; }
h2, .portlet .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
h3 {
    font-size: 18px;
    color: #186f8d;
    text-transform: uppercase;
    border-top: 1px solid;
    padding-top: 10px;
}
    .res h3 { border-color: #12c3f4; color: #12c3f4; }
    .wel h3 { border-color: #eac271; color: #eac271; }
    .ins h3 { border-color: #5aa9ac; color: #5aa9ac; }
    .xxss h3 { color: #fff; border: 0; font-weight: 300; }

h4 {
    font-size: 15px;
    color: #186f8d;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 500;
}

/* === Header === */
#header-wrap {
    position: relative;
    background: #fff;
    padding-top: 30px;
}
    #header-wrap:before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: #12c3f4; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzEyYzNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzEyYzNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2VhYzI3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2VhYzI3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzVhYTlhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YWE5YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left,  #12c3f4 1%, #12c3f4 33%, #eac271 33%, #eac271 66%, #5aa9ac 66%, #5aa9ac 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(1%,#12c3f4), color-stop(33%,#12c3f4), color-stop(33%,#eac271), color-stop(66%,#eac271), color-stop(66%,#5aa9ac), color-stop(100%,#5aa9ac)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #12c3f4 1%,#12c3f4 33%,#eac271 33%,#eac271 66%,#5aa9ac 66%,#5aa9ac 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #12c3f4 1%,#12c3f4 33%,#eac271 33%,#eac271 66%,#5aa9ac 66%,#5aa9ac 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #12c3f4 1%,#12c3f4 33%,#eac271 33%,#eac271 66%,#5aa9ac 66%,#5aa9ac 100%); /* IE10+ */
        background: linear-gradient(to right,  #12c3f4 1%,#12c3f4 33%,#eac271 33%,#eac271 66%,#5aa9ac 66%,#5aa9ac 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12c3f4', endColorstr='#5aa9ac',GradientType=1 ); /* IE6-8 */
    }
    #header-wrap:after {
      content: '';
      width: 100%;
      height: 30px;
      position: absolute;
      z-index: 1;
      background-color: #f3f3f3;
      top: 5px;
    }
#header {
    position: relative;
    height: auto;
}
    /* Redes sociales */
    #redes_sociales {
        position: relative;
        z-index: 2;
        margin-top: -105px;
        margin-right: 0px;
    }
        #redes_sociales .enlace {
            width: 30px;
            height: 30px;
            margin-right: 0;
            border-right: 1px solid #d8d8d8!important;
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
        }
        #redes_sociales .enlace:hover { background-color: #d8d8d8; }
            .facebook {  background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=0cfe6077-da4f-4d4a-9d32-52ae8c311574&groupId=299167&t=1436520313909'); }
            .twitter {  background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=a2a2748b-2276-45a1-9ba1-1f69a851f570&groupId=299167&t=1436520313952'); }
            .linkedin {  background-image: url('http://www.salonpiscina.com/image/image/image_gallery?uuid=091df522-290b-4765-a292-7234bf067f52&groupId=299167&t=1436520313934'); }
            .youtube {  background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=1d089093-69f0-4b76-91ea-19408d4afeee&groupId=299167&t=1436520313963'); }
            .pinterest {  background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=3aaec30a-5bee-42ca-a35c-81f4ee2ace43&groupId=299167&t=1436520313944'); }
    /* Top nav */
    #header .top-nav {
        top: -25px;
        right: 155px;
        z-index: 2;
        height: 30px;
        border-right: 1px solid #d8d8d8;
    }
        /* Área links */
        #header .top-nav .top-links li { margin: 0; }
        #header .top-nav .top-links li a {
            background: transparent;
            color: #555;
            height: 30px;
            line-height: 30px;
            border-radius: 0;
            border-right: 1px solid #d8d8d8;
        }
        #header .top-nav .top-links li a:hover {
            background: #d8d8d8;
            color: #555;
        }
        #header .top-nav .top-links li:first-child a {
            border-left: 1px solid #d8d8d8;
        }
        /* Language */
        #header .top-nav #lang-selector .dropdown-toggle {
            font-size: 12px;
            font-weight: 500;
            color: #555;
            margin-right: 0;
            line-height: 30px;
        }
            #header .top-nav #lang-selector .dropdown-toggle:after {
                content: url('http://www.salonpiscina.com/image/image_gallery?uuid=240d8e17-f354-4350-834d-a571f08c5a8a&groupId=299167&t=1436521521897');
                position: absolute;
                right: 20px;
                top: 0;
            }
            #header .top-nav #lang-selector .dropdown-menu {
                min-width: 0;
                border: 1px solid #d8d8d8;
                border-radius: 0px;
                top: 29px;
                right: -1px;
            }
                #header .top-nav #lang-selector .dropdown-menu li a {
                    color: #555;
                    font-size: 10px;
                    text-transform: uppercase;
                    background: #f3f3f3;
                }
                #header .top-nav #lang-selector .dropdown-menu li a:hover {
                    color: #555;
                    background: #d8d8d8;
                }
    /* Claim */
    .claim-data {
        font-size: 20px;
    }
    /* Logo */
    #header #logo {
        width: 150px;
        height: 171px;
        left: 0;
    }
    /* Nav */
    #nav-main {
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 40px;
        background: #2086a9;
    }
        #nav-main ul.dropdown {
            width: 980px;
            margin: 0 auto;
            float: none;
        }
            #nav-main ul.dropdown a {
                background: #2086a9!important;
            }
            #nav-main ul.dropdown a:hover {
                background: #186f8d!important;
            }
/* === Layout === */
/* Wrapper */
#wrapper {
    position: relative;
    background: #f6f6f6!important;
}
/* Content */
#content {
    width: 980px;
    margin-top: 0;
    background: transparent;
}
/* 3 cols */
    .portlet-column-content {
        padding: 0 7.5px;
    }
    .ltr .portlet-column-content-first {
        padding-left: 0;
        padding-right: 15px;
    }
    .ltr .portlet-column-content-last {
        padding-right: 0;
        padding-left: 15px;
    }
/* Footer */
#footer .sitemap {
    display: none;
}
    #footer .siteinfo {
        background: #f7f7f7;
    }
/* Cookies */
div#fb-cd {
  z-index: 9999;
}

/* === Destacados === */

/* Genericos */
/* Enlace normal */
.portlet {
    margin-bottom: 50px;
    padding: 35px 0;
    background: #fff;
}
    .portlet p, .portlet h2, .portlet h5, .portlet h6 {
        padding: 0 30px;
    }
    .portlet ul {
        padding: 0 45px;
        margin: 25px 0;
        font-size: 14px;
        color: #186f8d;
        list-style: disc;
    }
        /* Seccions */
        .wel .portlet ul, .portlet ul.wel  { color: #eac271; }
        .res .portlet ul, .portlet ul.res { color: #12c3f4; }
        .ins .portlet ul, .portlet ul.ins { color: #5aa9ac; }

        .portlet ul li {
            margin: 0 0 5px 0;
        }
        .portlet ul span { color: #161616; }

        /* Llistes amb gotes */
        ul.gota-wel li, ul.gota-res li, ul.gota-ins li {
            position: relative;
            line-height: 22px;
            padding-left: 10px;
        }
        ul.gota-wel li:before, ul.gota-res li:before, ul.gota-ins li:before {
            content: '';
          width: 15px;
          height: 15px;
          display: inline-block;
          margin-right: 10px;
          position: absolute;
          left: -18px;
          top: 4px;
        }
        ul.gota-wel li:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=314396a5-b83f-4e94-b71e-8182a730e74d&groupId=299167&t=1437472048237'); }
        ul.gota-res li:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=7b495747-36c7-4a1a-866a-f7f08a519344&groupId=299167&t=1437472705625'); }
        ul.gota-ins li:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=3f84df55-9f9f-4646-bd30-0ff8eea4f37c&groupId=299167&t=1437472705611'); }

    .portlet h3 {
        margin: 0 30px;
        padding: 10px 0;
    }
    .portlet h4 {
        margin: 0 30px 30px 30px;
        padding: 15px 0;
        color: #186f8d;
        border-left: 5px solid #186f8d;
        padding-left: 15px;
    }
    .portlet .icon-out h4 { padding-left: 50px!important; }
    .portlet h4.res, .res .portlet h4{ color: #12c3f4; border-color: #12c3f4; }
    .portlet h4.wel, .wel .portlet h4 { color: #eac271; border-color: #eac271; }
    .portlet h4.ins, .ins .portlet h4{ color: #5aa9ac; border-color: #5aa9ac; }

    .portlet img {
        margin-bottom: 25px;
    }
    .button.high {
        border: 2px solid #186f8d;
        color: #fff;
        background-color: #186f8d;
        text-shadow: none;
        border-radius: 0;
        padding: 10px 25px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 20px;
    }
    .button.high:hover {
        border: 2px solid #186f8d;
        color: #186f8d!important;
        background-color: transparent!important;
    }


    .res .button.high { border-color: #12c3f4; background-color: #12c3f4; }
        .res .button.high:hover { border-color: #12c3f4; color: #12c3f4!important; }
    .wel .button.high { border-color: #eac271; background-color: #eac271; }
        .wel .button.high:hover { border-color: #eac271; color: #eac271!important; }
    .ins .button.high { border-color: #5aa9ac; background-color: #5aa9ac; }
        .ins .button.high:hover { border-color: #5aa9ac; color: #5aa9ac!important; }
    .gray .button.high:hover { color: #777777!important; }

    /* Separadores */
    p.separator-wel {
        height: 1px;
        background-color: #eac271;
        margin: 0 30px 30px 30px;
    }
    p.separator-ins {
        height: 1px;
        background-color: #5aa9ac;
        margin: 0 30px 30px 30px;
    }
    p.separator-res {
        height: 1px;
        background-color: #12c3f4;
        margin: 0 30px 30px 30px;
    }
    p.separator-gen {
        height: 1px;
        background-color: #186f8d;
        margin: 0 30px 30px 30px;
    }
    p.separator-white {
        height: 1px;
        background-color: #ffffff;
        margin: 0 30px 30px 30px;
    }


.dest-img .portlet {
    padding-top: 0px;
}
.dest-img-width .portlet img {
    width: 100%!important;
}
/* Enlace destacado */
.portlet.box.high {
    position: relative;
    overflow: hidden;
    border: 0;
    margin-right: 0;
}
    .portlet.box.high img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%!important;
    }
    .portlet.box.high h2, .portlet.box.high h3, .portlet.box.high h4, .portlet.box.high p, .portlet.box.high a {
        position: relative;
        z-index: 2;
        text-align: center;
        color: #fff;
    }
    .portlet.box.high a.button.high {
        border: 2px solid #fff!important;
        background-color: transparent!important;
    }
    .portlet.box.high a.button.high:hover {
        background-color: #fff!important;
        color: #186f8d;
    }
    .portlet.box.high h2.title, .portlet.box.high p { font-weight: 700; }
/* Enlace superdestacado */
.box.super {
    margin: 0;
    margin-bottom: 50px;
    padding: 25px 0;
    background-color: #2086a9;
    text-align: left;
    color: #fff;
}
.box.super ul { color: #fff!important; }
.dest-img .box.super {
  padding: 0 0 25px 0!important;
}
    .box.super h2.title {
        display: none;
    }
    .box.super h2.title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .dest-img .box.super h3 { color: #fff; }
    .portlet.box.super a.button.high {
        border: 2px solid #fff!important;
        background-color: transparent!important;
    }
    .portlet.box.super a.button.high:hover {
        background-color: #fff!important;
        color: #186f8d;
    }
    .box.super h2 { padding: 30px 30px 0 30px!important; }
    .wel .box.super h2, .res .box.super h2, .ins .box.super h2 {  }
    .box.super h2, .wel .box.super h2:before, .res .box.super h2:before, .ins .box.super h2:before {background: none!important;}
    .box.super h3, .wel .box.super h3, .res .box.super h3, .ins .box.super h3 { color: #fff!important; border-top: 1px solid #fff; }

    .box.super img { margin-bottom: 0; }

    .wel .box.super { background-color: #eac271; }
    .res .box.super { background-color:  #12c3f4; }
    .ins .box.super { background-color:#5aa9ac; }
    .gray .box.super { background-color:#777777; }

    .box.super .lnk {
        color: #fff;
        background-color: transparent;
        text-transform: none;
        text-align: left;
        padding: 0;
        text-decoration: underline;
        border: 0;
    }
    .box.super .lnk:hover {
        padding: 0  0 0 10px;
        border: 0;
        text-decoration: underline;
    }

/* Super destacado sidebar */
.super-sidebar p, .super-sidebar h2, .super-sidebar h3 {
    text-align: center;
}
/* Transparente */
.portlet-transparent .portlet {
    padding: 30px 0;
    background-color: transparent;
    margin-bottom: 50px;
}
/* Tiutular */
.portlet-titular .portlet {
    text-align: center;
    margin-bottom: 0;
}
    .portlet-titular h3 {
        display: inline-block;
    }
.portlet-titular-left .portlet {
    text-align: left;
    margin-bottom: 0;
}
    .portlet-titular-left h2 {
        padding: 0;
    }
    .portlet-titular-left h3 {
        display: inline-block;
        padding: 0;
    }
    .portlet-titular-left h4 {
        display: inline-block;
        margin: 0 0 30px 0;
    }
/* Full Width */
.portlet-full {
    position: relative;
    z-index: 1;
}
    .portlet-full::before {
        content: '';
        width: 400%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0px;
        left: -200%;
    }
        .portlet-full-white.portlet-full::before { background-color: #fff; }
        .portlet-full-generic.portlet-full::before { background-color: #2086a9; }
        .portlet-full-generic2.portlet-full::before { background-color: #186f8d; }
        .portlet-full-res.portlet-full::before { background-color: #12c3f4; }
        .portlet-full-wel.portlet-full::before { background-color: #eac271; }
        .portlet-full-ins.portlet-full::before { background-color: #5aa9ac; }
        .portlet-full-gray.portlet-full::before { background-color: #777777; }

/* Destacado Logo Wellness */
.dest-logo-wellness img {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
/* Anidado blanco */
.nested-white {
    background-color: #fff;
    padding-bottom: 35px;
}

/* Portlet Centrado */
.portlet-center {
  text-align: center;
}
/* === */

/* === Slide === */
.flex-piscina .slide-col {
  width: 45%;
}
    .flex-piscina .slide-col-left {
        float: left;
        display: table;
        height: 330px;
    }
    .flex-piscina .slide-col-right {
        float: right;
        margin-right: 50px;
    }
        .flex-piscina .table-cell {
            padding-left: 50px;
        }
        .table-cell {
            display: table-cell;
            vertical-align: middle;
        }
        .flex-piscina ul {
            padding: 0;
            margin: 0;
            color: inherit;
            list-style: none;
        }
        .flex-piscina .portlet ul li {
            margin: 0 0 10px 0;
        }

    .flex-piscina h2, .flex-piscina h3, .flex-piscina p { padding: 0!important; }
    .flex-piscina h3 { padding: 10px 0 0 0!important; margin: 0!important;  }
    .flex-piscina h2:before { background: none!important; }


    .flex-piscina .flex-direction-nav .flex-next { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=8972d782-31cd-4080-b685-169f3c5dc558&groupId=299167&t=1436861983375') no-repeat;
    opacity: 1;
    top: 45%;
    right: 0;
 }
    .flex-piscina .flex-direction-nav .flex-prev { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=58b509ec-fa1b-47bf-9bd8-e29f2280d937&groupId=299167&t=1436861983362') no-repeat;
    opacity: 1;
    top: 45%;
    left: 0;
 }

/* Destacado especificos */

/* Video */
.portlet-video .portlet.box {
    margin-bottom: 0;
}
.portlet-video .portlet.box h2.title { display: none; }
.dest-acreditacion .portlet {
    padding: 35px 0;
    position: relative;
    z-index: 0;
}
.dest-acreditacion .portlet h2.title { display: none; }
.dest-acreditacion .portlet h2 {
    background: url('http://www.salonpiscina.com/image/image_gallery?uuid=3df153f1-2782-4d5d-b522-50b4fa54c04c&groupId=299167&t=1436529371174')repeat-y center center;
    padding: 18px 0;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
}
    .dest-acreditacion .portlet h3 {
        border: 0;
        padding-top: 0;
    }
    .dest-acreditacion .button.high {
        border: 2px solid #186f8d;
        color: #186f8d;
        background-color: transparent;
    }
    .dest-acreditacion .button.high:hover {
        border: 2px solid #186f8d;
        color: #fff!important;
        background-color: #186f8d!important;
    }
    .dest-acreditacion .portlet:before {
        content: '';
        width: 229px;
        height: 91px;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=4f5973fb-ceaa-4aac-a2db-8b01652165e4&groupId=299167&t=1438157092683');
        z-index: -1;
        opacity: .5;
    }
    .dest-acreditacion .portlet:after {
        content: '';
        width: 180px;
        height: 100px;
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=6ff7089c-6fc2-4d8a-9703-b5c2c1996602&groupId=299167&t=1438156929992');
        z-index: -1;
        opacity: .5;
    }
/* Destacado horizontal */
.dest-horitzontal .portlet {
    width: 100%;
    padding: 0;
    float: left;
}
    .dest-horitzontal h2.title {
        margin: 0;
    }
    .dest-horitzontal .portlet h2 {
        padding: 50px 30px 0 30px;
    }
    .dest-horitzontal .portlet h2.title { padding: 0!important; }
    .dest-horitzontal img {
        float: right;
        margin: 0 0 0 30px!important;
    }
    .dest-horitzontal-rev img {
        float: left;
        margin: 0 30px 0 0!important;
    }
    .dest-horitzontal.ins .portlet h2, .dest-horitzontal.wel .portlet h2, .dest-horitzontal.res .portlet h2 {
        padding: 50px 30px 0 100px;
    }

/* Destacado horizontal 2 (imagenes pequeñas) */
.dest-horitzontal2 .portlet {
    padding:30px;
}
    .dest-horitzontal2 .portlet h2 {
        padding: 0;
    }
    .dest-horitzontal2 .portlet h3 {
        margin: 0 0 20px 0;
    }
    .dest-horitzontal2 .portlet p {
        padding: 0;
        width: 49%;
        display: inline-block;
        vertical-align: text-top;
    }


/* Portlet sin margenes */
.no-margins .portlet {
    padding: 0!important;
    margin: 0!important;
}



/* Titles */
.wel h2, .res h2, .ins h2  { padding-left: 95px; }
.wel h2:before, .res h2:before, .ins h2:before {
    content: '';
    width: 59px;
    height: 60px;
    position: absolute;
    left: 30px;
}
.gota-innovation h2, .gota-premis h2 { padding-left: 95px; }
.gota-innovation2 h2 { padding-left: 0; }
.gota-innovation h2:before, .gota-premis h2:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 30px;
}
.gota-innovation h2:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=515d1f35-c688-4464-9be7-6545f3aa108e&groupId=299167&t=1438250762234'); }
.gota-innovation2 h2:before { left: 330px!important; }
.gota-innovation2 h2:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=9eef198a-7bdd-43e7-a787-d0fba3b56bc3&groupId=299167&t=1438326963091'); }
.gota-premis h2:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=2e3a5d50-6955-445c-95b0-822360c80593&groupId=299167&t=1438250762243'); }
.wel h2:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=b547a234-48b6-4f38-aa17-a66258340c9f&groupId=299167&t=1438250762250'); }
/* http://www.salonpiscina.com/image/image_gallery?uuid=71c88fd8-a497-410a-912b-e1c9869d54db&groupId=299167&t=1436864714433 */
.res h2:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=3561ccc7-24c3-436b-bc82-e157a4de2a38&groupId=299167&t=1436865232810'); }
.ins h2:before { background: url('http://www.salonpiscina.com/image/image_gallery?uuid=14de6656-d94a-4d36-8a2f-a784d0ba3644&groupId=299167&t=1436865232800'); }


.wel h2.title:before { background: none; }
.res h2.title:before { background: none; }
.ins h2.title:before { background: none; }
.gota-innovation h2.title:before, .gota-innovation h2.title:before, .gota-premis h2.title:before { background: none!important; }

.no-gota h2 { padding: 0 30px!important; }
.no-gota.wel h2:before, .no-gota.res h2:before, .no-gota.ins h2:before { background: none; }
.dest-horitzontal.no-gota .portlet h2 { padding: 50px 30px 0 30px!important; }
.dest-horitzontal.no-gota .portlet h2.title { padding: 0!important; }

/* Formulari */
.inscripcio-news {
    padding: 50px 0;
}
    .inscripcio-news.web-form-portlet .aui-form legend { display: none; }
    .inscripcio-news .aui-fieldset-content { padding-left: 0; }
    .inscripcio-news.web-form-portlet .aui-form .aui-button { margin-top: 0; }
    .inscripcio-news span.aui-field.aui-field-text, .inscripcio-news span.aui-field.aui-field-select.aui-field-menu { margin: 0; }

    .inscripcio-news span.aui-field.aui-field-text {
        width: auto;
    }
    .inscripcio-news.web-form-portlet .aui-form .aui-field-input-text {
        width: auto;
        height: auto;
        padding: 15px 30px;
        border: 2px solid #fff;
        color: #fff;
    }
    .inscripcio-news span.aui-field.aui-field-text, .inscripcio-news span.aui-field.aui-field-select.aui-field-menu {
        margin: 0 40px 0 0;
    }
    .inscripcio-news label {
        font-size: 14px!important;
        color: #fff!important;
    }
    .aui-field-text label { top: 17px; }
    .inscripcio-news span.aui-field.aui-field-select.aui-field-menu { width: auto; }
    .inscripcio-news.web-form-portlet .aui-form .aui-field-input-select {
        width: 180px;
        height: 52px;
    }
    .inscripcio-news.web-form-portlet .aui-form .aui-button .aui-button-input {
        background: #fff!important;
        border: 2px solid #fff!important;
        color: #2086a9!important;
        float: right;
        padding: 15px 65px;
        margin-left: 5px;
    }
    .inscripcio-news.web-form-portlet .aui-form .aui-field-input-select {
        border: 2px solid #fff;
        color: #fff;
    }
    .inscripcio-news .aui-field-choice {
        left: 0;
    }
    .inscripcio-news .web-form-portlet .aui-form .aui-field-choice label.aui-field-label {
        font-weight: 300;
    }
    .inscripcio-news a {
        color: #fff;
        text-decoration: underline;
    }
/* XXSS */
.xxss .portlet {
    padding: 10px 0;
}
    .xxss p, .xxss .portlet img {
        margin-bottom: 0!important;
    }
    .xxss a { opacity: .6; }
    .xxss a:hover { opacity: 1; }
/* Partners */
.npartners .portlet {
    padding: 15px 0;
    border-bottom: 2px solid #ebebeb;
}
.npartners .portlet img {
    margin-bottom: 0;
}
    .npartners h3 {
        border: 0;
    }
    .no-bottom .portlet .title, .no-bottom .portlet { margin: 0!important; }
    .no-bottom2 .portlet .title, .no-bottom2 .portlet { margin: 0!important; padding-bottom: 0!important;  }
    .no-bottom2 .portlet h4 { margin: 0 30px!important; }
    .no-bottom3 .portlet { padding-bottom: 0px!important; }

/* === Sidebar === */
#main-content.columns-2 .portlet-column-first {
  background-color: #fff;
}
    #main-content.columns-2 .portlet-column-first .portlet {
        padding: 25px 0;
        margin: 0;
    }

        #main-content.columns-2 .portlet-column-first .dest-horitzontal .portlet h2, #main-content.columns-2 .portlet-column-first .dest-horitzontal.ins .portlet h2, #main-content.columns-2 .portlet-column-first .dest-horitzontal.wel .portlet h2, #main-content.columns-2 .portlet-column-first dest-horitzontal.res .portlet h2 {
            padding: 0 30px 0 100px;
        }
.wel.soi-sidebar .box.super h2 {
    padding-top: 10px!important;
}
.soi-sidebar p {
    position: relative;
}
    .soi-sidebar p:before {
        position: relative;
        content: '';
        width: 100%;
        margin-bottom: 15px;
        height: 2px;
        background-color: #fff;
        display: block
    }

/* === Paginas === */

/* Piscina residencial */
.data-piscina h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
}
    .data-piscina h2 span {
        display: block;
        font-size: 16px;
        text-transform: none;
        font-weight: 700;
    }
    .data-piscina p {
        margin-bottom: 10px!important;
    }

    .data-piscina .box.super {
      background-color: transparent;
    }
        .data-piscina .box.super h2 {
             border-top: 1px solid;
             border-bottom: 1px solid;
             padding: 20px 0!important;
         }
        .data-piscina .box.super p {
            color: #202020;
        }

    .data-piscina .box-super { color:#186f8d; }
    .data-piscina .box.super h2 { border-color: #186f8d; }
    .data-piscina.res .box.super { color: #12c3f4; }
    .data-piscina.res .box.super h2 { border-color: #12c3f4; }
    .data-piscina.wel .box.super { color: #eac271; }
    .data-piscina.wel .box.super h2 { border-color: #eac271; }
    .data-piscina.ins .box.super { color: #5aa9ac; }
    .data-piscina.ins .box.super h2 { border-color: #5aa9ac; }

/* Contacta */
.icon-out { padding-left: 0px; }

/* Galeria img */
.galeria-img {
    background-color: #fff;
    padding: 35px 30px;
}
    .galeria-img .article .header { margin-top: 0px; }
    .galeria-img h1 {
        text-transform: uppercase;
        font-weight: 300;
        color: #202020;
        margin-bottom: 35px!important;
    }

/* Material gràfic */
.nlogos .portlet.box.high {
    overflow: auto;
    background-color: #fff;
    padding: 20px 30px;
}
    .nlogos .portlet.box.high img {
        position: relative;
        width: auto!important;
        height: auto!important;
    }
    .nlogos .portlet.box.high h6 { font-size: 16px; }
    .nlogos .portlet.box.high p {
        color: #202020;
        font-weight: 500;
        text-align: left;
        padding: 0;
    }
    .nlogos .box.high a {
        border: 3px solid #186f8d;
        background-color: #186f8d;
    }
    .nlogos .box.high a:hover {
        border: 3px solid #186f8d;
        background-color: transparent;
        color: #186f8d!important;
    }

/* Exponer */
.exponer-steps h2 {
    font-size: 40px;
    color: #186f8d;
    font-weight: 700;
}
.form-wrap_exp_S15 {
    padding: 40px 30px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom:50px;
    background: #186f8d;
}
    .form-wrap_exp_S15 em.description { margin: 10px 0 30px 0; }
    .form-wrap_exp_S15 .aui-form label {
        font-weight: 500;
        left: 10px;
        top: 12px;
    }
    .form-wrap_exp_S15 .aui-form .aui-field-input-text { border: 2px solid #fff; }
    .form-wrap_exp_S15 .web-form-portlet .aui-form input, .form-wrap_exp_S15 .web-form-portlet .aui-form select, .form-wrap_exp_S15 .web-form-portlet .aui-form textarea { height: 25px!important; }
    .form-wrap_exp_S15 .aui-form .aui-button .aui-button-input { font-size: 15px; }
    .form-wrap_exp_S15 .aui-form .aui-button .aui-button-input:hover { border: 2px solid; }

/* Perfil visitante */
.featuredTip {
    background: transparent;
}
    .pv-tip-left span {
        font-size: 14px;
    }
    .pv-tip-right span {
        font-size: 14px;
    }

/* Equipo Comercial */
.nequipo { padding: 30px 0; }
.nequipo h1 {
    display: none;
}
.nequipo .card {
    background-color: transparent;
}

/* Alojamiento y transportes */
.ntravel .travel.portlet.box.high img {
    position: relative;
}
.ntravel .portlet.box.box-h.high.travel {
    background-color: #fff!important;
    padding: 30px 35px;
}
.ntravel h2 {
    color:#186f8d!important;
    font-weight: 500!important;
}
.ntravel p {
    color: #202020!important;
}
.ntravel .portlet.box.high a.button.high {
    border: 2px solid #186f8d!important;
    background-color: #186f8d!important;
}
.ntravel .portlet.box.high a.button.high:hover {
    border: 2px solid #186f8d!important;
    background-color: transparent!important;
}
.ntravel table tbody td { padding: 10px 0; }
.ntravel p { padding: 10px 0!important; }
.ntravel .travel.box-h h2:before {
    position: absolute;
    top: 20px!important;
    left: -65px!important;
    background: #fff!important;
}
.portlet.box.box-h.high.travel table img {
    max-width: 40px;
}

/* Packs y viajes */
.travelPacks .portlet ul {
    padding: 0;
}

    .travelPacks li { width: 48%; }
    .travelPacks .portlet h5 {
        padding: 8px 30px;
        background: #186f8d;
        font-size: 16px;
    }
    .travelPacks .portlet.box.high h3 {
    color: #186f8d;
    border: 0;
    text-align: left;
}
.travelPacks .portlet.box.high h6 {
    font-size: 12px!important;
    padding: 0;
    color: #202020;
    font-weight: 500;
}
.travelPacks h6 strong {
    color: #202020;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Visitar */
.nvisitar-steps h2 {
    font-size: 45px;
    font-weight: 700;
}
.nvisitar-steps .box.super p { font-size: 15px; }
.joined-cols .portlet-column-content {
    padding: 0!important;
}
.fixed-height-visitar .portlet.box.high {
    min-height: 248px;
}

/* Conferencias */
.well-conf ul.tabs {
    margin: 0 0 -10px 0;
}
.well-conf .tabbed .tab-content {
    border-top: 5px solid #f6f6f6;
}
.well-conf .tabbed .tabs li.active, .well-conf .tabbed .tabs li:hover { border-color:#eac271; }
.well-conf .tabbed .tabs li.active a, .well-conf-li em { color: #186f8d; }
.well-conf-li { color: #202020; }
.well-conf .portlet ul {
    list-style: none;
}
.well-conf-title {
    text-transform: uppercase;
    font-weight: 300;
}
.well-conf-cat { color: #fff!important; }
li.well-conf-li { background: #f6f6f6; }
li.well-conf-li.special { background-color: #ebebeb; }

/* Acreditación online */
.spisc-thead {
    font-weight: 300;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#186f8d+0,2086a9+100 */
    background: #186f8d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NmY4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDg2YTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #186f8d 0%, #2086a9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#186f8d), color-stop(100%,#2086a9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #186f8d 0%,#2086a9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #186f8d 0%,#2086a9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #186f8d 0%,#2086a9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #186f8d 0%,#2086a9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186f8d', endColorstr='#2086a9',GradientType=0 ); /* IE6-8 */
}
.acr-visitante { background: #2086a9; }
}
.acr-visitante .button.high {
    border: 2px solid #fff!important;
    color: #fff!important;
    background: transparent!important;
}
.acr-visitante .button.high:hover {
    background: #fff!important;
    border: 2px solid #fff!important;
    color: #2086a9!important;
}

/* Wellness Experience */
.flex-wellness {
    padding: 30px 0 10px 0;
    margin-top: -10px;
    background-color: #fff!important;
}
.flex-wellness .flex-direction-nav a {
    width: 15px;
    height: 29px;
}
.flex-wellness .flex-direction-nav .flex-prev, .flex-wellness .flex-direction-nav .flex-prev:hover {
    background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=1ced142e-baed-4602-9b3b-5cc2cdee6ab1&groupId=299167&t=1437996113736');
    opacity: 1;
    left: -35px!important;
}
.flex-wellness .flex-direction-nav .flex-next, .flex-wellness .flex-direction-nav .flex-next:hover {
    background-image: url('http://www.salonpiscina.com/image/image_gallery?uuid=7f2c7df1-8c01-4bb5-93ee-c542deae8ddd&groupId=299167&t=1437996113758');
    opacity: 1;
    right: -35px!important;
}

/* Barcelona */
.flex-barcelona .portlet {
    padding: 0;
    margin: 0;
}
.flex-barcelona .flexslider li {
    left: -45px!important;
    list-style: none;
}
.flex-barcelona .flex-direction-nav .flex-next {
    background: url('http://www.salonpiscina.com/image/image_gallery?uuid=8972d782-31cd-4080-b685-169f3c5dc558&groupId=299167&t=1436861983375') no-repeat;
    opacity: 1;
    right: 0px!important;
}
.flex-barcelona .flex-direction-nav .flex-prev {
    background: url('http://www.salonpiscina.com/image/image_gallery?uuid=58b509ec-fa1b-47bf-9bd8-e29f2280d937&groupId=299167&t=1436861983362') no-repeat;
    opacity: 1;
    left: 15px!important;
}
.dest-barcelona .portlet h2, .dest-barcelona .portlet p {
    padding: 0px!important;
}

/* Accesos y mobilidad */
.ac-containeraccesimobilitat h3 {
    border-top: 0;
    font-size: 15px;
}
.containeraccesimobilitat .ac-containeraccesimobilitat article { padding: 0 30px; }
.transport-blocs { padding: 0 30px; }
.transport-blocs h3 {
    border-top: 0;
    margin-top: 18px;
}

.min-height-act .portlet.box { min-height: 569px; }
.min-height-act1 .portlet.box { min-height: 450px!important; }
.min-height-act3 .portlet.box { min-height: 645px!important; }

.n-prensa .article .header h1 {
    text-transform: uppercase;
    font-weight: 300;
    color: #202020;
    margin-top: 35px;
}
    .n-prensa .press-list .press-list-item h2 a { color: #186f8d; }
    .n-prensa .press-list .press-list-item h2 a:hover { color: #2086a9; text-decoration: none; }

/* === Program / Speakers === */


    /***************** Program *********************/
    .portlet.sidebar.activities-per-day,
    .portlet.sidebar.activities-per-agenda {
        border-bottom: 1px solid #d7d7d7;
        box-shadow: none;
        padding: 15px 20px;
    }
    
    .program-bbb .article.agenda-activity {
      margin: 0;
    }
    .program-bbb .article.agenda-activity a:hover{
      text-decoration: none !important;
    }
    .program-bbb .article.agenda-activity.list h1, .program-bbb .row.activity.featured h2 {
      font-size: 14px;
      line-height: 1.4em;
      font-weight: bold;
      margin: 0;
      background: none;
    }
    .program-bbb .agenda-activity.list .event {
      background-color: #fff;
      padding: 0;
      margin: 0;
    }

    .program-bbb .agenda-activity .header {
      margin-bottom: 0px; margin-top: 0px;
    }
    .activities-per-agenda .activities li {
      margin-bottom: 0px;
    }
    .program-bbb .portlet.sidebar.activities-per-day a, .activities-per-agenda .activities li a {
      display: block;
      font-size: 14px;
      font-weight: bold;
      padding: 10px 30px 5px 5px;
      min-height: 33px;
      border-right: 0px solid black;
      border-bottom: 2px solid black;
      background: transparent url(../images/agenda-arrow.png) no-repeat center right;
    }
    .program-bbb .portlet.sidebar.activities-per-day a:hover, .activities-per-agenda .activities li a:hover {
      border-color:#186f8d;
      background-color:#186f8d;
      text-decoration: none;
      color: white;
    }
    .program-bbb .portlet.sidebar.activities-per-day li, .agenda-activity .agenda-tabs li {
      list-style-type: none
    }

    .program-bbb .portlet.sidebar.activities-per-agenda h2.section,
    .article.agenda-activity.days .header h1:lang(en),
    .program-bbb .article.agenda-activity .header h1,
    .program-bbb .agenda-activity .program h2,
    .program-bbb .portlet.sidebar .section {
      background: none !important;
      text-indent: 0;
      width: 100%;
      cursor: text;
      color:#186f8d;
      padding: 0;
      margin: 0 0 24px 0;
      font-size: 24px !important;
      font-weight: 700;
      text-transform: uppercase;
    }
    .program-bbb .article.agenda-activity.list .header h1 { margin-bottom: 0px; }

    .program-bbb .portlet.sidebar.activities-per-day h2.section,
    .program-bbb .portlet.sidebar.activities-per-agenda h2.section,
    .program-bbb .portlet.sidebar.activity-list h2.section {
      display: block;
      margin-bottom: 15px;
      font-size: 20px !important;
      color: black;
      text-transform: none;
      font-weight: normal;
    }

    .program-bbb .portlet.sidebar.activity-list h2.section {
      margin-top: 22px;
    }
    .program-bbb .row.activity.featured {
      margin: 10px 0;
    }
    .program-bbb .activity-list .row.activity {
      border-bottom: 2px solid#186f8d;
      padding: 0px 10px;
    }
    .program-bbb .row.activity .date-time {
      font-size: 15px;
      display: none;
    }
    .program-bbb .activity-list .row.activity .date-time { display: inline; }
    .program-bbb .row.activity .location {
      font-size: 15px;
      color: #999;
      margin-left: 25px;
    }
    .program-bbb .agenda-activity .agenda-tabs li a:hover {
      background-color: #202020;
      border-color: #202020;
      color: #fff;
      text-decoration: none
    }
    .program-bbb abbr[title], .program-bbb abbr[data-original-title] {
      cursor: pointer;
      border-bottom: none;
    }
    .portlet.sidebar.activities-per-agenda .activities { margin-top: 20px; }
    .program-bbb .activity-list .row.activity h2.title a {
      font-size: 16px;
      font-weight: 700;
      border: 0px;
      margin: 15px 0 10px;
      display: block;
    }
    .program-bbb .activity-list .row.activity h2.title a:hover {
      color: #666;
      border: 0px;
    }
    .program-bbb .agenda {
      background: black;
      color: white;
      border: 0px;
      padding: 5px;
    }
    .program-bbb .agenda-activity .location, .program-bbb .agenda-activity .time {
      display: initial !important;
      font-size: 16px;
    }
    .item.wrap h2.title {
      font-size: 16px;
    }
    .program-bbb .portlet.sidebar.activity-list {
      padding: 10px;
    }
    .program-bbb .article .big {
      font-size: 16px !important;
    }
    .agenda-activity .agenda-tabs li a {
      background-color: #f4f4f4;
    }
    .activities-per-day .days li a span, .event-list .days li a span {
      padding-top: 0;
    }
    .program-bbb .portlet.sidebar.activities-per-day  a {
      display: block;
      font-weight: bold;
      height: auto;
      border: none;
      border-bottom: 0px solid black;
      width:auto;
          transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
    .program-bbb .portlet.sidebar.activities-per-day a:hover, .program-bbb .portlet.sidebar.activities-per-day a:hover span, .program-bbb .portlet.sidebar.activities-per-day a:hover abbr {
      color: white;
      background-color:#186f8d !important;
    }
    .portlet.sidebar.activity-list .item.wrap {
      padding-left: 10px;
      margin-top: 20px;
      border-bottom: 2px solid #202020;
    }
    .portlet.sidebar.activity-list .item.wrap .time,
    .portlet.sidebar.activity-list .item.wrap .location {
      color: #999;
    }
    .program-bbb .col-640 { border: 0px; }
    .program-bbb .row.event { margin-bottom: 30px !important; }

    .program-bbb em {
        font-size: 14px; font-style: normal;
    }

    .agenda-activity .header h1 a {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      color:#186f8d;
      -webkit-transition: all .35s linear;
      -moz-transition: all .35s linear;
      -o-transition: all .35s linear;
      transition: all .35s linear;
      }
      .agenda-activity .header h1 a:hover { color: #202020; border:0px; }

    .agenda-activity .event .header .date-time { display: none; color: #202020; font-size: 15px; }

    .article.agenda-activity.detail .row.registration {
      margin-top: 20px;
    }
    .program-bbb .article.agenda-activity.detail .header h1 {
      display: block;
      height: auto;
      color: black;
      margin-top: 15px;
    }
    .program-bbb .go-back a { text-decoration: underline; font-size: 14px; color: #202020; }
    .program-bbb .go-back a:hover { color: #999; }
    .program-bbb .portlet.sidebar.activity-list ul li {
      font-size: 15px; margin-top: 12px; padding-left: 10px;
    }

    .program-bbb .agenda-activity.detail table tbody tr th {
      border-bottom: 2px solid#186f8d !important;
      padding: 10px 10px 10px 4px;
      text-align: left;
      color: #333 !important;
    }

    .program-bbb .agenda-activity.detail table tbody td {
      border-bottom-width: 2px;
      padding-left: 14px;
      font-size: 14px;
      line-height: 20px;
    }

    .agenda-activity .agenda-tabs li.active a {
        background-color:#2086a9 !important;
        border-bottom: 3px solid#186f8d !important;
        color: #ffffff!important;
    }
    .agenda-activity .agenda-tabs li a:hover {
       background-color:#000 !important;
        border-bottom: 3px solid #000 !important;
    }


    .agenda-activity .registration {
      border-top: 3px solid#186f8d;
      background: none repeat scroll 0% 0% #ffe6e6;
    }
    .agenda-activity .registration .day {
        border-right: 1px solid#186f8d;
    }

    .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 {
        font-size: 16px;
        padding-left: 0px;
    }
    .activities-per-day .months li:after, .event-list .months li:after {
      content: url(../images/agenda-arrow.png);
      float: right;
      padding: 0;
      margin-top: 2px;
      display: none;
    }
    .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: #161616;
    }
    .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 {
      padding: 0 5px 5px 0;
    }

    .activities-per-day .days li a, .event-list .days li a {
      display: block;
      background: #000 !important;
      width: 58px;
      height: 58px;
      border-right: 1px solid #d8d8d8;
      border-bottom: 1px solid #d8d8d8;
      margin: 0 1px 1px 0;
      text-align: center;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
    .activities-per-day .days li a:hover, .event-list .days li a:hover {
      background: #000;
    }
    .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.833em;
      color: #fff;
      padding-top: 0.75em;
    }
    .activities-per-day .days li a abbr, .event-list .days li a abbr {
      font-size: 1em;
      color: #999999;
    }
    .activities-per-agenda .activities li {
      margin-bottom: 0px; padding-left: 0px;
    }
    .activities-per-agenda .activities li a {
      display: block;
      padding: 3px 40px 3px 3px;
      min-height: 33px;
      border-right: 0px solid #cccccc;
      border-bottom: 0px solid #cccccc;
      background: transparent url(../images/agenda-arrow.png) no-repeat center right;
    }
    .activities-per-agenda .activities li a:hover {
      border-color: #282423;
    }

    /*************** SPEAKERS **************************/
    .whoiswho2 {
      margin-top: -10px;
    }
    .whoiswho2 .article.search {
        padding: 20px 0;
    }
    .whoiswho2 .portlet-body {
        background: transparent;
        padding: 0;
    }
    .whoiswho2 .article ul.alpha {
      width: 100% !important;
    }
    .whoiswho2 .article ul.alpha {
      background: transparent;
      width: 100%;
      height: auto;
      padding-left: 0px;
      zoom: 1;
      border: 2px solid #186f8d;
      margin: 20px 0;
    }
    .whoiswho2 .article ul.alpha li {
      float: left;
      margin: 0;
      width: auto;
    }
    .whoiswho2 .article ul.alpha li a {
        display: block;
        margin: 0;
        width: auto;
        height: auto;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        color: #186f8d;
        border: none;
        font-size: 13px;
        padding: 20px 14px;
        font-weight: 300;
        border-right: 1px solid #ebebeb;
        background-color: #fff;
    }
    .whoiswho2 .article ul.alpha li a:hover {
      background-color: transparent;
      color: #194F70;
    }
    .whoiswho2 .article ul.alpha li a.active {
      color: #fff;
      background-color:#186f8d;
    }
    .whoiswho2 .article ul.alpha li a.active:hover {
      color: white;
      background-color: #007c9b;
    }
    .whoiswho2 .article ul.alpha li a:hover {
      background-color:#186f8d;
      color: #fff;
      text-decoration: none;
    }
    .whoiswho2 .article ul.alpha li.first a {
      width: 34px;
    }
    .whoiswho2 .marcador_ponente {
      background-color:#186f8d;
      margin-top: 30px;
      clear: both;
      height: 35px;
      padding-left: 10px;
      padding-right: 10px !important;
      border-bottom: none;
    }
    .whoiswho2 .marcador_ponente .arriba a {
        background: url("http://media.firabcn.es/content/S078014/images/up.png") no-repeat scroll center 5px transparent;
        border-bottom: medium none;
        display: block;
        font-size: 1.6em;
        height: 27px;
        margin-right: 6px;
        margin-top: 3px;
        text-indent: -9999px;
        width: 15px;
        float: right;
    }
    .whoiswho2 .marcador_ponente p.letra {
      background-color: transparent;
      display: inline;
      float: left;
      font-size: 1.5em;
      line-height: 1.2em;
      padding: 8px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 300;
    }
    .whoiswho2 .card {clear:both;}
    .whoiswho2 .card SPAN {display:block;}
    .whoiswho2 .card DIV {
      width: 100%;
      height: 117px;
      margin: 20px 0 0 0;
    }
    .whoiswho2 .card .col-der {
      width: 16%;
      float: left;
      height: 200px;
      padding: 10px;
      margin:0px;
    }
    .whoiswho2 .card span.name {
      font-size: 20px;
      font-weight: bold;
      width: 100%;
      display: block;
    }
    .whoiswho2 .card span.job-title {
      display: block;
    }
    .whoiswho2 .card span.origin {
      display: block;
      font-style: italic;
      margin: 0 0 10px 0;
    }
    .whoiswho2 .card span.bio {
      display: block;
    }
    .ponencia {
      color: inherit;
      display: block;
      margin: 20px 0 0 0;
      font-weight: bold;
      font-size: 14px;
    }
    .ponencia a:hover {
        border-bottom: 1px solid #2086a9;
        text-decoration: none;
    }
    .card {
      border-bottom: 3px solid #2086a9;
      padding: 0 0 18px 0;
      font-size: 15px !important;
    }
    .ponencia em {
      color:#186f8d;
      font-family: inherit;
      font-size: 15px !important;
      font-style: normal;
      font-weight: bold;
    }
    .whoiswho-intro .header_landing {
      width: 100%;
    }

    .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

/* Exhibitors */
.exhibitor .header h1 {
    text-transform: uppercase;
    font-weight: 300;
    color: #202020;
    margin-top: 35px;
}
#frmsearch-adv fieldset label { display: none; }
#frmsearch-adv fieldset input, #frmsearch-adv fieldset button {
    font-family: 'Lato';
    border-radius: 0;
    padding: 12px 15px;
}
.exhibitor .article ul.alpha {
    background: :#186f8d;
}
.exhibitor .article .search-tabs li.ui-state-active a, .article .search-tabs li.active a { background: #186f8d; }
.exhibitor .article ul.alpha { background: #186f8d; }

/* === News === */
.news-list .header h1 {
    font-size: 22px;
    text-transform: uppercase;
    color: #202020;
    font-weight: 300;
    margin-bottom: 35px;
}
.news-list .news-list-item {
    background-color: #fff;
    border: 0;
    padding: 30px 35px;
    margin-bottom: 10px;
}
.news-list .news-list-item.first { padding: 30px 35px; }
.news-list .news-list-item .description h2 a {
    border: none;
    font-weight: 500;
    color: #186f8d;
    text-transform: none;
    vertical-align: middle;
}
.date.vertical .day { font-weight: 300; }

.notas-prensa .article .header h1 {
    color: #202020;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 20px;
}
.notas-prensa .press-list .press-list-item h2 a {
    color: #186f8d;
}

/* === RESPONSIVE === */
@media (max-width: 599px) {
    body {
        overflow-x: visible;
        overflow-y: visible;
    }
    .portlet-full::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 0;
    }
    .is-mobilized #nav-main {
        left: -265px;
    }
    #nav-main ul.dropdown {
        float: left;
    }
    .is-mobilized #header #redes_sociales {
        margin-top: -145px;
        margin-right: 5px;
    }
    .is-mobilized #header .top-nav {
        top: 5px;
        right: 5px;
    }

    .ltr .portlet-column-content-last { padding-left: 0; }
    .ltr .portlet-column-content-first { padding-right: 0; }

    /* Home */
    .dest-acreditacion .portlet h2 { background-repeat: no-repeat; }
    .dest-acreditacion .portlet { border-top: 2px solid #c7c7c7; border-bottom: 2px solid #c7c7c7; }
    .flex-piscina .slide-col { width: 100%; }
    .flex-piscina .slide-col-right { margin-right: 0; }
    .flex-piscina .table-cell { padding: 0 30px; }
    .inscripcio-news.web-form-portlet .aui-form .aui-field-input-text { margin-bottom: 30px; }
    .inscripcio-news.web-form-portlet .aui-form .aui-button .aui-button-input { float: none; margin: 35px 0 10px 0; }

    /* Otros */
    .portlet.box.high img { width: 100%!important; height: 100%; }

    /* Exponer */
    div#p_p_id_56_INSTANCE_A5gE_ .box.super { width: 100%; }

    .dest-horitzontal img { max-width: 200px; }
}
