/* #1 BASE */

/* ==|== primary styles =====================================================
   Author: itres. Comunicació disseny & web itres.cat
   ========================================================================== */

   
   
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
*/

::-moz-selection { background: #E18E11; color: #fff; text-shadow: none; }
::selection { background: #E18E11; color: #fff; text-shadow: none; }

   
body {
	background-color: #211106;
	background-size: 100% auto;
	font: 0.875em 'Ubuntu', sans-serif;
}

.fonttext{ font-family:'Ubuntu', sans-serif;}
.fonttext2{ font-family:Georgia,verdana;}


a { color: #42210B; text-decoration:none;}
a:visited { color: #42210B; }
a:hover { color: #E18E11; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

p { 	color:#42210B;}

#contenidor{
	max-width:1150px;
	margin: 0 auto;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.clear { clear:both; }

header#capcalera{
	height:140px;
	background: transparent url('../images/cap.jpg') no-repeat center top;
}

header#capcaleraInicio{
	height:140px;
	background: transparent url('../images/cap_inici.jpg') no-repeat center top;
}

#cont_datos_info{
	background-color: #211106;
	color:#fff;
	font-size: 0.85em;
	line-height: 1.85em;
}

#cont_datos{
	width:90%;
	margin:0 auto;
	
}

#cont_datos #cont_datos_derecha{
	display:block;
	float:right;
}

#cont_datos a{
	color:#fff;
	text-decoration: underline;
}


#contcapcalera{
	max-width:1150px;
	margin:0 auto;
	
}

#arquetop{
	/* background: transparent url('../images/arquer_top.png') no-repeat center top;*/
	width:152px;
	height:140px;
	display:block;
	float:left;
}

#arquetop img{
	width: 100%;
	height: auto;
}

#arquebottom{
	background: transparent url('../images/arquer_bottom.png') no-repeat center top;
	width:152px;
	height:100px;
	display:block;
}

#logo{
	z-index:1;
	width:376px;
	height:86px;
	display:block;
	float:left;
}

#logo img{
	width: 100%;
	height: auto;
}

#logo-text{
	width:212px;
	height:70px;
	display:block;
	float:left;
}

#logo-text img{
	width: 100%;
	height: auto;
}



/* Cookies */


#contcapcaleraCookies{
	 position: fixed !important;
   	bottom:25px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color:#fff;
	 width:100%;
   z-index: 99999;
}




#contcapcaleraCookies a#tancarcookie{
	border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
	width:100px;
	margin:0 auto;
    font-size: 1em;
    height: 16px;
    padding: 6px 10px;
    text-decoration: none;
	background-color:#000;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #42210B;
}

footer {
	margin-top:6px;
	background: url(../images/footer_bg.jpg) repeat-x transparent;
	-webkit-box-shadow: inset 0px 5px 15px #42210B;
	   -moz-box-shadow: inset 0px 5px 15px #42210B;
	    -ms-box-shadow: inset 0px 5px 15px #42210B;
	     -o-box-shadow: inset 0px 5px 15px #42210B;
	     	box-shadow: inset 0px 5px 15px #42210B;
	padding-bottom:0px;
	padding-top:20px;
}

footer #footer{
	font-size: 0.9em;
	color:rgb(77,77,77);
	max-width:1150px;
	margin:0 auto;

}

footer nav{
	display:block;
	color:#B3A69D;
}

footer nav li{
	margin:2px 0 2px 0;
}

footer #footer a{
	text-decoration:none;
	color:#fff;
}

footer #footer a:hover, footer #footer a.subtitol:hover{
	text-decoration:none;
	color:#Ea8E11;
}

footer #footer a.subtitol{
	font-size:0.857em;
	color:#B3A69D;
}

footer nav{
	text-align: center;
}

.list_carousel {
	display:block;
	margin: 0 0 25px 0;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor:default;
}

.list_carousel a span {
	display: none;
}

#footer .list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 5px solid #fff;
	width: 80px;
	height: 80px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	overflow: hidden;
	
}

#footer .list_carousel li img{
	width:150%;
	height:auto;
	margin-left:-25%;
}

#footer p{
	text-align:center;
	color:#B3A69D;
}

#footer #titol{
	color:#fff;
	margin-bottom:8px;
	font-weight:700;
}
/*
a.prev, a.next {
	background: url(../images/galeria_left.png) no-repeat transparent;
	width: 28px;
	height: 28px;	  
	display: block;
	position: absolute;
	top: 60px;
}
a.next {
	background: url(../images/galeria_right.png) no-repeat transparent;
}

a.prev {            left: -32px;
	                    background-position: 0 0;
}
a.prev:hover {      background-position: 0 -28px; }
a.prev.disabled {   background-position: 0 -100px !important;  }

a.next {            right: -22px; }
                   
a.next:hover {      background-position: 0px -28px; }
a.next.disabled {   background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}
*/
#footer p span{
	color:#fff;
}


#colProd{
	display:block;
	float:left;	
}

#colProd .titols{
	text-align:center;
	width:185px;
	height:38px;
	background:transparent url('../images/titol_barralateral.png') no-repeat center top;
	margin:0 auto;
	font-size:1.143em;
	font-weight:700;
	line-height:38px;
}

#contAsociacion{
	width:228px;
	background:#e18e11 url('../images/categories_top.png') no-repeat center top;
	padding-bottom:10px;
	margin-bottom:20px;
}

#contProd{
	width:228px;
	background:#e18e11 url('../images/categories_top.png') no-repeat center top;
	padding-bottom:10px;
	margin-bottom:20px;
}

#colPrincipal{
	display:block;
	float:left;
	width:78%;
	margin-left:18px;
}

#colPrincipal h1.titol,#colPrincipal h3.titol{
	color:#B3A69D;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-weight:700;
	font-size:1.857em;
	border-bottom:1px dashed #B3A69D;
}

#colPrincipal .subtitol{
	color:#B3A69D;
	margin-top:15px;
	margin-bottom:5px;
	
	padding:5px 10px;
	font-weight:700;
	font-size:1.286em;
	border-bottom:1px dashed #B3A69D;
	border-top:1px dashed #B3A69D;
}


#colPrincipal article#cont, #contNoticia{
	background-color:#fff;
	padding:2%;
	width:96%;
	margin-top:14px;
}

#contHorario{
	padding-top:20px;
	width:228px;
	background:transparent url('../images/categories_top.png') no-repeat center top;
	padding-bottom:1px;
	margin-bottom:20px;
}


#contHorario li{
	padding-top:10px;

}

.paddingtop{
	padding-top:20px;
}

#contHorario #contInfo{
	padding-top:10px;
	padding-left:18px;
	padding-bottom:18px;
	font-size:0.929em;
}

#contHorario #contInfo a{ 
color:#fff;
}

#contHorario #contInfo a:hover{
	color:#42210B;
}



#contProd ul{
	color:#42210B;
	padding-left:20px;
	padding-right:20px;
	margin-top:8px;
	margin-bottom:8px;
	font-size:1.429em;
}

#contProd ul li {
	list-style-type: disc;
	color:#fff;
	margin-left:20px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:0.700em;
}

#contProd ul li a{
	color:#fff;
	display:block;
	width:100%;
}

#contProd ul li a:hover, #contProd ul li:hover, #contProd ul li.actiu, #contProd ul li a.actiu{
	color:#42210B;
}

#cont{
	max-width:1150px;
	margin:0 auto;
}

#filariadna{
	color:#B3A69D;
	font-size:0.929em;
	padding-top:30px;
	border-bottom:1px dashed #B3A69D;
	padding-bottom:15px;
}

#filariadna a{
	color:#B3A69D;
	font-weight:700;
}

#filariadna a:hover{
	color:#E18E11;
}

a.volver{
	color:#B3A69D;
	display:block;
	float:right;
	padding-left:23px;
	font-size:0.538em;
	background: transparent url('../images/volver.png') no-repeat center left;
	line-height:25px;
	height:25px;
}

a.volver:hover{
	color:#E18E11;
}

/* 
######################################## 
		INDEX
######################################## 
*/
#contenidor-index{
	background: transparent url('../images/finici.png') no-repeat center top;
}

#contdestacat{
	background: transparent url('../images/fdestacat.png') no-repeat center top;
	width:100%;
	height:84px;
	text-align:center;
	padding:10px;
	font-weight:700;
	margin-left:-9px;
	margin-bottom: 20px;
}

#contdestacat span#titol{
	display: block;
	width: 67%;
	margin: 0 auto;
	font-size:1.857em;
	color:#44210B;	
}

#contdestacat span#sub p{
	color:#99420B;
	font-size: 1.1em;
}

#ofertasetmana{
	background: transparent url('../images/foferta_semana.png') no-repeat center top;
	width:620px;
	height:141px;
	padding:10px;
	margin:0 auto;
	margin-top:20px;
}

#ofertasetmana h3.titolOferta{
	font-weight:700;
	text-align:center;
	font-size:2.286em;
	margin-top:-30px;
	color:#fff;
}

#bProdSemana{
	display:block;
	text-align:normal;
	background-color:#fff;
	border:3px solid #D9D3Ce;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
		-ms-border-radius:10px;
		 -o-border-radius:10px;
			border-radius:10px;
	margin-left:-20px;
	padding:4px;
	width:654px;
}

#bProdSemana .cont_img_p{
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
		-ms-border-radius:10px;
		 -o-border-radius:10px;
			border-radius:10px;
	display:block;
	float:left;
	overflow: hidden;
	width:206px;
	height:90px;
	margin-bottom:3px;
}

#bProdSemana .cont_img_p img{
	width:100%;
}

#bProdSemana .cont{
	display:block;
	float:left;
	margin-left:10px;
	width:427px;
}

#bProdSemana .cont h2{
	font-size:1.143em;
	color:#42210B;
	font-weight:700;
	height:32px;
	width:310px;
	display:block;
	float:left;
}

#bProdSemana .cont h3{
	color:#8E7A6D;
	margin-bottom:3px;
	text-align:left;
	display:block;
	float:right;
}

#bProdSemana .cont p{
	display:block;
	text-align:left;
	width:240px;
	float:left;
}

#bProdSemana .cont p.precio{
	display:block;
	text-align:right;
	width:186px;
	float:right;
	
}

#bProdSemana .cont p.precio{
	font-size:2.571em;
	color:#A61304;
	font-weight:700;
}

#bProdSemana .cont p.precio .preciop{
	color:#8E7A6D;
	display:block;
	font-size:0.444em;
	font-weight:400;
}

#bProdSemana:hover{
	background-color:#42210B;
}

#bProdSemana:hover h2, #bProdSemana:hover .info{
	color:#fff;
}

#contNovedades, #contLiquidaciones{
	background-color:rgba(255,255,255,0.3);
	padding-top:8px;
	padding-left:7px;
	padding-bottom:7px;
	margin-top:10px;
	margin-bottom:20px;
	
}

#contLiquidaciones #titol, #contNovedades #titol{
	margin-left:-17px;
	width:100%;
	padding-left:30px;
	padding-right:30px;
	height:52px;
	color:#fff;
	font-size:1.857em;
	font-weight:700;
	line-height:1.857em;
}

#contNovedades #titol{
	background-color:#A31304;
	
}

#contLiquidaciones #titol{
	background-color:#F4A518;
}

a.mas{
	color:#fff;
	display:block;
	float:right;
	padding-right:23px;
	font-size:0.538em;
	background: transparent url('../images/mas.png') no-repeat center right;
	line-height:25px;
	height:25px;
	margin-right:20px;
	margin-top:15px;
}

a.mas:hover{
	color:#E18E11;
}

a.adist{
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
	padding-top:20xp;
}

a.acol{
	display:block;
	float:left;
	margin-right:250px;
	margin-bottom:30px;
	padding-top:20xp;
	width:31%;
	text-align:center;
	color:#fff;
}

a.acol:hover{
	color:#E18E11;
}

a.ajuega{
	display:block;
	float:left;
	margin-bottom:30px;
	padding-top:20xp;
	
}

 #titolcol2{ 
 display:block;
 float:right;
 margin-right:30px;
 }

#titoldis{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:0.98em;
	border-top:1px dashed #B3A69D;
	padding-top:15px;
	margin-bottom:15px;
}

#titolcol{
	width:100%;
	text-align:left;
	color:#fff;
	font-size:0.98em;
	border-top:1px dashed #B3A69D;
	padding-top:15px;
	margin-bottom:15px;
}

/* 
######################################## 
		INFORMACION
######################################## 
*/

#contInformacion{
	background-color:#fff;
	padding:2%;
	width:96%;
	margin-top:14px;
	color: #8e7a6d;
}

#contInformacion ul{
	
}

#contInformacion ul li,#contInformacion ul li.decim {
	list-style-type: disc;
	color:#42210B;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:1em;
}

#contInformacion ul li.decim{
	list-style-type: decimal;
}

#contInformacion .titolcont{
	display:block;
	float:left;
	width:142px;
	text-align:right;
	margin-right:10px;
	margin-bottom:20px;
	color:#8e7a6d;
}

#contInformacion .titolcontP{
	display:block;
	float:left;
	width:220px;
	margin-right:10px;
	margin-bottom:20px;
	color:#42210B;
}

#contInformacion .formLlarg{
	display:block;
	float:left;
	width:342px;
	border: 1px solid #B3A69D;
	color:#42210B;
}
#contInformacion .textarea{
	width:494px;
	border: 1px solid #B3A69D;
}

#contInformacion .subtitolform{
	font-size:1.3em;
	margin-bottom:10px;
	color:#42210B;
	
}

#contInformacion .titolcontprivacitat{
	color:#8e7a6d;
	font-size:0.9em;
}

#contInformacion .titolcontprivacitat a{
	color:#8e7a6d;
	font-weight:bold;
}

#contInformacion a{
	color:#8e7a6d;
	text-decoration:underline;
}


#contInformacion a:hover{
	color:#E18E11;
}

#contInformacion .mapa-enllac{
	display:block;
	margin-bottom:15px;
}

#contInformacion .mapa-enllac img{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	border:0;
	border-radius:4px;
}

#contError{
	width:96%;
	padding:2%;
	text-align:center;
	background-color:#EF4836;
	margin-bottom:20px;
	display: block;
}

#contOk{
	width:96%;
	padding:2%;
	margin-bottom:20px;
	background-color:#00B358;
	text-align:center;
	color:#fff;
}

#contInfo_text{
	width:96%;
	padding:2%;
	margin-bottom:20px;
	background-color:#578EBE;
	text-align:center;
	color:#fff;
	display: block;
	line-height:2em;


}

#contInfo_text a{
	color: #fff;
}

#contContacte{
	width:500px;
	margin:0 auto 20px;
	color: #42210B;
	
}

#operacio{
	width:114px;
	color:#8e7a6d;
}

#contInformacion .titolerror{ 
	color:#E18E11;
}

input[type="submit"] {
	background:#D9D3CE;
	border:1px solid  #B3A69D;
	color:#42210B;
	font-weight: bold;
	float:right;
	margin-top:20px;
}

#contInformacion #caixaAdreca{
	color:#42210B;
	font-size:1.1em;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}

#contInformacion #caixaTelef{
	color:#42210B;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	border-bottom:1px dashed #B3A69D;
	padding-bottom:10px;
}

/* 
######################################## 
		NOTICIAS
######################################## 
*/

#titolnot{
	border-bottom:1px dashed #B3A69D;
	border-top:1px dashed #B3A69D;
	color:#B3A69D;
	font-size:1.857em;
	font-weight:700;
	line-height:1.857em;
}
#titolnot a.mas{
	color:#B3A69D;
	display:block;
	float:right;
	padding-right:23px;
	font-size:0.538em;
	background: transparent url('../images/mas.png') no-repeat center right;
	line-height:25px;
	height:25px;
	margin-right:0px;
	margin-top:15px;
}

#titolnot a.mas:hover{
	color:#E18E11;
}

#noticias{
	background-color:#fff;
	padding:10px;
	margin-top:10px;
	margin-bottom: 10px;
}

#noticias .contNot{
	width:48%;
	margin:1%;
	float:left;
	display:block;
	margin-bottom:30px;
}

.data{
	font-size:0.857em;
	color:#A61304;
	margin-bottom:5px;
}

#noticias .contNot h2{
	font-size:1.429em;
	color:#BE7A6D;
	margin-bottom:5px;
}

#noticias .contNot a{
	color:#8E7A6D;
}

#noticias .contNot a:hover{
	color:#E18E11;
}

h1.titolNot{
	color:#42210B;
	font-size:1.429em;
	margin-bottom:10px;
}

.noticia{
	color:#42210B;
	text-align:justify;
}
.noticia a{
	color:#B3A69D;
	text-decoration:none;
}

.noticia a:hover{
	color:#E18E11;
}

.noticia p{
	margin-bottom:10px;
}

#contNoticia span{ color:#42210B;}

.paginacio{
margin-top:5px;
color:#E18E11;
display:block;
float:right;
text-align:left;
font-size:0.538em;
}

.paginacio a{
color:#B3A69D;
margin-left:4px;
margin-right:4px;
}
.paginacio .paginaActual{
margin-left:4px;
margin-right:4px;
font-weight:700;
}

.paginacio a:hover{
color:#E18E11;
}
/* 
######################################## 
		PRODUCTOS
######################################## 
*/

#contNovLiq{
	border-bottom:1px dashed #B3A69D;
	border-top:1px dashed #B3A69D;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}

ul.contApProd, #contProductos h2.contApProd{
	display:block;
	float:left;
	text-align:center;
	width:33%;
	color:#E18E11;
	font-weight:700;
	padding-bottom:25px;
	background: transparent url('../images/sep_categories.png') no-repeat center bottom;
	margin-top:15px;
	margin-bottom:10px;
	font-size:1.429em;
}

li.contSubApProd {
	list-style-type: none;
	color:#fff;
	font-size:0.700em;
	margin-top:2px;
	margin-bottom:2px;
}

li.contSubApProd a{
	font-weight:normal;
	color:#fff;
}

.contApProd li:hover, .contApProd a:hover{
	color:#E18E11;
}

a.bProd{
	position:relative;
	display:block;
	float:left;
	width:21%;
	padding:1%;
	margin:1%;
	background-color:#fff;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
		-ms-border-radius:0;
		 -o-border-radius:0;
			border-radius:0;
}

a.bProd:hover{
	background-color:#42210B;
}

.styled-select select {
   
 }

#select{
	display:block;
	float:right;
	font-size:0.538em;
}

#select span{
	color:#B3A69D !important;
}

#select select{
	font-size:1em;
	width:130px;
	background-color: #211106;
	font-size: 1em;
	border: 1px solid #B3A69D;
	border-radius: 0;
	color:#fff;
	-webkit-appearance: none;
	-moz-appearance:none;
		-ms-appearance:none;
		 -o-appearance:none;
			appearance:none;
	padding: 4px 8px;
}

.selectNoticias{
	margin-top:-3px !important;
	font-size:0.929em !important;

}

.bProd img{
	width:100%;
}

.bProd h2{
	text-align:center;
	font-size:1.143em;
	line-height:97%;
	color:#42210B;
	font-weight:700;
	height:32px;
	margin-bottom:10px;
}

.bProd h3{
	text-align:center;
	color:#8E7A6D;
	margin-bottom:10px;
}

.bProd:hover h2, .bProd:hover p{
	color:#fff !important;
}

.bProd:hover h3{
	color:#8E7A6D !important;
}

.bProd .cont_img_p{
	-webkit-border-radius:0;
	   -moz-border-radius:0;
		-ms-border-radius:0;
		 -o-border-radius:0;
			border-radius:0;
	overflow: hidden;
	width:100%;
	height:140px;
	margin-bottom:10px;
}

.bProd p{
	-webkit-border-radius:0;
	   -moz-border-radius:0;
		-ms-border-radius:0;
		 -o-border-radius:0;
			border-radius:0;
	background-color:#B3A69D;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:1.143em;
	display:block;
	position:relative;
	padding: 6px;
}

a.bProd:hover p{
	background-color:#F6A818;
	color:#ccc;
}

.bProd .preciop{
	font-size:0.857em;
	color:#A61304;
	margin-right: 10px;
}

#destacat,
#oferta,
#liquidacio {
	position: absolute;
	z-index: 2;
	padding: 5px 9px;
	font-size: 0.68em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	line-height: 1;
	white-space: nowrap;
	width: auto;
	height: auto;
	background-image: none;
}

#destacat {
	top: 0;
	left: 0;
	background-color: #b03020;
	border-radius: 0 0 6px 0;
}

#oferta {
	top: 0;
	right: 0;
	background-color: #b8860b;
	border-radius: 0 0 0 6px;
}

#liquidacio {
	top: 0;
	right: 0;
	background-color: #a07208;
	border-radius: 0 0 0 6px;
}

#gallery{
	display:block;
	float:left;
	width:58%;
	margin-right: 2%; 
	position:relative;
}

.gallery_news{
	width:55% !important;
}

#contNoticia #gallery{
	float:none;
	width:100% !important;
	margin-right:0;
}
#contNoticia .gallery_news{
	width:100% !important;
}
#contNoticia article.noticia{
	clear:both;
	margin-top:15px;
	width:100%;
}

#gallery #contImg{
	width:100%;
	/*height:264px;*/
	height:100%;
	overflow: hidden;
}
#gallery #contImg img{
	height:100%;
	width: 100%;
}

#gallery ul{

}

#gallery #contThumb{
margin-top:10px;
}

#gallery ul li{
	width:80px;
	height:80px;
	overflow: hidden;
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#gallery .fotogallery img{
	width:200%;
	height:auto;
	margin-left:-50%;
	margin-top:-50%;
	clip:rect(200px, 0, 0, 400px);
}

#colPrincipal #contDatos{
	padding:5px;
	border:1px dashed #B3A69D;
	margin-bottom:10px;
}
#colPrincipal #contInfo{
	display:block;
	float:right;
	width:40%;
}

#colPrincipal h1.titolprod{
	font-size:1.143em;
	font-weight:bold;
	color:#42210b;

}

#colPrincipal h2.marca{
	color:#8E7A6D;
}

#colPrincipal h3{
	color:#42210B;
}

#colPrincipal .produc{
	color:#42210B;
	font-weight:normal;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:20px;
}

#colPrincipal .produc p{
	margin:0 0 12px 0;
}

#colPrincipal .produc ul{
	margin:0 0 12px 22px;
	padding:0;
}

#colPrincipal .produc li{
	margin-bottom:4px;
}

#colPrincipal #preu, #colPrincipal #ofertaprod{
	display:block;
	height:20px;
	width:100%;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
		-ms-border-radius:10px;
		 -o-border-radius:10px;
			border-radius:10px;
	background-color:#B3A69D;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

a.botoMesInformacio{
	display:inline-block;
	padding:10px 24px;
	background-color:#B3A69D;
	color:#fff;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	border-radius:6px;
	text-decoration:none;
	transition:background-color 0.2s ease;
}
a.botoMesInformacio:hover{
	color:#fff;
	background-color:#Ea8E11;
	text-decoration:none;
}


/* Layout especial per a activitats */
article#cont.layout-activitat #gallery{
	float:none;
	width:100%;
	margin-right:0;
}
article#cont.layout-activitat #contInfo{
	float:none;
	width:100%;
	margin-top:20px;
}
article#cont.layout-activitat #contDatos{
	width:100%;
	box-sizing:border-box;
}
article#cont.layout-activitat .produc{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.boto-centrat{
	text-align:center;
	margin-top:20px;
}

#colPrincipal #preu strike{
	color:#A61304;
}

#colPrincipal #ofertaprod{
	margin-top:10px;
	height:20px;
	background-color:#A61304;
}

.textneutre{
	display:inline;
	font-weight:normal;
	color:#42210B;
}

#loading{
    width:32px;
	margin:0 auto;
	margin-top:200px;
}

#producto-setmana{
background-color: rgba(255, 255, 255, 0.3);
width:220px;
padding:4px;
}

#producto-setmana .bProd{
	width:96%;
	margin:0 auto;
	padding:2%;
	display:block;
}

#producto-setmana  .titolof{
	text-align:center;
	color:#fff;
	font-size:1.429em;
	-webkit-text-shadow: 3px 3px 5px #000;
	   -moz-text-shadow: 3px 3px 5px #000;
		-ms-text-shadow: 3px 3px 5px #000;
		 -o-text-shadow: 3px 3px 5px #000;
			text-shadow: 3px 3px 5px #000;
	margin-bottom:5px;		
}

.fb-like-box{
	background-color:#fff;
}



.filAriadnaNoticias{
	display:block;
	float:left;
	width:65%;
}

.campselectCategoria{
	display:block;
	float:right;
	width:35%;
	padding-top:30px;
	border-bottom:1px dashed #B3A69D;
	padding-bottom:7px;
}

.cont_img_new {
	position: relative;
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
	overflow: hidden;
}

.cont_img_new img{
	width: 100%;
	height: auto;
}

/* SLIDER */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  max-height: 450px;
    overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.mySlides .text {
  background-color:rgba(66, 33, 11, 0.64);
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


@media screen and (max-width: 1264px) {

	#contdestacat span#titol{
		display: block;
		width: 80%;
		margin: 0 auto;
		font-size:1.657em;
		color:#44210B;	
	}
}

@media screen and (max-width: 1163px) {
	a.backgroundProd{
		width:29%
	}

	#arquebottom{
		display: none;
	}

	#arquetop{
		width: 100px;
		height: auto;
	}

	.menu {
		margin-top:15px;
	width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#contcapcalera,#cont {
		max-width: 950px;
	}
	#colPrincipal {
		width: 74%;
	}
	.bProd p {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 980px) {
	#colPrincipal{
		width: 66%;
	}
	a.bProd {
		width: 46%;
	}
	.bProd .cont_img_p {
		height: 185px;
	}
	#colPrincipal h1.titol, #colPrincipal h3.titol {
		font-size: 1.4em;
	}
}

@media screen and (max-width: 910px) {
	#cont{
		width: 100%;
	}
}

@media screen and (max-width: 776px) {
	#colProd, #cont_datos_info{
		display:none;
	}
	#logo{
		width:50%;
		height: auto;
		margin: 0 auto;
	}
	.menu {
		margin-top: 7px;
	}
	#filariadna {
		padding-top: 0;
	}
	#contenidor{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	input[type="submit"] {
		background:#D9D3CE;
		border:1px solid  #B3A69D;
		color:#42210B;
		font-weight: bold;
		float:none !important;
		width:100%;
		margin:0 auto;
		margin-top:20px;
	}
	#colPrincipal{
		width: 100%;
	}
	.bProd .cont_img_p{
		 height:151px;
	}
	#cont, #colPrincipal article#cont, #contNoticia, #contInformacion {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	#contdestacat{
		width: 100%;
		padding:0px;
		padding-bottom: 10px;
		margin-left:0px;
	}
	#gallery{
		display:block;
		width:100%;
	}
	#gallery #contImg{
		height:100%;
	}
	#colPrincipal #contInfo{
		width:100%;
		display:block;
		margin-top:10px;
	}
	#colPrincipal{
		margin:0px;
	}
	#contcapcalera{
		width:100%;
	}
	#select {
	    float: none;
	    font-size: 0.538em;
	    margin: 0 auto;
	    margin-top: 10px;
	}
	.campselectCategoria {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.campselectCategoria span {
		margin-bottom: 6px;
		display: block;
	}
	#colPrincipal h1.titol{
		text-align:center;
	}
	#contLiquidaciones #titol, #contNovedades #titol{
		width:100%;
		margin-left: 0px;
		padding: 0;
		padding-left: 15px;
	}
	.formLlarg{
		display: block;
		float: none !important;
		height:30px;
		
	}
	ul.contApProd, #contProductos h2.contApProd{
		width: 100%;
	}
	.titolcont {
		display: block;
		float: none !important;
		width: 100%;
		text-align: center;
	}
	#contContacte{
		width: 100%;
	}
	#contContacte p{
		width:100%;
	}
	#contContacte #consulta{
		width: 100%;
	}
	#contContacte .formLlarg{
		width:100%;
	}
	#contInformacion .titolcont{
		width:100%;
		text-align: center;
		margin:0;
		margin-top:5px;
		margin-bottom: 5px;
	}
	#contContacte .subtitolform {
		margin-top:15px;
	}
	#noticias .contNot{
		width: 100%;
	}
	.paginacio{
		clear:both;
		display: block;
		width: 100%;
		float: none;
		text-align: center;
	}

	.contApProd a{
		font-size: 1.2em;
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	h3.titol{
		height: auto;
		color: #B3A69D;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 5px;
	    font-weight: 700;
	    font-size: 1.857em;
	    border-bottom: 1px dashed #B3A69D;
	    text-align: center;
	}
	.paginacio a{
		font-size: 1.6em;
		margin-left:10px;
	}
	.paginacio .paginaActual{
		font-size: 1.6em;
		margin-left:10px;
	}
	#contNovedades, #contLiquidaciones {
		padding: 10px;
	}
	a.volver {
		float: none;
		margin-top: 10px;
		margin-bottom: 5px;
		text-align: left;
		height: auto;
	}
	footer {
		padding: 20px;
	}
	#contInformacion img {
		width: 100% !important;
		float: none !important;
		margin: 0 0 15px !important;
	}
}

@media screen and (max-width: 768px) {
	#contdestacat span#titol{
		width: 97%;
		margin: 0 auto;
		font-size:1.287em;
	}
}

@media screen and (max-width: 600px) {
	#logo-text{
		display:none;
	}
	#logo{
		width:175px;
		margin-left: 15px;
		margin-top: 30px;
	}
	#filariadna {
		display: none;
	}
	#colProd, #cont_datos_info{
		display:none;
	}
	.bProd .cont_img_p{
		 height:231px;
	}
	a.bProd{
		width: 96%;
		float: none;
		padding:10px;	
		margin:20px 2%;
		box-sizing: border-box;
	}
}
