@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;}
input, textarea, select, button {font-size: 100%; font-family: inherit;}
select {margin: inherit;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* ---- 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: 7px 0 0 0;
	padding: 0px 13px 8px 13px;
	list-style: none;
}
ul li {
	margin: 1em 0 0.8em 0.5em;
	padding:  0 0 0 1.3em;
	background: none;
}
ol {
	margin: 7px 0 0 0;
	padding: 0px 13px 8px 13px;
	list-style: none;
}

ul li.columnes, ol li.columnes {
	float: left;
	display: block;
}
ol li {
	margin: 1em 0 0.8em 0.5em;
	padding:  0 0 0 1.3em;
	background: none;	

}
ul li span, ol li span {
	
}
ul li p, ol li p {	
	color: #2b2726;
}
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 {
	margin: 0 0 20px 0;
	padding: 0;
	border: none 0; 	
	width: 99%;
	height: 1px;
}
h1,h2,h3,h4,h5 {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7fb1d6;
}
h1.titol-portada {
	display: none;
}

a {
	color: #9b1844;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
audio {
	max-width: 100%;
}


/* Classes per ocultar capes */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.nodisplay, label.nodisplay {
   display: none !important;
}


/* Alineacions */
.vola-esq {
	float: left;
}
.vola-dre {
	float: right;
}
.neteja {
	clear: both;
	float: none;
}
.overflowhidden {
	overflow: hidden;
}
.justify {
	text-align: justify;
}

/* Elements de pàgina */
.element {
	clear: both;
	overflow: hidden;
	padding-bottom: 8px;
}
.columna-contingut-portada .element {
	padding-bottom: inherit;
}

/* Fons gris portada mesvist */
.fons-gris {
	background-color: #f1f5ed;
}


/* 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;
}

/* ----  Titols ----*/
/* Titol Portada */
.Titol_Portada {
	float: left;
	margin-right: 6%;
	
	color: #3f5d73;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 600;

	padding: 0.6em 0.5em 0.6em 0.5em;
	width: 100%;
	background: transparent url("../img/linia-imatges.png") left bottom repeat-x;
	margin-bottom: 0.5em;
	
}
.Titol_Portada a {
	color: #3f5d73;
}
.Titol_Portada a:hover  {
	color: #3f5d73; 
}
.Titol_Portada span {
	color: #3f5d73;
}

/* Titol Portada Granate */
.Titol_Portada2 {
	float: left;
	margin-right: 6%;
	
	color: #9b1845;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 600;

	padding: 0.6em 0.5em 0.6em 0.5em;
	width: 100%;
	background: transparent url("../img/linia-imatges.png") left bottom repeat-x;
	margin-bottom: 0.5em;
	
}
.Titol_Portada2 a {
	color: #9b1845;
}
.Titol_Portada2 a:hover  {
	color: #9b1845; 
}
.Titol_Portada2 span {
	color: #9b1845;
}


/* Titol Intern */
.titol-intern, .TitolIntern  {	
	display: inline-block;
	color: #3f5d73
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;	
	padding: 0.6em 0.5em 0.6em 0.5em;
	line-height: 1em;
	margin-bottom: 0.8em;;
		
	width: 100%;
	font-weight: 600;
}

.titol-intern a, .TitolIntern a {
	text-decoration: none;
	color: #3f5d73
}
.titol-intern a:hover, .TitolIntern a:hover  {
	text-decoration: none;
	color: #3f5d73
}
.titol-intern span, .TitolIntern span {
	text-decoration: none;
	color: #3f5d73
}

/* Titol Intern */
.titol-intern2, .TitolIntern2  {	
	display: inline-block;
	color: #7fb1d6
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;	
	padding: 0.6em 0.5em 0.6em 0.5em;
	line-height: 1em;
	margin-bottom: 0.8em;;
		
	width: 100%;
	font-weight: 600;
}

.titol-intern2 a, .TitolIntern2 a {
	text-decoration: none;
	color: #7fb1d6
}
.titol-intern2 a:hover, .TitolIntern2 a:hover  {
	text-decoration: none;
	color: #7fb1d6
}
.titol-intern2 span, .TitolIntern2 span {
	text-decoration: none;
	color: #7fb1d6
}

/* Titol Intern */
.titol-intern3, .TitolIntern3  {	
	display: inline-block;
	color: #9b1844;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;	
	padding: 0.6em 0.5em 0.6em 0.5em;
	line-height: 1em;
	margin-bottom: 0.8em;;
		
	width: 100%;
	font-weight: 600;
}

.titol-intern3 a, .TitolIntern3 a {
	text-decoration: none;
	color: #9b1844;
}
.titol-intern3 a:hover, .TitolIntern3 a:hover  {
	text-decoration: none;
	color: #9b1844;
}
.titol-intern3 span, .TitolIntern3 span {
	text-decoration: none;
	color: #9b1844;
}


/* Títol pàgina */
.titol-pagina, .titol-registre {
	color: #3f5d73;	
	font-size: 1.79em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2em;	
	padding: 0 0.1em 0.2em 0.1em;	
	border-bottom: 1px solid #cbd4db;
}

/* Agrupació */
.titol-agrupacio {
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #7fb1d6;	
}

table.taula tbody td.primera-categoria {
	border-bottom: 2px solid #7fb1d6;
}
table.taula tbody td.primera-categoria .titol-agrupacio {
	font-weight: normal;
	color: #586572;
	font-size: 1.4em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

/* Blau gran portada */
.titol-llista {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.28em;
	color: #3f5d73;
	text-decoration: none;
	text-align: left;
}
a.titol-llista {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	color: #3f5d73;
	text-decoration: none;
}

a.titol-llista:hover {
	text-decoration: none;
}

/* Blau/verd portada */
.titol-llista-2 {
	color: #7fb1d6;
	font-weight: normal;
	font-size: 1.28em;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-align: left;
}
a.titol-llista-2 {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	color: #7fb1d6;
	font-size: 1.28em;
	text-decoration: none;
	display: inline-block;
	margin: 0.35em 0 0.1em 0;
}
a.titol-llista-2:hover {
	text-decoration: none;
}
.llista-portada-amb-imatges .titol-llista-2, .llista-portada-amb-imatges .subtitol-2 {
	
}

/* Negre petit */
.titol-llista-3 {
	color: #9b1844;
	font-weight: normal;
	font-size: 1.28em;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}
a.titol-llista-3 {
	font-family: 'Open Sans', sans-serif;
	color: #9b1844;
	text-decoration: none;
	font-size: 1.28em;
}
a.titol-llista-3:hover {
	text-decoration: none;
}
.llista-portada-amb-imatges .titol-llista-3, .llista-portada-amb-imatges .subtitol-3 {
	
}


/* Negreta */
.subtitol,
.subtitol a
	 {
	color: #3f5d73;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}
/* Data */
.subtitol-data, a.subtitol-data {
	color: #7fb1d6;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}

/* Blau gran negreta */
.subtitol-2, .subtitol2,
.subtitol-2 a, .subtitol2 a {
	color: #7fb1d6;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}

/* Granate */
.subtitol-3, .subtitol3,
.subtitol-3 a, .subtitol3 a {
	color: #9b1845;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}
/* Blau gran negreta */
.subtitol-entradeta {
	color: #586572;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}

/* Textes */
.texte {
	color: #2b2726;
	text-decoration: none;
}
.text-resalta {
	font-weight: bold;
}
.MarcaCerca {
	background-color: #cce7e9;
}
.granate {
	color: #9b1845;
	text-decoration: none;
}
.txt_imatge{
	display: block;
	font-size: .9em;
	color: #738a8d;
}
.peu-imatge {
	text-align: left;
	color: #606060;
	font-family: 'Open Sans', sans-serif;
	margin-top: 4px;
	font-size: 1.1em;
}
.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.PictoTxt {
	font-size: 0.8em;	
	color: #8D0E29;
}
.Remarca, .remarca {
	color: #7fb1d6;
	font-weight: bold;
	font-size: 1em;
}


/* Links */
a.link {
	color: #3f5d73;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
}
a.link1 {
	color: #7fb1d6;
	font-size: 0.9em;
	text-decoration: underline;
}
a.link1:hover {
	text-decoration: underline;
}

.link-negreta, a.linknegreta {
	font-weight: bold;
	color: #586572;
	text-decoration: underline;
}
a.link-negreta:hover {
	text-decoration: underline;
}
a.link-negre {
	color: #9b1844;
	text-decoration: underline;
}
a.link-negre:hover {
	text-decoration: underline;
}

a.document {	
	padding: 0 0 0 38px;
	background: url('../img/document.gif') top left no-repeat;
	color: #2b2726;
	font-size: 1em;
	min-height: 38px;
	display: inline-block;
}
a.document i {
	color: #586572;
	font-style: normal;
}
a.document span {
	
}

a.enllac {
	color: #2b2726;
	padding: 0 0 8px 22px;
	background: url('../img/enllac.gif') top left no-repeat;
	color: #2b2726;
	font-size: 1em;	
	display: inline-block;
}
a.enllac i {
	color: #586572;
	font-style: normal;
}
a.enllac span {
	
}



/* ---- Imatges ---- */
.img-dreta  {
	float: right; 
	margin: 0 0 0.4em 2%;
	max-width: 100%;
}
.img-esquerra {
	float: left; 
	margin: 0 2% 0.4em 0;
	max-width: 100%;
}
.img-absolut-esquerra {
	float: left; 
	margin: 0 2% 0 0;
	overflow: hidden;
	max-width: 100%;
}
.img-absolut-dreta {
	float: right; 
	margin: 0 0 0 2%;
	max-width: 100%;
}

.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;	
}



/* Composició de formulari */
ul.formulari-login {
	max-width: 500px;
    margin: 0 auto !important;
}
ul.formulari {
	padding: 1em 0 0.2em 0;
	margin: 0 0 0 0;
	text-align: left;
	width: 100%;
}
ul.formulari li {
	clear: left;
	display: block; 
	padding: 0 0 1em 0;
	margin: 0;
	list-style: none;
	background: none;
	overflow: hidden;
}
ul.formulari li.camp-representant {
	display: none;
	background-color: #c7e8f2;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
ul.formulari li label {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #448dc0;
	font-size: 1.25em;
	font-weight: normal;
	vertical-align: bottom;
	text-transform: uppercase;
}
ul.formulari li label.label-radio {
	text-transform: none;
	font-size: 1.15em;
}

ul.formulari li p.etiqueta {
	clear: left;
	color: #ffffff;
	padding: 0.4em 0.6em 0.4em 0.6em;
	margin: 0;
	font-weight: normal;
	background-color: #448dc0;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}
/* 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;
}
/* 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 {
	
}
ul.formulari li .label {
	text-align: left;
	margin: 2px 0 0 0;
	padding: 4px 0 3px 0;
	float: left;
	display: block;
	font-weight: normal;
	vertical-align: bottom;
	text-transform: uppercase;
}
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;
}
/* Camps especials de formulari */
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;
}
ul.formulari li label.curt {
	width: 15% !important;	
}
ul.formulari li.linia-botons {
	margin: 1em auto 1em auto;
	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 6px;
}
.camp-check {
	float: left;
	display: block;
}
ul.formulari li.eres-tipus-interessat div {
	white-space: nowrap;
	float: left;
}
ul.formulari li.eres-tipus-interessat input {
	margin-right: 0.5em;
}
ul.formulari li.eres-tipus-interessat span {
	margin-right: 1.5em;
}
ul.formulari li.linia-camps-requerits {
	font-weight: bold;
	padding: 0.3em 0em 0.5em 1em;
	color: #448dc0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}
ul.formulari li.news_baixa {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

/* Captcha */
.form-captcha {
	margin: 0 auto 0 auto;
	max-width: 350px;
}
span.txt_captcha {
	color: #a41008;
}


/* Tooltip que es mostra quan es produeix un error en el camp */
.inputTxt {
   	font-size: 1em;
	border: 0;
	padding: 2px 2px 2px 2px;
	background-color: #eef2f5;
}
.formobj, .formobj-sel {
	font-size: 1.25em;
	border: 0;
	width: 96%;
	font-family: 'Open Sans', sans-serif;
	color: #2b2726;
	padding: 0.4em 2% 0.4em 2%;
	background-color: #eef2f5;
}
/*
.width_09>span>.formobj, .width_19>span>.formobj, .width_09>span>.formobj-sel, .width_19>span>.formobj-sel {
	width: 84%;	
	padding-left: 8%;
	padding-right: 8%;
}
.width_89>span>.formobj, .width_99>span>.formobj, .width_89>span>.formobj-sel, .width_99>span>.formobj-sel {
	width: 98%;	
	padding-left: 1%;
	padding-right: 1%;
}
*/

.Tbutton {	
	padding: 8px 20px 8px 20px;	
	color: #ffffff;
	cursor: pointer;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #3f5d73;
	border: 1px solid #2f4f67;	
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 0.9em;
}
.Tbutton:hover {	
	text-decoration:none;
}

.formTxtArea, .form-area {
	font-size: 1.25em;
	border: 0;
	width: 96%;
	font-family: 'Open Sans', sans-serif;
	color: #2b2726;
	padding: 0.4em 2% 0.4em 2%;
	background-color: #eef2f5;
	margin-bottom: 0.6em;
}
.tooltip-error {
	position: absolute;
	display: none;
	overflow: hidden;
}
.tooltip-error .fletxa-tooltip {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
	margin-left: 25px;
}
.tooltip-error .contingut-tooltip {
	color: white;
	padding: 3px;
	font-size: 0.9em;
	background-color: black;
}
input.error-camp {
    background-color: #fae9d9 !important;
    outline: none;
}
.form-moneda {
	width: 90%;
	width: calc( 100% - 2.5em);
}
input.form-data {
	width: 80%;
	margin-right: 10px;
	background: #eef0f4 url('../img/btn_calendar.gif') 96% 5px no-repeat;
}
input.checkbox {
	margin-top: 14px;
}
.tooltip-title {
	
}
.tooltip-icon {
	font-size: 0.8em;
	padding-left: 0.7em;
	vertical-align: top;
	display: inline;
	color: #0078c9;
}
.tooltip-icon:hover {
	cursor: help;
}

/* Cerca */
.form-cerca-adreca {
	width: 45%;
	padding: 1px 2px 1px 2px;
	font-family: 'Open Sans', sans-serif;
}
.formobj-cerca {
	border-right: 0;
	margin: 0 !important;
	width: 70%;
    width: calc(100% - 70px);
    float: left;
    border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	
	padding: 0.45em 15px 0.4em 10px;
}
.Tbutton-cerca {
	border: 0;
	vertical-align: middle;
	background-color: #9b1844;
   	padding: 0.5em 0 0.55em 0;
    margin: 0;
    text-align: center;
    font-size: 1.25em !important;
    color: #ffffff;
    width: 45px;
    float: left;
	border-radius: 5px;
    border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    
    moz-transition: background 0.7s ease-out;
	transition: background 0.7s ease-out;
}
.Tbutton-cerca:hover {
	text-decoration: none;
	background-color: #c82818;
	cursor: pointer;
}


/* Missatges d'error */
.error {	
	color : red;
	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, ul.llista-portada-amb-imatges-1col {
	margin: 1.2em 0 0 0;
	padding: 0;
	list-style: none;
	color: #444e5c;
}
ul.llista-portada-amb-imatges li, ul.llista-portada-amb-imatges-1col li {
	padding: 0;	
	display: list-item;
	margin: 0 0 1.2em 0;
	overflow: hidden;
	background-image: none;
	float: left;
	font-family: 'Open Sans', sans-serif;
}
ul.llista-portada-amb-imatges li.imparell, ul.llista-portada-amb-imatges-1col li.imparell {
	clear: both;
	margin-right: 2%;
}
ul.llista-portada-amb-imatges li img, ul.llista-portada-amb-imatges-1col li img {
	margin-top: 5px;
	max-width: 100%;	
}
ul.llista-portada-amb-imatges li .texte, ul.llista-portada-amb-imatges-1col li .texte {
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
}
ul.llista-portada-amb-imatges li .llista-cont-img, ul.llista-portada-amb-imatges-1col li .llista-cont-img {
	float: left;
	width: 47%;
	overflow: hidden;
}
ul.llista-portada-amb-imatges li .llista-contingut, ul.llista-portada-amb-imatges-1col li .llista-contingut  {
	padding: 0.6em 0 0 0;
	clear: both;
}
ul.llista-portada-amb-imatges li .llista-img, ul.llista-portada-amb-imatges-1col li .llista-img  {
    width: 20%;
	min-height: 1em;
    height: 100%;
    float: left;
}


ul.llista-amb-imatges li p {
	margin-bottom: 0.4em;	
}
ul.llista-amb-imatges li.imparell {
	clear: both;
	float: left;
	margin-right: 2%;
}
ul.llista-amb-imatges li.parell {
	float: left;
}


ul.llista-temes li {
	margin-bottom: 2.2em;
}

.llista-cont-img-no-absolut {
	overflow: hidden;
}

/* 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 3px 0;
	margin: 0;
	text-align: left;
	background: none;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	margin-bottom: 5px;	
}

ul.llista-portada-sense-imatges li a {	
	font-size: 0.8em;
	font-weight: bold;
}

ul.llista-portada-sense-imatges li span {	
	font-size: 0.8em;
	font-weight: normal !important;
}

ul.llista-portada-sense-imatges li .texte {
	font-family: 'Open Sans', sans-serif;
}
ul.llista-portada-sense-imatges li .categories-registre {
	color: #448dc0;
	font-size: 1.1em;
}
ul.llista-portada-sense-imatges li .data-publicacio {
	width: 23%;
	float: left;
}
ul.llista-portada-sense-imatges li .data-publicacio-cont {
	width: 75%;
	float: left;
}

/* 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 20px;	
	border-bottom: solid 1px #e1e2e3;	
}

ul.llista-portada-calendari li a {
	font-size: 0.9em;
	padding-left: 10px;
	color: #586572;
}

/* 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;
}


/* Element de més informació */
ul li.mes-informacio, p.mes-informacio {
	clear: both;
	border-top: 1px solid #dcdcdc;
	float: right;
	margin: 0 0 0 0 !important;
}
ul li.mes-informacio a, p.mes-informacio a {
	text-align: right;
	display: block;
	padding: 6px 17px 0 0;
	text-decoration: none;
	color: #7fb1d6;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	background: url("../img/fletxa-mes.gif") bottom right no-repeat;
}
/* Element de l'enllaç a RSS */
.rss-portada {
	margin: -10px 0 20px 10px;
}
.rss-llistats {
	text-align: right;
	margin: 0 0 9px 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: 100%;
	border: 0;
	margin-top: 5px;
}
table.taula thead tr {
	
}
table.taula thead tr th {
	padding: 10px 5px 10px 8px;
	font-weight: bold;
	color: #586572;
	font-size: 1.05em;
	font-family: 'Open Sans', sans-serif;	
	background-color: #cbd4db;
	border: 3px white solid;
}
table.taula tbody tr {
	
}	
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 tbody td {
	text-align: left;
	vertical-align: top;
	padding: 1em 1.5em 0.6em 0;
	border-bottom: 1px solid #d5d4d4;
	padding: 10px 5px 10px 8px;
}
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 {

}

table.taula col.consistori-col1 {
	width: 50%;
}
table.taula col.consistori-col2 {
	width: 50%;
}
table.taula td.consistori-cont-td {
	margin: 0;
	padding: 1em 0 0.5em 0;
}
table.taula td.consistori-cont-td .consistori-img {
	float: left;
	width: 25%;
	margin: 0 3% 0 4%;
	padding: 0;
}
table.taula td.consistori-cont-td .consistori-cont {
	float: left;
	overflow: hidden;
	width: 60%;
	margin: 0 3% 0 3%;
	padding: 0;
}



/* Paginació de les taules */
.paginacio {
	margin: 5px 15px 5px 0px;
	padding: 3px 10px 3px 10px;
	overflow: hidden;
	font-size: 0.9em;
	color: #292929;
}
*html .paginacio {
	height: 1.8em;
}
.paginacio .paginacio-registres {
	color: #448dc0;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}
.paginacio {
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #cbd4db;
}

.paginacio-pagines {
	background-color: #ffffff;
	float: right;
border-radius: 9px;
padding: 4px 10px;
}

a.link-paginacio {
	color: #448dc0;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0 0.5em 0 0.5em;
}
a.link-paginacio:hover {
	text-decoration: underline;
}
.link-paginacio-sel {
	display: inline-block;
	color: #999999;
	background-color: #f5f5f5;
	font-size: 0.85em;
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em 0.6em 0.2em 0.6em;	
}
.link-paginacio-dre {
	background: url("../img/fletxa-paginacio-dre.gif") right top no-repeat;
	display: inline-block;
	margin: 0 0 0 0em;
	padding: 0;
	width: 15px;
	height: 22px;
	vertical-align: bottom;
}
.link-paginacio-esq {
	background: url("../img/fletxa-paginacio-esq.gif") left top no-repeat; 
	display: inline-block;
	margin: 0 0 0 0 0;
	padding: 0;
	width: 15px;
	height: 22px;
	vertical-align: bottom;
}


/* Mapes GMaps */
.Mapa_LLista {
	height: 400px;
	border: 1px solid #c0c0c0;
}
.Mapa_Detall {
	width: 98%;
	height: 320px;
	border: 1px solid #c0c0c0;
	margin-top: 1em;
}
.Chart_Ruta {
	margin: 2.3em 0 1em 0;
	padding: 0;	
}

/* Evita problemes de visualització del maps */
.Mapa_LLista img {
	max-width: inherit;
}
.Mapa_Detall img {
	max-width: inherit;
}
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: #7fb1d6;
}
div.Mapa_TextPunt .Descripcio {
	font-size: 0.9em;
}


/* Botons del portlet */
ul.Botons {
	padding: 0;
	margin: 1em 0 1em 0;
}
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: #448dc0;
	font-size: 0.9em;
	text-decoration: none;
}


/* Fitxa directori */	
ul.fitxa {
	border: 0;
	overflow: hidden;
	list-style: none;
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.fitxa li {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	float: left;
	clear: left;
}
ul.fitxa li.separador {
	width: 100%;
	padding: 4px 10px 4px 5px;
	color: #448dc0;
	clear: both;
}
ul.fitxa li .etiqueta {
	text-transform: uppercase;
	color: #448dc0;
}
ul.fitxa ul {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
ul.fitxa ul 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;
}

/* Galeria d'imatges */
ul.galeria-imatges {
	list-style: none;
	margin: 1.2em 0 1em 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
ul.galeria-imatges li {
	display: block;
	float: left;
	padding: 0 1% 10px 1%;
	margin: 0 0 10px 0 !important;
	background: none !important;
}
ul.galeria-imatges li p {
	padding: 5px 0 0 0;
	text-align: left;
	color: #858585;
	min-height: 2.1em;
	line-height: 1.1em;
}
ul.galeria-imatges li img {
	max-width: 100%;
}

/* Galeria de Videos Youtube */
ul.Videos {
	list-style: none;
	margin: 1.2em 0 1em 0;
	padding: 0 !important;
}
ul.Videos li {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0px 15px 13px 0px;
	background: none !important;
}
ul.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.fons_video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
*html a.video img.fons_video {
	display: none;	
}


/* Llista MapaWeb */
ul.MapaWeb {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.MapaWeb li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.MapaWeb li a {
	font-weight: normal;
	color: #9b1844;
	font-size: 1.4em;
	padding-bottom: 6px;
	border-bottom: 2px solid #0a516d;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-decoration: none;
}
ul.MapaWeb li a:hover {
	text-decoration: none;
}
ul.MapaWeb ul li {
	margin-top: 1em;
	margin-left: 20px;
}
ul.MapaWeb ul li a {
	font-weight: bold;
	font-size: 1.1em;
	color: #7fb1d6;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #d5d4d4;
	text-transform: none;
}
ul.MapaWeb ul li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul ul {
	margin-top: 13px;
}
ul.MapaWeb ul ul li {
	background: inherit;
	margin: 0.5em 0 0 0;
	padding:  0 0 0 1.3em;
	background: url("../img/punt_llista.gif") 0px 4px no-repeat;
}
ul.MapaWeb ul ul li a {
	font-size: 1em;
	color: #2b2726;
	font-weight: normal;
	border: 0;
}
ul.MapaWeb ul ul li a:hover {
	text-decoration: underline;
}



/* Relacions simples */
ul.RelacionsSimple {
	margin: 10px 0 10px 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
ul.RelacionsSimple  li {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	float: left;
}
ul.RelacionsSimple  li strong {
	color: #448dc0;
	font-weight: normal;
	text-transform: uppercase;	
}


/* Comentaris */
div.comentaris {
	background-color: #62af93;
	color: #ffffff;
	padding: 1.6em 0 1em 0;
}
h2.TitolComentaris {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;	
}
div.barra-comentaris {
	width: 97%;
	border-bottom: 1px solid #2ca792;
	margin: 1.5em 0 1.5em 0;
	overflow: hidden;
}
div.barra-comentaris h2 {
	font-size: 1.3em;
	color: #cd2b2b;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 1em;
}
div.barra-comentaris div.links-comentaris {
	padding-bottom: 1em;
}
div.barra-comentaris div.links-comentaris a {
	display: inline-block;
	background-color: #008892;
	color: #ffffff;
	padding: 1em;	
}
ul.comentaris {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.comentaris li {
	font-size: 1.2em;
	color:  #ffffff;
	margin: 0 0 1.5em 0;
	padding: 0;
	overflow: hidden;
	background: none;
}
ul.comentaris li div.info-comentari {
	width: 25%;
	float: left;
}
ul.comentaris li div.info-comentari .info-comentari-nom {
	float: left;
	width: 50%;
	
}
ul.comentaris li div.info-comentari .info-comentari-img {
	float: left;
	width: 50%;
	text-align: right;
}
ul.comentaris li div.info-comentari .info-comentari-img img.foto {
	border: 4px solid #b4cda4;
	margin-right: 10px;
}

ul.comentaris li div.cont-comentari {
	width: 75%;
	background: url('../img/img-comentari.gif') left 20px no-repeat;
	float: left;
}
ul.comentaris li div.cont-comentari div.txt-comentari {
	background-color: #f0f5ed;
	padding: 1.2em 1em 0.4em 1em;
	color: #303030;
	font-size: 0.8em;
	margin-left: 18px;	
}
ul.comentaris li div.cont-comentari div.peucom {
	color: #006c79;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	padding: 0.9em 0.5em 0.8em 0.5em;
	text-align: right;
}
ul.comentaris li div.capcom {
	color: #cd2b2b;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0em 0em 0.3em 0em;
}
ul.comentaris li div.contcom {
	background-color: #eeeeed;
	font-size: 0.8em;
	padding: 0.9em 1em 0.9em 1em;
	color: black;
	font-weight: normal;
}
ul.comentaris li.comentari-eliminat div.contcom {
	background-color: #FFC;	
}
.comentari-opcions {
	float: left;
	overflow: hidden;
	margin-left: 1em;
	margin-top: 5px;
}


/* Divs personalitzats */
div.Requade_Punts {
	border: 1px dotted #e5e0c2;
	margin: 0px 5px 15px 3px;
}

/* Template Banners */
/* Galeria Banners */
ul.galeria-banners {
    margin: 0 0 1em 0;    
    padding: 0;
    border: 0;
    overflow: hidden;
    list-style: none;
    clear: both;
    background: none;
}
ul.galeria-banners li {
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0 1% 13px 0;
    float: left;
    background: none;
}
ul.galeria-banners li.ultim {
	margin-right: 0px;
}
ul.galeria-banners li img {
	max-width: 100%;
	border: 2px solid #bacca4;
}

/* Requadre d'advertència d'idioma */
#DivTxtAdvIdioma {
	clear: both;
	border: 2px #666666 dashed;
	background-color: #e6e6e6;
	margin-bottom: 2em;
	padding: 1em;
}

/* El Temps */
#Temps {
	text-align: left;
	margin-bottom: 20px;
	margin-top: -5px;
}
#Temps .dades {
	float: left;
	margin-left: 5px;
	width: 90px;
}
#Temps img {
	float: left;
}
#Temps .municipi {
	clear: both; 
	padding-top: 5px;
}




/* Enquestes */
.titol-enquesta {
	float: left;
	width: 17%;
}
.titol-enquesta-cont {
	float: left;
	width: 83%;
}
/* Enquestes */
.enquestes {
	margin: 0 0 15px 0;
	padding: 0;
	width: auto !important;
	overflow: hidden;
}
.enquestes .text-enquestes {
	width: 65%;
	float: left;
}
.enquestes .text-enquestes-cont {
	width: 30%;
	float: left;
	margin-left: 5%;
}
.enquestes .boto-enquesta {
	text-align: center;
	float: left;
	width: 45%;
}
.enquestes .boto-enquesta input {	
	padding: 9px 13px 9px 13px;	
	color: #ffffff;	
	margin: 5px 0px 0 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #3f5d73;
	border: 1px solid #2f4f67;	
	border-radius: 5px 5px 5px 5px;
	font-size: 0.9em;
}
.enquestes .opcions-enquesta {
	float: left;
	width: 55%;
	text-align: left;
}
.enquestes .opcio-enquesta {
	margin-left: 1.5em;
	margin-bottom: 7px;	
}
.enquestes .barra-enquesta, .enquestes-pagina .barra-enquesta {
	float: left; 
	margin-bottom: 3px; 
	background-color: #9b1844; 
	height: 26px;
}
.enquestes .resposta-enquesta, .enquestes-pagina .resposta-enquesta {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 7px;
	overflow: hidden;	
}
.enquestes .percentatge-enquesta {
	float: left;
}
.enquestes .vots-enquesta {
	clear: left;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}

.resposta-enquesta-txt {
	float: left;
	width: 25%;
	color: #586572;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
}
.resposta-enquesta-barra {
	float: left;
	width: 70%;
}
.resposta-enquesta-percentatge {
	display: none;
}

.resposta-enquesta-pag {
	overflow: hidden;
	width: 100%;
}
.resposta-enquesta-barra-pag {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 4px;
}
.resposta-enquesta-barra-pag .barra-enquesta {
	margin-right: 1.2em;
	float: left;
}
fieldset.opcions-enquesta {
	margin-top: 1em;
}
fieldset.opcions-enquesta p {
	margin: 0 0 1em 0;
}

ul.enquestes-pagina {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.enquestes-pagina li {
	background: none;
	padding: 0 0 1em 0;
}

ul.enquestes-pagina li p {
	font-size: 1.2em;
	
}


/* 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;
	text-align: left;
	font-size: 1em;
	text-align: left;
	background-color: #eef2f5;
	width: 99%;
}
table.certificat th {
	font-weight: bold;
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	padding: 0.5em 6px 0.3em 8px;
}
table.certificat td {
	empty-cells: show;
	padding: 0.5em 6px 0.3em 8px;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
}
.iframeCert { 
	width: 100%;
	height: 210px; 
	border:  1px solid gray;
	font-size: 0.7em;
}
.DivBotoCert {
	clear: both;
	margin: 2em 0 1em 0;
	border-bottom: 2px solid #0a516d;
	background-color: #eef2f5;
	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: #0a516d; 
	border: 0;
	margin: 11px 20px 5px 0px;
	cursor: pointer;
	height: 2em;
	padding: 0.2em 1em 0.2em 1em;
}

/* Signatura digital i TSA */
p.titol-info {
	color: #448dc0;
	font-size: 1.4em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
p.error-info {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #c14646;
}
#VerificaSignatura_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaTSA_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaCertificat {
	overflow: hidden;
	padding: 10px;
	border-bottom: 2px solid #0a516d;
	background-color: #eef2f5; 
}
#VerificaSignatura {
	padding: 7px 10px 10px 10px;
	border-bottom: 2px solid #0a516d;
	background-color: #eef2f5; 
}
#VerificaSignatura .signaOk, #VerificaTSA.signaOk, #VerificaCertificat .signaOk {
	background: transparent url("../img/cert-ok.png") right top no-repeat;
}
#VerificaSignatura .signaErr, #VerificaTSA.signaErr, #VerificaCertificat .signaErr {
	min-height: 100px;
	background: transparent url("../img/cert-no.png") right top no-repeat;
}
#VerificaSignatura ul, #VerificaCertificat ul {
	margin: 1.8em 40px 1.5em 0.8em;
	padding: 0;
	list-style: none;
}
#VerificaSignatura ul li, #VerificaCertificat ul li {
	background: none;
}
#VerificaSignatura ul li strong, #VerificaCertificat ul li strong {
	color: #7fb1d6;
	font-size: 1.1em;
}

.DivVerifica {
	display: none;
	margin-bottom: 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;
}

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 {
	margin-bottom: 1.6em;
	padding: 0 0 23px 0;
	width: 100%;
	color: #448dc0;
	border-bottom: 1px solid #d5d4d4;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}
.filtre p {
	white-space: nowrap;
	display: inline;
	vertical-align: baseline;	
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0 2% 0 0;
}
.filtre select {
	background-color: #eef2f5;
	border: 0;
	font-size: 1.1em;
	padding: 6px 1% 6px 1%;
	width: 98%;
	margin: 5px 0 4px 0;
	font-family: 'Open Sans', sans-serif;
	color: #2b2726;
}
.filtre input.cerca {
	border: 0;
	background-color: #eef2f5;
	width: 98%;
	font-family: 'Open Sans', sans-serif;
	color: #2b2726;
	margin: 5px 2em 0 0;
	font-size: 1.1em;
	padding: 6px 1% 6px 1%;
}
.filtre select.ultim {
	margin-right: 0;	
}
.filtre label {
	margin: 0 1em 0 0;
	vertical-align: baseline;
	color: #448dc0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	display: block;
}
.filtre .Tbutton {
	float: left;
	width: 12%;
	margin-top: 1.5em;
}



/* Rotador */
.element-rotador {
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
ul.rotador {
	margin: 0;
	padding: 0; 
	list-style: none;
	overflow: hidden;
	display: block;
}
ul.rotador li {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	display: block;
	overflow: hidden;	
}
ul.rotador li img {
	display: block;
    max-width: 100%;
    height: auto;
	/*z-index: 100;*/
}
.owl-item {
	overflow: hidden !important;
}
ul.rotador li .panelPag {
	overflow: auto;
	width: 100%;
}
ul.rotador li .panelNoTabs {
	bottom: 3px !important;
}
.rotador-titol {
	width: 100%;
	background-color: #448dc0;
	padding: 7px 0 7px 0;
	overflow: hidden;	
}
.rotador-titol p {
	display: block;
	float: right;
	padding-right: 2%;
	width: 60%;
	color: #ffffff;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
}

ul.rotador li .panelDesc {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 1px solid gray;
	height: 50px;
	padding: 2px 5px 5px 5px;
}
.rotador-index { 
	overflow: hidden; 
	list-style: none; 
	clear: both; 
	z-index: 101;
	margin-top: 8px;
}
.rotador-index ul { margin: 0; padding: 0; list-style: none; }
.rotador-index ul li { 
	float: left; 
	background: none; 
	background-color: #ffffff;
	color: #7fb1d6;
	padding: 0.3em; 
	cursor: pointer;
	margin: 0 0 0 5px;
}
.rotador-index ul li.active {
	color: #ffffff;
	text-decoration: underline;
	background-color: #7fb1d6;
}


/* El mes vist */
.mesvistmesnou {
	overflow: hidden;
	padding: 0;
}
.titol-el-mes {
	float: left;
	width: 100%;
	margin-right: 6%;
	
}
.mesvistmesnou h2 {	
	color: #3f5d73;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	padding: 0.6em 0.5em 0.6em 0.5em;
	width : 100%;	
	background: transparent url("../img/linia-imatges.png") left bottom repeat-x;	
	margin-bottom: 0.5em;
}
.mesvistmesnou ul {
	float: left;
	width: 95%;
}
ul.llista-el-mes {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.llista-el-mes li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0.4em 0;
	background: none !important;
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #e1e2e3;
}
ul.llista-el-mes li .elmes-contingut {
	float: left;
	width: 75%;
	font-size: 0.9em;
}
ul.llista-el-mes li .elmes-pare {
	color: #7fb1d6;
	font-weight: normal;
}

ul.llista-el-mes li a {
	color: #586572;
	font-size: 0.9em;
}
.elmes-visites, .elmes-data {
	color: #7fb1d6;
	font-size: 0.6em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	display: block;
	float: left;
	width: 22%;
	margin-right: 3%;
	margin-top: 1px;
}

/* Títol expandible */
.titol-expandible {
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	font-style: normal;	
	color: #3f5d73;	
	padding: 2px 0 1px 10px;
	margin: 0 0 10px 0px;
	border-bottom : 1px solid #999999;
}
ul.llistat-expandible {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.llista-no-visible {
	display: none;	
}
ul.llistat-expandible li {
	margin: 5px 0 5px 0;
	padding: 0;
	background: none;
	overflow: hidden;
}
ul.llistat-expandible li img {
	max-width: 100%;
}

.expandible {
	cursor: pointer;
	background: transparent url("../img/down_cat.png") right bottom no-repeat;
}	

ul.llistat-expandible li.titol-subcat-expandible span {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	background-color: #cbd4db;
	color: #586572;		
	padding: 5px 10px;
	cursor: pointer;
	display : block;
	background: #cbd4db url("../img/fletxa-indicadors-down.png") 99% 10px no-repeat;
}
ul.llistat-expandible li.camps-expandible {
	padding: 0 0 7px 0px;	
	list-style: none;
	font-size: 1em;
	font-weight: normal;
	padding: 5px 10px 5px 15px;
}

ul.llistat-expandible li.camps-expandible div.camp-expandible-esq {
	float: left;
	width: 80%;
}



ul.llistat-expandible li.camps-expandible div.camp-expandible-dret {
	float: right;
	
}

camp-expandible-dret

/* ************* 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;
		
}

.afegir-comentari {
	display: none;
}


/* 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;
}

.no-pointer {
	cursor: text !important;	
}

/* Add this */
.addthis_toolbox {
	width: 28px;
	height: 28px;
	overflow: hidden;
}
.addthis_32x32_style .at15t_compact {
	background-position: -2px -418px!important;
}

/* Temes */
.fitxa-temes {
	margin-bottom: 1.6em;
}
.portlet-temes {
	overflow: hidden;
}
.col-tema-esquerra {
	float: left;
	margin-right: 2%;
}
.col-tema-dreta {
	float: left;
}

.disabled {
	opacity: .50; 
	filter: alpha(opacity=50);
	color: #cccccc;
}

/* Signatura */
#errors-signatura {
	display: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
}
#signa {
	background-color: #269741;
}

#col-esquerra ul#menu-lat li.lateral-sense-pag {
	background-image:  none;
	
}

#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;
}

.data_modif {
	color: #448dc0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	float: right;
	position: relative;
	overflow: hidden;		
}

.Mapa_LLista, .mapa-llista {
    width: 100%;
    height: 400px;
}


div.form-message{
    list-style: none; 
}
div.form-message li:not(:last-child) {
    margin-bottom: 1em;
}


.cerca-background{background-color: #9b1845 !important;}	
.cerca-color {color: #9b1845 !important;}	
.cerca-border{	border-color: #9b1845 !important;} 	
.cerca-grey-color{color: #aaaaaa !important;opacity:0.9; filter:alpha(opacity=90);	} 	
#cerca-searchInput{font-family: 'Helvetica Neu',helvetica,arial,sans-serif !important;} 	
input[type='text'], textarea, select{font-family: 'Helvetica Neu',helvetica,arial,sans-serif !important;} 	
.cerca-grey-background{background-color: #dedede; !important}	
/*.cerca-white-color{color:#eee!important;opacity:.8;filter:alpha(opacity=80)*/	
#webNav{width:100%;height:2000px}	
#cerca-wrapper{overflow:visible;padding:0;position:fixed;right:0;z-index:10000;width:100px;max-width:100%; top: 100px !important;}	
#cerca-wrapperBackground{border-right-width:0;-webkit-border-bottom-left-radius:2px;-webkit-border-top-left-radius:2px;-moz-border-bottom-left-radius:2px;-moz-border-top-left-radius:2px;border-bottom-left-radius:2px;border-top-left-radius:2px;padding:15px 2px 15px 5px}	
#cerca-widgetTitle p{color:white !important;opacity: .8;}	
#cerca-widgetTitle{text-align:left;padding-left:10px;margin-bottom:10px;clear:both}	
.cerca-widget-subtitle{font-size:.8em;padding-left:10px;margin-top:10px;font-weight:100}	
#cerca-widget-powered{width:100px;height:30px;background:url(cerca-powered.png) no-repeat}	
#cerca-container{font-style:normal;font-size:13px;font-weight:700;height:auto;overflow:visible;padding:0;position:relative;z-index:1000;font-family: 'Helvetica Neu',helvetica,arial,sans-serif !important;background-color:transparent;margin:0 auto;right:0;top:3px}	
#cerca-close{cursor:pointer}	#cerca-iframe{font-family: 'Helvetica Neu',helvetica,arial,sans-serif !important; -moz-box-shadow: 8px -8px 16px #888; -webkit-box-shadow:4px -3px 16px #888; box-shadow: 4px -3px 16px #888; box-sizing:border-box;border:#bbb  solid 2px;right:auto;background-color:#fff;position:absolute;top:105px;z-index:10002;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;width:90%;margin-left:5%;margin-bottom:32px;}    
#cerca-fixedBackground{display:none;position:fixed; width:100%; height:100%;z-index:10001; background-color: rgba(0,0,0,0.5); left:0;top:0;}    
.cerca-responsive{left:0 !important;top:0 !important;width:1px !important;min-width:90% !important;margin:5% !important;}	
.input-icons{position:absolute;right:24px;top:6px}	
.input-icons i{cursor:pointer}	
.fa-1-5x{font-size:1.5em!important}	
.cerca-input-with-icon:focus{outline-color:#54B4AD}  	
.cerca_ac_results {margin:0px; z-index: 10002;}  	
.cerca_ac_results ul {margin:0px;margin-left:10px; z-index: 10002; padding: 0px; }    
.cerca_ac_results ul li {	margin-left: 3px 0 3px 0;	font-size: 12px; list-style-type: none !important; font-family: 'Helvetica Neu',helvetica,arial,sans-serif !important;}     
.cerca_ac_over {	background-color: #cccccc !important;}	
.cerca-input-with-icon{font-size:14px;padding:7px;border-radius:3px;border:1px solid #CCC;background-image:none;-moz-box-shadow:inset 0 0 3px #aaa;-webkit-box-shadow:inset 0 0 3px #aaa;box-shadow:inset 0 0 3px #aaa;padding-right:30px!important;text-align:left;line-height:normal}	

@media only screen and (min-width:960px){#cerca-iframe{width:960px  !important;}}	
@media only screen and (min-width:768px) and (max-width:959px){#cerca-iframe{width:720px;margin-left:50%;left:-360px}}	
@media only screen and (max-width:767px){#cerca-iframe{width:90%;margin-left:5%}}
@media only screen and (max-width:767px){#cerca-wrapperBackground {padding:5px 2px 5px 2px;} #cerca-widgetTitle {display: none !important;} #cerca-widgetSubtitleMain {display: none !important;} #cerca-widgetSubtitleMain2 {display: none !important;}}	
@media only screen and (min-width:455px) and (max-width:767px){#cerca-iframe{width:90%;margin-left:5%} #cerca-wrapper{top: 100px  !important;}}	
@media only screen and (max-width:455px){#cerca-iframe{width:90%;margin-left:5%} #cerca-wrapper{top: 75px  !important;}}



