/* CSS Document */

/* RESET */
*
{
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
}
body {
	line-height: 1.30
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/* FI RESET */

/* HOVER */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%; 
  bottom: 0;
  background: #52433b;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, #menu > li:hover > a:before {
  left: 0;
  right: 0;
}
/* FI HOVER*/

b,strong
{
	font-family: 'source_sans_probold';
	font-weight: normal;
}
body {
	font-family: 'source_sans_prolight';
	min-width: 980px;
	font-size: 14px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text_centrat {
	text-align: center;
}

.uppercase
{
	text-transform: uppercase;
}

.c_default
{
	cursor: default;
}

.content_fills
{
	width: 110%;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  max-width: 500px;
  width: auto;
  max-height: 500px;
  overflow: auto;
  margin: 20px auto;
}

	.white-popup > div
	{
		max-height: 480px; 
		overflow: auto;
	}


.label_form_gen
{
	width: 10%;
	display: inline-block;
	text-align: right;
	margin: 0px 1%;
}
	.form_generic input[type=text],.form_generic input[type=password]
	{
		margin: 1% ;
		width: 32%;
		box-sizing: border-box;
		padding: 6px 12px;
		text-decoration: none;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		white-space: nowrap;
		vertical-align: middle;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #666666;
		background-color: #ffffff;
		border-color: #cccccc;
		font-family: 'source_sans_prolight';
	}
	
	.form_generic textarea
	{
		margin: 1%;
		width: 85%;
		height: 150px;
		box-sizing: border-box;
		padding: 6px 12px;
		text-decoration: none;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		white-space: nowrap;
		vertical-align: middle;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #666666;
		background-color: #ffffff;
		border-color: #cccccc;
		font-family: 'source_sans_prolight';
	}
	.contenidor_ok
	{
		width: 15px; display: inline-block;
	}
	
	
	#contenidor_captcha
	{
		width: 99%;
	}
	
	.boto_generic {
		color: #FFFFFF;
		text-decoration: none;
		display: inline-block;
		padding: 10px 15px;
		border-radius: 5px;
		margin-bottom: 10px;
		text-align: left;
		cursor: pointer;
		background-color: #52433b;
		margin-top:10px;
	}
		
.adjunt
{
	background: url(../img/download.png) no-repeat left;
	padding: 10px 0px 10px 40px;
	display: inline-block;
	margin: 10px 0px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.separador {
	border-color: inherit;
	width: 122px;
	margin: 28px 0px;
	display: block;
}
.centrat {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contenidor_centrat {
	width: 980px;
	margin: auto;
}

#barra_top .contenidor_centrat {
	width: 1200px;	
}

.titolar_gran
{
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 5px;
}

#desplegador_menu
{
	display: none;
}
#barra_top {
	padding: 6px 0;
	background-color: #52433b;
	color: #FFFFFF;
	position: relative;
}

	#recerca
	{
		float: left;
		margin-top: 4px;
	}
	
	.recerca
	{
		display: inline-block;
	}
	
		.recerca input[type=text] {
			background: transparent;
			border: 0;
			border-bottom: 1px solid #52433b;
			color: #52433b;
			font-family: 'source_sans_prolight';
			font-size: 13px;
			width: 200px;
			outline: 0px;
		}
		
		.recerca i
		{
			margin-right: 3px;
			font-size: 12px;
		}
		
		#recerca input[type=text]
		{
			border-bottom: 1px solid #FFFFFF;
			color: #FFFFFF;
		}
		
	#frase_barra
	{
		width: 500px; 
		position: absolute; 
		text-align: center;
		font-size: 12px;
		left: 50%; 
		top: 13px;
		margin-left: -250px;
	}
		
	#idiomes 
	{
		float: right;
		font-size: 12px;
		margin-top: 8px;
		text-transform: uppercase; 
		margin-bottom: 0;
	}
	
		#idiomes li
		{
			list-style: none;
			cursor:default;
			position: relative;
		}
		
		#idiomes > li
		{
			padding-bottom: 5px;
		}
		
			#idiomes li i
			{
				margin-left: 3px;
			}
			#idiomes li a
			{
				color: #FFFFFF;
				display: block;
				text-decoration: none;
				padding: 5px 10px;
			}
		
			#idiomes li ul
			{
				position: absolute;
				margin-top: 4px;
				right: 0;
				background-color: #3a3a3a;
				display:none;
				text-align: center;
				padding: 5px 0px;
				z-index: 100;
			}
			
			
			
			#idiomes li:hover ul
			{
				display: block;
			}
	
	
#header {
	min-height: 225px;
	text-align: center;
	
}

	#logo
	{
		display: inline-block;
		float: left;
		margin-top: 30px;
		margin-left: 355px;
	}
	
	#caixa_login
	{
		float: right;
		text-align: right;
		margin-top: 38px;
		line-height: 1.50;
		position:relative;
	}
	
		#caixa_login span
		{
			display: block;
		}
		#caixa_login,#caixa_login a
		{
			color: #000000;
			text-decoration: none;
			
		}
		
			#caixa_login i
			{
				color: #52433b;
				margin-left: 5px;
			}
			
			#caixa_login input[type="text"],#caixa_login input[type="password"]
			{
				border: 0;
				margin: 3px 0px;
				padding: 3px 5px;
				width: 190px;
				font-family: 'source_sans_prolight';
				
			}
	
#menu
{
	display: inline-block;
	margin-top: 30px;
	padding-left: 0;
}
	
	#menu li
	{
		list-style: none;
		float: left;
		margin: 0px 20px;
		font-size: 13px;
		position: relative;
	}
	
		#menu > li
		{
			line-height: 30px;
			padding-bottom: 16px;
		}
	
		#menu > li > a
		{
			font-family: 'source_sans_prosemibold';
			text-decoration: none;
			color: #52433b;
			display: inline-block;
			text-transform: uppercase;
		}
		
		#menu li i
		{
			margin-right: 5px;
		}
		
		#menu li ul
		{
			left: 0;
			margin-top: -5px;
			  z-index: 999;
			  padding-left:0;
		}
		
			#menu li ul li
			{
				margin: 0;
			}
		
		#menu li:hover > ul
		{
			display: block;
		}
		
		.no_fills{
			/*pointer-events: none;*/
			cursor: default;
		}
	
	.submenu
	{
		position: absolute;
		min-width: 200px;
		display: none;
		max-width: 300px;
		font-size: 13px;
		
	}
	
		.submenu li
		{
			line-height: 1.30;
			float: none !important;
			position: relative;
		}
	
		.submenu a
		{
			display: block; 
			padding: 10px;
			color: #FFFFFF;
			background-color: #52433b;
			min-width: 140px;
			margin-bottom: 2px;
			text-decoration: none;
			text-align: left;
			font-size: 12px;
		}
		
		.submenu ul
		{
			top: 0; left: 100% !important;
			position: absolute; margin-top: 0 !important;
			padding-left: 2px;
			display: none;
		}
		
		.submenu li:hover ul
		{
			display: block;
		}
	
		
#content
{
	min-height: 500px;
}	

#ruta, #ruta a
{
	font-family: 'source_sans_prosemibold';
	font-size: 13px;
	color:#52433b;
}
.slide_home {
	height: 556px;
	margin-bottom:50px;
	background-color: #FFF;
}

.bullet_points
	{
		position: absolute; width: 100%; text-align: center; font-size: 45px;
		margin-top: -100px; z-index: 950;
	}
	
		.bullet_points span
		{
			display: inline-block;
			height: 30px;
			line-height: 1;
			color: #CCC;
			margin: 0px 5px;
			cursor: pointer;
		}
		
			.bullet_points span.cycle-pager-active
			{
				color: #000;
			}
		
		.bullet_points.frases
		{
			margin-top: -50px;
		}
	/*.label_slide_home
	{
		background: url('{_HTTP_PUBLIC}img/degradat_slide_home.png') repeat-x bottom center;
		width: 100%;
		position:absolute;
		bottom: 0;
		min-height: 239px;
		color: #FFF;
		text-align: center;
		padding-top: 120px;
		font-size: 24px; line-height: 1.50;
	}*/
	.label_slide_home
	{
		position:absolute;
		bottom: 20%;
		color: #3d3b3c;
		background: rgba(255,255,255,0.7);
		text-align: center;
		padding: 35px 30px;
		font-size: 20px; 
		line-height: 1.50;
		max-width: 25%;
		font-family: 'source_sans_prosemibold';
		font-style:italic;
	}
		.label_slide_home a {
			font-style:normal;
			color: #fff;	
			background-color: #3d3b3c;
			margin: 20px auto -20px auto;
			display: inline-block;
			padding: 10px 40px;
			text-decoration: none;
			font-size:16px;
		}
	
		/*.label_slide_home table
		{
			min-height:162px;
			width: 100%;
			
		}
			.label_slide_home td
			{
				vertical-align: middle;
			}*/
			
	
	
	#fitxa_article > div.fl
	{
		width: 655px;
		position: absolute;
		top: 0;
		bottom: 0;
		text-align: center;
		max-width: 90%;
		vertical-align:middle;
		overflow: hidden;
		min-height: 435px;
	}
	
		#fitxa_article .cycle
		{
			min-height: 100%;
			width: 100% !important;
		}
		
		#fitxa_article .cycle > div
		{
			height: 100%;
			width: 100%;
		}
		
		#fitxa_article .cycle > div img
		{
			max-width: 100%;
			max-height:435px;
		}
	
	#fitxa_article > div.fl table
	{
		width: 100%; min-height: inherit;
		display: none;
	}
	
	#fitxa_article > div.fl table td
	{
		vertical-align: middle;
		vertical-align: center;
		background-color: #FFFFFF;
	}
			
	#fitxa_article .bullet_points
	{
		margin-top: -53px;
	}


.slide_generic
{
	height: 263px;
	margin-bottom: 50px;
	background-color: #CCCCCC;
}
	
	.slide_home > div,.slide_generic > div
	{
		width: 100%;
		height: inherit;	
	}
	


#carousel_home
{
	overflow: hidden;
}
	
	.producte_carousel 
	{
		text-align: center;
		display: inline-block;
		vertical-align: top;
		width: 242px;
		margin: 25px 0;
		color: #000000;
		text-decoration:none;
		
	}
	
		.producte_carousel b
		{
			min-height: 35px;
			display:block;
			margin-bottom: 5px;
		}
	
	
	
	
		.producte_carousel img
		{
			width: 200px !important;
			display: inline-block !important;
			margin-bottom: 10px;
		}
		
		.producte_carousel .preu
		{
			width: 170px;
			display: inline-block;
			background: url('../img/bg_preu.png') no-repeat top center;
			height: 33px;
			line-height: 35px;
			color: #FFFFFF;
			letter-spacing: 1px;
			font-size: 16px;
			font-family: 'stagsans_light';
		}
		
		.producte_carousel > div
		{
			width: 170px;
			margin: auto;
		}
		.producte_carousel > div > a
		{
			display: inline-block; 
			width: 170px; 
			padding: 8px 15px; 
			text-decoration: none; 
			color: #FFFFFF; 
			text-align: left; 
			background-color: #000000;
			margin-bottom: 5px;
			font-size: 12px;
    		text-align: center;
		}
		
			.producte_carousel > div > a > i
			{
				font-size: 14px;
			}
	
	.arrow_carousel
	{
		font-size: 40px !important;
		position:absolute;
		top: 60%;
		z-index: 200;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;

		-o-user-select: none;
		user-select: none;   
	}
	
		#prev_producte
		{
			left: 0;
		}
		
		#next_producte
		{
			right: 0;
		}
		
#frase_home {
	background: url(../img/bg_frase_home.jpg) no-repeat center center;
	color: #FFFFFF;
	text-align: center;
	
	
}
	#frase_home table {
		width: 100%;
    	margin: auto;	
	}
	#frase_home > div {
		font-size: 32px;
		min-height: 298px;
		background: url(../img/transp_frase_home.png);
		padding: 50px 0px;
	}
	
		#frase_home > div > div, #frase_portada_producte > div > div
		{
			width: 820px;
			margin: auto;
			line-height: 1.50;
			
			
		}

#frase_portada_producte
{
	background-image:url(../img/bg_frase_portada_producte.jpg); 
	background-repeat: no-repeat;
	background-position: center center !important;
	/*min-height: 400px;*/
	color: #FFF;
	margin-bottom: 30px;
	max-width: 1250px;
		margin: auto;
	
	
}
	
	#frase_portada_producte > div {
		font-size: 32px;
		background: url(../img/transp_frase_home.png);
		padding: 100px 0px;
		
		
		
	}
	
		#frase_portada_producte > div > div
		{
			text-align:center;
			font-size: 28px;
		}
		
	#frase_portada_producte table
	{
		min-height: 0 !important;
	}

.descripcio_portada_producte
{
	margin: 15px auto; 
	overflow:hidden; 
	text-align: justify; 
	font-size: 18px;
	line-height: 1.50;
}

	.descripcio_portada_producte > div
	{
		margin-top: 115px;
		float: right;
		width: 702px;
	}	
		
	.filtre_grups
	{
		display: inline-block;
		background-color: #52433b;
		color: #FFFFFF;
		padding: 5px 5px;
		border-radius: 5px;
		font-family: 'source_sans_proregular';
		margin-right: 10px;
		min-width: 150px;
	}
	
		.filtre_grups li
		{
			list-style: none;
			font-size: 12px;
			position: relative;
		}
		
		.filtre_grups > li
		{
			padding-bottom: 2px;
		}
		
		.filtre_grups li ul
		{
			margin-top: 2px;
			right: 0;
		}
		
		.filtre_grups span
		{
			display: block; 
			padding: 10px;
			color: #FFFFFF;
			background-color: #52433b;
			min-width: 140px;
		}
		
		.filtre_grups li:hover ul
		{
			display: block;
		}
		
		.filtre_grups i
		{
			float: right;
			margin-top: 2px;
			margin-left: 10px;
		}
		
		
	.info_alma, .info_ecologia
	{
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.info_ecologia
	{
		margin-bottom: 60px;
		padding: 10px 0px;
	}
		.info_alma .desc_alma, .info_alma .media_alma{float: left;}
		
		.info_ecologia:nth-child(odd) .desc_ecologia, .info_ecologia:nth-child(even) .media_ecologia{float: left;}
		.info_ecologia:nth-child(even) .desc_ecologia, .info_ecologia:nth-child(odd) .media_ecologia{float: right;}
		
		.desc_alma{width: 100%;}
		.media_alma + .desc_alma{width: 730px;}
		.media_alma{width: 250px;}	
		.desc_alma{text-align: justify;line-height: 1.60;}
			.media_alma > div{/*background-color: #d5d5d5;*/ }
			.media_alma img{max-width: 100%;}
			.media_alma > div > span{display: inline-block; padding: 12px 20px;}
			
		
		
		.info_ecologia:nth-child(odd) .desc_ecologia{padding-right: 30px; border-right: 1px solid #353535;}
		.info_ecologia:nth-child(even) .desc_ecologia{padding-left: 30px; border-left: 1px solid #353535;}
		
		.desc_ecologia{width: 100%; min-height: 161px;}
		.media_ecologia + .desc_ecologia{width: 690px;}
		.media_ecologia{width: 260px;}	
		.desc_ecologia{text-align: justify; line-height: 1.60; font-size: 18px;}
			.media_ecologia > div{background-color: #d5d5d5;}
			.media_ecologia img{max-width: 100%;}
			.media_ecologia > div > span{display: inline-block; padding: 12px 20px;}
			
	
	.evento
	{
		overflow: hidden;
		margin-bottom: 60px;
	}
	
	
	.desc_evento{float: left; width: 100%; font-size:18px; line-height: 1.60;  min-height: 170px;}
	.foto_evento + .desc_evento{width: 377px; border-right: 1px solid #353535; padding-right:35px;}
	.foto_evento{float: right; width: 567px;}
		.foto_evento img
		{
			width: 100%;
		}
		
	
	.data_evento
	{
		display: block;
		font-size: 33px;
		letter-spacing: 2px;
	}
	
	
	.medio
	{
		width: 175px;	
		display: inline-block;
		vertical-align: top;
		color: #353535;
		margin-right: 24px;
		margin-bottom: 10px;
	}
	
		.medio table
		{
			width: 100%;
		}
		.img_medio
		{
			height: 244px;
			vertical-align: middle;
		}
		
			.img_medio img
			{
				width: 100%;
			}
			
		.titol_medio
		{
			height: 90px;
			font-size: 18px;
			line-height: 1.60;
			text-align: center;
			vertical-align: middle;
		}
		
	
		
#footer {
	background-color: #F4F4F4;
}

#titol_contacta_footer {
	background: url(../img/bg_contacta_footer.png) no-repeat;
	width: 196px;
	height: 131px;
	font-family: 'source_sans_probold';
	color: #353535;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1;
	padding-top: 26px;
	padding-left: 26px;
}

	#titol_contacta_footer a{
		color: #353535;
		text-decoration: none;
	}

#contact_footer
{
	background: url(../img/shadow_footer.png) no-repeat top right;
	width: 262px;
	height: 262px;
	padding: 50px 0px 50px 0px;
	margin-right: 50px;
}

	#contact_footer > div
	{
		padding-left: 20px;
		text-transform: uppercase;
		
	}
	
		#contact_footer > div i
		{
			color: #949393;
			margin-left: 5px;
		}

	#titol_contacta_footer span
	{
		font-size: 24px;
		letter-spacing: 1px;
	}
	
#menu_peu
{
	margin-top: 58px;
	line-height: 1.75;
	font-family: 'source_sans_proregular';
}

	#menu_peu a
	{
		text-decoration: none;
		color: #353535;
		text-transform: uppercase;
		
	}
	
.bloc_producte a
{
	text-decoration: none;
	color: #000000;
	font-family: 'source_sans_probold';
}

	.bloc_producte a:hover
	{
		text-decoration: underline;
	}
	
#imatge_portada_producte
{
	width: 100%; 
	/*background: url(../img/resultat.png);*/
	position: relative;
}

	.boto_portada
	{
		color: #FFF; text-decoration: none;display: inline-block; padding: 8px 35px; background-color: #819800; font-size: 12px; border: 1px solid #546900;
	}
	
	.boto_empresa
	{
		color: #FFF; text-decoration: none;display: inline-block; padding: 8px 35px; background-color: #B96106;
    font-size: 12px;
    border: 1px solid #690A00;
	}
	
	#imatge_portada_producte .boto_portada
	{
		position:absolute; bottom: 20px; right: 50%; margin-right: -455px;
	}
	
	#imatge_portada_producte .boto_empresa
	{
		position:absolute; bottom: 20px; left: 50%; margin-left: -455px;
	}


.link_area_client
{
	width: 240px;
	height: 240px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 30px 10px 20px 10px;
	background-color: #F9F9F9;
	vertical-align: top;
	margin-right: -6px;
	margin-left: 13px;
	margin-bottom: 13px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 13px;
	

	
}
.link_area_client .warning
{
	margin-top:30px;
	
	display: inline-block;
	padding: .2em .6em .3em;
	font-size: 125%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #f0ad4e;
	
}


.link_area_client:hover
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

	.link_area_client i
	{
		font-size: 70px;
		display: block;

		color: #6E5A50;
		height: 80px;
	}
	
	.link_area_client img
	{
		margin-bottom: 10px;
	}
	.link_area_client span
	{
		
		font-size: 16px;
		color: #777A81;
		display: block;
		margin-bottom: 10px;
	}
	.link_area_client.first
	{
		margin-left: 0;
		
	}
	
#area_client_lat
{
	margin-bottom: 15px;
}

#area_client_lat a
{
	display: block;
	padding: 10px 15px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	overflow: hidden;
	color: #666666;
	font-size: 13px;
}

#area_client_lat a:hover
{
	background-color: #FFFFFF;
	color: #3a3a3a;
}

	#area_client_lat i
	{
		float: left;
		margin-right: 5px;
		
	}
	
	#area_client_lat span
	{
		float: right;
		width: 180px;
	}
			
.titol_area_client
{
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 5px 10px;
	font-weight: normal;
	
	font-size: 16px; 
	margin-bottom: 0; 
	border-bottom: 1px solid #FFFFFF; 
	color: #FFFFFF; 
	background-color: #6E5A50;
	
}

.titol_area_client i
{
  vertical-align: 0px !important;
}

.taula_facturacio
{
	width: 100%;
	border-spacing: 0;
	font-size: 14px;
}

	.taula_facturacio th
	{
		font-weight: normal;
		    font-family: 'source_sans_probold';
		background-color: #6E5A50;
		padding: 5px;
		color: #FFFFFF;
	}
	
	.taula_facturacio td
	{
		padding: 10px;
	}
	
	.taula_facturacio > tbody > tr
	{
		cursor:pointer;
	}
	
		.taula_facturacio > tbody > tr > td
		{
			border-bottom: 1px solid #CCCCCC;
		}
		
		.taula_facturacio tr.bg1 td
		{
			background-color: #FFFFFF;
		}
		
		.taula_facturacio tr.bg2 td
		{
			background-color: #F4F4F4;
		}

#columna_esq
{
	float: left;
	width: 230px;
}


#columna_dre
{
	float: right;
	width: 730px;
}
	
#prefooter
{
	text-align: center;
	background: url(../img/deg_prefooter.jpg) repeat-x top center;
	padding: 30px 0px;
}
	
	#prefooter img
	{
		vertical-align: middle;
		margin: 0px 11px ;
	}
#links_peu
{
	margin-top: 58px;
	line-height: 1.75;
	text-align: right;
}

	#links_peu a
	{
		text-decoration: none;
		color: #353535;
		text-transform: uppercase;
		
	}
	
/*ERROR -------------------*/
	.error
	{
		color:#C00;
		font-weight:bold;
	}
	#displayedError
	{
		padding: 10px; text-align: center; border-radius: 5px;  display: none; z-index:9000!important; 
	}
	
	#displayedError.neutre
	{
		color: #0072FF;
		background-color: #A6DBFF;
    	border:2px solid #0072FF;
		
	}
	
	#displayedError.positiu
	{
		background-color: #CEFFB8; border: 2px solid #52a12b; color: #52a12b;
	}
	#displayedError.error
	{
		background-color: #FFC4C4; border: 2px solid #FF0000; color: #FF0000;
	}
	


/** PAGINACIÓ **/
	.paginacio
	{
		text-align: center;
		margin: 15px;
	}
	.paginacio a
	{
		display: inline-block;
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 14px;
		text-decoration: none;
		
		background-color: #FFFFFF;
		color: #52433B;
		
	}
	
	.paginacio a.selected
	{
		display: inline-block;
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 14px;
		text-decoration: none;
		
		background-color: #000;
		color: #FFFFFF;
		
	}	
	
	
.sense_estoc {
    display: block;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15px;
    font-size: 14px;
    color: #f00;
	flex-wrap: wrap;
}

#fitxa_article .sense_estoc {
    font-size: 20px;
    align-items: center;
    padding-bottom: 0;
	height: auto;
}

.punt_fincafe{
		position:absolute;
		top:0px;
		width:100px;
		text-align:center;
		background:#ffdfd3;
}
.punt_fincafe:hover{
	background:#fbcbb9;
}

.punt_alma{
	position:absolute;
	top:0px;
	left:100px;
	background:#000;
	width:100px;
	text-align:center;
}

.punt_fincafe img{
	max-height:40px;
	
}
.punt_alma img{
	max-height:40px;	
	
}
.punt_alma:hover{
	background:#3d3b3c;
}



	
	