@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 ---- */
html,body {height:100%;}
/* Elements generals */
xmp {
	font-family: Arial, Verdana;
	font-size: 1.2em;
	border: 1px solid black;
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

/* Elements generals */
form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

ul {	
	margin: 0 0 0 0;
	padding: 0;
}
ol {
	
}
ul li {
	margin: 0.3em 0 0.3em 0;
	padding:  0 0 0 13px;
	background: url("../img/bullet.png") 0px 7px no-repeat;
}
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;
	display: block;
}

ol li {

}
ul li span, ol li span {
	
}
ul li p, ol li p {	
	
}
ul li a, ol li a {
	
}

blockquote {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
}
strong {
	font-weight: bold;
}
img {
	border:0;
}
hr {
	border: none 0; 
	border-top: 1px solid #999;
	width: 99%;
	height: 1px;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.65em;
	line-height: 120%;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;
}
h2, h2 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.12em;
	line-height: 120%;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
h3, h3 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	line-height: 120%;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	text-decoration: none;
}
h4, h4 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.90em;
	line-height: 120%;
	color: #3F3F3F;
	margin-bottom: 20px;
	font-weight: normal;
}
h5, h5 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color: #3F3F3F;
	margin-bottom: 20px;
	font-weight: normal;
}
h6, h6 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color: #666;
	margin-bottom: 20px;
	font-weight: normal;
}

a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #800000;
}

audio {
	max-width: 100%;
}

/* 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;
	float: none;
}


/* 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;
}

.no-marge-superior {
	margin-top: -5px;
}
.versaleta {
	font-variant: small-caps;
}


/* ----  Titols ----*/
/* Títol pàgina */
.titol-pagina {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.45em;
	line-height: 120%;
	color: #333;
	margin: 0 0 0 -1px;
	width: calc(100% - 50px);
	float: left;
}
.titol-registre {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.7em;
	line-height: 120%;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	/*margin-left: 10px;*/
}


.titol-registre-cataleg {
	margin-left: 0;
	padding-left: 0;
}
.titol-registre-noticies {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 15px;
}
.titol-registre-noticies .titol-registre {
	margin: 0 0 10px 0;
} 
.titol-registre-noticies-int {
	padding: 0;
}
.titol-registre-noticies-int .subtitol {
	font-size: 0.9em;
}
.titol-registre-noticies-int  p {
	margin-bottom: 0 !important;	
}

/* Subtítol */
.subtitol {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: #333;
	margin-bottom: 5px;
}
/* Subtítol Vermell */
.subtitol-2 {
	color: #FF4338;
	font-size: 1em;
}
/* Subtítol Negreta */
.subtitol-3 {
	color: #333;
	font-weight: bold;
	font-size: 1em;
}

/* Títol de llista petit */
.titol-llista, a.titol-llista {
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
}
a.titol-llista:hover {
	text-decoration: underline;
	color: #800000;
}
/* Títol de llista mitjà */
.titol-llista-2, a.titol-llista-2 {
	text-decoration: none;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
}
a.titol-llista-2:hover {
	text-decoration: underline;
	color: #800000;
}
/* Títol de llista gran */
.titol-llista-3, a.titol-llista-3  {
	text-decoration: none;
	font-size: 1.7em;
	line-height: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
}
a.titol-llista-3:hover {
	text-decoration: underline;
	color: #800000;
}
/* Títol de llista ? */
.titol-llista-4, a.titol-llista-4  {
	text-decoration: none;
	font-size: 1.7em;
	line-height: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
}
a.titol-llista-4:hover {
	text-decoration: underline;
	color: #800000;
}



/* Títols interns */
h2.titol-intern {
	margin-top: 25px;
	margin-bottom: 10px;
}
.titol-intern {
	font-weight: bold;
}
.titol-intern span {
	
}
.CanviGrupCamps {
	color: #666;
	font-weight: 400;
	padding-top: 1em;
	width: 100%;
	margin-bottom: 1.2em;
	font-size: 1em;
	border-bottom: #999 1px solid;
	display: block;
}
.CanviGrupCamps span {
	
}
.titol-agrupacio {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 110%;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
	word-break: break-word;
}
.titol-agrupacio span {
	
}

/* Textes */
.text-portada-petit {
	line-height: 118%;
	font-weight: 400;
	font-size: 1.4em;
}
.text-portada-petit-negreta {
	line-height: 118%;
	font-weight: 700;
	font-size: 1.4em;
}
.text-portada-mitja {
	line-height: 118%;
	font-weight: 400;
	font-size: 1.52em;
}
.text-portada-gran {
	font-size: 2.4em;
	line-height: 118%;
	font-weight: 400;
}
.text-portada-mes-gran { 
	font-size: 2.9em;
	line-height: 118%;
	font-weight: 400;
}
.element-destacat-titol strong span  {
	font-weight: 700 !important;
}
.text, .texte {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 150%;
	color: #333;
}
div.text {
	display: inline;
}
.text-petit {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 120%;
	color: #333;
}
.sense-estil {
	
}
.text-resalta {
	color: #991227;
}
.text-vermell {
	color: #FF4338; 
}
.data {
	color: #666;
	padding: 0em 0 0.1em 0em;
	margin-bottom: 0.2em;
}
.MarcaCerca {
	color: #FF4338;
	font-weight: bold;
}
.gris {
	color: #999;
	text-decoration: none;
}
.txt_imatge{
	display: block;
	font-size: 0.9em;
	color: #999;
}
.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.PictoTxt {
	font-size: 0.8em;	
	color: #8D0E29;
}
.remarca {
	color: #666;
	font-weight: bold;
	font-size: 1em;
}


/* Links */
a.link {
	color: #800000;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
	color: #800000;
}
a.link-mini {
	color: #800000;
	font-size: 0.80em;
	text-decoration: underline;
	word-break: break-all;
}
a.link-mini:hover {
	text-decoration: underline;
	color: #800000;
}
a.link-negreta, .linknegreta {
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
}
a.link-negreta:hover {
	text-decoration: underline;
	color: #800000;
}
a.document {
	color: #800000;
	text-decoration: none;
}
a.document:hover {
	text-decoration: none;
	color: #800000;
}

/* Imatges */
.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}

/* ---- Imatges ---- */
.img-dreta  {
	float: right; 
	margin: 0 0 0 0;
	max-width: 100%;
}
.img-esquerra {
	float: left; 
	margin: 0 0 0 0;
	max-width: 100%;
}
.img-absolut-esquerra {
	float: left; 
	margin: 0 0 0 0;
	overflow: hidden;
	max-width: 100%;
}
.img-absolut-dreta {
	float: right; 
	margin: 0 0 0 0;
	max-width: 100%;
}

.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;	
}



/* Composició de formulari */
/* Elements de Formulari */
ul.formulari {
	margin: 0;
	text-align: left;
	width: 100%;
	border-top: 1px solid #999;
	padding: 1em 0 0.2em 0;
	color: #333;
	text-align: left;
}
ul.formulari li {
	clear: left;
	display: block;
	padding: 0 0 1em 0;
	margin: 0;
	list-style: none;
	background: none;
	overflow: hidden;
}
ul.formulari li.espaiat_sup {
	padding-top: 1em;	
}

/* Contenidor del grup camp i label */
ul.formulari li div.camp-label-ocult {
	display: none;
}
ul.formulari li div.camp-label { 
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
ul.formulari .camp-label-lateral {
	float: left;
}
ul.formulari li div.camp-label-inner {
	padding: 0 1em 0 2px;
}
ul.formulari li div.camp-label-inner-junt {
	display: flex;	
}

ul.formulari li div.camp-label-inner-junt div.camp {
	width: auto;
}
ul.formulari li div.camp-label-inner-junt label {
	margin: 0;
}


/* Contenidor del camp */
ul.formulari li .camp {
	padding: 2px 0 2px 0;
	width: 100%;
}
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 {
	
}

/* Contenidor del label */
ul.formulari li .label, 
ul.formulari li label {
	text-align: left;
	margin: 2px 0 0 0;
	padding: 2px 0 3px 0;
	font-size: 1em;
	display: block;
	vertical-align: bottom;
	color: #333;
}
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;
}


/* Elements de formulari */
ul.formulari li label.curt {
	width: 15% !important;	
}
.camp-lateral label, .camp-lateral>span {
	float: left;
}
ul.formulari li p.etiqueta {
	clear: left;
	color: #333;
	padding: 1em 0 0.1em 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.3em;
	display: inline-block;
	border-bottom: 1px solid #999;
	width: 100%;
}


/* Checkbox */
ul.formulari li .Check {
	float: left;
	margin: 0 0 0 1em;
}
ul.formulari li label.Check {
	float: left;
	margin: 0;
}
ul.formulari li p.Check {
	margin-top: 2px;	
}
ul.formulari li .camp-checkbox-esquerra {
	margin: 5px 1em 2px 2px;
}
.camp-check {
	float: left;
	display: block;
}


/* Camps especials de formulari */
ul.formulari li.linia-camps-requerits {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	color: #a41008;
}
ul.formulari li.txt_camps_req {
	font-weight: normal;
	padding: 0.5em 0em 0.5em 0;
	color: #333;
}
ul.formulari li span.total-pagar {
	float: left;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 2px 0 3px 0;
}
ul.formulari li fieldset input,
ul.formulari li fieldset label {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul.formulari li div p.camp,
ul.formulari li div span.camp,
 ul.formulari li div div.camp {
	padding: 2px 0 2px 0;
}
ul.formulari li p.camp .texte {
	margin-top: 0.3em;
}


/* Botons de formulari*/
ul.formulari li p.Botons {
	padding: 0;
	margin: 0 0 0 3px;
	display: block;
	overflow: hidden;
}
ul.formulari li.linia-botons {
	margin: 1em auto 1em auto;
	padding: 1.5em 0 0 3px;
	overflow: hidden;
	text-align: center;
}
ul.formulari li.linia-botons .Tbutton {
	float: none;
	display: inline-block;
}
ul.formulari li .camp-checkbox-esquerra {
	margin: 5px 1em 2px 2px;
}
.camp-check {
	float: left;
	display: block;
}

/* Sol·licitud de baixa */
ul.news_baixa {
	margin: 0.5em 0 0 0;
}
ul.news_baixa li {
	background: none;
	padding-left: 0;
}
ul.formulari li.news_baixa {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
ul.formulari li.news_baixa input, ul.formulari li input.checkbox {
	display: inline-block;
	margin-bottom: 8px;
}
ul.formulari li p.checkbox {
	width: auto !important;
	margin-bottom: 0;
	display: inline-block;
}
ul.formulari li.news_baixa label, ul.formulari li label.checkbox {
	display: inline-block;
	width: auto !important;
}
ul.formulari .borra-seccio {
	cursor: pointer;
}
ul.formulari .borra-seccio:hover {
	color: #800000;
}


/* Captcha */
.form-captcha {
	max-width: 350px;
}
span.txt_captcha {
	color: #333;
}

/* Botons de formulari */
ul.botonsformulari {
	clear: left;
	margin: 0em 5em 1em 0%;
	padding-top: 1em;
}
ul.botonsformulari li {
	display: inline;
	background: none;
}


/* Elements de formulari */
.tooltip {
	font-size: 0.75em;
	padding-left: 0.7em;
	vertical-align: top;
}
.formobj, .formobj-sel {
	font-size: 1.1em;
	border: 1px solid #999;
	width: 98.5%;
	margin-bottom: 0.6em;
	padding: 0.3em 0.5% 0.3em 1%;
	color: #666666;
	font-family: 'Montserrat', sans-serif;
}
.form-moneda {
	width: 90%;
}
.cerca_adreca {
	width: 45%;
	padding: 1px 2px 1px 2px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.formTxtArea, .form-area {
	font-size: 1.1em;
	border: #999 solid 1px;
	width: 98.5%;
	margin-bottom: 0.6em;
	font-family: 'Montserrat', sans-serif;
	padding: 0.3em 0.5% 0.3em 1%;
}
input.Data {
	margin-right: 10px;
	/*background: white url('../img/btn_calendar.gif') 99% 5px no-repeat;*/
}
input.formobj-cerca {
	width: calc(100% - 80px);
	float: left;
}
.Tbutton.fas, .Tbutton-cerca.fas {
	font-family: 'Font Awesome 5 Free';
}
.Tbutton, .Tbutton-cerca {
	font-family: 'Montserrat', sans-serif;
	background-color: #666;
	text-align: center;
	margin-bottom: 0.3em;
	margin-right: 1em;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	text-decoration: none;
}
.Tbutton:hover, .Tbutton-cerca:hover {
	background-color: #ffffff;
	color: #666;
	text-decoration: none;
}
.total-pagar {
	font-weight: bold;
}


/* Signatura */
#errors-signatura {
	display: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
}
#btn-signa {
	background-color: #269741;
	margin-right: 1.3em;
	float: left;
}
#btn-signa:hover {
	background-color: #65d882;
	text-decoration:none;
}
#btn-signa-paga {
	background-color: #269741;
	margin-right: 0.7em;
	float: left;
}
#btn-signa-paga:hover {
	background-color: #65d882;
	text-decoration:none;
}
#btn-paga {
	margin-right: 1.3em;
	float: left;
}

/* Divs de formulari de pagament */
#formulari-ingres {
	display: none;
	width: 100%;
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 16;
	height: 100%;
}
#fons-pagament {
	position: fixed; 
	top: 0; 
	left: 0; 
	text-align: center;
	display: none;
	min-width: 100%;
	min-height: 100%;
	z-index: 15;
	background-color: #f2f2f2;
}
#fons-pagament .loading-pagament {
	position: absolute;
	top: 33%;
	left: 0%;
	width: 100%;
	padding: 0 0 35px 0;
	z-index: 15;
	background: transparent url('/mant/img/wait.gif') center bottom no-repeat;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#fons-pagament .loading-pagament .inner-loading {
	position: inherit;
}
#fons-pagament .loading-pagament i {
	color: #000000;
}
#fons-pagament h2 {
	display: block;
	font-size: 15px;
	color: #ad2a1e;
	font-weight: bold;	
	text-align: center;
	padding: 8px 10px 8px 10px;
}
#formulari-estatpagament {
	font-size: 1.2em;
}
#formulari-estatpagament .msg_pagament {
	
}
#formulari-botons-pagament {
	clear: both;
	overflow: hidden;
	margin: 0.5em 0 0.5em 0;
	padding: 1em;
}

/* Finestra emergent d'avís legal */
.finestra-emergent {
	position: fixed;
	top: 0%;
	left: 0%;
	
	display: none;
	z-index: 2010;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 233, 233, 0.5);
}
.finestra-emergent.show-finestra {
	display: flex;
}
.finestra-emergent .interior-finestra {
	margin-top: 20%;
	overflow: auto;
	padding: 2% 2% 2% 2%;
	position: relative;
	border: 2px solid #000000;
	background-color: white;
}

.error-import {
	color: #FF0000;
	font-size: 0.9em;
	font-weight: normal;
}
a.descarrega-doc {
	background: url('../img/icone-document.gif') top left no-repeat;
	padding: 4px 0px 15px 35px;
	text-decoration: none;
}


/* 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;
}

/* Llistat de portada amb imatges */
ul.llista-portada-amb-imatges {
	margin: 1.2em 0 0 0;
	padding: 0;
	list-style: none;	
	color: #444e5c;
}
ul.llista-portada-amb-imatges li {
	padding: 0;	
	display: list-item;
	text-align: justify;
	margin: 0 0 1.2em 0;
	overflow: hidden;
	background-image: none;
}
ul.llista-portada-amb-imatges li img {
	margin-top: 5px;
	max-width: 100%;	
}
ul.llista-amb-imatges li p {
	margin-bottom: 0.4em;	
}
ul.llista-portada-amb-imatges li .llista-cont-img {
	float: left;
	width: 47%;
}
ul.llista-portada-amb-imatges li .llista-contingut  {
	padding: 0.6em 0 0 0;
	clear: both;
}
ul.llista-portada-amb-imatges li .llista-img {
    width: 20%;
	min-height: 1em;
    height: 100%;
    float: left;
}

/* Llistat de portada sense imatges */
ul.llista-portada-sense-imatges {	
	margin: 1.2em 0 0 0;
	padding: 0;
	list-style: none;	
	color: #444e5c;
}
ul.llista-portada-sense-imatges li {
	padding: 0px 0px 0.8em 1em;
	text-align: left;
	background: url("../img/punt_llista.gif") 0px 2px no-repeat;
}

/* Llistat Calendari */
ul.llista-portada-calendari {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;	
	color: #444e5c;
}
ul.llista-portada-calendari li {
	padding: 6px 0px 8px 43px;	
	text-align: justify;
	background: url("../img/calendari_llista.gif") 0px 10px no-repeat;
}


/* Llista amb imatges */
ul.llista-amb-imatges {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444e5c;
}
ul.llista-amb-imatges li {
	margin: 0 0 1.5em 0;
	padding: 0;	
	display: block;
	text-align: justify;
	background-image: none;
	overflow: hidden;
}
ul.llista-amb-imatges li.sense-registres {
	padding: 0;	
	display: list-item;
	text-align: justify;
	margin: 0 0 0 3em;
	background: none;
	position: inherit;
}
ul.llista-amb-imatges li img {
	max-width: 100%;
}
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-cont-img {
    overflow: hidden;
    max-width: 80%;
}
ul.llista-amb-imatges li .llista-descripcio {
    margin: 0.5em 0 0.5em 0;
}

.sense-registres {
	font-size: 1.1em;
	clear: both;
	margin-top: 20px !important;
	display: inline-block !important;
}

/* Element de més informació */
ul li.mes-informacio, p.mes-informacio {
	color: #ad2a1e;
	padding: 2.5em 0 10px 0;	
	text-decoration: none;
	background: none;
	vertical-align: bottom;
}
/* Element de l'enllaç a RSS */
.rss-portada {
	margin: -10px 0 20px 10px;
}
.rss-llistats {
	text-align: right;
	margin: -10px 10px 10px 0;
}


/* Temes del detall d'un registre */
.temes-Registre {
	margin: -0.4em 0 1em 0;
	color: gray;
	font-size: 0.9em;
}
.temes-registre strong {
	font-size: 1.1em;
	color: #666666;	
}

/* Categories del detall d'un registre */
.categories-registre {
	margin: -0.4em 0 1em 0;
	color: gray;
	font-size: 0.9em;
}
.categories-registre strong {
	font-size: 1.1em;
	color: #666666;	
}

/* Taules */
table.taula {
	width: 98%;
	margin-top: 0;
}
table.taula thead {
	
}
table.taula thead tr th {
	padding: 10px 5px 3px 5px;
	margin: 0;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 120%;
	
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
table.taula tbody tr {
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px; 
	
}	
table.taula.Imparell {
	/*background-color: #f1f1f1;*/
}
table.taula th.fons {
	background-color: #f1f1f1;
}
table.taula tr.Over {
	background-color: #d9dadb;
	cursor: pointer;
}
table.taula tr.sense-registres {
	vertical-align: middle; 
	height: 5em;
}
table.taula th {
	font-weight: bold;
	text-align: left;
}
table.taula td {
	text-align: left;
	vertical-align: top;
	padding: 0.3em 0.3em 0.2em 0.5em;
	border-bottom: 1px solid #999;
}
table.taula td div.cerca-docs {
	margin: 0.5em 0 1em 1em;	
}
table.taula td.pictos {
	white-space: nowrap;
	padding-top: 0.3em;	
}
table.taula td.contingut_taula {
	width: 85%;
}
table.taula td.campTitol {
	width: 90%;	
}
table.taula td.cos {

}


/* Paginació de les taules */
.TxtPaginacio {
	margin: 5px 0 5px 0px;
	padding: 3px 0 3px 0;
	overflow: hidden;
	color: #333;
}
*html .TxtPaginacio {
	height: 1.8em;
}
.TxtPaginacio .TxtRegistres {
	float: left;
}
.TxtPaginacio .TxtPagines {
	float: left;
	font-size: 1.1em;
}
a.linkpaginacio {
	margin-left: 5px;
	margin-right: 7px;
	color: #800000;
	font-size: 0.9em;
	text-decoration: none;
}
a.linkpaginacio:hover {
	text-decoration: none;
	color: #800000;
}
.linkpaginacio_Sel {
	color: #800000;
	font-size: 0.9em;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 7px;
}
.linkpaginaciofltx {
	color: #800000;
	font-size: 0.9em;
}

/* Mapes GMaps */
.mapa-plantilla, .mapa-llista {
	width: 100%; 
	height: 400px;
	border: 0;
	margin-top: 1em;
}
.mapa-detall {
	width: 100%;
	height: 320px;
	border: 0;
	margin-top: 1em;
}

/* Evita problemes de visualització del maps */
.Mapa_LLista img, .mapa-llista img, .mapa-plantilla img {
	max-width: inherit;
}
.Mapa_Detall img, .mapa-detall img {
	max-width: inherit;
}

div.mapa-text-punt {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.mapa-text-punt p {
	line-height: 100%;
}
div.mapa-text-punt .Imatge {
	min-height: 90px;
	display: block;
	margin-bottom: 5px;
	float: left;
}
div.mapa-text-punt .Adreca {
	font-size: 0.9em;
	font-weight: bold;
}
div.mapa-text-punt .Descripcio {
	font-size: 0.9em;
}


/* 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-size: 0.9em;
	text-decoration: none;
}


/* Fitxa directori */
table.fitxa {
	border: 0;
	font-size: 1em;
	width: 94%;
	background-color: #eeeeed;
}
table.fitxa th {
	font-weight: bold;
	font-size: 1.1em;
	padding: 4px 10px 4px 5px;
	width: 30%;
	vertical-align: top;
	background-color: #c3cad2;
	color: #00457d;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
}
table.fitxa th.separador {
	width: auto;
	padding: 4px 10px 4px 5px;
	background-color: #ffffff;
	color: #00457d;
}
table.fitxa td {
	color: #404040;
	empty-cells: show;
	border-bottom: 4px solid white;
	padding: 4px 10px 4px 5px;
}
table.fitxa td ul {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
table.fitxa td li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Registres relacionats */
.elem_relacionat {
	color: #c62b2b;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.elem_relacionat {
	color: #c62b2b;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.elem_relacionat:hover {
	text-decoration: underline;
	color: #800000;
}


/* Galeria d'imatges */
.gutter-galeria-imatges {
	width: 2%;
}
ul.galeria-imatges {
	list-style: none;
	margin: 0.5em 0 1em 0 !important;
	padding: 0 !important;
	overflow: hidden;
	display: block;
	width: 100%;
}
ul.galeria-imatges li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	background: none !important;
}
ul.galeria-imatges li p {
	padding: 5px 0 0 0;
	text-align: left;
	color: #999;
}
ul.galeria-imatges li img {
	max-width: 100%;
}

/* Galeria de Videos Youtube */
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 15px 13px 0px;
	background: none !important;
}
ul.galeria-videos li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	white-space: normal;
}
a.video {
	position: relative !important;
	display: block !important;
}
a.video img {
	width: 100%;
}
a.video img.fons_video {
	position: absolute;
	top: 40%;
	left: 44%;
	z-index: 100;
	width: 48px;
	height: 48px;
}
*html a.video img.fons_video {
	display: none;	
}


/* Llista MapaWeb */
ul.mapa-web li {
	
}
ul.mapa-web li a {
	font-weight: bold;
	color: #ad2a1e;
}
ul.mapa-web li a:hover {
	text-decoration: underline;
	color: #800000;
}
ul.mapa-web ul li a {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
ul.mapa-web ul li a:hover {
	text-decoration: underline;
}
ul.mapa-web ul ul li a {
	color: #808080;
	font-weight: normal;
}
ul.mapa-web ul ul li a:hover {
	text-decoration: underline;
}



/* Relacions simples */
ul.RelacionsSimple {
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.RelacionsSimple  li {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;	
}

/* Enquestes */
.enquestes {
	margin: 0 20px 15px 0;
	padding: 0;
	color: #2f2f2f;
	width: auto !important;
}
.enquestes .text-enquestes {
	margin: 5px 0 10px 0;
}
.enquestes .boto-enquesta {
	text-align: center;
}
.enquestes .boto-enquesta input {
	background-color: #973228;
	padding: 10px 12px 10px 12px;
	font-size: 1.2em;
	color: #ffffff;
	border: 0;
	margin: 5px 0px 0 0px;
}
.enquestes .opcio-enquesta {
	margin-left: 2.5em;
	margin-bottom: 7px;	
}
.enquestes .barra-enquesta, .enquestes-pagina .barra-enquesta {
	float: right; 
	margin-bottom: 3px; 
	background-color: #999999; 
	border: 1px solid #666; 
	height: 15px;
}
.enquestes .resposta-enquesta, .enquestes-pagina .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;
}
fieldset.opcions-enquesta {
	margin-top: 1em;
}
fieldset.opcions-enquesta p {
	margin: 0 0 1em 0;
}

/* Enquestes */
ul.enquestes-pagina {
	
}
ul.enquestes-pagina p {
	margin-bottom: 5px;
}
.alinia-dreta {
	text-align: right;
}

/* Comentaris */
h2.TitolComentaris {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;	
}
div.barra-comentaris {
	width: 97%;
	border-bottom: 1px solid grey;
	margin: 1.5em 0 1.3em 0;
	overflow: hidden;
}
div.barra-comentaris h2 {
	font-size: 1.3em;
	color: #FF4338;
	font-weight: bold;
	display: block;
	float: left;
}
div.barra-comentaris div.links-comentaris {
	float: right;
}
.afegir-comentari {
	display: none;
}
.afegir-comentari ul.formulari {
	border-top: 0;
	padding-top: 0;
}
.afegir-comentari ul.formulari li {
	padding-bottom: 0;	
}
div.comentaris, .div-comentaris {
	margin-bottom: 3em;
}
.comentari-pendent-validat {
	color: #333;
	font-weight: normal;
	font-size: 0.8em;
}

ol.comentaris {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2.5em;
	margin-right: 1.8em;
}
ol.comentaris li {
	font-size: 1.2em;
	color:  #FF4338;
	margin-bottom: 1.5em;
	font-weight: bold;
}
ol.comentaris li div.capcom {
	color: #FF4338;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0em 0em 0.3em 0em;
}
ol.comentaris li div.contcom {
	background-color: #eeeeed;
	font-size: 0.8em;
	padding: 0.9em 0 0.9em 0;
	color: #333;
	font-weight: normal;
}
ol.comentaris li.comentari-eliminat div.contcom {
	background-color: #FFC;	
}
ol.comentaris li div.peucom {
	background-color: #333;
	color: white;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0.1em 0.5em 0.1em 0.5em;
}


/* Divs personalitzats */
div.Requade_Punts {
	border: 1px dotted #e5e0c2;
	margin: 0px 5px 15px 3px;
}

/* Template Banners */
/* Galeria Banners */
ul.galeria-banners {
    margin: 0;    
    padding: 0;
    border: 0;
    overflow: hidden;
    list-style: none;
}
ul.galeria-banners li {
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    background: none;
}
ul.galeria-banners li .cont-banner {
	margin: 1.2em 1.5em 0.9em 0;
}
ul.galeria-banners li .cont-banner span {
	display: block;
}

/* Requadre d'advertència d'idioma */
#DivTxtAdvIdioma {
	clear: both;
	border: 2px #666666 dashed;
	background-color: #e6e6e6;
	margin-bottom: 2em;
	padding: 1em;
}

.contingut-detall-registre i.fa,  
.contingut-detall-registre i.far,
.contingut-detall-registre i.fas {
	color: #FF4338;
	margin-right: 4px;
}

/* Certificats */
#alies-certificats {
	margin: 0.9em 0 1.1em 0;
	display: none;
}
#carregant-certificats {
	margin: 1em 0 0 0;
}
#valida-certificat {
	display: none;
}

table.certificat {
	border: 0;
	color: #333;
	text-align: left;
	font-size: 1em;
	text-align: left;
	width: 99%;
}
table.certificat th {
	font-weight: bold;
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	color: #333;
	padding: 0.5em 6px 0.3em 8px;
}
table.certificat td {
	empty-cells: show;
	padding: 0.5em 6px 0.3em 8px;
	font-size: 1.2em;
}
.iframeCert { 
	width: 100%;
	height: 420px; 
	border:  1px solid white;
	font-size: 0.8em;
	background-color: white;
}
.DivBotoCert {
	clear: both;
	margin: 2em 0 1em 0;
	border: 1px solid #ffffff;
	background-color: #F4F4F4;
	height: auto;
	overflow: hidden;
	padding: 1em 1em 1em 1em;
}
.DivBotoCert p {
	line-height: 1.6em;
}
.DivBotoCert a {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #CCCCCC; 
	border: 1px solid #ffffff;
	margin: 0 0 5px 20px;
	cursor: pointer;
	padding: 0.2em 1em 0 1em;
	text-decoration: none;
	float: right;
	display: block;
}

/* 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: #B6FCDE url("../img/Ok.gif") right 5px no-repeat;
	border: 1px solid #006666;
}
#VerificaSignatura.signaErr, #VerificaTSA.signaErr, #VerificaCertificat.signaErr {
	background: #FFE1E1 url("../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: 0;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 0;
}
.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;
}

ul.BotonsSegueixnos {
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	display: block;
	list-style: none;
}
ul.BotonsSegueixnos li {
	padding: 0;
	margin: 0 5px 0 0;
	display: inline;
	background: none;
}
ul.BotonsSegueixnos li.titol-seg {
	margin: 0 10px 0 0;
	color: #808080;
	font-weight: bold;
	vertical-align: top;
}


/* Filtre de llistats interiors */
.filtre {
	float: left;
	margin-bottom: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	display: flex;
    width: 100%;
    flex-flow: row wrap;
}
.filtre-amb-col-adj {
	width: 480px;
}
.filtre p {
	overflow: hidden;
	float: left;
	width: 230px;
	margin: 0 10px 0 0 !important;
}
.filtre p a {
	font-weight: bold;
	display: block;
	padding: 0.4em 0 0 0.2em;
	font-size: 1em;
	font-size: 1.1em;
	line-height: 110%;
	color: #333;
}
.filtre p a:hover {
	color: #800000;
}
.filtre label {
	margin: 0 1em 0 0;
	font-weight: bold;
	vertical-align: baseline;
}
.filtre select.formobj-sel, .filtre input.formobj {
	background-color: #ffffff;
	font-size: 1.1em;
	border: 1px solid #999;
	width: 96.2%;
	width: calc(100% - 18px);
	margin-bottom: 0.6em;
	padding: 0.3em 6px 0.3em 10px;
	color: #666666;
}
.filtre select.formobj-sel {
	width: 99%;
	padding: 0.3em 0.5% 0.2em 1%;
}
.filtre .Tbutton, .filtre .Tbutton-cerca {
	float: left;
	margin-bottom: 0.6em;
	padding: 7px 10px 8px 10px;
}
.filtre .salt-linia {
	clear: both;
}

.botons-accions {
	float: left;
	overflow: hidden;
	margin: -3px 0 0 50px;
	padding: 0;
}
.boto-google {
	width: 70px;
	overflow: hidden;
	float: left;
}
.hide-label {
	
}


/* Llegenda de Mapes */
div.llegenda_mapa {
	clear: both;
	margin: 0 0 1em 0;
	overflow: hidden;
}
div.llegenda_mapa_categories {
	overflow: hidden;
	margin: -0.9em 0 0 0;
	padding: 1.1em 0.5em 0.2em 0.7em;
}
div.llegenda_mapa p.llegenda_mapa_modul {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0.8em 0 0.3em 0;
	clear: both;
}
div.llegenda_mapa p.llegenda_mapa_grup_categoria {
	width: 19.4em;
	display: block;	
	float: left;
	margin: 0 0.3em 0 0 !important;;
	padding: 0 !important;
	text-align: left;
	min-height: 3.3em;
	font-size: 0.9em;
	line-height: 1em;
}
div.llegenda_mapa p.llegenda_mapa_grup_categoria input {
	margin-top: 0.5em;
    float: left;
}
div.llegenda_mapa p.llegenda_mapa_grup_categoria img {
	margin: 0 5px -9px 7px;
}
div.llegenda_mapa p.llegenda_mapa_grup_categoria label{
	display: block;
	float: right;
	width: 14.3em;
	text-align: left;
	margin-top: 0.5em;
	margin-right: 6px;
	vertical-align: middle;
}
/* Div amb text d'un punt en el mapa */
div.mapa-text-punt {
	margin: 0;
	max-height: 150px;
	padding: 0;
}
div.mapa-text-punt .Imatge {
	min-height: 90px;
	display: block;
	margin-bottom: 5px;
	float: left;
}
div.mapa-text-punt .Adreca {
	font-size: 0.9em;
	font-weight: bold;
	color: #870020;
}
div.mapa-text-punt .Descripcio {
	font-size: 0.9em;
}
a.peumapa {
	margin-top: 0.3em;
	display: inline-block;
}


/* Rotador */
.element-rotador {
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.element-rotador-portada {
	overflow: hidden;
	float: left;
	display: block;
	padding: 0;
	height: 330px;
	background-color: red;
}
ul.rotador {
	margin: 0;
	padding: 0; 
	list-style: none;
	overflow: hidden;
	/*height: 330px;*/
	display: none;
	max-width: 100%;
}
ul.rotador li {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	display: block;
	overflow: hidden;
	height: auto;
	width: 100%;
}
/*
ul.rotador div.imatge_galeria {
	height: 563px;
}
ul.rotador div.imatge_galeria img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	margin: auto auto;
	height: 100%;
}
*/
ul.rotador div.img-rotador-portada {
	height: 560px;
}
ul.rotador div.img-rotador-portada {
	background-repeat: no-repeat;
    text-decoration: none;
    /* background-size: cover; */
    background-size: auto 100%;
    background-position: center center;
}
ul.rotador div.imatge-rotador-mobil {
	display: none;
}

ul.rotador li.rotador-height {
	min-height: 200px;
	height: 100%;
}
ul.rotador li .llista-img {
	float: left;
	width: 470px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}
div.amplada3 ul.rotador li .llista-img {
	width: 478px;
}
div.amplada4 ul.rotador li .llista-img {
	width: 710px;
}
ul.rotador li .llista-cont-img-no-absolut, ul.rotador li .llista-cont-img {
	width: 200px;
	float: right;
	height: 270px;
	padding: 20px;
	text-align: left;
	overflow: hidden;
	z-index: 150;
}
ul.rotador li .panelDesc {
	max-width: calc(100% - 20px);
	margin: 10px 10px 35px 10px;
}
.element-rotador-portada .owl-theme .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: right;
	white-space: nowrap;
	margin-right: 20px;
}
.boto-pausa {
	display: inline-block;
    zoom: 1;
    float: right;
    margin-left: 10px;
    position: absolute;
    bottom: 3px;
    right: 5px;
    z-index: 1000;
}
.boto-pausa:hover {
	cursor: pointer;
}
.element-rotador-portada .flowplayer {
	height: 100%;
}


/* ************* Perfil del contractant ************* */
#col-cont-adjunts {
    width: 275px;
    float: right;
}
#col-cont-contingut-amb-adjunts, .col-cont-contingut-amb-adjunts {
    float: left;
    height: auto;
    width: 465px;
    margin-top: 10px;
    overflow: hidden;
}
#col-cont-adjunts #filtres-perfil {	
	background-color: #e6e3d2;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 0 10px;
	overflow: hidden;
}
#col-cont-contingut-amb-adjunts .titol-intern {
	color: #00457D;
	font-weight: bold;
	padding-top: 1em;
	width: 90%;
	margin-bottom: 1.2em;
	font-size: 1.2em;
	border-bottom: #C28B8B 1px solid;
	display: block;
	padding-left: 7px;
}
#col-cont-adjunts #filtres-perfil p {
	margin-bottom: 1em;	
}
#col-cont-adjunts #filtres-perfil .titol-filtre-perfil {
	color: #7c0f0e;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
}
#col-cont-adjunts #filtres-perfil .lbl_filtre {
	color : #00457d;
	display: block;
	font-style: normal;
	font-weight: bold;
}
#col-cont-adjunts #filtres-perfil .input_filtre1 {
	width: 92%;
}
#col-cont-adjunts #filtres-perfil .input_filtre {
	width: 94%;
	margin: 0;
	padding: 0;
}
#col-cont-adjunts #filtres-perfil .Tbutton {
	margin-top: 20px;
	margin-right: 15px;
	float: right;		
}
#col-cont-adjunts #rss-perfil {	
	margin: 30px 0 0 10px;	
	padding: 10px 10px 10px 10px;
	background-color: #e6e3d2;
}
#col-cont-adjunts #rss-perfil a {
	color: #00457d;
	font-weight: bold; 
	display: block;
	padding: 5px 5px 5px 32px;
	background:  url("../img/rss-icon.gif") 5px center  no-repeat;
}
#col-cont-adjunts #links-perfil {
	margin: 25px 0 0 10px;	
	padding: 10px 10px 10px 10px;
}
#col-cont-adjunts #links-perfil ul.registre-adjunts {
	margin: 10px 0 0 10px;
}
#col-cont-adjunts #links-perfil ul.registre-adjunts li {
	padding: 0 0 2px 22px;
	min-height: 20px;
	background: transparent url("../img/ico-enllac.gif") scroll no-repeat top left;	
}
ul.registres-perfil {
	padding: 0 1em 0 1em;
	margin: 0 0 0 0;
	text-align: left;
	width: 95%;
}
ul.registres-perfil li {
	border-bottom: 2px dotted #C28B8B;
	padding: 1em 0 1em 0;
	margin: 0;
	list-style: none;	
	background: none;
	color: black;
	font-weight: normal;			
}
ul.registres-perfil li p.data-element-perfil {
	color: gray;
}
ul.registres-perfil li a.titol-registre-perfil {
	font-size: 1em;	
	color: #7c0f0e;
	text-decoration: none;
}
ul.registres-perfil li p.titol-anunci-perfil {
	font-size: 1em;
	font-weight: bold;
	color: gray;
}
ul.registres-perfil li div.perfil-segellat p a {
	color: #7c0f0e;
}
ul.registres-perfil li p a {
	color: #7c0f0e;
}
ul.registres-perfil p.document {
    padding: 0px 0px 2px 22px;
    min-height: 20px;
    background: url("../img/ico-document.gif") no-repeat scroll left top transparent;
    color: rgb(141, 52, 58);
}
ul.registres-perfil li div.perfil-segellat {
	padding: 5px 5px 3px 24px;
	background: #ffffff url("../img/certificate_ok.gif") scroll no-repeat 3px 6px;
}
ul.element-perfil {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
}
ul.element-perfil li {
	display: block;
	overflow: hidden;
	clear: both;
}
ul.element-perfil li p.elem_dreta {
	float: right;
	text-align: right;
	white-space: normal;
	width: 45%;
}
ul.element-perfil li p.elem_esquerra {
	float: left;
	text-align: left;
	white-space: normal;
	width: 55%;
	font-weight: bold;
		
}


/* Classes de tabs */
div.tabs {
	overflow: hidden;
	background-color: #ffffff;
}
div.tabs ul.tabs {
	list-style: none;
	margin: 0;
	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-unica {
	padding: 0 0 0 0;
	width: 100% !important;
}
div.tabs ul.tabs li.tabs a, div.tabs ul.tabs li.a {
	background-color: #b3b3b3;
	color: #ffffff;
	margin: 1px 1px 2px 1px;
	white-space: nowrap;	
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 24px;
	font-size: 1.1em;
}
div.tabs ul.tabs li.last a {
	margin: 1px 5px 2px 1px;
}
div.tabs ul.tabs li.tabs-unica a {
	margin: 0;
}
div.tabs ul.tabs li.selected {
	
}
div.tabs ul.tabs li.prev_selected {
	
}
div.tabs ul.tabs li.selected a {
	background-color: rgb(255, 67, 56);
	color: #ffffff;
}
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;
}

/* El mes vist */
ul.llista-el-mes {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.llista-el-mes li {
	margin: 0;
	padding: 0.5em 0 0.8em 0;
	background: none !important;
	font-size: 1.1em;
	border-bottom: 1px solid #999;
}
ul.llista-el-mes li.ultim {
	border-bottom: 0;
	padding-bottom: 0.4em;
}


ul.llista-el-mes li .elmes-pare {
	font-weight: normal;
}
ul.llista-el-mes li a {
	
}
.elmes-visites {
	
}
.elmes-data {
	color: #333333;
	font-size: 0.9em;
}


/* Videos responsiu */
.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%;
    z-index: 1;
}


#fancybox-buttons ul li {
	background: none;
}


.disabled {
	opacity: .50; 
	filter: alpha(opacity=50);
	color: #cccccc;
}


#jquery-loader-background { background-color: silver }
#jquery-loader.carregant {
    display: block;
    position: fixed;
    opacity: 0.88;
    box-shadow: rgb(255, 255, 255) 0px 1px 1px -1px;
    border: 0;
   	padding-bottom: 40px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 15px;
	min-height: 4.3em;
    text-align: center;
    color: #ffffff;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	text-shadow: rgb(17, 17, 17) 0px 1px 0px;
	line-height: 1.4em;
	
    background-image: url('/comu/loader/loader2.gif');
    background-position: center 4em;
    background-repeat: no-repeat;
	-webkit-box-shadow: rgb(255, 255, 255) 0px 1px 1px -1px;
	background-attachment: scroll;
	background-color: rgb(42, 42, 42);
	
	border-color: rgb(255, 255, 255);
	border-radius: 5px;
	border-style: none;
	border-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
}

.text1 {
	color: #ff0000;
}
.text2 {
	font-weight: bold;
}
.text3 {
	font-style: italic;
}
.taula1 {
	width:100%;
	border: 1px solid #cccccc;
}
.taula1 tr.head, .taula1 tr.head td.camp1, .taula1 tr.head td.camp2, .taula1 tr.head td.camp3 {
	background-color: #000000;
	color: #ffffff;	
	font-weight: normal;
}

.taula1 td.camp1 {
	color: #0000FF;	
}
.taula1 td.camp2 {
	font-weight: bold;
}
.taula1 td.camp3 {
	color: #ff0000;
}

.taula2 {
	width:100%;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}	
.taula2 tr.head, .taula2 tr.head td.camp1, .taula2 tr.head td.camp2, .taula2 tr.head td.camp3 {
	background-color: #0000ff;
	color: #ffffff;	
	font-weight: normal;
}

.taula2 td.camp1 {
	color: #0000FF;	
}
.taula2 td.camp2 {
	font-weight: bold;
}
.taula2 td.camp3 {
	color: #ff0000;
}


.taula3 {
	width:100%;
	border: 1px solid #cccccc;
}	
.taula3 tr.head, .taula3 tr.head td.camp1, .taula3 tr.head td.camp2, .taula3 tr.head td.camp3 {
	background-color: #ffffff;
	color: #000000;	
	font-weight: bold;
}

.taula3 td.camp1 {
	color: #0000FF;	
}
.taula3 td.camp2 {
	font-weight: bold;
}
.taula3 td.camp3 {
	color: #ff0000;
}

/* Autocompletat ERES */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	
	background: none;
	text-align: left;
}
.ui-menu-item a {
	background: none !important;
	width: 100%;
	border: 0 !important;
}
.ui-menu-item .ui-corner-all {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ui-menu-item a:hover {
	text-decoration: underline;
}


/* Elements de pàgina */
.element {
	clear: both;
	overflow: hidden;
}
.element-portada {
	display: block;
	margin: 0 10px 9px 0;
	float: left;
	text-decoration: none;
}
.element-portada a {
	text-decoration: none;	
}
.element-portada a:hover {
	text-decoration: none;
}
.element-masonry {
	display: block;
	margin: 0 0 10px 0;
	float: left;
	text-decoration: none;
}
.element-masonry a {
	text-decoration: none;	
}
.element-masonry a:hover {
	text-decoration: none;
}

.cursor-pointer:hover {
	cursor: pointer;
}
.element-destacat {
	line-height: 120%;
	font-weight: 700;
	color: #fff;
	
	cursor: pointer;
    
    background-position: -1000% -1000%;
    background-repeat: no-repeat;
    text-decoration: none;
    /*background-size: cover;*/
    background-size: auto 100%;
}
.element-destacat:hover {
	text-decoration: none;
}
.element-destacat p {
	transition: color 0.3s ease;
	
}
.element-destacat.no-hover {
	cursor: inherit;
}

.element-destacat-text-blanc-off, .element-destacat-text-blanc-off p,
.element-destacat-text-blanc-off span {
	color: white !important;
}
.element-destacat-text-negre-off, .element-destacat-text-negre-off p,
.element-destacat-text-negre-off span {
	color: black !important;
}
.element-destacat-text-blanc-on:hover, .element-destacat-text-blanc-on:hover p,
.element-destacat-text-blanc-on:hover span
 {
	color: white !important;
}
.element-destacat-text-negre-on:hover, .element-destacat-text-negre-on:hover p,
.element-destacat-text-negre-on:hover span {
	color: black !important;
}

.no-padding {
	padding: 0 !important;
}

.amplada1 .element-destacat-titol {
	padding-left: 20px;
	padding-right: 20px;
	word-break: break-word;
}
.amplada2 .element-destacat-titol, .amplada3 .element-destacat-titol {
	padding-left: 35px;
	padding-right: 35px;
	word-break: break-word;
}
.alcada1 .element-destacat-titol {
	padding-top: 18px;
	padding-bottom: 18px; 
	word-break: break-word;
}
.alcada2 .element-destacat-titol, .alcada3 .element-destacat-titol {
	padding-top: 35px;
	padding-bottom: 35px; 
	word-break: break-word;
}
.amplada1 {
	width: 230px;
}
.alcada1 {
	height: 160px;
}
.amplada2 {
	width: 470px;
}
.alcada2 {
	height: 330px; 
}
.amplada3 {
	width: 710px;
}
.alcada3 {
	height: 500px; 
}
.amplada4 {
	width: 950px;
}

.alcada1 .element-portada-int {
	padding: 10px;
	position: relative;
}
.alcada1 .element-portada-int p.titol {
	margin-bottom: 0.8em;
}
.alcada1 .element-portada-int p {
	line-height: 180%;
}
.alcada2 .element-portada-int {
	padding: 35px 35px 35px 35px;
	position: relative;
	height: 260px;	
}
.element-portada-int-bottom {
	position: absolute;
	bottom: 35px;
	left: 35ppx;
}

/* Icones */
.cercle-negre {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding: 0;
	display: block;
	height: 25px;
	width: 25px;
	border-radius: 25px;
}
.cercle-negre i {
	color: #FFF;
	font-size: 14px;
	padding: 5px 0 0 0;
}
.cercle-negre:hover {
	background-color: #800000;
}
.icona-capcalera {
	background-color: transparent;
	text-align: center;
	vertical-align: bottom;
	color: #666666;
	padding: 0;
	display: inline-block;
	width: 30px;
}
.icona-capcalera i {
	color: #666666;
	font-size: 20px;
	padding: 0;
}
.icona-capcalera i.fa-globe {
	
}


.icona-capcalera:hover i {
	color: #800000;
}



.facebook, .facebook-f {
	background-color: #303D95;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twitter {
	background-color: #139ADD;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.youtube {
	background-color: #FA001D;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.flickr {
	background-color: #FF0082;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rss {
	background-color: #FBB03B;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.instagram {
	background-color: #2c5c82;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.compartir {
	background-color: #666;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ultim-link {
	margin-right: 0 !important;
}
.rss:hover, .flickr:hover, .youtube:hover, .twitter:hover, .facebook:hover, .facebook-f:hover, .compartir:hover, .instagram:hover {
	background-color: #fff;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #333;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	-webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color ease 0.2s, color ease 0.2s;
    cursor: pointer;
}

/* Temes */
ul.llista-temes {
	margin: 1.2em 0 0 0;
	padding: 0;
	list-style: none;	
	color: #444e5c;
}
ul.llista-temes li {
	list-style: none;	
	background: none;
	overflow:hidden;
}
ul.llista-temes li img {
	float:left;
	width: 25%;
	padding-right: 12px;
}

.tema-entradeta {
	background-color: #00B3E3;
	padding: 20px;
	height: 290px;
	width: 190px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 0px;
	float: left;
}
.tema-entradeta h1.titol-pagina {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	line-height: 120%;
	font-weight: 700;
	color: #fff;
}
.tema-entradeta .text-entradeta {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: 400;
	color: #fff;
}
.tema-imatge {
	height: 330px;
	width: 710px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	float: right;
	overflow: hidden;
}
.warea_50 .tema-entradeta {
	width: 30%;
    float: none;
    padding-right: 5%;
    padding-left: 5%;
    height: 290px;
}
.warea_50 .tema-imatge {
	width: 60%;
    float: right;
    margin: 0;
}
.tema-index {
	margin-top: 20px;
	/*width: 960px;*/
	overflow: hidden;
	margin-right: -20px;
}
.tema-index a {
	margin-right: 10px;
	margin-left: 0;
}
.tema-index a.primer {
	margin-left: 0 !important;
}

.mosaic-esquerra .tema-index, .mosaic-dreta .tema-index {
	width: auto;
	margin-top: 0;
}

.tema-index a.ultim {
	margin-right: 0;
}

.tema-index .element-destacat-titol {
	padding-top: 20px !important;	
}

.tema-fitxa {
	clear: both;
	margin-bottom: 40px;
}
.tema-contingut {
	width: 700px;
	float: left;
	overflow: hidden;
}
.columna-dreta-temes {
	overflow: hidden;
	padding-bottom: 25px;
	float: right;
	width: 230px;
	margin: 0;
}

/* Requadres de llista de temes */
.tema-requadres {
	width: 960px;
	clear: both;
}

.mosaic-esquerra .element-html, .mosaic-dreta .element-html {
	margin-top: 15px;
}
.element-html img {
	max-width: 100%;
	height: 100%; /* Evita que distorsioni la imatge si aplica el max-width a una imatge més ample */
}

.requadre-llista-titol-forma-cont {
	height: 150px;
	margin: 0px 10px 10px 0px;
	padding: 0 0 10px 0;
	float: left;
	overflow: hidden;
}
.requadre-llista-titol-forma {
	background-color: #ffffff;
	color: #333;
	font-size: 1.65em;
	line-height: 120%;
	font-weight: 700;
	padding: 20px 20px 20px 20px;
	margin: 0;
	min-height: 44px;
	width: 190px;
	word-break: break-word;
}
.requadre-llista-blau-fort, .requadre-llista-blau-fort a, .requadre-llista-blau-fort span, .requadre-llista-blau-fort p, .requadre-llista-blau-fort h2 {
	background-color: #0015ae;
	color: #ffffff;
}
.requadre-llista-blau-fluix, .requadre-llista-blau-fluix a, .requadre-llista-blau-fluix span, .requadre-llista-blau-fluix p .requadre-llista-blau-fluix h2 {
	background-color: #00b3e3;
	color: #ffffff;
}
.requadre-llista-verd, .requadre-llista-verd a, .requadre-llista-verd span, .requadre-llista-verd p {
	background-color: #3fffad;
	color: #333;
}
.requadre-llista-vermell, .requadre-llista-vermell a, .requadre-llista-vermell span, .requadre-llista-vermell p, .requadre-llista-vermell h2  {
	background-color: #ff4338;
	color: #ffffff;
}
.requadre-llista-groc, .requadre-llista-groc a, .requadre-llista-groc span, .requadre-llista-groc p, .requadre-llista-groc h2 {
	background-color: #FFFF00;
	color: #333;
}
.requadre-llista-taronja, .requadre-llista-taronja a, .requadre-llista-taronja span, .requadre-llista-taronja p, .requadre-llista-taronja h2 {
	background-color: #ff9e16;
	color: #ffffff;
}


.requadre-llista-gris-fort, .requadre-llista-gris-fort a, .requadre-llista-gris-fort span, .requadre-llista-gris-fort p, .requadre-llista-gris-fort h2 {
	background-color: #666;
	color: #ffffff !important;
}
.requadre-llista-gris-fluix, .requadre-llista-gris-fluix a, .requadre-llista-gris-fluix span, .requadre-llista-gris-fluix p, .requadre-llista-gris-fluix h2 {
	background-color: #b3b3b3;
	color: #ffffff;
}
.requadre-llista-blanc, .requadre-llista-blanc a, .requadre-llista-blanc span, .requadre-llista-blanc p {
	background-color: #ffffff;
	color: #333;
}
ul.requadre-llista-forma {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}
ul.requadre-llista-forma li {
	float: left;
	background: none;
	background-color: #f8f8f8;
	color: #333;
	text-align: right;
	padding: 5px;
	height: 150px;
	width: 220px;
	margin: 0 10px 10px 0;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color ease 0.2s, color ease 0.2s;
	text-align: right;
	overflow: hidden;
	line-height: 100%;
}
ul.requadre-llista-forma li.requadre-llista-salt {
	clear: both;
}
ul.requadre-llista-forma li.requadre-llista-imatge {
	padding: 0;
	height: 160px;
	background: none;
	width: 230px;
	position: relative;
}

ul.requadre-llista-forma li.requadre-llista-imatge.te-imatge .imatge-requadre {
	position: absolute;
	width: 100%;
	height: 100%;
	
	-webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
	-moz-transition: visibility 0.3s linear, opacity 0.3s linear;
  	-o-transition: visibility 0.3s linear, opacity 0.3s linear;
	transition: visibility 0.3s linear, opacity 0.3s linear;
	
	visibility: visible;
	opacity: 1;
}
ul.requadre-llista-forma li.requadre-llista-imatge.te-imatge:hover .imatge-requadre {
	visibility: hidden;
	opacity: 0;
}
ul.requadre-llista-forma li.requadre-llista-imatge .contingut-requadre {
	
}


ul.requadre-llista-forma li.requadre-llista-imatge div {
	text-align: left;
}
ul.requadre-llista-forma li p {
	margin: 5px 0 5px 0;
}
ul.requadre-llista-forma li i {
	color: #FF4338;
	margin-right: 5px;
	font-size: 12px;
	margin-left: 0;
}
ul.requadre-llista-forma li:hover {
	background-color: transparent !important;	
}
.requadre-contingut-categories {
	overflow: hidden;
	float: left;
	width: 720px;
}

.mosaic-esquerra .contingut-llista-requadres {
	width: auto;
}
.mosaic-esquerra .requadre-contingut-categories, .mosaic-dreta .requadre-contingut-categories  {
	width: auto;
	margin-right: -20px;
}
.mosaic-esquerra .requadre-llista-forma, .mosaic-dreta .requadre-llista-forma {
	width: auto;
	margin-right: -20px;
}


.requadre-llista-forma-int {
	text-align: left;
	padding: 10px 11px 0 12px;
}
.requadre-llista-forma-int p a.titol-llista-2, .requadre-llista-forma-int p.titol-llista-2 {
	line-height: 110% !important;	
}
.requadre-llista-forma-triangle {
	width: 0;
	height: 0;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 15px;
	border-left: 15px solid transparent;
	display: block;
	float: right;
}
.requadre-llista-blau-fort-triangle {
	border-top-color: #0015AE;
}
.requadre-llista-blau-fluix-triangle {
	border-top-color: #00B3E3;
}
.requadre-llista-verd-triangle {
	border-top-color: #3FFFAD;
}
.requadre-llista-vermell-triangle {
	border-top-color: #FF4338;
}
.requadre-llista-groc-triangle {
	border-top-color: #FFFF00;
}
.requadre-llista-taronja-triangle {
	border-top-color: #FF9E16;
}
.requadre-llista-gris-fort-triangle {
	border-top-color: #666;
}
.requadre-llista-gris-fluix-triangle {
	border-top-color: #b3b3b3;
}
.requadre-llista-blanc-triangle {
	border-top-color: #FFFFFF;
}

.fb-like-box a {
	color: #B30000 !important;
}


.chosen-container ul li {
    background: none;
}

.tooltip-icon {
	cursor: help;
}

/* plans docents */
.detall-plans-docents {
	
}
.detall-plans-docents h2.titol-intern {
	
}
.relacio-plansdocents {
	margin: 0 0 20px 0;
	padding: 0;
}
.relacio-plansdocents ul.relacio-simple {
	
}
.relacio-plansdocents ul.relacio-simple > li,
.relacio-plansdocents ul.llista-relacions > li {
	margin: 0.3em 0 0.3em 0;
	padding: 0 !important;
	background: none !important;
}

.llista-elem-box {
	margin-bottom: 20px;
}

