.cls {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hidden{
	display:none;
}
input, select, textarea{
}
.left{
	float: left;
}
.right{
	float: right;
}
a{
	color: #003366;
}
a:hover{
	color: #c9a400;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
	font-weight:normal;
}
p{
	margin:0 0 10px 0;
}
li, ul, ol{
	margin:0;
	padding:0;	
}
img{
	border:0;
}
table{
	border-collapse:collapse;
	border:0;
	width:100%;
}
fieldset{
	border:0;
	padding:0;
	margin:0;
}

.center-float{
	float:left;
	position: relative;
	left:50%;
}
.centered-float{
	position: relative;
	left:-50%;
}

.blockMsg{
	-webkit-box-shadow:  0px 0px 10px 4px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 10px 4px rgba(0, 0, 0, 0.4);
}

body{
	position:relative;
	background:#797C83 url(../images/general-bg.jpg) no-repeat 50% 0;
	font:13px 'Open Sans', Arial, sans-serif;
	color: #000000;
	padding: 0;
	margin:0;
}

body.clean{
	background: #f3f3f3;
	padding: 10px;
}
#responsive:after {
	display:none;
	content:"4000";
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
	line-height: 0;
}
	.clearfix:after {
		clear: both;
	}

/* COMUNS */
#content p{
	font-size:13px;
	line-height:18px;
}
/* FI COMUNS */

/* HEADER */
#header{
	position:relative;
	z-index:500;
}

#header .logo{
	margin:43px 0 0 0;
	float:left;
}

#header .top{
	padding-bottom: 5px;
}

#header .phone{
	padding:4px 0 4px 25px;
	margin-top: 25px;
	background:url(../images/phone-header2.png) no-repeat 0 0;
	color:#F6F6F6;
	font-size:18px;
	line-height:25px;
	font-weight:600;
}

#header .phone .prefix{
	font-weight:300;
}

#header .mail{
	line-height:25px;
	color:#F6F6F6;
	text-align:right;
}

#header .mail a{
	color:#F6F6F6;
	text-decoration:none;
}

#header .mail a:hover{
	text-decoration:underline;
}
#header .header_data{
	float:right;

}
#main-nav {
	width: 100%;
	overflow: hidden;
}
#main-nav-mobile {
	display: none;
}
#header .menu_prods{
	text-align:left;
	background:url(../images/menu-sup-bg1.png) repeat center left;
	height:38px;
	width:57.15%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#header .menu_empresa{
	text-align:left;
	background:url(../images/menu-sup-bg2.png) repeat center right;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float:left;
	height:38px;
	width:42.85%;
}
/* FI HEADER */

/* IDIOMES */
#idiomes .llista_idiomes{
	z-index:2;
	position:absolute;
	right: -10px;
}
#idiomes .llista_idiomes{
	text-align:right;
	width:80px;
}

#idiomes a.selected{
	display:block;
	padding:0 22px 0 0;
	background:url(../images/languages-arrow.png) no-repeat center right;
	color:#F6F6F6;
	font-size:11px;
	text-decoration:none;
	line-height:25px;
}
#idiomes:hover .llista_idiomes {
	background: #000;
}
#idiomes:hover #sub-idioma {
	display:block;
}
#sub-idioma {
	display:none;
	text-align:left;
	position:absolute;
	top:24px;
	right:0;
	z-index:999;
	width:80px;
	list-style: none;
	background:#80848D;
	-webkit-border-radius: 0px 0px 5px 5px;	
	border-radius: 0px 0px 5px 5px;
}

#sub-idioma li{
}

#sub-idioma li a{
	display:block;
	padding:0 10px;
	color:#F6F6F6;
	text-decoration:none;
	font-size:11px;
	display:block;
	line-height:25px;
}

#sub-idioma li a:hover{
	color:#FFFFFF;
	background:#6d727b;
}
/* FI IDIOMES */

/* MENU SUPERIOR */
#menu_sup{
	height:38px;
}
.ul_menu{
	margin:5px 0 0 15px;
	padding:0;
	list-style-type:none;
}

.ul_menu li{
	display:inline-block;
	position:relative;
}

.ul_menu li a{
	display:block;
	padding:0 17px;
	margin:0 20px 0 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;
	text-decoration:none;
	line-height:28px;
}

/*
#ul_menu  li.empresa a{
	margin:0;
}
*/

.ul_menu li a:hover, .ul_menu li a.lnk1{
	background:#FFFFFF;
	color:#003366;
	-webkit-border-radius: 5px;	
	border-radius:5px;
}

#ul_submenu{
	display:none;
	position:absolute;
	top:29px;
	left:35px;
	z-index:20;
	padding:35px 0 10px 0;
	background:url(../images/submenu_sup-bg.png) no-repeat 0 0;
}

#ul_submenu li{
	text-align:left;
}

#ul_submenu li a{
	display:block;
	width:199px;
	height:30px;
	margin:0 0 0 4px;
	padding:0 0 0 10px;
	color:#0059A1;
	font-size:15px;
	text-decoration:none;
	line-height:30px;
}

#ul_submenu li a:hover, #ul_submenu li a.lnk1{
	background:#FFFF00;
}

#ul_submenu li a.lnk1{
	color:#404040;
}
/* FI MENU SUPERIOR */

/* SLIDER */
#top-slider-holder{

}

#top-slider{
	height:355px;
	overflow:hidden;
}

#top-slider .top-slider-element{
	position:relative;
	z-index:10;
	font-size: 0;
	line-height: 0;
}

#top-slider .top-slider-element > img{
	width: 100%;
	height: auto;
}

#top-slider .top-slider-info{
	position:absolute;
	z-index:20;
	top:63px;
	left:35px;
	width:300px;
	min-height:182px;
	padding:15px 30px 25px 30px;
	background:#ffffff url(../images/slider-info-bg2.png?v=2) repeat-x bottom center;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.37);
}

#top-slider h2{
	margin:0 0 10px 0;
	padding:0;
	color:#003366;
	font-size:28px;
	line-height:32px;
}

#top-slider .resume{
	font-size:13px;
	line-height:19px;
}

#top-slider .slider-button{
	margin:15px 0 0 0;
	text-align:center;
}

#top-slider .slider-button a{
	color:#FFFFFF;
	font-size:15px;
	width:218px;
	line-height:38px;
	font-weight:600;
	text-decoration:none;
	display:block;
	background:url(../images/slider-button-bg.png) no-repeat 0 0;
}

#top-slider .slider-button a:hover{
	text-decoration:none;
	background-position: 0 -40px;
}

#top-slider-page{
	height:35px;
    padding: 10px 0 0 0;
    text-align: center;
}

#top-slider-page a {
	color:#222221;
	text-decoration:none;
	border: 0;
	display:inline-block;
	width: 14px;
	height:13px;
	background:url(../images/home_slider_page.png) no-repeat top left;
	text-align:center;
	margin:0 3px;
	font-size:0px;
	line-height:13px;
	}
#top-slider-page a:hover {
	
}

#top-slider-page a.selected {
	background:url(../images/home_slider_page_active.png) no-repeat top left;
}
#top-slider-page a span {
}
/* FI SLIDER */

/* LAYOUT */
.container{
	max-width:980px;
	margin:0 auto;
	padding: 0 20px;
}

#middle{
	position:relative;
	z-index:200;
	top:-5px;
}

#content {
	position: relative;
	min-height: 500px;
	padding: 0 20px 10px 20px;
	/*background:url(../images/ombra.png) repeat-x bottom center;*/
	background-color: #e9e9e9;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.37);
}
#content.home{
	min-height:0;
}

body.clean #content{
	background: none;
	padding: 0;
	width: auto;
	left:0;
}

#content h2{
	margin:0 0 22px 0;
	color:#000000;
	font-size:33px;
	line-height:36px;
	font-weight:400;
}

#content .txt_destacat{
	margin:0 0 15px;
	color:#676767;
	font-size:19px;
	line-height:22px;
	font-weight:700;
}

#content h1.home40px{
	font-size:40px;
	line-height:36px;
}

#footer{
	margin:18px 0 15px 0;
	text-align:center;
	color:#272727;
	font-size:11px;
	line-height:18px;
}

#footer a{
	color:#272727;
	text-decoration:underline;
}

#footer a:hover{
	color:#FFFFFF;
}

#footer a.mail_footer{
	padding:0 0 0 20px;
	background:url(../images/footer-mail.png) no-repeat 0 5px;
}

#footer .footer-by{
	margin:15px 0 0 0;	
}

#footer .footer-by img{
	vertical-align:middle;
	padding: 0 0 3px 4px;
}

#footer .facebook img{
	padding: 0px 20px 0 0;
}

#footer .footer-by a{
	margin:0 19px;
	line-height:27px;
	font-size: 10px;
	text-decoration:none;	
}
#footer .footer-by a:hover{
	color:#272727;
}
/* FI LAYOUT */

/* BREADCRUMB */
#breadcrumb{
	height:50px;
	line-height:50px;
	color:#A7ABB0;
}

#breadcrumb a{
	color:#A7ABB0;
	font-size:13px;
	text-decoration:none;
}

#breadcrumb a.selected1{
	font-weight: bold;
}

#breadcrumb a:hover{
	color:#272727;
	text-decoration:underline;
}
/* FI BREADCRUMB */

/* HOME */
#home-middle .container{
	/*max-width:986px;*/
}
#home_3cols{
	position:relative;
	padding-top:16px;
}

#home_3cols .item{
	position:relative;
	float:left;
	width:33.33%;
	cursor:pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#home_3cols .item.col1{
	padding-right:14px;
}
#home_3cols .item.col2{
	padding-right:7px;
	padding-left:7px;
}
#home_3cols .item.col3{
	padding-left:14px;
	position:relative;
	padding-right:0;
	width:33.34%;
}
	#home_3cols .item.col3 .top{
		padding-right: 42px;
	}

#home_3cols .item .top{
	padding:15px 15px 30px;
	min-height: 150px;
	background: #ffffff url(../images/home_3cols-top-bg.png) repeat-x center bottom;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.37);
}

#home_3cols .item:hover .top{
	background: #ffffff url(../images/home_3cols-top2-bg.png) repeat-x center bottom;
}

#home_3cols .item .top a{
	color:#003366;
	text-decoration:none;
	font-weight:600;
}

#home_3cols .item .top a:hover{
	text-decoration:none;
}

#home_3cols .item h2{
	margin:0 0 8px 0;
	color:#003366;
}

#home_3cols .item ul{
	padding:0 0 0 15px;
}

#home_3cols .item li{
	margin-bottom:10px;
}

#home_3cols .img_col1{
	position:absolute;
	top:15px;
	left:190px;
}

#home_3cols .img_col3{
	position:absolute;
	top:-30px;
	right:-28px;
}

#home_3cols .item .bottom{
	height:29px;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;
	line-height:29px;
	padding: 0 10px;
	background:url(../images/home_3cols-bottom-bg.png) repeat-x 0 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#home_3cols .item:hover .bottom{
	background-position: 0 -29px;
}
#home_3cols .item .bottom a{
	color:#FFFFFF;
	text-decoration:none;
}

#home_3cols .item .bottom a:hover{
	text-decoration:none;
}

#content.home{
	margin:40px 0 0 0;
	padding-top:35px;
	padding-bottom:30px;
	overflow:hidden;
}

#content.home h2{
	color:#003366;
}

#content.home .sea_readmore{
	margin:25px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:600;
	line-height:30px;
}

#content.home .sea_readmore a{
	color:#FFFFFF;
	text-decoration:none;
	width:173px;
	height:30px;
	background:url(../images/home_sea_readmore-bg.png) no-repeat 0 0;
	display:block;
}

#content.home .sea_readmore a:hover{
	text-decoration:none;
	background-position: 0px -30px;
}

#content.home .col1{
	width:30%;
	padding-bottom: 18px;
	float:left;
	padding-left:15px;
}

#content.home .col1 p{
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	line-height:22px;
}

#content.home .col2{
	width:65%;
	float:right;
	padding: 0 15px;
}

#news_home{
}

#news_home .titol_seccio{
	margin:0 0 18px 0;
	padding: 0 0 0 2px;
	color:#003366;
	font-size:18px;
	text-transform:uppercase;
	float:left;
}
#news_home .facebook{
	float:right;

}
#news_home .item{
	margin:0 0 16px 0;
	padding: 2px;
	cursor:pointer;
}
#news_home .item:hover{
	background:#fff;
}

#news_home .col_image{
	width:45%;
	float:left;
}

#news_home .image_holder{

	height:auto;
	overflow:hidden;
}

#news_home .col_text{
	width:34%;
	float:left;
}

#news_home h5{
	font-size:13px;
	line-height:18px;
	color:#000000;
	font-weight:700;
}

#news_home h5 a{
	color:#000000;
	text-decoration:none;
}

#news_home h5 a:hover{
	text-decoration:none;
}

#news_home h5 span.data{
	font-weight:400;
}

#news_home .llegir_mes{
	font-size:13px;
	line-height:18px;
	color:#003366;
	font-weight:700;
}

#news_home .llegir_mes a{
	color:#003366;
	text-decoration:none;
}

#news_home .llegir_mes a:hover{
	text-decoration:none;
}
/* FI HOME */

/* PÀGINES ESTÀTIQUES */
/* Empresa */
#seasol p{
	margin:0 0 15px 0;
	font-size:13px;
	line-height:18px;
}

#content .text16px, em{
	font-size:16px;
	line-height:21px;
	font-style:normal;
}

.seasol_text{
	overflow:hidden;
	max-width: 40%;
	padding-right:20px;
	float:left;
}

.seasol_slider{
	max-width:380px;
	margin:0 30px 0 0;
}

.seasol_bloc2{
	margin:50px 0 150px 0;
	width:100%;
	overflow:hidden;
}

.seasol_familia{
	float:left;
	width:22.9%;
	margin:20px 0.9% 0 0.9%;
	background:#fff url(../images/seasol-empresa-bg.png) repeat-x center bottom;
	font-size:12px;
	border-right: 1px solid #E9E9E9;
	border-left:1px solid #E9E9E9;
	min-height: 174px;
}

.seasol_familia .info_holder{
	padding:20px 20px;
}

.seasol_familia h3{
	margin:0 0 7px 0;
	padding:0;
	color:#003366;
	font-size:21px;
	line-height:24px;
}

.seasol_familia ul{
	padding:0 0 0 15px;
}
/* FI PÀGINES ESTÀTIQUES */

/* SERVEIS */
.col_left{
	width:280px;
	float:left;
}

#menu_serveis{
}

.fixed {
	position:fixed;
	top:0;
}
.fixed-bottom {
	bottom: 0;
	position:absolute;
}

.fixed-left {
	bottom: auto;
	position:absolute;
}

ul#prods_level1{
	list-style-type:none;
	position:relative;
	left:-19px;
}

ul#prods_level1 li{
	display:block;
	width:243px;
	border-bottom:1px solid #FFFFFF;
}

ul#prods_level1 li.last{
	border-bottom:0;
}

ul#prods_level1 li a{
	display:block;
	padding:0 0 0 19px;
	background:url(../images/prods_level1-bg.png) repeat-y 0 0;
	color:#EDEDED;
	font-size:13px;
	font-weight:700;
	line-height:39px;
	text-decoration:none;
}

ul#prods_level1 li a:hover{
	background:url(../images/prods_level1-over-bg.png) repeat-y 0 0;
}

ul#prods_level1 li.lnk1{
	background:url(../images/prods_level1-active-bg.png) repeat-y 0 0;
	color:#000000
}

ul#prods_level1 li.lnk1 a{
	background:none;
	color:#000000;
}

ul#prods_level2{
	margin:0 0 7px 13px;
}

ul#prods_level2 li{
	width:230px;
	border-bottom:0;	
}

ul#prods_level2 li a{
	font-weight:400;
	line-height:17px;
	padding: 4px 0 4px 19px;
	display:block;
}

ul#prods_level2 li a:hover{
	text-decoration:none;
	background: #dedede;
}

.col_content{
	margin-left: 280px;
}

.taula_serveis{
	empty-cells:show;
	margin:0 0 30px 0;
	border-bottom:5px solid #FFFFFF;
}

.taula_serveis td{
	width:275px;
	padding:0 0 30px 0;
	text-align:left;
	vertical-align:top;
}

.taula_serveis td.col1{
	padding-right:50px;
}

.taula_serveis .sep{
	margin-top:20px;
}

.taula_serveis ul{
	padding:0 0 0 15px;
}
/* FI SERVEIS */

/* SLIDER SERVEIS */
#slider-interior, #slider-interior2, #slider-interior3{
	position:relative;
	z-index:10;
}

#slider-interior-rotator{
	width:275px;
	height:200px;
	overflow:hidden;
}

#slider-interior a.prev, #slider-interior a.next, 
#slider-interior2 a.prev, #slider-interior2 a.next, 
#slider-interior3 a.prev, #slider-interior3 a.next {
	background: url(../images/slider_page_fletxes.png) no-repeat transparent;
	width: 39px;
	height: 50px;
	display: block;
	position: absolute;
	z-index:20;
	top: 75px;
	cursor:pointer;
}
#slider-interior a.prev, #slider-interior2 a.prev, #slider-interior3 a.prev {
	left: -30px;
	background-position: 0 0;
}

#slider-interior a.prev:hover, #slider-interior2 a.prev:hover, #slider-interior3 a.prev:hover{
	background-position: 0 -55px;
}

#slider-interior a.next, #slider-interior2 a.next, #slider-interior3 a.next {
	left:265px;
	background-position: -41px 0;
}

#slider-interior a.next:hover, #slider-interior2 a.next:hover, #slider-interior3 a.next:hover {
	background-position: -41px -55px;
}

#slider-interior a.prev span, #slider-interior a.next span,
#slider-interior2 a.prev span, #slider-interior2 a.next span,
#slider-interior3 a.prev span, #slider-interior3 a.next span {
	display: none;
}

#slider-interior-page, #slider-interior-page2, #slider-interior-page3{
	height:10px;
    margin:10px 0;
    text-align: center;
}

#slider-interior-page a, #slider-interior-page2 a, #slider-interior-page3 a {
	color:#222221;
	text-decoration:none;
	border: 0;
	display:inline-block;
	width: 10px;
	height:10px;
	background:url(../images/slider_page.png) no-repeat top left;
	text-align:center;
	margin:0 3px;
	font-size:0px;
	line-height:10px;
}

#slider-interior-page a:hover {
		
}

#slider-interior-page a.selected, #slider-interior-page2 a.selected, #slider-interior-page3 a.selected {
	background:url(../images/slider_page_active.png) no-repeat top left;
}

#slider-interior-page a span {
}

/* Slider empresa */
#slider-interior a.prev.empresa, #slider-interior  a.next.empresa{
	top: 100px;
}

#slider-interior a.next.empresa{
	left:369px;
}
/* Fi slider empresa */
/* FI SLIDER SERVEIS */

/* LLISTAT NEWS */
#news_list{
	padding:0 0 25px 0;
}

#news_list .item{
	padding:25px 0;
	border-bottom:5px solid #FFFFFF;
	cursor:pointer;
}

#news_list .item:hover{
	background:#FFFFFF;
}

#news_list .image{
	width:225px;
	float:left;
}

#news_list .content{
	overflow:hidden;
}

#news_list .title{
	margin:0 0 5px 0;
}

#news_list h3{
	font-size:18px;
	font-weight:700;
	line-height:20px;
}

#news_list .title a{
	color:#000000;
	text-decoration:none;
}

#news_list .title a:hover{
	text-decoration:underline;
}

#news_list .resume{

}

#news_list .date{
	font-size:14px;
	color:#9598A0;
	font-weight:700;
	line-height:20px;
}
/* FI LLISTAT NEWS */

/* DETALL NEWS */
#news_form{
}

#news_form em{
	padding-bottom: 10px;
	display:block;
}

#news_form .title{
	margin:0 0 5px 0;
}

#news_form h3{
	font-size:23px;
	font-weight:700;
	line-height:26px;
}

#news_form .title a{
	color:#000000;
	text-decoration:none;
}

#news_form .title a:hover{
	text-decoration:underline;
}

#news_form .date{
	font-size:14px;
	color:#9598A0;
	font-weight:700;
	line-height:20px;
}
#news_form .noticia{
	width:100%;
	overflow:hidden;
}
#news_form .content {
	overflow:hidden;
}
#news_form .content, #news_form .image{
	margin:20px 0 0 0;
}
#news_form .image {
	float:right;
}
#news_form .image figure{
	width:100%;
	height:auto;
	margin: 0;
	display: block;
	font-style: normal;
}
#news_form .content{
	float:left;
	max-width:52.1%;
}

#news_form .resume{
	margin:0 0 15px 0;
	padding:0 0 46px 0;
	border-bottom:5px solid #FFFFFF;
}

#news_form .back{
	text-align:right;
	font-size:12px;
	line-height:16px;
}

#news_form .back a{
	padding:0 0 0 15px;
	background:url(../images/arrow-back.png) no-repeat 0 0;
	color:#000000;
	text-decoration:none;
}

#news_form .back a:hover{
	background-position:0 -16px;
	text-decoration:underline;
}

#news_form .image{
	margin:25px 0 15px 0px;
	float:right;
	width: 44.15%;
}

#news_form .images_holder{
	padding:0 0 10px 0;
}

#news_form #images_detail a{
	display:block;
	font-size:0px;
	margin-bottom: 10px;
}

#news_form #images_detail a{
	display:block;
	font-size:0px;
}

#news_form .buttons_page, #news_form .image_footer{
	margin:15px 0 0 0;
}

#news_form .buttons_page{
	width:80px;
}

#news_form .image_footer{
	font-size:12px;
	line-height:27px;
}

#news_form .image_footer strong{
	font-weight: normal;
}

#news_form .buttons_page a.prev, #news_form .buttons_page a.next{
	width: 27px;
	height: 27px;
	display:inline-block;
	margin:0 5px 0 0;
	background: url(../images/news-slider-fletxes.png) no-repeat transparent;
	cursor: pointer;
}
#news_form .buttons_page a.prev{
	background-position: 0 0;
}

#news_form .buttons_page a.prev:hover {
	background-position: 0 -33px;
}

#news_form .buttons_page a.prev.disabled{
	background-position: 0 -100px !important;
}

#news_form .buttons_page a.next {
	background-position: -33px 0;
}

#news_form .buttons_page a.next:hover{
	background-position: -33px -33px;
}

#news_form .buttons_page a.next.disabled {
	background-position: -33px -100px !important;
}

#news_form .buttons_page a.prev.disabled, #news_form .buttons_page a.next.disabled{
	cursor: default;
}

#news_form .buttons_page a.prev span, #news_form .buttons_page a.next span {
	display: none;
}

.news_info{
	margin:15px 0 0 0;
}

.news_info a{
	color:#003366;
	line-height:25px;
	text-decoration:underline;
	font-weight: bold;
}
.news_info p{
	margin: 0;
}

.news_info a:hover{
	text-decoration:none;
}
/* FI DETALL NEWS */

/* PAGINACIO */
.results{	
	width:100%;
	text-align:center;
}
.pageResults{
	display:inline-block;		
	width: 34px;
	height:34px;
	margin:0 7px;
	background:url(../images/page-bg.png) no-repeat 0 -36px;
	text-align:center;
	font-size:14px;
	color:#7C7D82;
	font-weight:bold;
	line-height:34px;
}
a.pageResults{
	color:#7C7D82;
	text-decoration:none;
	background-position:0 0;
}
a.pageResults:hover{
	background-position:0 -36px;
}
b.pageResults{
}
.pageResultsPrevious, .pageResultsNext{
	display: none;
}
.pageResultsNextSet {
	background:none;
}

#page-next, #page-prev{
	position:relative;
	top:12px;
	width: 34px;
	height:34px;
	background:url(../images/page-fletxes.png) no-repeat;
	background-position: 0 0;
	cursor:pointer;
}
#page-prev:hover{
	background-position: 0 -36px;
}
#page-next{
	background-position: -36px 0;
}
#page-next:hover{
	background-position: -36px -36px			
}
/* FI PAGINACIO */

/* CONTACTE */
.g-recaptcha {
    padding: 20px 0 0;
}
.col_data{
	margin-right:40px;
	float:left;
}

.col_data .bloc_info{
	margin:0 0 17px 0;
	padding:0 0 20px 0;
	border-bottom:5px solid #FFFFFF;
	font-size:13px;
	line-height:19px;
}

.col_data .bloc_info a{
	color:#000000;
	text-decoration:none;
}

.col_data .bloc_info a:hover{
	text-decoration:underline;
}

.col_data .titol{
	margin:0 0 10px 0;
	font-weight:700;
}

.col_form{
	margin:0 0 0 20px;
	overflow:hidden;
}

.col_form  .txt_destacat{
	padding:0 0 0 25px;
}

.col_form .form_holder{
	padding:12px 0 60px 25px;
	background:#F3F3F3;
}

#contacte table.form th, .contacte table.form td{
	text-align:left;
}

#contacte table.form th{
	padding:0 0 3px 3px;
	color:#58585A;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

#contacte table.form a{
	color:#58585A;
	text-decoration:none;
}

#contacte table.form a:hover{
	text-decoration:underline;
}

#contacte table.form td{
	font-size:13px;
}

#contacte table.form td.campsobligatoris{
	padding:0 0 12px 0;
	font-size:12px;
	font-weight:700;
	font-style:italic;
	line-height:15px;
}

#contacte table.form td.condicions{
	padding:10px 0 0 10px;
	font-size:12px;
}

#contacte table.form a:hover{
	text-decoration:underline;
}

#contacte input[type="text"], #contacte textarea, #contacte select{
	width:60%;
	height:34px;
	padding:0 13px;
	margin:0 0 10px 0;
	border:0px;
	background:url(../images/contact-input-bg.png) no-repeat top left;
	font-family:'Open Sans', sans-serif;
	font-weight: normal;
	font-size:13px;
	line-height:34px;
}
#contacte textarea{
	width:90%;
	height:213px;
	background:url(../images/contact-textarea-bg.png) no-repeat top left;
}
#contacte select{
	width:418px;
	height:16px;
	padding: 4px;
}

#contacte label{
	padding: 20px 0 0 0;
	display:block;
}

#contacte .buttons{
	margin:20px 0 0 0;
}

input.boto_submit{
	width:60%;
	height:36px;
	margin:0;
	padding:0;
	background:url(../images/contact-submit-bg.png) no-repeat 0 0;
	border:0;
	text-align:center;
	color:#494949;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	line-height:36px;
	text-transform:uppercase;
}

.boto_submit:hover{
	color:#000000;
	background-position:0 -44px;
}

.avislegal{
	margin:15px 0 0 5px;
	width:387px;
	font-size:11px;
	line-height:13px;
}

#form_sent, #form_not_sent{
	font-size: 16px;
	padding:40px 0;
	font-weight:normal;
	display:none;
}
#form_not_sent{
	color:#fa3c33;
}

.form_error{
	color: #fa3c33;
	position:relative;
}

#contacte input.input_error{
	border-color: #C41B1B;
}

#message_container{
	display:none;
}
#message{
	margin:20px 0;
}
/* FI CONTACTE */