@charset "UTF-8";
/* FRONT */
.frontend .celda {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;    
}
.frontend .fila {
	clear: both;
}
#wrap DIV.clear:last-child {
	height: 10px;
}
/* PAGINACION */
.frontend UL.paginator {
	list-style-type: none;
	text-align: center;
}
.frontend UL.paginator LI {
	float: left;
	margin: 0px !important;
}
.frontend UL.paginator LI A {
	text-decoration: none;
	color: #010101;
}
.frontend UL.paginator LI A:hover {
	text-decoration: underline;
}
.frontend UL.paginator LI A.active {
	text-decoration: none;
	color: #888;
}
/* COMBO SLIDER */
.frontend A.nivo-control {
	padding: 2px;
}
.frontend .nivo-controlNav .nivo-control IMG {
	padding: 2px;
}

.frontend .nivoSlider.posB {
    position:relative;
    width:<?=$this->maxX?>px;
}
.frontend .theme-default.posB .nivo-controlNav {
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    margin-left: 0px;
}
.frontend .theme-default.posB .nivo-controlNav a {
    border: 0 none;
    display: block;
    float: left;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
}
.frontend .nivoSlider.posT {
    position:relative;
    width:<?=$this->maxX?>px;
    margin-top: 52px;
}
.frontend .theme-default.posT .nivo-controlNav {
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
    margin-left: 0px;
}
.frontend .theme-default.posT.nivo-controlNav a {
    border: 0 none;
    display: block;
    float: left;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
}
.frontend .nivoSlider.posL {
    position:relative;
    width:<?=$this->maxX-52?>px;
    margin-left: 52px;
}
.frontend .theme-default.posL .nivo-controlNav {
    position: absolute;
    top: 0;
    left: -52px;
    width: 100%;
    margin-left: 0px;
}
.frontend .theme-default.posL .nivo-controlNav a {
    border: 0 none;
    display: block;
    clear: both;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
}
.frontend .nivoSlider.posR {
    position:relative;
    width:<?=$this->maxX-52?>px;
    margin-right: 52px;
}
.frontend .theme-default.posR .nivo-controlNav {
    position: absolute;
    top: 0;
    right: -52px;
    left: 100%;
    width: 100%;
    margin-left: 0px;
}
.frontend .theme-default.posR .nivo-controlNav a {
    border: 0 none;
    display: block;
    clear: both;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
}
/* GALLERY */
.frontend .gallery IMG {
	float: left;
	margin: 5px;
	width: 50px;
	height: 50px;
	padding: 1px;
	cursor pointer;
}
/* NOTICIA */

.frontend UL.noticia H3 {
	display: inline;
}

.frontend UL.noticia {
	list-style: none;
}
.frontend UL.noticia LI.rowNoticia {
	margin-left: 0px !important;
	margin-bottom: 10px;	
}
.frontend UL.noticia DIV.imgNoticia {
	float: left;
	margin: 0px 5px 5px 0px;
}
.frontend UL.noticia LI.rowNoticia {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.frontend UL.noticia LI.rowNoticia:last-child {
	border-bottom: 0px;
}
/* AGENDA */
.frontend UL.agenda {
	list-style: none;
}
.frontend UL.agenda LI.rowAgenda {
	margin-left: 0px !important;
	margin-bottom: 10px;	
}
.frontend UL.agenda DIV.imgAgenda {
	float: left;
	margin: 0px 5px 5px 0px;	
}
.frontend UL.agenda LI.rowAgenda {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.frontend UL.agenda LI.rowAgenda:last-child {
	border-bottom: 0px;
}
/* INDICE */
.indice_pagina {
	margin: 10px 0px 10px 0px;
	padding: 10px;
}
.indice_pagina A {
	color: #010101;
}
.indice_pagina A:hover {
	color: #010101;
	text-decoration: none;
}
/* EXTENSIONES */
A.odt,A.doc,A.docx {
	background: url('/img/front/extensiones/doc.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
A.avi,A.mpg,A.mpeg,A.wmv, A.mkv {
	background: url('/img/front/extensiones/avi.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
A.mp3, A.ogg, A.wav {
	background: url('/img/front/extensiones/avi.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
A.gif,A.jpg,A.png {
	background: url('/img/front/extensiones/jpg.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
A.ppt,A.pptx {
	background: url('/img/front/extensiones/ppt.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
A.xls {
	background: url('/img/front/extensiones/xls.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
A.zip {
	background: url('/img/front/extensiones/zip.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
A.pdf {
	background: url('/img/front/extensiones/pdf.png') no-repeat top left transparent;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
}
/* PRODUCTES */
TABLE.producte TD {
	border: 1px solid #e3dbd1;
	font-size: 12px;
	color: #000000;
	padding: 6px 12px;
}
TABLE.producte thead {
	background: #d18416;
	color: #fefefd;
	text-align: left;
}
TABLE.producte thead th {
	padding: 6px 12px;
}
TABLE.producte TH.opener {
	background: #fff;
}
TABLE.producte TD.opener {
	border: 0px;
}

TABLE.producte TD.opener a {
	text-decoration: none;
	color: #fefefd;
	background: #987d7e;
	padding: 1px 5px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	-khtml-border-radius: 10px;	
}
TABLE.producte TD.opener a:hover {
	background: #5f3844;	
}


.frontend UL.paginator {
	margin-top: 40px;
}
.frontend UL.paginator LI.prev{
	display: none;
}
.frontend UL.paginator LI.next{
	display: none;
}
.frontend UL.paginator A {
	color: #040404 !important;
	font-size: 14px;
}
.frontend UL.paginator A:hover {
	color: #686666 !important;
	text-decoration: none;
}
.frontend UL.paginator A.active {
	color: #fff !important;
	background: #5f3844;
	padding: 3px 4px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	-khtml-border-radius: 10px;	
}
.frontend .xarxesSocials {
	float: right;
	padding: 5px;
}