@charset "utf-8";

/* -------- Reset CSS -------- */
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, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit;
}
:focus {outline: 0;}
a, a:hover { text-decoration: none; cursor: pointer;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none; vertical-align: middle;}
ul {list-style: none;}
input, textarea, select, button {font-size: 100%; font-family: inherit;}
select {margin: inherit;}
hr {margin: 0; padding: 0; border: 0; color: #cfcfcf; background-color: #cfcfcf; height: 1px}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* ---- Afegits pel ceebox ---- */
*{padding: 0; margin: 0;}
html,body {height:100%;}

body {  
    text-align: center;
    font-family: Tahoma, Arial, Verdana;
    color: #333333;
}

/* ---- Etiquetes ---- */
xmp {
	font-family: Arial, Verdana;
	font-size: 11px;
	border: 1px solid green;
	background-color: #c1f9c6;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

/* Elements generals */
form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
ul {	
	margin: 1em 0 1em 1em;
	padding: 0 0 0 0;
	list-style: square;
}
ol {
	color: #0d6b4d;
	margin: 1em 0 1em 1em;
	padding: 0 0 0 0;
}
ul li, ol li  {
	margin: 0 0 0.5em 1em;
	padding:  0 0 0 0;
}
ul li.nomarca, ol li.nomarca  {	
	margin: 0 0 0.5em 0.3em !important;
	padding: 0 !important;
	background: none !important;
}
ul li.columnes, ol li.columnes {
	float: left;
}
ol span, ol p {
    color: #333333;
}


blockquote {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
}
strong {
	font-weight: bold;
}
img {
	max-width: 100%;
	border:0;
}
hr {
    border: none; 
    border-top: 1px solid #e6e6e6;
    width: 100%;
    height: 1px;
}
h1 {
    color: #ff6418;
    font-weight: bold;
    font-size: 1.9em;
    margin: 0.2em 0 0.4em 0;
    text-align: left;
    padding: 0;
}
h2 {
    color: #0d6b4d;
    font-weight: bold;
}
h3 {
    font-size: 1.1em;   
}
h3,h4,h5 {
    color: #0d6b4d;
    font-weight: bold;
    text-transform: uppercase;
}
a {
	color: #0d6b4d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Editor HTML */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.full {
	text-align: justify;
}
.center {
	text-align: center;
}

/* Classes per ocultar capes */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.nodisplay {
   display: none;
}


/* Alineacions */
.vola-esq {
	float: left;
}
.vola-dre {
	float: right;
}
.neteja {
	clear: both;
}

/* Nous elements de pàgina */
.element {
	clear: both;
	margin-bottom: 1em;
}

/* Mosaic */
.mosaic-esquerra {
	border: 0;
	width: 49%; 
	float: left;
	margin: 0;
}
.mosaic-dreta {
	border: 0;
	width: 49%; 
	float: right;
	margin: 0;
}

.menu-opcional {
    width: 100%;
    background-color: #eeeeee;
    padding: 20px 0 0 10px;
    overflow: hidden;
    display: none;
}
.menu-opcional .menu-opcional-titol {
    font-family: Tahoma;
    font-weight: bold;
    color: #0d6b4d;
    font-size: 1.1em;
    padding-left: 10px;
}
.menu-opcional ul {
    width: 95%;
    margin: 10px 0 0 0;
    padding: 15px 0 20px 0;
    display: block;
    overflow: hidden;
    border-top: 2px solid #cfcfcf;
}
.menu-opcional ul li {
    width: 22%;
    float: left;
    display: block;
    overflow: hidden;  
    margin: 0 0 0 0;
    padding: 5px 10px 5px 10px;
}
.menu-opcional ul li:hover, .menu-opcional ul li.selecciona {
    background-color: #4d866c;
    cursor: pointer;
}
.menu-opcional ul li:hover a, .menu-opcional ul li.selecciona a {
    color: #ffffff;
    text-decoration: none;
}
.menu-opcional ul li a {
    color: #404040;
    font-family: Tahoma;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}


.portada-newsletter {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 5px 5px 5px 0;
    background: url('/plantilles/cubelles/img/fons-banner-butlleti.gif') top left no-repeat;
    white-space: nowrap;
    text-align: right;
}
.portada-newsletter input[type=text] {
    padding: 0px 0 0px 6px;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    vertical-align: middle;
    border: none;
    height: 27px;
    width: 40%;
    color: #666666;
    float: right;
    background-color: #fafafa; 
    font-family: Tahoma;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.portada-newsletter input[type=image] {
    width: 43px;
    height: 27px;
    background: url("/plantilles/cubelles/img/boto-news.gif") left top no-repeat;
    margin: 0 5px 0 0;
    padding: 0;
    float: right;
}
.portada-newsletter input[type=image]:hover  {
    background: url("/plantilles/cubelles/img/boto-news.gif") left top no-repeat; 
}

/* Requadre d'advertència d'idioma */
#DivTxtAdvIdioma {
	clear: both;
	border: 2px #666666 dashed;
	background-color: #e6e6e6;
	margin-bottom: 2em;
	padding: 1em;
}


/* Titol Portada taronja */
.titol-portlet {
	font-weight: 400; 
	color: #ffffff; 
	font-size: 1.8em;
	padding: 0.5em 1em 0 0.3em;
	margin-bottom:5px;
	text-align: right;
	background: #ff6418 url("/plantilles/cubelles/img/fons-titol-portlet-portada.gif") bottom left repeat-x;
	font-family: Tahoma;
}
.titol-portlet a {
	text-decoration: none;
	color: #ffffff; 
}
.titol-portlet a:hover  {
	text-decoration: underline;
	color: #ffffff; 
}
/* Titol Portada verd */
.titol-portlet2 {
    font-weight: bold; 
    color: #ffffff; 
    font-size: 1em;
    padding: 1.3em 0.5em 0.1em 0.6em;
    text-align: left;
    background-color: #4d866c;
    font-family: Arial;
}
.titol-portlet2 a {
    text-decoration: none;
    color: #ffffff; 
}
.titol-portlet2 a:hover  {
    text-decoration: underline;
    color: #ffffff; 
}


.fons-portlet-portada {
    background-color: #e7e7e7;
    clear: both;
}

/* Llistat amb imatges */
ul.llista-portada-amb-imatge {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;	
}
ul.llista-portada-amb-imatge li {
	padding: 0px 0px 1.2em 0px;	
	display: block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: none;
	border-bottom: 8px solid white;
	overflow: hidden;
}	
ul.llista-portada-amb-imatge li p {
	margin-bottom: 0.4em;	
}
ul.llista-portada-amb-imatge li img {
	float: left;
	max-width: 100%;
}
ul.llista-portada-amb-imatge li .llista-cont-img {
	float: left;
	width: 47%;
}
ul.llista-portada-amb-imatge li .llista-contingut  {
	padding: 0.6em 0.9em 0 0.9em;
	clear: both;
}
ul.llista-portada-amb-imatge li p.salt-linia {
    clear: both;
}
ul.llista-portada-amb-imatge li.columna {
	float: left;
	width: 300px;
	margin: 0 11px 15px 0;
	padding: 0;
	overflow: hidden;
}
ul.llista-portada-amb-imatge li.columna-1 {
	margin-right: 0px;
}
ul.llista-portada-amb-imatge li.columna .llista-cont-img {
	max-width: 100%;	
}
ul.llista-portada-amb-imatge li.columna img, 
ul.llista-portada-amb-imatge li.columna div.img-absolut-dreta,
ul.llista-portada-amb-imatge li.columna div.img-absolut-equerra,
ul.llista-portada-amb-imatge li.columna div.img-dreta ,
ul.llista-portada-amb-imatge li.columna div.img-esquerra {
	margin-bottom: 1em;
}

/* Llista portada sense imatge */
ul.llista-portada-no-imatge {
	margin: 0;
	padding: 1em 1.5em 0.9em 1.5em;
	list-style: none;
	background-color: #f7f7f7;	
}
ul.llista-portada-no-imatge li {
	padding: 0 0 0.9em 0;
	margin: 0;
	line-height: 1.4em;
	background: none;
	text-align: left;
	color: #333333;
}

/* Llista calendari */
ul.llista-portada-calendari {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none inside none;
}
ul.llista-portada-calendari li {
	padding: 0 0 12px 0;
	margin: 0;
	overflow: visible;
	background: none;
	text-align: left;
	color: #333333;
}
ul.llista-portada-calendari li p.salt-linia {
	margin: 0;
	padding: 0.5em 0 0 0;
	line-height: 1em;
}
ul.llista-portada-calendari li div {
	overflow: hidden;	
}
ul.llista-portada-calendari li a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
ul.llista-portada-calendari li a:hover {
	text-decoration: underline;
}

.llista-contingut .data-portlet-caixa {
      margin: 0 10px 0 -14px; 
}
.data-portlet-caixa {
	display: block;
	padding: 0 0 4px 0;
	text-align: center;
	margin: 0 10px 0 -4px;
	float: left;
	font-family: Arial, Verdana;
	background: transparent url("/plantilles/cubelles/img/fons-dia.png") bottom left no-repeat;
	width: 40px;
	clear: both;
}
.data-portlet-caixa .data-portlet-dia {
    background-color: #ff6418;
	font-size: 1.55em;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: bold;
}
.data-portlet-caixa .data-portlet-mes {
    background-color: #ff6418;
	color: #ffffff;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: bold;
}

.data-portlet-caixa2 {
    display: block;
    padding: 0 0 0 0;
    text-align: center;
    margin: 0 10px 0 -10px;
    float: left;
    font-family: Arial, Verdana;
    background: #216a49 url("/plantilles/cubelles/img/fons-dia2.png") left 14px  no-repeat;
    width: 40px;
    overflow: hidden;
}
.data-portlet-caixa2 .data-portlet-dia {
    font-size: 1.55em;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    font-weight: bold;
}
.data-portlet-caixa2 .data-portlet-mes {
    color: #ffffff;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 0;
    font-weight: bold;
}

/* LLista de portlets en requadres */
ul.llista-requadres {
	margin: 0 0px 28px 0px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
		display: flex;
    flex-flow: row wrap;
	
}
ul.llista-requadres li {
	display: block;
	float: left;
	padding: 0;	
	margin: 0 1% 1.2em 1%;
	text-align: left;
	overflow: hidden;
	width: 290px;
	border-bottom: 1px solid #cecece;
	padding: 0 0 20px 0;
	background: none;
}
ul.llista-requadres li img {
	float: none; 
    margin: 0 0 0 0;
    clear: both;
}
ul.llista-requadres .titol_llista, ul.llista-requadres .titol_llista2,  ul.llista-requadres .titol_llista3,
	ul.llista-requadres .titol-llista, ul.llista-requadres .titol-llista-2,  ul.llista-requadres .titol-llista-3 {
	margin: 0.3em 0 0.5em 0;
	display: block;
}
ul.llista-requadres li .llista-contingut,  ul.llista-requadres li .texte {
	text-align: justify;
	margin-top: 1em;
}
ul.llista-requadres li .subtitol {
	font-size: 0.9em;
	margin-bottom: 1em;	
}
ul.llista-requadres li.sense-registres {
	padding: 0;	
	display: list-item;
	text-align: justify;
	margin: 0 0 0 30px;
	background: none;
	position: inherit;
}
ul.llista-requadres li a.mes-informacio {
	position: absolute;
	bottom: 0;
	left: 0;	
}


/* Llistat amb imatges */
ul.llista-amb-imatges {
	margin: 0;
	padding: 0;
	list-style: none;	
}
ul.llista-amb-imatges li {
	padding: 0;	
	display: block;
	text-align: left;
	margin: 0px 0px 1.6em 0px;
	padding: 0;
	overflow: hidden;
	background-image: none;
}
ul.llista-amb-imatges li.linia-inferior {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1em;
}

ul.llista-amb-imatges li p {
	margin-bottom: 0.4em;	
}
ul.llista-amb-imatges li .llista-img {
    width: 20%;
    border: 1px solid transparent;
    height: 100%;
}
ul.llista-amb-imatges li .llista-img img {
    max-width: 100%;   
}
ul.llista-amb-imatges li .llista-cont-img {
    overflow: hidden;
    max-width: 77%;
}
ul.llista-amb-imatges li .llista-descripcio {
    margin: 0.5em 0 0.5em 0;
}
ul.llista-amb-imatges li>img {
    
}


/* Element de més informació */
.mes-informacio {
	clear: both;
	color: #333333;
	padding: 0.6em 0.6em 0.6em 0;	
	text-decoration: none;
	background: none;
	vertical-align: bottom;
	text-align: right;
}
.mes-informacio a {
    color: #333333; 
}
/* Element de l'enllaç a RSS */
.rss-portada {
	margin: 0px 0 20px 0;
}
.rss-llistats {
	text-align: left;
	margin: 0 10px 10px 6px;
}


/* ----  Titols ----*/
/* Títol pàgina */
.titol-pagina {
	color: #ff6418;
	font-weight: bold;
	font-size: 1.9em;
	margin: 0.2em 0 0.4em 0;
	text-align: left;
	padding: 0;
}
.titol-registre {
	color: #ff6418;
	font-weight: bold;
	font-size: 1.9em;
	margin: 0.2em 0 0.4em 0;
	text-align: left;
	padding: 0;
}

/* Títol Llista Gris */
.titol_llista, a.titol_llista,.titol-llista, a.titol-llista {
	margin-bottom: 0;
	color: #333333;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 1.15em;
}
a.titol_llista:hover,a.titol-llista:hover {
	text-decoration: none;
	color: #333333;
}
/* Títol Llista Gris Negreta */
.titol_llista2, a.titol_llista2,.titol-llista-2, a.titol-llista-2 {
	color: #595959;
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Verdana;
	text-transform: uppercase;
}
a.titol_llista2:hover,a.titol-llista-2:hover {
	text-decoration: underline;
}
/* Gris Llista Verd Subratllat */
.titol_llista3, a.titol_llista3,.titol-llista-3, a.titol-llista-3 {
	margin-bottom: 0;
	color: #0d6b4d;
	font-weight: 400;
    text-decoration: underline;
    text-align: left;
    font-family: Arial, Verdana;
    text-transform: uppercase;
    font-size: 1.15em;
}
a.titol_llista3:hover,a.titol-llista-3:hover {
	text-decoration: underline;
}

/* Subtítol Verd negreta */
.subtitol {
    color: #425a4e;
    font-family: Tahoma;
    font-weight: bold;
    text-transform: uppercase;
}
/* Subtítol Gris negreta */
.subtitol2 {
    color: #595959;
    font-weight: bold;
    font-family: Tahoma;
}
/* Subtítol Gris negreta */
.subtitol-noticies {
    color: #595959;
    margin-bottom: 15px;
    font-weight: bold;
    /*font-style: italic;*/
    font-family: Tahoma;
}

/* Subtítol Gris negreta */
.subtitol3 {
    color: #333333;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 1.15em;
}

/* Altres títols */
.TitolIntern {
	color: #4e886d;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-top: 1em;
	text-align: left !important;
}
.TitolIntern span {
	
}
.titol-agrupacio {
	color: #595959;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0.4em 0 0.4em 0;
	margin-top: 0.1em;
}


/* Textes */
.texte {
	color: #333333;
	text-decoration: none;
}
.text_verd {
    color: #0d6b4d;
}
.MarcaCerca {
	background-color: #4e886d;
	color: #ffffff;
}
.txt_imatge {
	display: block;
	font-size: .9em;
	color: #858585;
	font-family: Arial, Helvetica, sans-serif;
}
.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.Remarca {
    color: #ff6418;
}

/* Links */
.link-cerca {
	margin-left: 20%;
}
.link, a.link {
	color: #0d6b4d;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
.linkmini, a.linkmini {
	color: #0d6b4d;
	font-size: 0.9em;
}
a.linkmini:hover {
	text-decoration: underline;
}
.linknegreta, a.linknegreta {
	font-weight: bold;
	color: #0d6b4d;
}
a.linknegreta:hover {
	text-decoration: underline;
}
.linkgris, a.linkgris {
	color: #333333;
	font-family: Tahoma;
}
a.linkverd:hover {
	text-decoration: underline;
}

a.document {
	color: #333333;
	background: url("/plantilles/cubelles/img/icone-document.gif") top left no-repeat;
	padding: 0 0 20px 30px;
	text-decoration: none;
	display: inline-block;
}
a.document:hover {
	text-decoration: underline;
}
a.document-veure {
    padding: 0 0 5px 30px;
    display: block;
    margin: -10px 0 0 0;
}

.link-caixa {
	background: #f7f7f7 url("/plantilles/cubelles/img/fons-link-carbassa.gif") top right repeat-y;
	padding: 0;
	margin: 0;
}
.link-caixa-int {
	background: transparent url("/plantilles/cubelles/img/fons-link.gif") center right no-repeat;
	padding: 9px 40px 8px 12px;
	margin: 0;
}
.link-caixa-int a {
	color: #333333;
	font-size: 1.2em;
	text-decoration: none;
}
.link-caixa-int a:hover {
	text-decoration: underline;	
}


/* ---- Imatges ---- */
.img-dreta {
	float: right; 
	margin: 0 0 4px 10px;
}
.img-esquerra {
	float: left; 
	margin: 0 10px 5px 0;
}
.img-absolut-esquerra {
	float: left; 
	margin: 0 10px 0 0; 
}
.img-absolut-dreta {
	float: right; 
	margin: 0 0 0 10px; 
}
.BarraLatImgDet { 
	float: right;
	margin:0; 
	width: 180px;
	padding: 0;
	padding-left: 20px;
	text-align: left;
}
.TitolImatges {
	padding: 8px 0px 8px 0px;
	margin: 0;
	overflow: visible;
	width: 180px;
	background: url("/plantilles/cubelles/img/fons_titolimatges.gif") top left no-repeat;
	text-align: center;
	vertical-align: middle; 
	height: 32px;
}
.TitolImatges span {
	color: #293546;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
}
.ImgIntDet {
	width: 170px; 
	text-align: center;
	margin: 0 auto 0 auto;
}
.ContInt_ImgRel {
	padding-right: 200px;
}
.imatgeint {
	border-color: #424242;
	border-width: 1px;
	border-style: solid;
	margin-left: 15px;
	float: right;
}
a.imatge_detall {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto; 
	border: 0px;
	text-align: center;
}
a.imatge_detall img{
	margin-bottom: 4px;
	margin-top: 10px;
}
a.imatge_detall:hover img {
	
}
.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}

.img_incrustada_gmaps {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}
.img_mapa {
	float: left; 
	padding: 0.3em 1em 0.5em 0;	
}



/* Mapes GMaps */
.mapa-llista {
    width: 100%; 
    position: relative;
    padding-bottom: 54%; /* Aspect ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    border: 0;
}
.mapa-llista iframe,
.mapa-llista object,
.mapa-llista embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapa-detall {
    width: 100%; 
    position: relative;
    padding-bottom: 35%; /* Aspect ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    border: 0;
}
.mapa-detall iframe,
.mapa-detall object,
.mapa-detall embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.Mapa_Detall {
	width: 99%;
    height: 320px;
    border: 1px solid #666666;
    margin-top: 1em;
}

div.Mapa_TextPunt {
	margin: 0;
	padding: 0;
}
div.Mapa_TextPunt .Imatge {
	min-height: 90px;
	display: block;
	margin-bottom: 5px;
	float: left;
}
div.Mapa_TextPunt .Adreca {
	font-size: 0.9em;
	font-weight: bold;
	color: #0d6b4d;
}
div.Mapa_TextPunt .Descripcio {
	font-size: 0.9em;
}

/* Taules */
table.taula {
	width: 98%;
	margin: 0 auto 0 auto;
}
table.taula thead {
    
}
table.taula thead tr th {
	padding: 1em 0.6em 0.4em 0.6em;
	text-transform: uppercase;
	font-weight: 400;
    color: #0d6b4d;
    background-color: #f7f7f7;
    font-family: Tahoma;
    border-right: 3px solid white;
}
table.taula tbody {
	
}
table.taula tbody tr {
	padding: 0;
	margin: 0;
	background: url("/plantilles/cubelles/img/fons-tr.gif") bottom left repeat-x; 
}
table.taula.Imparell {
	
}
table.taula tr th.fons {
	
}
table.taula tr.Over {
	background-color: #d9dadb;
	cursor: pointer;
}
table.taula tr.sense-registres {
	vertical-align: middle; 
	height: 5em;
}
table.taula tr td {
	text-align: left;
	vertical-align: top;
	padding: 1em 1.3em 0.5em 0px;
	background: none;
}
table.taula tr td img {
    max-width: 100%;   
}
table.taula tr td.ultim {
	padding: 1em 5px 0.5em 0px;
}
table.taula tr td div.cerca-docs {
	margin: 0.5em 0 1em 1em;	
}
table.taula tr td.pictos {
	white-space: nowrap;
	padding-top: 0.3em;	
}
table.taula tr td.campTitol {
	width: 90%;	
}
table.taula tr td.cos {

}

/* Paginació de les taules */
.paginacio {
	margin: 1.6em 0 10px 180px;
	clear: both;
	font-family: Tahoma;
    font-weight: bold;
}
.paginacio-pagines {
	
}
.paginacio-registres {
	
}
.paginacio a {
	display: block;
	float: left;
	color: #4e886d;
	padding: 0.3em 0.6em 0.3em 0.6em;
	margin: 0 0.2em 0 0.1em;
	text-decoration: none;
}
.paginacio span.pagina-act, .paginacio a:hover {
	background-color: #0d6b4d;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0.3em 0.6em 0.3em 0.6em;
	margin: 0 0.2em 0 0.1em;
}

/* Botons del portlet */
ul.Botons {
	padding: 0;
	margin: 1em 0 1em 0;
	margin-right: 15px;
}
ul.Botons li {
	display: inline;
	margin: 0;
	padding:0;
	margin-right: 15px;
	background: none;
}
ul.Botons li img {
	vertical-align: top;
}
ul.Botons li a {
	color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}


/* Fitxa directori */
.fitxa-descripcio {
	padding: 0.6em 0 1em 0;
	margin: 1em 0 0 0;
	text-align: justify;
}
.fitxa-pictogrames {
	margin: 0.8em 0 1em 0;	
}
.PictoTxt {
    font-size: 0.8em;   
    color: #333333;
}


ul.fitxa {
	margin: 1em 0 2em 1em;
	padding: 0 0 0 0;
}
ul.fitxa li {
	
}
ul.fitxa li.separador {
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	color: #0d6b4d;
	margin: 0.8em 0 0.8em 1em; 	
}

/* Elements de Formulari */
ul.formulari {
	padding: 0;
	margin: 0 2% 0 4%;
	text-align: left;
	color: #333333;
	width: 90%;
}
ul.formulari li {
	clear: left;
	width: 98%;
	padding: 0 0 1em 0;
	margin: 0 0 0 0;
	list-style: none;
	overflow: hidden;
	background: none;
}
ul.formulari li.espaiat_sup {
	padding-top: 1em;	
}
ul.formulari li.botons, ul.formulari li.linia-botons {
	padding-left: 20%;	
}
ul.formulari li p.Etiqueta {
	clear: left;
	color: #0d6b4d;
	padding: 1em 0 0.3em 0;
	margin: 0.3em 0 0.7em 0;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	width: 75%;
	text-transform: uppercase;
}
ul.formulari li label {
	text-align: left;
	color: #333333;
	margin: 2px 0 0 0;
	padding: 2px 5px 3px 0;
	float: left;
	display: block;
	vertical-align: top;
	text-transform: uppercase;
}
ul.formulari > li div.camp-label { 
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
ul.formulari > li div.label { 
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
ul.formulari > li .label-superior {
	width: 100%;
}
ul.formulari > li .label-inferior {
	width: 100%;
}
ul.formulari > li .label-esquerra {
	float: left;
}
ul.formulari > li .label-dreta {
	float: right;
}
ul.formulari > li .label-dreta label {
	padding-left: 1em;
}

ul.formulari li .camp-superior, ul.formulari li .camp-inferior {
	float: none;
}
ul.formulari li .camp-inferior input, ul.formulari li .camp-inferior select {
	margin-bottom: 0;	
}
ul.formulari > li .camp-esquerra {
	float: left;
}
ul.formulari > li .camp-dreta {
	float: left;
}
ul.formulari > li .camp-import {
	font-weight: bold;
}
ul.formulari > li .camp-comentari {
	
}
ul.formulari li .Camp {
	padding: 5px 0 0 0;
	width: 80%;
	float: left;
	display: block;
}
ul.formulari li label.Curt {
	/*width: 15% !important;*/	
}
ul.formulari li p.Camp2 {
	padding: 5px 0 0 0.9em;
	margin: 15px 0 0 15%;
	display: block;
}
ul.formulari li p.Camp2 label {
	float: none;
	display: inline;
	padding: 5px 1em 0 0;
	height: 2.6em;
}
ul.formulari li p.Botons {
	padding: 15px 0 0 15%;
	margin: 0;
	display: block;
}

ul.formulari li fieldset p {
	padding: 3px 0 8px 0;
}
ul.formulari li fieldset p input {
	margin-top: 4px;
}
.formobj-cerca {
	margin-left: 5px;
	width: 85% !important;
}

span.txt_captcha {
	color: #a41008;
}
ul.formulari li.camps-obligatoris {
	font-weight: bold;
	padding: 0.3em 0em 0.5em 1em;
	color: #333333;
}

ul.news_baixa {
	margin: 1em 0 0 10%;
	list-style: none;
	width: 80%
}
ul.news_baixa li {
	background: none;
}
.txt_camps_req {
    margin: 0em 0 0 11%;
}

/* Elements de formulari */
.formobj {
	font-size: 1.05em;
	border: 1px solid #e8e8e8;
	width: 90%;
	margin-bottom: 0.5em;
	font-family: Tahoma, Arial, Verdana;
	padding: 4px 2px 4px 3px;
	background-color: #e0e0e0;
}
.formobj-sel {
	font-size: 1.05em;
	border: 1px solid #e8e8e8;
	width: 65%;
	margin-bottom: 0.5em;
	font-family: Tahoma, Arial, Verdana;
	padding: 4px 5px 4px 7px;
	background-color: #eeeeee;
}                
.Tbutton  {
	font-family: Tahoma;
	cursor: pointer;
	text-decoration:none;
	padding: 7px 1em 7px 1em;
	font-size: 1em;
	color: #ffffff;
	outline: gray;
	border: 1px solid #ffffff;
	-moz-box-shadow: 0 0 3px rgba(68,68,68,0.2);
	-webkit-box-shadow: 0 0 3px rgba(68,68,68,0.2);
	box-shadow: 0 0 3px rgba(68,68,68,0.2);
	background-color: #4d866c;
	text-align: center;
	margin: 3px 3px 3px 0;
}
.Tbutton:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 1px 1px #808080;
	-moz-box-shadow: 0 0 1px 1px #808080;
	box-shadow: 0 0 1px 1px #808080;
}
.Tbutton-on  {
	background-color: #4d866c;
	margin-right: 10px;
}
.Tbutton-cerca.fa.fa-search {
	width: 45px;
	height: 27px;
	font-size: 1.05em;
	background-color: #ff6418;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 4px;
}
.Tbutton-cerca.fa.fa-search:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 1px 1px #808080;
	-moz-box-shadow: 0 0 1px 1px #808080;
	box-shadow: 0 0 1px 1px #808080;
	cursor: pointer;
}
.Tbutton-off {
	background-color: #999999;
}
.formTxtArea, .form-area {
	margin-bottom: 0.6em;
	font-size: 1.05em;
	border: 1px solid #e8e8e8;
	width: 88%;
	margin-bottom: 0.5em;
	font-family: Tahoma, Arial, Verdana;
	padding: 4px 5px 4px 7px;
	background-color: #eeeeee;
}
.tooltip {
	margin: -10px 0 0 5px;
}


/* Calendari de portlet de portada */
.Calendari_L {
	margin: 10px 20px 0px 0px;
	float: left;
}
.Calendari_R {
	margin: 10px 0px 0px 20px;
	float: right;
}
.Calendari_U {
	margin: 10px 0px 0px 0px;
	width: 100%;
}
.Calendari_O {
	display: none;
}


/* Galeria d'imatges */
/* Galeria d'imatges */
.gutter-galeria-imatges {
	width: 2%;
}

ul.galeria-imatges {
	list-style: none;
	margin: 1.2em 0 1em 0 !important;
	padding: 0 !important;
	width: 100%;
}
ul.galeria-imatges li {
	display: block;
	float: left;
	padding: 0;
	margin: 0px 0 10px 0 !important;
	background: none !important;
}
ul.galeria-imatges li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	color: #858585;
}
ul.galeria-imatges li img {
    max-width: 100%;   
}


/* Llista mapa-web */
ul.mapa-web {
    width: 90%;
    margin-left: 10%;
    
}
ul.mapa-web li {
	margin: 1.5em 0 0.4em 2em;
}
ul.mapa-web li a {
	font-weight: bold;
	color: #333333;
	font-size: 1.2em;
}
ul.mapa-web li a:hover {
	text-decoration: underline;
}
ul.mapa-web ul li a {
	font-weight: 400;
	color: #0d6b4d;
	text-decoration: none;
	font-size: 1.15em;
}
ul.mapa-web ul li {
    margin: 0.5em 0 0.4em 2em;
}
ul.mapa-web ul li a:hover {
	text-decoration: underline;
}
ul.mapa-web ul ul li {
    margin: 0.2em 0 0.3em 2em;
}
ul.mapa-web ul ul li a {
	color: #595959;
	font-weight: 400;
}
ul.mapa-web ul ul li a:hover {
	text-decoration: underline;
}
ul.mapa-web ul ul ul {
    margin-top: 0.2em;
}
ul.mapa-web ul ul ul li a {
    color: #0d6b4d;
    font-weight: 400;
    font-size: 0.95em;
}

/* Missatges d'error */
.error {
	color: #FF0000;
	display: block;
}
ul.ErrMsg {	
	margin-top: 0px;
	margin-left: 15em;
	padding-left: 20px;
	list-style-type: disc;
	text-align: left;
}
ul.ErrMsg li {	
	margin-left: 0em;
	padding-left: 0.3em;
	padding-top: 0.3em;
	color: #000000;
	background: none;
}


/* Enquestes */
.enquestes {
	margin: 0;
	padding: 0.2em 1.5em 0.9em 1.5em;
	color: #595959;
	width: auto !important;
	background-color: #f7f7f7;
}
.enquestes .text-enquestes {
	margin: 5px 0 10px 0;
}
.enquestes .boto-enquesta {
	text-align: center;
}
.enquestes .boto-enquesta input {
	margin: 5px 0px 0 0px;
}
.enquestes .opcio-enquesta {
	margin-left: 15%;
	margin-bottom: 7px;	
}
.enquestes .barra-enquesta, ul.enquestes-pagina .barra-enquesta {
	float: right; 
	margin-bottom: 3px; 
	background-color: #ddeae4; 
	border: 1px solid #0d6b4d; 
	height: 15px;
}
.enquestes .resposta-enquesta {
	clear: left;
	float: left;
	margin-left: 2.5em;
	margin-bottom: 7px;		
}
.enquestes .percentatge-enquesta {
	float: left;
}
.enquestes .vots-enquesta {
	clear: left;
	margin-left: 2.5em;
	font-size: 0.9em;
}
ul.enquestes-pagina {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.enquestes-pagina li {
	margin: 0;
	padding: 1em 0 1em 0;
	background: none;
	border-bottom: 1px solid #e6e6e6;
}


/* Comentaris */
.div-comentaris {
	background: url("/plantilles/cubelles/img/fons-taula.gif") left top no-repeat;
	margin: 1em 0 3em 0;
	padding: 15px 0 0 0;
	
}
.div-comentaris .barra-comentaris {
	width: 100%;
	margin: 0 0 0.2em 0;
	overflow: hidden;
}
.div-comentaris .barra-comentaris h2 {
	width: 20%;
	float: left;
	text-transform: uppercase;
}
.div-comentaris .barra-comentaris .links-comentaris {
	float: left;
	width: 75%;
	overflow: hidden;
	min-height: 2.8em;
	margin-bottom: 0.6em;
}
.div-comentaris .barra-comentaris .links-comentaris a {
    display: block;
    min-width: 11em;
    margin-left: 2px;
}
.div-comentaris .introduccio-comentaris {
	margin-bottom: 2em;
}
.afegir-comentari ul {
    margin-left: 0;
    width: 100%;   
}
ul.llista-comentaris {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}
ul.llista-comentaris li {
	margin: 0 0 1.2em 0;
	padding: 0;
	overflow: hidden;
	background: none;
}
ul.llista-comentaris li .capcalera-comentari {
	overflow: hidden;
	width: 20%;
	float: left;
}
ul.llista-comentaris li .capcalera-comentari .foto-usuari-comentari {
	background: url("/plantilles/cubelles/img/usuari-comentari.gif") top left no-repeat;
	width: 60px;
	height: 60px;
	float: right;
}
ul.llista-comentaris li .capcalera-comentari .nom-usuari {
	font-weight: 400;
	font-size: 1.1em;
	color: #0d6b4d;
	text-align: right;
	float: right;
	padding: 0 1.5em 0.6em 0;
}
ul.llista-comentaris li .capcalera-comentari img {
	clear: both;
	float: right;
	margin-top: 7px;
}
ul.llista-comentaris li .fletxa-comentari {
	float: left;
	background: url("/plantilles/cubelles/img/fletxa-comentari.gif") top left no-repeat;
	width: 21px;
	height: 50px;
	padding: 0;
	margin: 0 0 0 10px;
}
ul.llista-comentaris li .contingut-comentari {
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	width: 70%;
}
ul.llista-comentaris li .contingut-comentari .text-comentari {
	padding: 0.9em 1em 0.9em 1em;
	margin: 0;
	float: left;
	background: #e5e5e5 url("/plantilles/cubelles/img/fons-comentari.gif") bottom center no-repeat;
	min-height: 80px;
	width: 100%;
}
ul.llista-comentaris li.comentari-eliminat .text-comentari {
	/*background-color: #FFC;*/
	font-style: italic;	
}
ul.llista-comentaris li .contingut-comentari .peu-comentari {
	color: #666666;
	padding: 0.1em 0 0.1em 0;
}
div.afegir-comentari {
	display: none;
	margin-top: 30px;
	padding: 10px 0 10px 0;
	border-top: 2px solid #ff6418;
	border-bottom: 1px solid #ff6418;
}

ul.comentari-puntuacio {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
ul.comentari-puntuacio li {
	float: left;
	width: 33%;
	clear: none;
}



/* Plantilla Banners */
ul.banners {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	overflow: hidden;
}
ul.banners li {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0 0 1em 0;
	float: left;
	width: 100%;
}
ul.banners li img {
    max-width: 100%;
}

ul.galeria-banners {
    margin: 1em 0 1em 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    list-style: none;
}
ul.galeria-banners li {
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0 0 1em 0;
    float: left;
    background: none;
}
ul.galeria-banners li img {
     max-width: 100%;
}
/* Banners en la portada */
.columna-contingut-portada ul.galeria-banners {
    width: 100%;
}
.columna-contingut-portada ul.galeria-banners li {
    width: 100%;
}
.columna-contingut-portada ul.galeria-banners li img {
    max-width: 100%;
}


/* Galeria de Videos */
.columna-galeria-videos-imatges {
    width: 29%;
}
.columna-galeria-videos-video {
    width: 69%;  
}
ul.galeria-videos {
    list-style: none;
    margin: 1.2em 0 1em 0;
    padding: 0 !important;
}
ul.galeria-videos li {
    display: block;
    float: left;
    padding: 0 !important;
    margin: 0px 2% 1.2em 0px;
    background: none !important;
    width: 100%;
}
ul.galeria-videos li img {
    max-width: 100%;   
}
ul.galeria-videos li p {
    padding: 2px 7px 0px 0px;
    text-align: left;
    white-space: normal;
    color: #666666;
}
a.video {
    position: relative !important;
    display: block !important;
}
a.video img {
	width: 100%;
	height: 100%;
}
a.video img.fons_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*html a.video img.fons_video {
    display: none;  
}


.video-contenidor {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-contenidor iframe,
.video-contenidor object,
.video-contenidor embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Estils detall portlet */
.etiqueta {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0.7em;
    margin-bottom: 0.3em;   
}
.camp {
    
}

/* Registres relacionats */
.relacio {
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
}
.relacio h2 {
    margin-bottom: 0.5em;
    font-weight: bold; 
    color: #ffffff; 
    font-size: 1em;
    padding: 1.3em 0.5em 0.1em 0.6em;
    text-align: left;
    background-color: #4d866c;
    font-family: Arial;
    text-transform: uppercase;
} 
.relacio ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}
.relacio ul li {
	background: none;
	padding: 0;
	margin: 0 0 1.1em 0;
	overflow: hidden;
}
.relacio ul li p {
	
}
.relacio ul li p.titol-relacio {
	color: #595959;
	margin-bottom: 0.2em;
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
}
.relacio ul li p.titol-relacio a {
	color: #595959;
	text-decoration: none;
	font-weight: bold;
}
.relacio ul li a.titol-relacio {
	color: #595959;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
.relacio ul li .text-relacio {
    margin-top: 0.5em;
    color: #696969 !important;
    margin-bottom: 0.8em;
}
.relacio .imatge-espai {
    width: 80px;
    height: 45px;
    overflow: hidden;
    float: left;
    margin-top: 3px;
}
.relacio .imatge-espai img.img-absolut-dreta {
    float: left;
    margin: 0 20px 0 0;
}
.llista-cont-img {
	float:left;
}

/* Relacions simples */
ul.relacio-simple {
    margin: 0.8em 0 1.5em 1em;
    padding: 0;
    list-style: square;
}
ul.relacio-simple li {
    padding: 0 0 0.8em 0.5em;
    margin: 0 0 0 1.8em;
}



/* Filtre de llistats interiors */
.filtre {
	margin-bottom: 1.6em;
	padding: 20px 0 5px 0;
	width: 100%;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	background: url("/plantilles/cubelles/img/fons-taula.gif") center top no-repeat;
	font-family: Tahoma;
	overflow: hidden;
}
.filtre p {
	white-space: nowrap;
	width: 95%;
	vertical-align: baseline;
	margin-top: 6px;
	margin-bottom: 7px;
	overflow: hidden;
}
.filtre select {
	width: 180px;
	margin: 0 30px 0 0;
	padding-bottom: 2px;
}
.filtre input.formobj-cerca {
	margin: 0 2em 0 0;
	width: 300px;
	max-width: 70%;
}
.filtre input.form-data {
	margin: 0 2em 0 0;
	width: 110px;
	max-width: 60%;
}
.filtre select.ultim {
	margin-right: 0;	
}
.filtre .filainf {
	width: 100%;
	margin: 15px 0 5px 0;
	overflow: hidden;
}
.filtre label {
	margin: 0 1em 0 0;
	font-weight: bold;
	vertical-align: baseline;
}
.filtre .filainfCheck {
	float: left;
	margin-right: 2em;
}
.filtre .Tbutton {
	float: right;
	clear: none;
}


/* Rotador */
ul.rotador {
	margin: 0;
	padding: 0; 
	list-style: none;
	overflow: hidden;
	width: 100%;
}
ul.rotador li {
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.rotador-titol {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-family: Tahoma;
    color: #2e2e2e;
    padding: 0px 0 7px 10px;
}
        
.rotador-index{margin: 3px 0 5px 0; padding: 0; }
.rotador-index ul{margin: 0; display:inline-block;*display:inline;*zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.rotador-index ul>li{display:inline; margin: 0;}
.rotador-index ul>li>a,.rotador-index ul>li>span{float:left;padding: 2px 9px; line-height: 1.2em;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;border-left-width:0; color: #2e2e2e; font-size: 0.9em}
.rotador-index ul>li>a:hover,.rotador-index ul>li>a:focus,.rotador-index ul>.active>a,.rotador-index ul>.active>span{background-color:#2e2e2e; color: #ffffff;}
.rotador-index ul>.active>a,.rotador-index ul>.active>span{color:#999999;cursor:default;}
.rotador-index ul>.disabled>span,.rotador-index ul>.disabled>a,.rotador-index ul>.disabled>a:hover,.rotador-index ul>.disabled>a:focus{color:#999999;background-color:transparent;cursor:default;}
.rotador-index ul>li:first-child>a,.rotador-index ul>li:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.rotador-index ul>li:last-child>a,.rotador-index ul>li:last-child>span{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}



/* Certificats */
table.certificat {
	border: 0;
	text-align: left;
	font-size: 1em;
	text-align: left;
	width: 99%;
}
table.certificat th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	color: #666666;
	padding: 0.5em 0 0.5em 0;
}
table.certificat td {
	empty-cells: show;
	padding: 0.5em 0 0.5em 0;
}
.iframeCert { 
	width: 100%;
	height: 210px; 
	border:  2px solid #e8e8e8;
}
.certificats {
	clear: both;
	margin: 2em 0 1em 0;
	background-color: #f5f5f5;
	height: auto;
	overflow: hidden;
	padding: 1em 1em 1em 1em;
}
.certificats p {
	line-height: 1.6em;
}
.certificats p.boto-verifica {
	clear: both;
}

/* Signatura digital i TSA */
#VerificaSignatura_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaTSA_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaCertificat {
	overflow: hidden;
	width: 80%;
	padding: 1em;	
}
#VerificaSignatura.signaOk, #VerificaTSA.signaOk, #VerificaCertificat.signaOk {
	background: #d5f4da url("/plantilles/cubelles/img/Ok.gif") right 5px no-repeat;
	border: 1px solid #25a56d;
}
#VerificaSignatura.signaErr, #VerificaTSA.signaErr, #VerificaCertificat.signaErr {
	background: #FFE1E1 url("/plantilles/cubelles/img/No.gif") right 5px no-repeat;
	border: 1px solid #FF0000;
}
#VerificaCertificat.signaOk p.titol-info {
	color: #006666;
	font-size: 1.1em;
	font-weight: bold;	
}
#VerificaCertificat.signaErr p.titol-info {
	color: #FF0000;
	font-size: 1.1em;
	font-weight: bold;	
}
.DivVerifica {
	display: none;
	margin-bottom: 1em;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 1em;
}
.DivVerifica VerificaTxt {
	margin: 0.3em 0 0.5em 1em;
}
.DivVerifica span.VerificaResposta {
	margin-left: 1em;
	margin-top: 0.6em;
}
.DivVerifica blockquote.VerificaResposta {
	margin-top: 0.6em;
	margin-left: 4em;
}
.DivVerifica .VerificaWait {
	vertical-align: middle;
	margin-bottom: 1em;
}
.DivVerifica .VerificaWait img {
	vertical-align: middle;
	margin-left: 0.8em;
}


/* Columna de la pàgina lateral */
#columna-esquerra #columna-pagina-lateral {
	overflow: hidden;
}
#columna-esquerra h2 {
	color: #ffffff;
	background-color: #4e886d;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial;
	text-transform: uppercase;
	width: 96%;
	padding: 1.3em 1% 0.4em 3%;
	margin: 0 0 10px 0;
	display: block;
}
/* Elements adicionals de la pàgina i els portlets detall */
#columna-esquerra #columna-elements-adicionals {
	overflow: hidden;
}

/* Llistes d'imatges adjuntes */
#columna-esquerra #columna-elements-adicionals ul.llista-imatges {	
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
.linia-inferior {
    border-bottom: 1px solid #e6e6e6;
} 
#columna-esquerra #columna-elements-adicionals ul.llista-imatges li.primera {	
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: none;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
#columna-esquerra #columna-elements-adicionals ul.llista-imatges li.altres {   
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    background: none;
    text-align: left;
    width: 48%;
}
#columna-esquerra #columna-elements-adicionals ul.llista-imatges li.altres-1 {
    clear: both; 
    float: left;
}
#columna-esquerra #columna-elements-adicionals ul.llista-imatges li.altres-2 { 
    float: left;
    margin-left: 2%;
}
#columna-esquerra #columna-elements-adicionals ul.llista-imatges li p {
	
}
#columna-esquerra #columna-elements-adicionals ul.llista-imatges li img {
    max-width: 100%;
}


/* Llistes de vídeos adjunts */
#columna-esquerra #columna-elements-adicionals ul.llista-videos {
    clear: both;
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
    padding: 0 0 0 0;
    overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
#columna-esquerra #columna-elements-adicionals ul.llista-videos li {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	display: block;
	background: none;
	width: 100%;
	position: relative;
	height: auto;
}
#columna-esquerra #columna-elements-adicionals ul.llista-videos li p {
	color: #666666;
	font-style: italic;
	text-align: left;
}
#columna-esquerra #columna-elements-adicionals ul.llista-videos li img {
    max-width: 100%;
}
#columna-esquerra #columna-elements-adicionals ul.llista-videos li object {
    top: 0;
    left: 0;
}
/* Llistes de Links */
#columna-esquerra #columna-elements-adicionals ul.llista-links {	
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin: 0 0 10px 0;
    padding: 0 0 0 0;
    overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
#columna-esquerra #columna-elements-adicionals ul.llista-links li {	
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	background: none;
}

/* Llistes de Audio */
#columna-esquerra #columna-elements-adicionals ul.llista-audios {	
	display: block;
	overflow: hidden;
	margin: 13px 0 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
#columna-esquerra #columna-elements-adicionals ul.llista-audios li {	
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}
#columna-esquerra #columna-elements-adicionals ul.llista-audios li p {
	color: #666666;
	font-style: italic;
	text-align: left;
}

/* Llistes de documents adjunts */
#columna-esquerra #columna-elements-adicionals ul.llista-documents { /* Fitxers adjunts múltiples en un formulari */
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #e6e6e6;
}
#columna-esquerra #columna-elements-adicionals ul.llista-documents li {
	list-style: none;
   	font-weight: 400;
	margin: 0 0 10px 0 !important;	
	padding: 0;
	background: none;
}

/* Banners */
#columna-esquerra #columna-banners {
	margin: 0;
	padding: 0;
}
#banners-portada {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;	
}
#columna-esquerra #columna-banners ul.banners-lateral, #banners-portada ul.banners-lateral  {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
#columna-esquerra #columna-banners ul.banners-lateral li, #banners-portada ul.banners-lateral li {
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	background: none;
	text-align: left;
}

/* Temes */
/* Llistat amb imatges */
/* Temes del detall d'un registre */
ul.llista-temes {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	overflow: hidden;
}
ul.llista-temes li {
	margin: 0 0 25px 0;
	padding: 0;
	display: block;
	text-align: left;
	background-image: none;
	overflow: hidden;
	vertical-align: bottom;
	line-height: normal;
}
ul.llista-temes li img {
	max-width: 100%;
}
ul.llista-temes li.columna {
	float: left;
}
ul.llista-temes li.columna .llista-img-sup {
	margin-left: 15px;
}
ul.llista-temes li.columna .llista-contingut {
	margin-left: 15px;
}
ul.llista-temes li.columna-1 {
	float: left;
	clear: both;	
}
ul.llista-temes li.columna-1 .llista-img-sup {
	margin-left: 15px;
}
ul.llista-temes li.columna-1 .llista-contingut {
	margin-left: 15px;
}
ul.llista-temes li .llista-cont-img {
	float: left;
	overflow: hidden;
    text-align: left;
    width: 58%;
}
ul.llista-temes li .llista-cont-img  p {
	margin-bottom: 5px;	
}
ul.llista-temes li .llista-contingut  {
	padding: 1em 0 0 0;
	clear: both;
	text-align: left;
}
ul.llista-temes li .llista-contingut p {
	margin-bottom: 5px;
}
ul.llista-temes div.div-imatge-superior {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	position: relative;
}
ul.llista-temes div.div-imatge-superior img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.portlet-temes {
	background: url("/plantilles/cubelles/img/fons-taula.gif") center top no-repeat;
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}
.fitxa-temes {
	
}
.col-tema-esquerra {
	height: 100%;
	width: 48%; 
	float: left;
}
.col-tema-dreta {
	height: 100%;
	width: 48%; 
	float: right;
}
#temes-elements {
	clear: both;
}
#temes-elements h3 {
	font-size: 0.9em;	
}

.portlet-temes h2 {
 	margin-bottom: 0.5em;
    font-weight: bold; 
    color: #ffffff; 
    font-size: 1em;
    padding: 1.3em 0.5em 0.1em 0.6em;
    text-align: left;
    background-color: #4d866c;
    font-family: Arial;
    text-transform: uppercase;
}  
/* Llistes d'enllaços en temes */
#temes-elements ul.llista-links {
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin: 13px 0 10px 0;
	padding: 0 0 0 0;
}	
#temes-elements ul.llista-links li {
	display: block;
	float: left;
	width: 300px;	
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	background: none;
}
/* Llistes d'imatges en temes */
#temes-elements ul.llista-imatges {	
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin: 13px 0 10px 0;
	padding: 0 0 0 0;
}
#temes-elements ul.llista-imatges li {	
	display: block;
	margin: 0 20px 10px 0;
	padding: 0;
	background: none;
	text-align: left;
	float: left;
	width: 165px;
	height: 120px;
}
/* Llistes de documents adjunts en temes */
#temes-elements ul.llista-documents { /* Fitxers adjunts múltiples en un formulari */
	list-style: none;
	margin: 13px 0 10px 0;
	padding: 0 0 0 0;
}
#temes-elements ul.llista-documents li {
	list-style: none;
   	font-weight: 400;
	margin: 0 0 10px 0 !important;	
	padding: 0;
	background: none;
}
#temes-elements ul.llista-imatges li img {
	max-width: 100%;	
}
/* Llistes de Audio en temes */
#temes-elements ul.llista-audios {	
	display: block;
	overflow: hidden;
	margin: 13px 0 15px 0;
	padding: 0;
}
#temes-elements ul.llista-audios li {	
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	width: 225px;
	float: left;
	display: block;
}
#temes-elements ul.llista-audios li p {
	color: #666666;
	font-style: italic;
	text-align: left;
}


/* El mes vist / el mes nou */
div.tabs {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
	background-color: #f7f7f7;
}
div.tabs ul.tabs {
	list-style: none;
	margin: 3px 3px 0 3px;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 100%;
}
div.tabs ul.tabs li.tabs {
	display: block;
	float: left;
	margin: 0 1% 0 0;
	padding: 0 0 0 0;
	background-image: none;
	width: 49%;
	min-width: 100px;
}
div.tabs ul.tabs li.last {
	margin: 0;
}
div.tabs ul.tabs li.tabs a {
	background-color: #4d866c;
	margin: 1px auto 2px auto;
	white-space: nowrap;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 3% 10px 3%;
	font-size: 1.1em;
	font-family: Tahoma;
	text-align: center;
}
div.tabs ul.tabs li.last a {
	margin: 1px auto 2px auto;
}
div.tabs ul.tabs li.selected {
	
}
div.tabs ul.tabs li.prev_selected {
	
}
div.tabs ul.tabs li.selected a {
	color: #ffffff;
	background-color: #ff6418;
}
div.tabs ul.tabs li.last_selected {
	
}
div.tabs ul.tabs li.tabs a:focus {
	outline: 0;
}
div.tabs ul.tabs li.tabs a:hover {
	text-decoration: none;	
}
div.tabs div.tab {
	clear: left;
	margin: 0 3px 3px 3px;
	padding: 10px 6px 10px 6px;
	overflow: hidden;
}
ul.llista-el-mes {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.llista-el-mes li {
	margin: 0;
	padding: 4px 10px 7px 15px;
	background: none !important;
}
ul.llista-el-mes li .elmes-pare {
	color: #333333;
	font-weight: 400;
}
ul.llista-el-mes li a {
	color: #0d6b4d;
}
.elmes-visites {
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
}
.elmes-data {
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
}
.no-overflow {
	overflow: hidden;
}

/* Add this 
.addthis_toolbox {
    margin: 0 0 0 1.2em;
    float: left;
}
.addthis_button_facebook_like {
    margin-top: -2px;
}
.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_google_plusone {
    margin-top: -2px;
    width: 75px;
    overflow: hidden;
}
.addthis_separator {
    margin: 0 10px 0 50px !important;
    color: #808080;
    font-weight: bold;
}
*/

.barra-radio {
    background-color: #7d7d7d;
    padding: 0em 1em 0.1em 1em;
    text-align: center;
}
.barra-radio a {
    color: #ffffff;
    text-decoration: none;   
}

ul.cens {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:hidden;
}
ul.cens li {
	float:left;
	background: none;
	padding: 2% 0 0% 0;
	margin: 0;
}
ul.cens li p.text {
	margin: 5px 0 5px 0;
	font-size:1em;
	color: #222222;
}
ul.cens li p.valor {
	margin: 5px 15px 5px 0;
	width: 80%;
	font-size:1.1em;
	padding: 5px 5px 5px 5px;
	border: 1px solid #333333;
}

#cens-peu {
	clear:both;
	margin: 2em 0 1em 0;
	font-size: 1.1em;
	text-align: center;
}

#cens-text {
	clear:both;
	font-size: 1.1em;
	margin: 5em 0 1em 0;
}

#cens-intro {
	margin: 1em 0 2em 0;
	font-size: 1.1em;
	text-align: center;
}

.ui-datepicker {
	font-size: 0.8em !important;
}
.ui-widget-header {
	background: #ff6418 !important;
}

.cal_ambhores {
	background-color: #222222;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 8px 4px 0;
	
}
.cal_festiugeneral {
	background-color: #ff0000;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 8px 4px 0;
	
}
.cal_sensehores {
	background-color: #dddddd;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 8px 4px 0;
	
}
.cal_diaactual {
	background-color: #55a228;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 8px 4px 0;
	
}
.cal_texte {
	margin: 0 8px 8px 0;
	padding-left: 12px;
	display: inline-block;
}
div.calendari-llegenda {
	width: 90%;
	padding-left: 8%;
	padding-top: 12px; 
}

ul.horaris {
	clear: both;
	background: none;
	padding-top: 25px;	
}
ul.horaris li {
	display: inline-block;
	padding: 10px 12px 10px 12px;
	margin: 10px 15px 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
	background: none;
}
ul.horaris li.disponible {
	background-color: #222222;
	color: #ffffff;
	cursor: pointer;
}
ul.horaris li.disponible:hover {
	background-color: #55a228;
}
ul.horaris li.reservat {
	background-color: #dddddd;
	color: #000000;
}

.camp-titol-reserves {
	color: #55a228;
	font-size: 1.2em;
}

#FonsInactiu {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background-color: #CCCCCC;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	height:100%;
	width:100%;
	cursor: wait;
}
.divEmergent {
	position: fixed;
	z-index: 1005;
	color: #000000;
	top:15%;
	left:35%;
	display: none;
	padding: 0;
	width: 45%;
	border: 2px solid #e59800;
	background-color: #fdfdfd;
    text-align: left;    
}
.divEmergent div.formulari {
	width: 100%;
}
div.veure_missatge {
	font-size: 1.2em;
	font-weight: bold;
}

ul.enquestes-pagina {
	
}

ul.enquestes-pagina li {
	
}

ul.enquestes-pagina li p.text-enquestes {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.enquestes-pagina li p.subtitol-2 {
	font-size: 1.2em;
	line-height: 1.4em;
}
ul.enquestes-pagina li .opcions-enquesta {
	margin: 8px 0 8px 0;
}

ul.enquestes-pagina li .opcions-enquesta p {
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.3em;
}
ul.enquestes-pagina li .opcions-enquesta p label {
	padding-left: 5px;
}


/* Consistori */
ul.consistori {
	list-style: none;
	margin: 0;
	font-size: 1.15em;
	padding: 0;
	display: flex;
	flex-flow: wrap column;
}
ul.consistori>li {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;

}
ul.consistori>li.titols {
	border-bottom: 1px solid #e2e2e2;
	color: #000000;
	font-weight: 600;
}
ul.consistori>li>div.camp-llista {
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
}
ul.consistori>li>div:nth-child(1) {
	width: 15%;
	padding-right: 10px; 
}
ul.consistori>li>div:nth-child(2) {
	width: 45%;
	padding-right: 10px;
}
ul.consistori>li>div:nth-child(3) {
	width: calc(40% - 20px);
}

ul.consistori>li img {
	width: 100%;
}
ul.consistori p.carrec {
	color: #000000;
}

ul.regidories {
	font-size: 0.9em;
	margin: 5px 0 0 17px;
	padding: 0;
}
ul.regidories li {
	background: none;
	padding: 0 0 8px 0;
	margin: 0;
	font-size: 1em;
	color: #787878;
}
.vola_esq, .vola-esq {
	float: left;
}
.vola_dre, .vola-dre {
	float: right;
}


.PParticipatiuPropostes {
			
}
			
.PParticipatiuPropostes .pst-vot {
				width: 30%;
			    margin: 5px 0px 5px 1%;
			    float: left;
			    padding: 10px 0px 35px 0px;
			    height: 330px;
			    position: relative;
			    background-color: #cadbd3;
			    overflow: hidden;		
			}
			
.PParticipatiuPropostes	.pst-vot:hover {
				background-color : #f1f5ed;						    
			}
			
.PParticipatiuPropostes .pst-borderOn {
				border: 5px solid #01828b;
				background-color: #ff6e00;
				color : white;
								
			}	
			
.PParticipatiuPropostes			.pst-borderOff {
				border: 5px solid #cadbd3;
			}	
			
.PParticipatiuPropostes			.pst-vot a {
				text-decoration: none;
			}
			
.PParticipatiuPropostes			.vote {
				background-color : #f1f5ed;			
			}
			
.PParticipatiuPropostes			.TbuttonBtn {
			
			    width: 100%;
			}

.PParticipatiuPropostes			.divVoteBtn {			    
    			position: absolute;
    			bottom: 0px;
    			background-color: #ff6e00;
    			padding: 8px 20px 8px 20px;
    			font-size: 1.2em;
    			color: #ffffff;
    			cursor: pointer;
    			border: 0;    			
    			width: 100%;    			
			}
			
.PParticipatiuPropostes			.divVoteBtn a {
				color : white;
			}
p.titol-participacio {
	color: #ff6418;
    font-weight: bold;
    font-size: 1.7em;
    margin: 0.2em 0 1em 0;
    text-align: left;
    padding: 0;
	
}
	.divBtnLogin {
		position: relative;
	    bottom: 0px;
	    display: block;
	    float: right;
	    background-color: #ff6e00;
	    padding: 8px 20px 8px 20px;
	    font-size: 1.5em;
	    color: #ffffff;
	    cursor: pointer;
	    border: 0;			   
	}

	.divVote {			  
	   padding: 0px 10px 0px 10px;
	   height: 100%;
	}
			
	.divVote img {			  
			   padding: 0px !important;
			   height: 82%;
			   margin-bottom: 5px;
			   border: 2px solid black;
			}
			

	#IdMsgErr {
				display: table-cell;
			    vertical-align: middle;
			    width: 100%;
			    margin: 0 auto;
			    text-align: center;
			    filter: alpha(opacity=1);
			    -moz-opacity: 1;
			    opacity: 1;	  		
			
			}
			
	#ErrMsgTxt {
				font-size: 1.8em;							   
			    color : #000000;
			}
			
						
	#Img_tanca {
			
			
	}
			
	.Dates {
		width: 65%;
		float : left
	}
			
	.msgError {
		float: right;
	    margin-top: 20px;
	    color: red;
	    font-size: 1.2em;
	}
			
	.PParticipatiuPropostes	.import {			
		position: absolute;
		color: white;       				
		filter:alpha(opacity=80);
		-moz-opacity: 0.80;
		opacity: 0.80;
		background-color: #ff6e00;
		padding: 5px 30px;
		margin-left: 2px;
		margin-top: 2px;
	}
			
	.FonsInactiuParticipa {
	    display: table;
	    overflow: hidden;
	    position: fixed;
	    z-index: 1000;
	    top: 0px;
	    left: 0px;
	    background-color: #ffffff;
	    filter: alpha(opacity=95);
	    -moz-opacity: 0.95;
	    opacity: 0.95;
	    height: 100%;
	    width: 100%;
	}
	#ErrorRequadre {
		width: 300px;
		border: 2px solid red;				
  		vertical-align: middle;    			
  		margin: 0 auto;
  		text-align: center;
  		padding: 30px;
  		opacity: 1;
  		border-radius: 36px 36px 36px 36px;
		-moz-border-radius: 36px 36px 36px 36px;
		-webkit-border-radius: 36px 36px 36px 36px;
		border: 4px solid #ff6e00;
		background-color: #ffffff;
	}
	
	.peu-participa {
		clear: both;
		width: 99%;
	}
	
	
	#OpenLogin {		
		position: fixed;
		top: 25%;
		left: 35%;		
	}
	#OpenLoginRecuadre {
		width: 400px;
		border: 2px solid red;				
  			vertical-align: middle;    			
  			margin: 0 auto;
  			text-align: center;
  			padding: 20px;
  			opacity: 1;
  			border-radius: 36px 36px 36px 36px;
		-moz-border-radius: 36px 36px 36px 36px;
		-webkit-border-radius: 36px 36px 36px 36px;
		border: 4px solid #ff6e00;
		background-color: #ffffff;
	}
	
	/* JQuery */
.ui-accordion-header {
	padding: 10px 20px 10px 25px !important;
	position: relative;
}
.ui-accordion-header-icon {
	position: absolute;
	margin: 0 0 0 -20px;
}
	
.efecte-accordion-header {
	background-color: #ff6418;
	padding: 8px 25px 8px 12px;
	margin: 10px 0 10px 0;
	color: #ffffff;
	font-size: 1.2em;
	position: relative;
}

.efecte-accordion-header:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content : "\f107";
	font-size : 25px;
	position: absolute;
	top: 8px;
	right: 10px;
	color : #ffffff;
}
.efecte-accordion-header.expanded:after {
	content : "\f106";
}
.accordion-collapsed {
	display: none;
}
.accordion {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

span:hover,.action-like.fav span, a:hover {
	text-decoration: none;
	
	-webkit-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
}
.action-like {
	float: none;
	padding-left: 3px;
}
.action-like span{
	cursor : pointer;
	vertical-align: top;
	font-size: 16px;
}
.action-like span:before {
	font-family: 'Font Awesome 5 Free';
	content : "\f004";
	font-size : 25px;
	color : #d1ccba;
	margin-right: 10px;
	margin-left: 10px;
	
	font-weight: 900;
}
.action-like.fav span {
}
.action-like:not(.fav) span:hover:after {
	animation: hearticon 500ms linear;
	-webkit-animation-fill-mode: forwards;
	
	
}
.action-like.fav span:hover:before{
	animation: hearticon 500ms linear reverse;
	-webkit-animation-fill-mode: forwards;
}
.action-like.fav span:before {
	font-family: 'Font Awesome 5 Free';
	content : "\f004";
	font-size : 25px;
	color : #62b22f;
	font-weight: 900;
}

ul.cookies {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;	
}
ul.cookies li {
	padding: 0px 0px 1.2em 0px;	
	display: block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: none;
	overflow: hidden;
}	
	
	
.disabled {
	opacity: .50; 
	filter: alpha(opacity=50);
	color: #cccccc;
}

.llista-portada-no-imatge td {
    padding-right: 10px;
    padding-bottom: 15px;
}
