@charset "utf-8";

@font-face {
	font-family: 'Interdimensional';
	src:url('INTERDIM.eot');
	src:url('INTERDIM.eot?#iefix') format('embedded-opentype'),
		url('INTERDIM.woff') format('woff'),
		url('INTERDIM.ttf') format('truetype'),
		url('INTERDIM.svg#Interdimensional') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* -------- 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, sans-serif;
	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 2.3em;
	padding:  0 0 0 1.6em;
	background: url("../img/punt-llista.png") 0px 0px no-repeat;
}
ol {
	color: #e2001a;
}
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 {	
	color: #7d7e80;
}
ul li a, ol li a {
	
}


cite, blockquote {
	border-left: 5px solid #e2001a;
	border-top: 1px solid #e4ebed;
	border-bottom: 1px solid #e4ebed;
	border-right: 1px solid #e4ebed;
	
	background:  #f4f4f4 url('../img/fons-cite.png') 21px 21px no-repeat;
	color: #7d7e80;
	display: block;
	margin: 1.2em 0 1.2em 0;
	padding: 2em 1em 2em 75px;
	font-weight: normal;
}


p {
	margin: 0px;
}
strong {
	font-weight: bold;
}
img {
	border:0;
}
hr {
	margin: 0 0 1.3em 0;
	padding: 0;
	border: none 0; 
	border-top: 1px solid #e5ecef;
	width: 99%;
	height: 1px;
}

h1, .titol-pagina {
	color: #2f383d;
	font-size: 1.4em;
	font-family: 'Interdimensional', Arial, sans-serif;
	line-height: normal;
	display: inline;
	padding: 0 4em 0 0.1em;
}
h1.titol-print {
	display: none;
}
h2, .titol-nivell2 {
	font-family: 'Varela Round', Arial, sans-serif;
	color: #2f383d;
	font-size: 1.6em;
	display: block;
	border-bottom: 1px solid #e5ecef;
	margin: 1em 0 1em 0;
	padding: 0 0 0.5em 0;
}
h3,h4,h5 {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2f383d;
}

a {
	color: #3a2f2f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
audio {
	max-width: 100%;
}


/* Classes per ocultar capes */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.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: #f6f6f6;
}


/* 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 {
	background: url('../img/fons-titol-portada.gif') top left no-repeat;
	color: #3a2f2f;
	font-family: 'Varela Round', Arial, sans-serif;
	font-size: 1.2em;
	padding: 0.6em 2% 0.6em 4%;
	line-height: 1em;
}
.titol-portada a {
	text-decoration: none;
	color: #3a2f2f; 
}
.titol-portada a:hover  {
	text-decoration: underline;
	color: #3a2f2f; 
}
.titol-portada span {
	text-decoration: none;
	color: #3a2f2f; 
}


/* Titol Intern */
.titol-intern {
	background: url('../img/fons-titol-portada.gif') top left no-repeat;
	color: #3a2f2f;
	font-family: 'Varela Round', Arial, sans-serif;
	font-size: 1.2em;
	padding: 0.4em 2% 0.4em 3%;
	line-height: 1em;
}
.titol-intern a {
	text-decoration: none;
	color: #3a2f2f;
}
.titol-intern a:hover {
	text-decoration: underline;
	color: #3a2f2f;
}
.titol-intern span {
	text-decoration: none;
	color: #3a2f2f;
}

/* Títol registre */
.titol-registre {
	color: #2f383d;
	font-size: 1.5em;
	font-family: 'Varela Round', Arial, sans-serif;
	line-height: normal;
	/*display: inline;*/
	width: 100%;
	padding: 0 0.2em 1em 0.2em;
	background: url('../img/sota-titol.gif') bottom left repeat-x;
}	

/* Agrupació i caregories */
.titol-agrupacio {
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Varela Round', Arial, sans-serif;
	color: #2f383d;	
}
table.taula tbody td.primera-categoria {
	border-bottom: 2px solid #b8caa3;
}
table.taula tbody td.primera-categoria .titol-agrupacio {
	font-weight: normal;
	color: #01636a;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

/* Arial gris fosc */
.titol-llista {
	margin-bottom: 0;
	font-size: 1.1em;
	/*font-weight: bold;*/
	color: #3a2f2f;
	text-decoration: none;
	text-align: left;
}
a.titol-llista {
	margin-bottom: 0;
	font-size: 1.1em;
	/*font-weight: bold;*/
	color: #3a2f2f;
	text-decoration: none;
	text-align: left;
}
a.titol-llista:hover {
	text-decoration: underline;
}
.taula-cerca .titol-llista {
	color: #e2001a;
}

/* Titol apartat Arial gris fosc gran */ 
.titol-llista-2 {
	color: #3a2f2f;
	font-weight: normal;
	font-size: 1.20em;
	font-family: Arial, serif;
	text-decoration: none;
	text-align: left;
}
a.titol-llista-2 {
	margin-bottom: 0;
	font-family: Arial, serif;
	font-size: 1.20em;
	font-weight: normal;
	color: #3a2f2f;
	text-decoration: none;
	display: inline-block;
	margin: 0.35em 0 0.1em 0;
}
a.titol-llista-2:hover {
	text-decoration: underline;
}

/* Negre petit */
.titol-llista-3 {
	color: #2b2726;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial, serif;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}
a.titol-llista-3 {
	font-family: Arial, serif;
	color: #2b2726;
	text-decoration: none;
}
a.titol-llista-3:hover {
	text-decoration: underline;
}

/* Vermell */
.titol-llista-4 {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #e2001a;
	text-decoration: none;
	text-align: left;
}
a.titol-llista-4 {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #e2001a;
	text-decoration: none;
	text-align: left;
}
a.titol-llista-4:hover {
	text-decoration: underline;
}



/* Subtítol vermell */
.subtitol, .subtitol-entradeta {
	color: #e2001a;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
/* Subtítol negre */
.subtitol2, .subtitol-2 {
	color: #2b2726;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
/* Blanc per referències */
.subtitol-3, .subtitol3 {
	color: #ffffff;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial, serif;
}
/* Gris clar per referencies */
.subtitol-4, .subtitol4 {
	color: #a5b1b9;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial, serif;
}


/* Textes */
.texte {
	color: #7d7e80;
	text-decoration: none;
}
.text-resalta {
	font-weight: bold;
}
.MarcaCerca {
	/*background-color: #ffa6b0;*/
	font-weight: bold;
	color: black;
}
.peu-imatge {
	text-align: left;
	color: #606060;
	font-family: Arial, sans-serif;
	margin-top: 4px;
	font-size: 1.1em;
}
.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.remarcat {
	color: #e2001a;
}


/* Links */
a.link {
	color: #e2001a;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
a.link-mini {
	color: #e2001a;
	font-size: 0.9em;
	text-decoration: none;
}
a.link-mini:hover {
	text-decoration: underline;
}
.link-negreta, a.linknegreta {
	font-weight: bold;
	color: #e2001a;
	text-decoration: underline;
}
a.link-negreta:hover {
	text-decoration: underline;
}
a.link-negre {
	color: #2b2726;
	text-decoration: underline;
}
a.link-negre:hover {
	text-decoration: underline;
}
a.link-gris {
	color: #7d7e80;
	text-decoration: underline;
}
a.link-gris {
	text-decoration: underline;
}

/* Documents */
a.document {
	color: #7d7e80;
	padding: 0 0 0 30px;
	background: url('../img/ico-document.png') top left no-repeat;
	font-size: 0.9em;
	min-height: 22px;
	display: inline-block;
	text-align: left;
}
a.document i {
	color: #01636a;
	font-style: normal;
}
a.document 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 {
	padding: 1em 0 0.2em 0;
	margin: 0 0 0 0;
	text-align: left;
	width: 100%;
}
ul.formulari li {
	clear: left;
	width: 100%;
	padding: 0 0 1em 0;
	margin: 0;
	list-style: none;
	background: none;
	overflow: hidden;
}
ul.formulari li.espaiat_sup {
	padding-top: 1em;	
}
ul.formulari li p.etiqueta {
	clear: both;
	color: #7d7e80;
	padding: 0.4em 0 0.4em 0;
	margin: 0;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.camp-lateral {
	float: left;
}
ul.formulari li div.camp-label {
	margin: 0;
	float: left;
	width: 99%;
	overflow: hidden;
}
.camp-lateral label, .camp-lateral>span {
	float: left;
}
.camp-lateral label {
	padding-top: 10px !important;
}

ul.formulari li input[type="checkbox"] {
	margin-left: 1em;	
}
	
.camp-lateral label, .camp-lateral>span {
	float: left;
}
.camp-lateral label {
}
ul.formulari li p.Check {
	float: left;
}
ul.formulari li label {
	color: #7d7e80;
	padding: 0.6em 0 0.35em 2%;
	margin: 0;
	font-weight: normal;
	background-color: #e2e2e2;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	display: inline-block;
	width: 98%;
	float: left;
	display: block;
	vertical-align: bottom;
	border: 1px solid #dddddd;
}
ul.formulari li label.checkbox {
	background-color: transparent;
	float: left;
	width: 20%;
	border: none;
}
ul.formulari > li .label-superior {
	width: 100%;
}
ul.formulari > li .label-inferior {
	width: 100%;
}
ul.formulari > li .label-esquerra {
	float: left;
}
ul.formulari > li .label-dreta {
	float: right;
}
ul.formulari > li .label-dreta label {
	padding-left: 1em;
}
ul.formulari li div p.Camp, ul.formulari li div span.Camp {
	padding: 0;
}
ul.formulari li .Camp .texte {
	padding: 0 0 0.3em 1em;
}
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.Curt {
	/*width: 15% !important;*/	
}
ul.formulari li p.Camp2 {
	padding: 5px 0 0 0.9em;
	margin: 15px 0 0 15%;
	display: block;
}
ul.formulari li p.Camp2 label {
	float: none;
	display: inline;
	padding: 5px 1em 0 0;
	height: 2.6em;
}
ul.formulari li p.Botons {
	padding: 15px 0 0 15%;
	margin: 0;
	display: block;
}
ul.formulari li.linia-botons {
	margin-top: 0;
	padding: 0.5em 0 0 0;
	/*border-top: 2px solid #b8caa3;*/
	text-align: center;
}
span.txt_captcha {
	color: #a41008;
}
ul.formulari li.txt_camps_req {
	font-weight: bold;
	padding: 0.7em 0em 0.5em 1em;
	color: #e2001a;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}
ul.formulari li.botons {
	/*padding-left: 17%;*/	
}
ul.formulari-newsletter {
	width: 90%; 
	margin: 0 auto 0 auto;
}
ul.formulari-login {
	width: 70%; 
	margin: 0 auto 0 auto;
}

ul.botonsformulari {
	clear: left;
	margin: 0em 5em 1em 14%;
	padding-top: 1em;
}
ul.botonsformulari li {
	display: inline;
	background: none;
	text-align: left;
}
ul.news_baixa {
	margin: 0.5em 0 0 3.5em;
}
ul.news_baixa li {
	background: none;
}
.form-captcha {
	max-width: 350px;
}

/* 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: #f1f5ed;
}
.formobj, .formobj-sel {
	font-size: 1.05em;
	border: 0;
	margin: 0;
	width: 95%;
	font-family: Arial, sans-serif;
	color: #2f383d;
	font-weight: normal;
	padding: 0.3em 2% 0.4em 2%;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.formobj-sel {
	padding: 0.3em 2% 0.4em 2%;
}
.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 {
	background-color: #e2001a;
	padding: 8px 20px 8px 20px;
	font-size: 1.2em;
	color: #ffffff;
	width: 100%;
	cursor: pointer;
	border: 0;
	font-family: Arial, sans-serif;
	max-width: 180px;
}
.Tbutton:hover {
	background-color: #c60017;
	text-decoration:none;
}
.cerca_adreca {
	width: 52%;
	margin: 0;
	font-family: Arial, sans-serif;
}
.formTxtArea {
	font-size: 1.05em;
	font-weight: normal;
	border: 0;
	width: 95%;
	border: 1px solid #dddddd;
	font-family: Arial, sans-serif;
	color: #2f383d;
	margin-top: 0;
	padding: 0.4em 2% 0.4em 2%;
	background-color: #ffffff;
	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;
}
input.Data {
	width: 95% !important;
	background: #ffffff url('../img/btn_calendar.gif') right 7px no-repeat;
}
input.checkbox {
	margin-top: 14px;
}
.tooltip {
	font-size: 0.7em;
	padding-left: 0.7em;
	vertical-align: top;
}
.etiqueta .tooltip {
	
}

/* 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;
}

/* Efecte de sombra en les imatges */
.efecte-sombra {
	background-color: white;
	/*margin-bottom: 20px !important;*/
	position: relative;
	display: block;
	overflow: visible !important;
}
.efecte-sombra:before, .efecte-sombra:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 16px 10px #777;
  -moz-box-shadow: 0 16px 10px #777;
  box-shadow: 0 16px 10px #777;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.efecte-sombra:after {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 10px;
  left: auto;
}

/* 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;
	overflow: hidden;
}
ul.llista-portada-amb-imatges li, ul.llista-portada-amb-imatges-1col li {
	display: list-item;
	padding: 0 0 0 0;
	margin: 0 0.5% 1.2em 0.5%;
	overflow: hidden;
	background-image: none;
	float: left;
	font-family: Arial, serif;
}
ul.llista-portada-amb-imatges li {
	height: 272px;
}
ul.llista-portada-amb-imatges li .llegir-mes {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0 !important;
}
ul.llista-portada-amb-imatges li a, ul.llista-portada-amb-imatges li p {
	padding: 0;
	margin: 0 1em 0 0;
}
ul.llista-portada-amb-imatges li img, ul.llista-portada-amb-imatges-1col li img {
	margin-top: 5px;
	margin-right: 10px;
	max-width: 100%;	
	
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1,1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1,1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
}
ul.llista-portada-amb-imatges li img:hover, ul.llista-portada-amb-imatges-1col li img:hover {
	opacity: .8;

	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1.05,1.07);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1.05,1.07);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
	
	position: relative;
	z-index: 99;	
}

ul.llista-amb-imatges li .separador, ul.llista-portada-amb-imatges-1col li .separador {
	height: 2px;
	width:50%;
	margin: 10px 6% 10px 44%;
	background: url('../img/separador.gif') top left repeat-x;
}
ul.llista-portada-amb-imatges li .separador {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.llista-portada-amb-imatges li .fons-peu img {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.llista-portada-amb-imatges li .llegir-mes, ul.llista-amb-imatges li .llegir-mes, ul.llista-portada-amb-imatges-1col li .llegir-mes {
	margin: 0px 6% 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	background: url('../img/llegir-mes.gif') top right no-repeat;
}
ul.llista-amb-imatges li .llegir-mes {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	float: right;
	background: url('../img/llegir-mes.gif') top right no-repeat;
}
ul.llista-portada-amb-imatges-1col li .llegir-mes {
	margin: 0px 6% 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	background: url('../img/llegir-mes.gif') top right no-repeat;
}
ul.llista-portada-amb-imatges li .llegir-mes a, ul.llista-portada-amb-imatges-1col li .llegir-mes a {
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	color: #e2001a;
}
ul.llista-portada-amb-imatges li .texte, ul.llista-portada-amb-imatges-1col li .texte {
	text-align: justify;
	font-family: Arial, 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,
	ul.llista-amb-imatges 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-temes li {
	margin-bottom: 2.2em;
}

/* Dates */
.contenidor-data {
	font-family: 'Varela Round', serif;
	float: left;
}
.contenidor-data .data-dia {
	font-family: 'Varela Round', serif;
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;
	color: #ffffff;
	float: left;
	padding: 8px 5px 5px 0px;
	width: 42px;
	height: 42px;
	background: url('../img/fons-dia.gif') top left no-repeat;
}
.data-resta {
	font-family: 'Varela Round', serif;
	font-weight: normal;
	font-size: 1em;
	color: #e2001a;
	float: left;
	padding: 4px 5px 5px 0px;
}

.llista-cont-img-no-absolut {
	overflow: hidden;
}



/* Llistat Calendari */
ul.llista-portada-calendari {
	margin: 15px 0 0 0;
	padding: 0;
	color: #444e5c;
}
ul.llista-portada-calendari li {
	padding: 0 0px 1em 26px;	
	margin-left: 0;
}


/* 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 13px 0;
	margin: 0;
	text-align: left;
	background: none;
	font-family: Arial, serif;
	overflow: hidden;
}
ul.llista-portada-sense-imatges li .texte {
	font-family: Arial, serif;
}
ul.llista-portada-sense-imatges li .categories-registre {
	color: #01636a;
	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;
}


/* 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;
	font-size: 1.1em;
	color: #3a2f2f;
	text-align: justify;
	margin: 1em 0 0 3em;
	background: none;
	position: inherit;
}
ul.llista-amb-imatges li.imparell {
	background: none;
	clear: both;
	float: left;
	margin-right: 2%;
}
ul.llista-amb-imatges li.parell {
	background: none;
	float: left;
}
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;
}


/* Llista amb imatges 1 columna */
ul.llista-amb-imatges-1col {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444e5c;
}
ul.llista-amb-imatges-1col li {
	margin: 0 0 0.8em 0;
	padding: 0;	
	display: block;
	text-align: justify;
	background-image: none;
	overflow: hidden;
}
ul.llista-amb-imatges-1col li:hover {
	background-color: #dddddd;
}

ul.llista-amb-imatges-1col li.sense-registres {
	padding: 0;	
	display: list-item;
	font-size: 1.1em;
	color: #3a2f2f;
	text-align: justify;
	margin: 1em 0 0 3em;
	background: none;
	position: inherit;
}
ul.llista-amb-imatges-1col li img {
	max-width: 100%;
}
ul.llista-amb-imatges-1col li p {
	margin-bottom: 0.4em;	
}
ul.llista-amb-imatges-1col li .llista-img img {
	overflow: hidden;
}
ul.llista-amb-imatges-1col li .categoria {
    color: #7d7e80;
    font-size: 0.9em;
	margin: 0.5em 0 0.5em 0;
}
ul.llista-amb-imatges-1col li .llista-descripcio {
    color: #cccccc;
	margin: 0.5em 0 0.5em 0;
}
ul.llista-amb-imatges-1col li .llegir-mes {
	margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: 15px;
	padding: 0px 0px 0px 21px;
	background: url('../img/llegir-mes-v2.gif') top left no-repeat;
}
ul.llista-amb-imatges-1col li .llegir-mes a {
	color: #7d7e80;
}


/* Llistat amb imatges 4 columnes */
ul.llista-amb-imatges-4col {
	padding: 0;
	margin: 0;
}
ul.llista-amb-imatges-4col li img {
	max-width: 100% !important;
}
ul.llista-amb-imatges-4col li img.amplia-img {
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1,1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1,1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
}
ul.llista-amb-imatges-4col li img.amplia-img:hover {
	opacity: 1;

	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1.05,1.07);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1.05,1.07);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
	
	position: relative;
	z-index: 99;	
}
ul.llista-amb-imatges-4col li .llista-contingut {
	text-align: center;
	padding: 9px 5px 0 5px;
	background: transparent url('../img/fons-lista-contingut.png') left top repeat;
	clear: both;
	color: #ffffff;
	min-height: 78px;
	list-style: none;
}
ul.llista-amb-imatges-4col li.normal {
	background: none;
	float: left;
	padding: 0;
	margin: 0 1% 10px 1%;
}
ul.llista-amb-imatges-4col li.final {
	background: none;
	padding: 0;
	margin: 0 1% 10px 1%;
	float: left;
}
ul.llista-amb-imatges-4col li p {
	margin-bottom: 0.7em;	
}
ul.llista-amb-imatges-4col li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
}

/* Llistat amb imatges 3 columnes */
ul.llista-amb-imatges-3col {
	padding: 0;
	margin: 0;
}
ul.llista-amb-imatges-3col li img {
	max-width: 100% !important;
}
ul.llista-amb-imatges-3col li img.amplia-img {
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1,1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1,1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
}
ul.llista-amb-imatges-3col li img.amplia-img:hover {
	opacity: 1;

	-webkit-transform: scale(1.04,1.06);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1.04,1.06);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1.04,1.06);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1.04,1.06);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
	
	position: relative;
	z-index: 99;	
}
ul.llista-amb-imatges-3col li .llista-contingut {
	text-align: center;
	padding: 9px 5px 0 5px;
	background: transparent url('../img/fons-lista-contingut.png') left top repeat;
	clear: both;
	color: #ffffff;
	min-height: 125px;
	list-style: none;
}
ul.llista-amb-imatges-3col li.normal {
	background: none;
	float: left;
	padding: 0;
	margin: 0 1% 10px 1%;
}
ul.llista-amb-imatges-3col li.final {
	background: none;
	padding: 0;
	margin: 0 1% 10px 1%;
	float: left;
}
ul.llista-amb-imatges-3col li p {
	margin-bottom: 0.7em;	
}
ul.llista-amb-imatges-3col li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
}

/* Element de més informació */
ul li.mes-informacio, p.mes-informacio {
	clear: both;
	border-top: 1px solid #dcdcdc;
	float: right;
}
ul li.mes-informacio a, p.mes-informacio a {
	text-align: right;
	display: block;
	padding: 6px 17px 0 0;
	text-decoration: none;
	color: #0a516d;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	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 3px 1px;
	font-weight: normal;
	color: #3a2f2f;
	font-size: 1.15em;
	font-family: Arial, sans-serif;
	/*text-transform: uppercase;*/
	border-bottom: 2px solid #e2001a;
}
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;
}
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;
}
.paginacio .paginacio-registres {
	display:none;
	color: #01636a;
	font-size: 1em;
	font-family: Arial, serif;
	text-align: left;
}
.paginacio .paginacio-pagines {
	font-size: 1.1em;
	float: right;
	padding-right: 15px;
}
a.link-paginacio {
	color: #909da5;
	font-family: Arial, serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0.2em 0.6em 0.2em 0.6em;
	border-right: 1px solid #dfe5e9;
	border-top: 1px solid #dfe5e9;
	border-bottom: 1px solid #dfe5e9;
}
.paginacio-pagines a.primer, .paginacio-pagines span.primer {
	border-left: 1px solid #dfe5e9;
}
a.link-paginacio:hover {
	text-decoration: underline;
}
.link-paginacio-sel {
	display: inline-block;
	color: #ffffff;
	background-color: #e2001a;
	font-family: Arial, serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em 0.6em 0.2em 0.6em;
	margin: 0 0 0 0;
	border-right: 1px solid #dfe5e9;
	border-top: 1px solid #dfe5e9;
	border-bottom: 1px solid #dfe5e9;
}


/* Mapes GMaps */
.Mapa_LLista, .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: #0a516d;
}
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: #01636a;
	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;
}
ul.fitxa li.separador {
	width: 100%;
	padding: 4px 10px 4px 5px;
	color: #01636a;
	clear: both;
}
ul.fitxa li .etiqueta {
	text-transform: uppercase;
	color: #01636a;
}
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;
}


/* Llista documents */
ul.llista-documents {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444e5c;
}
ul.llista-documents li {
	margin: 0 0 1.5em 0;
	padding: 0;	
	display: block;
	text-align: justify;
	background-image: none;
	overflow: hidden;
}
ul.llista-documents li .llista-contingut {
	padding: 0.6em 0 0 0;
	clear: both;
}
ul.llista-documents li p {
	margin-bottom: 0.4em;	
}
ul.llista-documents li.imparell {
	clear: both;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}
ul.llista-documents li.parell {
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}
ul.llista-documents li.sense-registres {
	padding: 0;	
	display: list-item;
	font-size: 1.1em;
	color: #3a2f2f;
	text-align: justify;
	margin: 1em 0 0 3em;
	background: none;
	position: inherit;
}
ul.llista-documents li img {
	max-width: 100%;
}
ul.llista-amb-imatges li p {
	margin-bottom: 0.4em;	
}
ul.llista-documents li .llista-img {
    width: 20%;
    border: 1px solid transparent;
    height: 100%;
}
ul.llista-documents li .llista-cont-img {
    overflow: hidden;
    max-width: 80%;
}
ul.llista-documents li .llista-descripcio {
    margin: 0.5em 0 0.5em 0;
}


/* 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;
}
ul.galeria-imatges li img {
	max-width: 100%;
}
ul.galeria-imatges li .imatge-vota {
	overflow: hidden;
	margin-top: 10px;
}
ul.galeria-imatges li .vota {
	background-color: #7d7e80;
	color: #ffffff;
	overflow: hidden;
	float: left;
	padding: 4px 5px 4px 5px;
	margin-right: 10px;
}
ul.galeria-imatges li .vota:hover {
	cursor: pointer;
}
ul.galeria-imatges li .vots {
	
}


/* Llistes d'imatges adjuntes */
ul.llista-imatges {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	display: block;
	list-style: none;
}
ul.llista-imatges li {
	display: block;
	float: left;
	margin: 0 0 0 0 0;
	padding: 0;
	background: none;
	width: 100%;
}
ul.llista-imatges li img {
	max-width: 210px !important;
}
ul.llista-imatges li p {
	margin-top: 0.8em;
}
ul.llista-imatges .owl-controls {
	position: inherit;
	bottom: 0;
	margin-top: 15px;
}
ul.llista-imatges .owl-controls .owl-page span {
	background-color: black;
}

/* Llistes d'imatges adjuntes */
ul.imatge {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	display: block;
	max-width: 980px;
	list-style: none;
}
ul.imatge li {
	display: block;
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0;
	background: none;
}
ul.imatge li img {
	/*width: auto; ??*/
	max-width: auto;
	max-height: auto;
}

/* Galeria de Videos Youtube */
div.galeria-videos-imatges {
	overflow: hidden;
	margin: 0 2% 0 0;
}
div.galeria-videos-imatges-video {
	overflow: hidden;
	
}
ul.galeria-videos {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 !important;
}
ul.galeria-videos li {
	display: block;
	padding: 0 !important;
	margin: 0 0 1em 0;
	background: none !important;
	overflow: hidden;
}
ul.galeria-videos li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	white-space: normal;
	float: none;
	clear: both;
}
a.video {
	position: relative !important;
	display: block !important;
	float: left;
	clear: both;
	overflow: hidden;
	max-width: 100%;
}
a.video img.fons_video {
	position: absolute;
	top: 40%;
	left: 45%;
	z-index: 100;
	width: 48px;
	height: 48px;
}
*html a.video img.fons_video {
	display: none;	
}


/* Llista MapaWeb */
ul.MapaWeb {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.MapaWeb li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.MapaWeb li a {
	font-weight: normal;
	color: #2f383d;
	font-size: 1.1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #d5d4d4;
	font-family: Arial, sans-serif;
	/*text-transform: uppercase;*/
	width: 100%;
	display: block;
}
ul.MapaWeb li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul li {
	margin-top: 0.8em;
	margin-left: 20px;
}
ul.MapaWeb ul li a {
	/*font-weight: bold;*/
	font-size: 1em;
	color: #2f383d;
	text-decoration: none;
	font-family: Arial, serif;
	border-bottom: none;
	text-transform: none;
}
ul.MapaWeb ul li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul ul {
	margin: 7px 0 0 0;
}
ul.MapaWeb ul ul li {
	background: inherit;
	margin: 0.5em 0 0 0;
	padding:  0 0 0 1.3em;
	background: none;
}
ul.MapaWeb ul ul li a {
	font-size: 0.9em;
	color: #2f383d;
	font-weight: normal;
	border: 0;
}
ul.MapaWeb ul ul li a:hover {
	text-decoration: underline;
}

/* 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;
}

/* 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: #01636a;
	font-weight: normal;
	text-transform: uppercase;	
}

/* Enquestes */
.titol-enquesta {
	float: left;
	width: 20%;
}
.titol-enquesta-cont {
	float: left;
	width: 80%;
}
.enquestes {
	margin: 0 0 15px 0;
	padding: 0;
	width: auto !important;
	overflow: hidden;
}
.enquestes .text-enquestes {
	width: 40%;
	float: left;
}
.enquestes .text-enquestes-cont {
	width: 55%;
	float: left;
	margin-left: 5%;
}
.enquestes .boto-enquesta {
	text-align: right;
	float: right;
	width: 20%;
	min-width: 6em;
}
.enquestes .boto-enquesta input {
	background-color: #e2001a;
	padding: 9px 13px 9px 13px;
	font-size: 1.2em;
	color: #ffffff;
	border: 0;
	margin: 5px 1em 0 0px;
	font-family: Arial, sans-serif;
}
.enquestes .opcions-enquesta {
	float: left;
	width: 75%;
	text-align: left;
}
.enquestes .opcio-enquesta {
	margin-bottom: 1em;	
	white-space: nowrap;
	overflow: hidden;
	display: block;
	clear: both;
}
.enquestes .opcio-enquesta input {
	float: left;
	margin-right: 3%;
	width: 6%;
}
.enquestes .opcio-enquesta label {
	display: block;
	float: left;
	white-space: normal;
	width: 88%;
}
.enquestes .barra-enquesta, .enquestes-pagina .barra-enquesta {
	float: left; 
	margin-bottom: 3px; 
	background-color: #e2001a; 
	height: 26px;
}
.enquestes .percentatge-enquesta {
	float: left;
}
.enquestes .vots-enquesta {
	clear: left;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
.enquestes .resposta-enquesta, .enquestes-pagina .resposta-enquesta {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 7px;
	overflow: hidden;	
}
.resposta-enquesta-txt {
	float: left;
	width: 34%;
	color: #5c6366;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.resposta-enquesta-barra {
	float: left;
	width: 60%;
}
.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;
}
ul.enquestes-pagina {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.enquestes-pagina li {
	background: none;
	padding: 0 0 1em 0;
}

/* Comentaris */
.afegir-comentari {
	display: none;
}
div.comentaris {
	color: #2f383d;
	padding: 1.6em 0 1em 0;
}
h2.TitolComentaris {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;	
}
div.BarraComentaris {
	width: 97%;
	border-bottom: 1px solid #e2001a;
	margin: 1.5em 0 1.5em 0;
	overflow: hidden;
}
div.BarraComentaris h2 {
	font-size: 1.3em;
	color: #cd2b2b;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 1em;
}
div.BarraComentaris div.LinksComentaris {
	padding-bottom: 1em;
}
div.BarraComentaris div.LinksComentaris a {
	display: inline-block;
	background-color: #e2001a;
	border-radius: 12px;
	color: #ffffff;
	padding: 0.7em;	
}
ul.comentaris {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.comentaris li {
	font-size: 1.1em;
	color:  #2f383d;
	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: #e6e6e6;
	padding: 1.2em 1em 0.4em 1em;
	color: #2f383d;
	font-size: 0.8em;
	margin-left: 18px;	
}
ul.comentaris li div.cont-comentari div.peucom {
	color: #2f383d;
	font-weight: bold;
	font-family: Arial, serif;
	padding: 0.9em 0.5em 0.8em 0.5em;
	text-align: right;
}
ul.comentaris li div.capcom {
	color: #2f383d;
	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.ComentariEliminat div.contcom {
	background-color: #eeeeed;	
}
.comentari-opcions {
	float: left;
	overflow: hidden;
	margin-left: 1em;
	margin-top: 5px;
}



/* Template Banners */
/* Galeria Banners */
ul.galeria-banners {
    margin: 0 0 0 0;    
    padding: 0;
    border: 0;
    overflow: hidden;
    list-style: none;
    clear: both;
    background: none;
}
ul.galeria-banners li {
    vertical-align: middle;
    text-align: center;
    float: left;
    background: none;
    padding: 0 0 0 0;
	margin: 0 0.5% 1.2em 0.5%;
	background-color: white;
}
ul.galeria-banners li.ultim {
	margin-right: 0px;
	padding: 0 0 0 0;
}
ul.galeria-banners li img {
	max-width: 100%;
	
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1,1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1,1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
}
ul.galeria-banners li img:hover {
	opacity: .8;

	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;

	-ms-transform: scale(1.05,1.07);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;

	-o-transform: scale(1.05,1.07);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
	
	position: relative;
	z-index: 99;	
}

/* Requadre d'advertència d'idioma */
#DivTxtAdvIdioma {
	clear: both;
	border: 2px #666666 dashed;
	background-color: #e6e6e6;
	margin-bottom: 2em;
	padding: 1em;
}


/* 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: #f1f5ed;
	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: Arial, 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 #b8caa3;
	background-color: #f1f5ed;
	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: #b8caa3; 
	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: #01636a;
	font-size: 1.4em;
	font-family: Arial, 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 #b8caa3;
	background-color: #f1f5ed; 
}
#VerificaSignatura {
	padding: 7px 10px 10px 10px;
	border-bottom: 2px solid #b8caa3;
	background-color: #f1f5ed; 
}
#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: #0a516d;
	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 .contenidor {
	background: url('../img/fons-cerca-productes.gif') left top no-repeat;
	border: 1px solid #e4ebed;
	min-height: 100px;
	width:90%;
	padding: 25px 0 25px 10px;
	margin-bottom: 25px;	
}
.filtre p.titol {
	font-family: 'Varela Round', Arial, sans-serif; 
	color: #3a2f2f;
	font-size: 1em;
	margin-bottom: 1em;
}

.filtre p {
	font-family: 'Varela Round', Arial, sans-serif; 
	color: #2f383d;
	width: 90%;
}
.filtre select {
	width: 95%;
	font-size: 0.9em;
	padding: 3% 2% 3% 2%;
	font-family: Arial, sans-serif;
	color: #2f383d;
	margin: 5px 0 15px 0;
}
.filtre input.cerca {
	color: #2f383d;
	width: 95%;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	padding: 3% 2% 3% 2% !important;
	margin: 5px 0 15px 0;
	
}
.filtre .formobj {
	color: #2f383d;
	width: 95%;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	padding: 3% 2% 3% 2% !important;
	margin: 5px 0 15px 0;
}

.filtre select.ultim {
	margin-right: 0;	
}
.filtre label {
	font-family: 'Varela Round', Arial, sans-serif; 
	color: #e2001a;
	font-size: 0.9em;
	width: 95%;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}
.filtre .Tbutton {
	width: 40%;
	border-radius: 12px;
	margin-left: 20%;
	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: inherit;
    height: auto;
	position: relative;
    left: 50%;
    transform: translate(-50%,0);
}
*/
ul.rotador li {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	display: block;
	overflow: hidden;
	height: auto !important;
}
ul.rotador li .panelPag {
	overflow: auto;
	width: 100%;
}
ul.rotador li .panelNoTabs {
	bottom: 3px !important;
}
.rotador-titol {
	padding: 0;
	overflow: hidden;
	position: absolute;
	bottom: 10%;
	margin: 0 auto 0 auto;
	left: 0;
	right: 0;
	text-align: right;
	width: 850px;
}
.rotador-titol p {
	display: block;
	text-align: right;
	color: #ffffff;
	font-size: 1.6em;
	font-family: Arial, sans-serif;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.rotador-titol p.titol-gran-os {
	font-size: 2.7em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	display: none;
}
.rotador-titol p.titol-petit-os {
	font-size: 1.7em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	display: none;
}
.rotador-titol p.titol-gran-sil {
	font-size: 2.9em;
	font-family: 'Shadows Into Light Two', cursive;
	display: none;
}
.rotador-titol p.titol-petit-sil {
	font-size: 1.9em;
	font-family: 'Shadows Into Light Two', cursive;
	display: none;
}
.rotador-botons {
	overflow: hidden;
	margin: 1.2em auto 0 auto;
}
.rotador-botons a {
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
    
	/* Modern! */
	/* Firefox 0.9+, Safari 2?, Chrome any? */
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
	
	display: inline-block;
	box-shadow: 2px 2px 5px #1d1e21;
	background-color: #2f383d;
	color: #fdfdfd;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	padding: 8px 1em 8px 1em;
	border-radius: 3px;
	moz-border-radius: 4px;
	margin: 0 4px 10px 25px;
}
.rotador-botons a:hover {
	box-shadow: 0px 0px 0px #1d1e21;
	text-decoration: none;
	color: #e2001a;
}
ul.rotador li .panelDesc {
	padding: 0;
	overflow: hidden;
	position: absolute;
	bottom: 10%;
	margin: 0 auto 0 auto;
	left: 0;
	right: 0;
	width: 85%;
}
ul.rotador li .panelDesc p {
	display: block;
	text-align: left;
	color: black;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	text-shadow: #808080 0.1em 0.1em 0.2em;
}
ul.rotador li .panelDesc p.titol-rotador {
	display: block;
	text-align: left;
	color: #ffffff;
	font-size: 1.6em;
	font-family: Arial, sans-serif;
	text-shadow: black 0.1em 0.1em 0.2em;
}


.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: #0a516d;
	padding: 0.3em; 
	cursor: pointer;
	margin: 0 0 0 5px;
}
.rotador-index ul li.active {
	color: #ffffff;
	text-decoration: underline;
	background-color: #0a516d;
}


/* El mes vist */
.mesvistmesnou {
	overflow: hidden;
	padding: 0;
}
.titol-el-mes {
	float: left;
	width: 20%;
	margin-right: 6%;
}
.mesvistmesnou h2 {
	color: #e2001a;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	padding: 0 0.5em 0 0.5em;
	margin-top: 0;
}
.mesvistmesnou ul {
	float: left;
	width: 74%;
}
ul.llista-el-mes {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.llista-el-mes li {
	margin: 0;
	padding: 0 0 0.9em 0;
	background: none !important;
	overflow: hidden;
	clear: both;
}
ul.llista-el-mes li .elmes-contingut {
	float: left;
	width: 75%;
}
ul.llista-el-mes li .elmes-pare {
	color: #3a2f2f;
	font-weight: normal;
}
ul.llista-el-mes li a {
	color: #3a2f2f;
}
.elmes-visites, .elmes-data {
	color: #e2001a;
	font-size: 1em;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	display: block;
	float: left;
	width: 22%;
	margin-right: 3%;
}


/* 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;
}


/* Add this */
.addthis_toolbox {
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.addthis_32x32_style .at15t_compact {
	/*background-position: -2px -2px!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;
}

#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;
}

ul.links-portada {	
	margin: 7px 0 0 0;
	padding: 0px 13px 8px 0px;
	list-style: none;
}
ul.links-portada li {
	margin: 1em 0 0.2em 0.5em;
	padding:  0 0 0.6em 1.7em;
	background: url("../img/boto-llistes-portada.gif") 0px 0px no-repeat;
}

.SolucionsRelacionades {
	clear: both;
}
.CercadorProductes {
	background: url('../img/fons-cerca-productes.gif') left top no-repeat;
	border: 1px solid #e4ebed;
	min-height: 100px;
	width:90%;
	padding: 25px 0 25px 10px;
	margin-bottom: 25px;
}
.PestanyesCamps {
	width: 100%;
	padding: 25px 0 25px 0;
	float:right;
}	
.imgProducteRelacionat {
	float:left;
	width: 30%;
	margin-right: 10px;
}
p.TitolBuscador {
	font-family: 'Varela Round', Arial, sans-serif; 
	color: #3a2f2f;
	font-size: 1em;
}
p.SeccioBuscador {
	font-family: 'Varela Round', Arial, sans-serif; 
	color: #e2001a;
	font-size: 0.9em;
	margin: 15px 0 10px 0;
}
p.CampBuscador select {
	width: 95%;
	padding: 3% 2% 3% 2%;
	font-family: Arial;
	color: #abadaf;
}
p.TitolProducte {
	font-family: 'Varela Round', Arial, sans-serif; 
	color: #2f383d;
	font-size: 1.3em;
}
p.CategoriaProducte {
	font-family: 'Varela Round', Arial, sans-serif; 
	color: #848484;
	font-size: 0.9em;
}
p.DescripcioProducte {
	font-family: Arial, sans-serif; 
	color: #7d7380;
	font-size: 0.9em;
}

p.TitolDocuments {
	color: #2f383d;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	padding: 30px 0 0 0;	
}


ul.docTecnica {	
	margin: 0 0 0 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
}
ul.docTecnica li {
	margin: 0.5em 0 0 0;
	padding:  0 0 0 1.2em;
	background: none;
	border-bottom: 1px solid #ececec;
}
#sync1 .item{
    background: #fbfbfb;
    padding: 0px 0px;
    margin: 0 0 5px 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item {
    background: #fbfbfb;
    padding: 0px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .synced .item {
  background: #fbfbfb;
}
.btn-prev {
	float:left;
}
.btn-next {
	float:right;
}

.contenidor-data-detall {
	font-family: 'Varela Round', serif;
	float: left;
	background: url('../img/fons-data-detall.gif') top left no-repeat;
	width: 84px;
	height: 84px;
	margin-right: 20px;
}
.contenidor-data-detall .data-dia {
	font-family: 'Varela Round', serif;
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;
	padding: 10px 0 0 0;
	color: #ffffff;
}
.contenidor-data-detall  .data-resta {
	font-family: 'Varela Round', serif;
	font-weight: normal;
	font-size: 1em;
	color: #ffffff;
	padding: 5px 0 0 5px;
	text-align: center;
	float: left;
}

.separa-categoria {
	padding: 0 5px 0 5px;
}

.botons-xarxes {
	overflow: hidden;
	padding-right: 10px;
	margin: 0 0 5px 10px;
	
}
.botons-xarxes ul {
	overflow:hidden;
	padding: 0 0 0 10px;
}
.botons-xarxes li {
	float:left;
	padding: 0 10px 0 0;
	margin:0;
	background: none;
}
.llista-categories {
	padding: 0;
	margin: 15px 0 15px 0;
}
.llista-categories li {
	background: none;
	overflow:hidden;
	margin: 0 0 0 0px;
	padding: 7px 0 7px 0;
	clear: both;
}
.llista-categories li a {
	color: #e2001a;
	padding: 2px 1% 0 2%;
	width: 85%;
	float: left;
	font-size: 0.9em;
}
.llista-categories li img {
	color: #e2001a;
	padding-left: 1%;
	width: 9%;
	float: left;
	font-size: 0.9em;
}

.llista-categories li ul {
	overflow:hidden;
	padding: 0 0 0 0px;
	clear: both;
}
.llista-categories li ul li {
	background-color: #efefef;
	margin: 0 0 0 0px;
	overflow: hidden;
	padding: 7px 0 7px 0;
}
.llista-categories li ul li a {
	font-weight: normal;
}
.llista-categories li ul li ul li {
	background-color: #e3e3e3;
	margin: 0 0 0 0px;
	padding: 7px 0 7px 0;
}
.llista-categories li ul li ul li a {
	font-weight: normal;
}
.llista-categories li ul li ul li ul li {
	background-color: #d9d9d9;
	margin: 0 0 0 0px;
	padding: 7px 0 7px 0;
}
.llista-categories li ul li ul li ul li {
	font-weight: normal;
}
.llista-categories a:hover {
	text-decoration: underline;
}
.llista-categories .categoria-seleccionada>a {
	font-weight: bold;
}

.llista-atributs {
	padding: 0;
	margin: 15px 0 0 0; 

}
.llista-atributs li.etiqueta {
	background: none;
	padding: 0 0 0 0;
	margin: 9px 0 9px 0;
	color: #e2001a;
}
.llista-atributs li.etiqueta-petita {
	background: none;
	padding: 0 0 0 0;
	margin: 12px 0 2px 0;
	font-size: 0.8em;
	color: #e2001a;
}
.llista-atributs li.camp {
	background: none;
	padding: 0 0 0 0;
	margin: 1px 0 9px 0;
}
.llista-atributs li.camp select {
	color: #8e8e8e;
	border: 1px solid #e5e7e8;
}
div.categories-pare {
	padding: 0;
	overflow:hidden;
	margin: 0 0 25px 0;
	width: 99%;
}

ul.categories-pare {
	padding: 0;
	margin: 0 0 0 0;
	width: 99%;
}
.categories-pare li {
	background: none;
	padding: 0 0 0 5px;
	margin: 0px 0 0px 0;
	float: left;
}
.categories-pare li a {
	background: url('/plantilles/texsa/img/separador-categoria.gif') right 1px no-repeat;
	color: #7d7e80;
	padding: 0 17px 0 0;
	font-size: 0.9em;
}
.categories-pare li a.ultim {
	background: none;
	color: #7d7e80;
	padding: 0 17px 0 0;
	font-size: 0.9em;
}
.categories-pare li span {
	color: #7d7e80;
	padding: 0 17px 0 0;
	font-size: 0.9em;
}
.categories-pare a:hover {
	text-decoration: underline;
}

.llista-categories-central {
	padding: 0;
	margin: 0;
}
.llista-categories-central li {
	float:left;
	background: none;
	padding: 0 0 0 0px;
	margin: 9px 0 9px 0;
}
.llista-categories-central li a div.imatge {
	margin: 0 2% 0 2%;
	float:left;
	width: 30%;
	height: 100px;
}
.llista-categories-central li div.text {
	padding: 25px 0 0 0;
	width: 62%;
	float:left;
}
.llista-categories-central li a {
	color: #2f383d;
	font-size: 1.05em;
}
div.llistat-solucions {
	clear:both;
	padding-top: 20px;
}
ul.llista-amb-imatges-1col li .sol-llista-img {
	border: 1px solid transparent;
 	height: 90px;
    max-width: 25%;
 	float:left;
}
ul.llista-amb-imatges-1col li .sol-llista-img img {
    height: 90px;
    width: auto !important;
    overflow: hidden;
}

ul.llista-amb-imatges-1col li .sol-llista-cont-img {
    height: 90px;
    padding: 2px 0 0 0;
    min-width: 40%;
    max-width: 75%;
    position: relative;
    float:left;
}
.fitxa-solucion {
	padding: 15px 10px 0 10px;
	clear: both;
}
.fitxa-solucion .titol-solucion {
	padding: 0 0 20px 0;
}
.fitxa-solucion .titol-solucion .titol {
	font-family: 'Varela Round', Arial, sans-serif;
	font-size: 1.3em;
	color: #2f383d;
}
.fitxa-solucion .titol-solucion .codi {
	font-family: 'Varela Round', Arial, sans-serif;
	font-size: 1.3em;
	color: #e2001a;			
}
.fitxa-solucion .imatge-solucion {
	float:left;
	min-height: 250px;
}
.fitxa-solucion .memoria {
	float:left;
	min-height: 250px;
	position: relative;
	color: #7d7e80;
	font-weight: 0.9em;
}
.fitxa-solucion .memoria .camp-memoria {
	padding-left: 15px;
	padding-bottom: 145px;
}
.fitxa-solucion .memoria div.zones {
	position: absolute;
	bottom: 10px;
	width: 99%;
	margin-left: 15px;
}
.fitxa-solucion .memoria div.zones .links-solucions {
	margin-top:20px;	
}
.fitxa-solucion .memoria .zones a.zones {
	background: url('/plantilles/texsa/img/boto-llistes-portada.gif') top left no-repeat;
	/*margin-top: 20px;*/
	padding-left: 20px;
	color: #7d7e80;
}
#boto-basica {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #9aa7af;
	background-color: #ffffff;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: none;
	border-bottom: 1px solid #ebebeb;
	margin:10px 0 0 25px;
	float:left;
	padding: 15px 15px 15px 15px;
}

#boto-basica.sel  {
	color: #ffffff;
	background-color: #e2001a;
	border-top: 1px solid #e2001a;
	border-left: 1px solid #e2001a;
	border-right: none;
	border-bottom: 1px solid #e2001a;
}

#boto-mejorada {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #9aa7af;
	background-color: #ffffff;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: none;
	margin-top:10px;
	float:left;
	padding: 15px 15px 15px 15px;
}
#boto-mejorada.sel  {
	color: #ffffff;
	background-color: #e2001a;
	border-top: 1px solid #e2001a;
	border-right: 1px solid #e2001a;
	border-left: none;
	border-bottom: 1px solid #e2001a;
}

.fitxa-solucion #pestanyesProducte {
	clear: both;
	padding:30px 0 0 0;
}
.fitxa-solucion .productos {
	float:left;
	padding-top: 25px;
}
.fitxa-solucion .documentacion {
	float:left;
	padding-top: 25px;
}
.fitxa-solucion .cad {
	float:left;
	padding-top: 25px;
}
.titol-apartat-sol {
	color: #2f383d;
	font-size: 1.1em;
	padding-bottom: 10px;
}

ul.imatges-solucio {
	padding: 15px 0 0 0;
	margin: 0;
}
ul.productesRelacionats {
	padding: 0;
	margin: 0;
}		
ul.imatges-solucio li, ul.productesRelacionats li {
	background: none;
	width: 99%;
	clear:both;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #ececec;			
}
ul.imatges-solucio li div.imatge, ul.productesRelacionats li div.imatge {
	float:left;
	margin: 0 2% 0 0;
}
ul.imatges-solucio li div.desc-imatge, ul.productesRelacionats li div.desc-imatge {
	float:left;
	padding-top: 10px;
	color: #7d7e80;
	font-size: 0.9em !important;
}
.contingut-portlet {
	overflow:hidden;
	clear:both;	
}
.taulaHTML {
		
}
.taulaHTML thead tr {
	background-color: #eeeeee;	
}

.taulaHTML tr td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px 5px 5px 5px;
}	
.taulaHTML tr:FIRST-CHILD td {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px 5px 5px 5px;
}	
.taulaHTML tr td:FIRST-CHILD {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 5px 5px 5px 5px;
}	

/* Llegenda de Mapes */
div.llegenda_mapa {
	clear: both;
	margin: 0 0 0.2em 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;
}
a.peumapa {
	margin-top: 0.3em;
	display: inline-block;
}
