@charset "utf-8";

/* -------- Reset CSS -------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit;
}
:focus {outline: 0;}
a, a:hover { text-decoration: none; cursor: pointer;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none; vertical-align: middle;}
ul {list-style: none;}
input, textarea, select, button {font-size: 100%; font-family: inherit;}
select {margin: inherit;}
hr {margin: 0; padding: 0; border: 0; height: 1px}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* ---- Etiquetes ---- */
xmp {
	font-family: Arial, Verdana;
	font-size: 1.2em;
	border: 1px solid black;
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

/* Elements generals */
form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
ul {	
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0.3em 0 0.3em 0;
	padding:  0 0 0 17px;
	background: url("../img/bullet.png") 0px 0.6em no-repeat;
}
ul li.nomarca, ol li.nomarca  {	
	margin: 0 0 0.5em 0.3em !important;
	padding: 0 !important;
	background: none !important;
}
ul li.columnes, ol li.columnes {
	float: left;
	display: block;
}
ol {
	
}
ol li {

}
ul li span, ol li span {
	
}
ul li p, ol li p {	
	
}
ul li a, ol li a {
	
}

blockquote {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
	margin-bottom: 0.6em;
}
strong {
	font-weight: bold;
}
img {
	border:0;
}
hr {
	border: none 0; 
	border-top: 1px solid #b8b8b8;
	width: 100%;
	height: 1px;
}
hr.marges {
	margin-top: 1.8em;
	margin-bottom: 2.4em;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	line-height: 120%;
	color: #ff1f1d;
	margin: 0 0 20px 0;
	text-decoration: none;
}
h2, h2 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.25em;
	line-height: 120%;
	color: #808080;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-decoration: none;
}
h3, h3 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	line-height: 120%;
	color: #808080;
	margin-bottom: 15px;
	font-weight: normal;
	text-decoration: none;
}
h4, h4 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	line-height: 120%;
	color: #231f20;
	margin-bottom: 15px;
	font-weight: normal;
}
h5, h5 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	line-height: 120%;
	color: #231f20;
	margin-bottom: 20px;
	font-weight: normal;
}
h6, h6 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color: #231f20;
	margin-bottom: 20px;
	font-weight: normal;
}

a {
	color: #505050;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #ff1f1d;
}

audio {
	max-width: 100%;
}

/* Classes per ocultar capes */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.nodisplay {
   display: none;
}

/* Alineacions */
.vola-esq {
	float: left;
}
.vola-dre {
	float: right;
}
.neteja {
	clear: both;
	float: none;
}


/* Editor HTML */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.full {
	text-align: justify;
}
.center {
	text-align: center;
}

.no-marge-superior {
	margin-top: -5px;
}


/* ----  Titols ----*/
.titol-bloc {
	border-bottom: 2px solid #d0d0d0;
	color: #505050;
	padding: 0 0 0.3em 0;
	margin: 0 0 1.1em 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
}
.titol-bloc a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
}

/* Títol pàgina */
.titol-pagina, .titol-registre {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	line-height: 120%;
	color: #ff1f1d;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0;
	
}
.titol-registre {
	margin-bottom: 10px;
}
.subtitol-registre {
	font-size: 0.9em;
	color: #ff1f1d;	
}

/* Subtítol */
.subtitol {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #505050;
	margin-bottom: 5px;
}

/* Subtítol Vermell */
.subtitol-2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ff1f1d !important;
	font-size: 1.1em;
	margin-bottom: 5px;
}
/* Subtítol Negreta */
.subtitol-3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #231f20;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Títols portada */
.titol, a.titol {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 5px;
}
.titol-2, a.titol-2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.65em;
	font-weight: normal;
	margin-bottom: 5px;
}
.titol-3, a.titol-3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 5px;
}

/* Títol de llista petit */
.titol-llista-0, a.titol-llista-0 {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0.3em;
}
a.titol-llista-0:hover {
	text-decoration: underline;
}

/* Títol de llista normal */
.titol-llista, a.titol-llista, .titol-llista a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0.3em;
}
a.titol-llista:hover {
	text-decoration: underline;
}

/* Títol de llista mitjà */
.titol-llista-2, a.titol-llista-2 {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0.3em;
}
a.titol-llista-2:hover {
	text-decoration: underline;
}

/* Títol de llista gran */
.titol-llista-3, a.titol-llista-3  {
	text-decoration: none;
	ffont-family: 'Open Sans', sans-serif;
	font-size: 1.65em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0.3em;
}
a.titol-llista-3:hover {
	text-decoration: underline;
}

/* Títol de llista més gran */
.titol-llista-4, a.titol-llista-4  {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0.3em;
	line-height: 110%;
}
a.titol-llista-4:hover {
	text-decoration: underline;
}


/* Títols interns */
h2.titol-intern, .titol-intern {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.25em;
	line-height: 120%;
	color: #808080;
	margin-bottom: 15px;
	font-weight: 400;
}

.titol-agrupacio {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 110%;
	color: #505050;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.titol-agrupacio span {
	
}

/* Textes */
.text-portada-petit {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1em;
}
.text-portada-mitja {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	
}
.text-portada-gran {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	
}
.text-portada-mes-gran { 
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: normal;
	
}
.text, .texte {
	color: #505050;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.text-petit {
	color: #505050;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
}
.text-resalta {
	color: #808080;;
	font-style: italic;
	font-weight: bold;
}
.text-vermell {
	color: #ff1f1d; 
}
.MarcaCerca,.marca-cerca {
	color: #ff1f1d;
	font-weight: bold;
}
.gris {
	color: #808080;
	text-decoration: none;
}
.txt_imatge{
	display: block;
	font-size: 0.9em;
	color: #808080;
}
.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.PictoTxt {
	font-size: 0.8em;	
	color: #808080;
}
.remarca {
	color: #808080;
	font-weight: bold;
	font-size: 1em;
}


/* Links */
a.link {
	color: #505050;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
	color: #ff1f1d;
}
a.link-mini {
	color: #505050;
	font-size: 0.85em;
	text-decoration: underline;
}
a.link-mini:hover {
	text-decoration: underline;
	color: #ff1f1d;
}
a.link-negreta, .linknegreta {
	font-weight: bold;
	color: #505050;
	text-decoration: underline;
}
a.link-negreta:hover {
	text-decoration: underline;
	color: #ff1f1d;
}
a.document {
	color: #505050;
	text-decoration: none;
}
a.document:hover {
	text-decoration: none;
	color: #ff1f1d;
}
a.document i {
	color: #ff1f1d;
}
.cerca-docs a.document {
	font-size: 1.1em;
}


/* Imatges */
.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}

/* ---- Imatges ---- */
.img-dreta  {
	float: right; 
	margin: 0 0 0 10xp;
	max-width: 100%;
}
.img-esquerra {
	float: left; 
	margin: 0 10px 0 0;
	max-width: 100%;
}
.img-absolut-esquerra {
	float: left; 
	margin: 0 10px 0 0;
	overflow: hidden;
	max-width: 100%;
}
.img-absolut-dreta {
	float: right; 
	margin: 0 0 0 10px;
	max-width: 100%;
}

.img_incrustada_gmaps {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}
.img_mapa {
	float: left; 
	padding: 0.3em 1em 0.5em 0;	
}

.marca-punts-peu {
	background: url("../img/punts.png") bottom left no-repeat;
	padding-bottom: 20px;
}

/* Composició de formulari */
ul.formulari {
	margin: 0 0 0 0;
	text-align: left;
	width: 100%;
	padding: 1em 0 0.2em 0;
	color: #505050;
	text-align: left;
}
ul.formulari li {
	clear: left;
	display: block; 
	padding: 0 0 1em 0;
	margin: 0;
	list-style: none;
	background: none;
	overflow: hidden;
}
ul.formulari li.camp-representant {
	display: none;
	background-color: #c7e8f2;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
ul.formulari li label {
	text-align: left;
    color: #231f20;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
}
ul.formulari li p.etiqueta, ul.formulari li p.Etiqueta {
	clear: both;
	color: #231f20;
	padding: 1em 0 0.1em 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	border-bottom: 1px solid #dedede;
	width: 100%;
}
/* Contenidor del grup camp i label */
ul.formulari li div.camp-label-ocult {
	display: none;
}
ul.formulari li div.camp-label { 
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
ul.formulari .camp-label-lateral {
	float: left;
}
ul.formulari > li div.camp-label-inner {
	padding: 0 1em 0 2px;
}
ul.formulari > li div.camp-label-inner-junt {
	display: flex;	
}

/* Contenidor del camp */
ul.formulari li .camp {
	padding: 2px 0 2px 0;
	width: 100%;
}
ul.formulari li .camp-esquerra {
	float: left;
}
ul.formulari li .camp-dreta {
	float: left;
}
ul.formulari li .camp-import {
	font-weight: bold;
}
ul.formulari li .camp-comentari {
	
}
/* Contenidor del label */
.cerca-label {
	margin: 0;
	text-align: left;
	color: #231f20;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	padding: 2px 0 3px 0;
	vertical-align: bottom;
	display: block;
}
ul.formulari li .label {
	text-align: left;
	margin: 2px 0 0 0;
	padding: 2px 0 3px 0;
	display: block;
	vertical-align: bottom;
}
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;
	padding: 1.5em 0 0 3px;
	overflow: hidden;
	text-align: center;
}
ul.formulari li.linia-botons .Tbutton {
	float: none;
	display: inline-block;
}
ul.formulari li .camp-checkbox-esquerra {
	margin: 5px 1em 2px 2px;
}
.camp-check {
	float: left;
	display: block;
}
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.news_baixa {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

ul.formulari li.news_baixa input, ul.formulari li input.checkbox {
	display: inline-block;
	margin-bottom: 8px;
}
ul.formulari li p.checkbox {
	width: auto !important;
	margin-bottom: 0;
	display: inline-block;
}
ul.formulari li.news_baixa label, ul.formulari li label.checkbox {
	display: inline-block;
	width: auto !important;
}


ul.formulari li .Check, ul.formulari li .checkbox {
	float: left;
	margin: 0 0 0 1em;
}
ul.formulari li label.Check, ul.formulari li label.checkbox {
	float: left;
	margin: 0;
}
ul.formulari li p.Check, ul.formulari li p.checkbox {
	margin-top: 2px;	
}


span.txt_captcha {
	color: #505050;
}
ul.formulari li.txt_camps_req {
	font-weight: normal;
	padding: 0.5em 0em 0.5em 0;
	color: #505050;
}
ul.botonsformulari {
	clear: left;
	margin: 0em 5em 1em 0%;
	padding-top: 1em;
}
ul.botonsformulari li {
	display: inline;
	background: none;
}
ul.news_baixa {
	margin: 0.5em 0 0 0;
}
ul.news_baixa li {
	background: none;
	padding-left: 0;
}
.form-captcha {
	width: 100%;
}
.marca-obligatori {
	color: #ff1f1d;
}

.element-cerca {
	padding-top: 0;
	height: 30px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	width: 98%;
}
.input-cerca {
	padding: 3px 2% 1px 2%;
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	vertical-align: middle;
	border: none;
	height: 20px;
	width: 80%;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
/* Rollover sobre la imatge del boto de cerca */
.img-cerca {
	width: 21px;
	height: 21px;
	background: url("../img/cerca.png") right top no-repeat; 
	float: right;
	margin: 5px 5px 0 0;
}
.img-cerca-form {
	width: 21px;
	height: 21px;
	background: url("../img/cerca.png") right top no-repeat; 
	margin: 5px 5px 0 10px;
}

/* Elements de formulari */
.tooltip-title {
	
}
.tooltip-icon {
	font-size: 0.8em;
	padding-left: 0.7em;
	vertical-align: top;
	display: inline;
	color: #0078c9;
}
.tooltip-icon:hover {
	cursor: help;
}
.tooltip {
	font-size: 0.75em;
	padding-left: 0.7em;
	vertical-align: top;
}
.formobj, .formobj-sel {
	font-size: 1.1em;
	border: 1px solid #cacccd;
	width: 97%;
	margin-bottom: 0.6em;
	padding: 0.3em 0.5% 0.3em 1%;
	color: #505050;
	font-family: 'Open Sans', sans-serif;
}
.formobj-cerca {
	width: 80% !important;
}

.form-moneda {
	width: 90%;
}
.cerca_adreca {
	width: 45%;
	padding: 1px 2px 1px 2px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.formTxtArea, .form-area {
	font-size: 1.1em;
	border: #cacccd solid 1px;
	width: 98.5%;
	color: #505050;
	margin-bottom: 0.6em;
	font-family: 'Open Sans', sans-serif;
	padding: 0.3em 0.5% 0.3em 1%;
}
input.Data {
	margin-right: 10px;
	background: white url('../img/btn-calendar.png') 99% 2px no-repeat;
}
.Tbutton {
	font-family: 'Open Sans', sans-serif;
	background-color: #ff1f1d;
	text-align: center;
	margin-bottom: 0.3em;
	margin-right: 1em;
	padding: 7px 10px 7px 10px;
	font-size: 1.1em;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	
	text-decoration: none;
}
.Tbutton-cerca {
	font-family: 'Open Sans', sans-serif;
	background-color: #ff1f1d;
	text-align: center;
	margin-bottom: 0.3em;
	margin-right: 0;
	margin-left: 5px;
	padding: 6px 5px 6px 5px;
	font-size: 1.1em;
	color: #ffffff;
	cursor: pointer;
	border: 0;
	
	text-decoration: none;
}

.one-button {
	width: 100%;
	margin-right: 0;
}
.Tbutton:hover {
	background-color: #ececec;
	color: #ff1f1d;
	text-decoration: none;
}
.total-pagar {
	font-weight: bold;
}


/* Signatura */
#errors-signatura {
	display: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
}
#btn-signa {
	background-color: #269741;
	margin-right: 1.3em;
	float: left;
}
#btn-signa:hover {
	background-color: #65d882;
	text-decoration:none;
}
#btn-signa-paga {
	background-color: #269741;
	margin-right: 0.7em;
	float: left;
}
#btn-signa-paga:hover {
	background-color: #65d882;
	text-decoration:none;
}
#btn-paga {
	margin-right: 1.3em;
	float: left;
}

/* Divs de formulari de pagament */
#formulari-ingres {
	display: none;
	height: 870px;
	width: 100%;
}
#formulari-estatpagament {
	
}
#formulari-botons-pagament {
	clear: both;
	overflow: hidden;
	margin: 0.5em 0 0.5em 0;
	padding: 1em;
}
.error-import {
	color: #FF0000;
	font-size: 0.9em;
	font-weight: normal;
}

/* Missatges d'error */
.error {
	color: #FF0000;
	display: block;
}
ul.ErrMsg {	
	margin-top: 0px;
	margin-left: 15em;
	padding-left: 20px;
	list-style-type: disc;
	text-align: left;
}
ul.ErrMsg li {	
	margin-left: 0em;
	padding-left: 0.3em;
	padding-top: 0.3em;
	color: #000000;
	background: none;
}

/* Llistat de portada amb imatges */
ul.llista-portada-amb-imatges {
	margin: 1.2em 0 0 0;
	padding: 0;
	list-style: none;	
	color: #444e5c;
}
ul.llista-portada-amb-imatges li {
	padding: 0;	
	display: list-item;
	text-align: justify;
	margin: 0 0 1.2em 0;
	overflow: hidden;
	background-image: none;
}
ul.llista-portada-amb-imatges li img {
	margin-top: 5px;
	max-width: 100%;	
}
ul.llista-portada-amb-imatges li .llista-cont-img {
	float: left;
	width: 47%;
}
ul.llista-portada-amb-imatges li .llista-contingut  {
	padding: 0.6em 0 0 0;
	clear: both;
}
ul.llista-portada-amb-imatges li .llista-img {
    width: 20%;
	min-height: 1em;
    height: 100%;
    float: left;
}

/* Llistat de portada sense imatges */
ul.llista-portada-sense-imatges {	
	margin: 1.2em 0 0 0;
	padding: 0;
	list-style: none;	
	color: #444e5c;
}
ul.llista-portada-sense-imatges li {
	padding: 0px 0px 0.8em 1em;
	text-align: left;
}

/* Llistat Calendari */
ul.llista-portada-calendari {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.llista-portada-calendari li {
	padding: 10px 0px 10px 0;
	background: none;
}
.data-actual {
	display: none;
}

/* Llista amb imatges */
ul.llista-amb-imatges {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444e5c;
	clear: both;
	overflow: hidden;
	display: block;
}
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;
}
ul.llista-amb-imatges li .llista-cont-img-no-absolut {
	
}

.sense-registres {
	font-size: 1.1em;
	clear: both;
	margin-top: 20px;
}

/* Element de més informació */
ul li.mes-informacio, p.mes-informacio {
	color: #ff1f1d !important;
	padding: 0.5em 0 0 0;	
	text-decoration: none;
	background: none;
	vertical-align: bottom;
}
p.mes-informacio {
	font-size: 0.9em;	
}
/* Element de l'enllaç a RSS */
.rss-portada {
	margin: -10px 0 20px 10px;
}
.rss-llistats {
	text-align: right;
	margin: -10px 10px 10px 0;
}


/* Temes del detall d'un registre */
.temes-registre {
	margin: 0.5em 0 0.5em 0;
	color: #808080;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
}
.temes-registre a {
	color: #808080;
	text-decoration: underline;
}
	

/* 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%;
	margin-top: 0;
}
table.taula thead {
	
}
table.taula thead tr th {
	padding: 10px 5px 3px 5px;
	margin: 0;
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
	
	border-bottom-color: #cacaca;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
table.taula tbody tr {
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px; 
	
}	
table.taula.Imparell {
	
}
table.taula th.fons {
	background-color: #f1f1f1;
}
table.taula tr.Over {
	background-color: #d9dadb;
	cursor: pointer;
}
table.taula tr.sense-registres {
	vertical-align: middle; 
	height: 5em;
}
table.taula th {
	font-weight: bold;
	text-align: left;
}
table.taula td {
	text-align: left;
	vertical-align: top;
	padding: 0.3em 0.3em 0.2em 0.5em;
	border-bottom: 1px solid #cacaca;
}
table.taula td div.cerca-docs {
	margin: 0.5em 0 1em 1em;	
}
table.taula td.pictos {
	white-space: nowrap;
	padding-top: 0.3em;	
}
table.taula td.contingut_taula {
	width: 85%;
}
table.taula td.campTitol {
	width: 90%;	
}
table.taula td.cos {

}


/* Paginació de les taules */
.TxtPaginacio {
	margin: 5px 0 5px 0px;
	padding: 3px 0 3px 0;
	overflow: hidden;
	color: #808080;
}
*html .TxtPaginacio {
	height: 1.8em;
}
.TxtPaginacio .TxtRegistres {
	float: left;
}
.TxtPaginacio .TxtPagines {
	float: left;
	font-size: 1.1em;
}
a.linkpaginacio {
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 5px;
	margin-right: 7px;
	color: #808080;
	font-size: 0.9em;
	text-decoration: none;
}
a.linkpaginacio:hover {
	text-decoration: none;
	color: #ff1f1d;
}
.linkpaginacio_Sel {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ff1f1d;
	font-size: 0.9em;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 7px;
}
.linkpaginaciofltx {
	color: #231f20;
	font-size: 0.9em;
}

/* Mapes GMaps */
.mapa-plantilla, .mapa-llista {
	width: 100%; 
	height: 400px;
	border: 0;
}
.mapa-plantilla img, , .mapa-llista img {
	max-width: none;	
}
.mapa-detall {
	width: 100%;
	height: 320px;
	border: 0;
	margin-top: 1em;
}
.mapa-detall img {
	max-width: none;	
}
/* 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;
	overflow: hidden;
}
div.Mapa_TextPunt p {
	line-height: 100%;
}
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;
}
div.Mapa_TextPunt .Descripcio {
	font-size: 0.9em;
}


/* Botons del portlet */
ul.Botons {
	padding: 0;
	margin: 1em 0 1em 0;
	margin-right: 15px;
}
ul.Botons li {
	display: inline;
	margin: 0;
	padding:0;
	margin-right: 15px;
	background: none;
}
ul.Botons li img {
	vertical-align: top;
}
ul.Botons li a {
	color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}


/* Fitxa directori */
table.fitxa {
	border: 0;
	font-size: 1em;
	width: 94%;
	background-color: #eeeeed;
}
table.fitxa th {
	font-weight: bold;
	font-size: 1.1em;
	padding: 4px 10px 4px 5px;
	width: 30%;
	vertical-align: top;
	background-color: #c3cad2;
	color: #00457d;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
}
table.fitxa th.separador {
	width: auto;
	padding: 4px 10px 4px 5px;
	background-color: #ffffff;
	color: #00457d;
}
table.fitxa td {
	color: #404040;
	empty-cells: show;
	border-bottom: 4px solid white;
	padding: 4px 10px 4px 5px;
}
table.fitxa td ul {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
table.fitxa td li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Registres relacionats */
.elem_relacionat {
	color: #c62b2b;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.elem_relacionat {
	color: #c62b2b;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.elem_relacionat:hover {
	text-decoration: underline;
}


/* Galeria d'imatges */
ul.galeria-imatges {
	list-style: none;
	margin: 0.5em 0 1em 0 !important;
	padding: 0 !important;
	overflow: hidden;
	display: block;
	width: 100%;
}
ul.galeria-imatges li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	background: none !important;
}
ul.galeria-imatges li p {
	padding: 5px 0 0 0;
	text-align: left;
	color: #999;
}
ul.galeria-imatges li img {
	
}

/* Galeria de Videos Youtube */
ul.galeria-videos {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 !important;
}
ul.galeria-videos li {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0px 15px 13px 0px;
	background: none !important;
}
ul.galeria-videos li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	white-space: normal;
}
a.video {
	position: relative !important;
	display: block !important;
}
a.video img {
	width: 100%;
}
a.video img.fons_video {
	position: absolute;
	top: 40%;
	left: 44%;
	z-index: 100;
	width: 48px !important;
	height: 48px;
}
*html a.video img.fons_video {
	display: none;	
}


/* Llista mapa-web */
ul.mapa-web {
	margin: 0 0 0 10%;
	padding: 0;
	list-style: none;
}
ul.mapa-web li {
	padding: 0.2em 0 0.8em 1.5em;
}
ul.mapa-web li a {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	line-height: 120%;
	color: #ff1f1d;
	text-decoration: none;	
}
ul.mapa-web li a:hover {
	text-decoration: underline;
}
ul.mapa-web ul {
	margin-top: 1.4em;
}
ul.mapa-web ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	line-height: 120%;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
ul.mapa-web ul li a:hover {
	text-decoration: underline;
}
ul.mapa-web ul ul li a {
	color: #808080;
	font-weight: normal;
}
ul.mapa-web ul ul li a:hover {
	text-decoration: underline;
}



/* Relacions simples */
ul.RelacionsSimple {
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.RelacionsSimple  li {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;	
}

/* Enquestes */
.enquestes {
	
}
.enquestes h2, .enquestes h2 a, .enquestes p, .enquestes p a {
	color: white;	
}
.enquestes .opcio-enquesta {
	margin-left: 2.5em;
	margin-bottom: 7px;	
}
.enquestes .resposta-enquesta {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 5px;		
}
.enquestes .resposta-enquesta p {
	margin-bottom: 5px;	
}
.enquestes .text-enquestes {
	margin: 5px 0 10px 0;
	color: #ffffff;
}
.enquestes .barra-enquesta-cont {
	width: 85%;
	overflow: hidden;
	float: left;
}
.enquestes .percentatge-enquesta {
	float: left;
	width: 15%;
	text-align: right;
}
.enquestes .boto-enquesta {
	text-align: center;
}
.enquestes .boto-enquesta input {
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	color: #ffffff;
	background-color: #ff1f1d;
	border: 0;
	margin: 5px 0px 0 0px;
}
.enquestes .boto-enquesta input:hover {
	background-color: white;
	color:  #ff1f1d;
	cursor: pointer;
}
.enquestes .vots-enquesta {
	clear: left;
	margin-left: 2.5em;
	font-size: 0.9em;
}

ul.enquestes-pagina {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.enquestes-pagina li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.enquestes-pagina li p, ul.enquestes-pagina li legend {
	margin-bottom: 5px;
}
ul.enquestes-pagina .resposta-enquesta {
	clear: left;
	float: left;
	margin-left: 2.5em;
	margin-bottom: 7px;		
}
.enquestes .barra-enquesta, ul.enquestes-pagina .barra-enquesta {
	float: right; 
	margin-bottom: 3px; 
	background-color: #ff1f1d; 
	border: 0; 
	height: 15px;
	min-width: 2px;
}
.alinia-dreta {
	text-align: right;
}


/* Comentaris */
div.div-comentaris h2.titol-intern {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;	
}
div.BarraComentaris {
	width: 97%;
	border-bottom: 1px solid grey;
	margin: 1.5em 0 1.3em 0;
	overflow: hidden;
}
div.BarraComentaris h2 {
	font-size: 1.3em;
	color: #ff1f1d;
	font-weight: bold;
	display: block;
	float: left;
}
div.BarraComentaris div.LinksComentaris {
	float: right;
}
.afegir-comentari {
	display: none;
}
.afegir-comentari ul.formulari {
	border-top: 0;
	padding-top: 0;
}
.afegir-comentari ul.formulari li {
	padding-bottom: 0;	
}
div.div-comentaris {
	margin-bottom: 3em;
}
.comentari-pendent-validat {
	color: #505050;
	font-weight: normal;
	font-size: 0.8em;
}

ol.comentaris {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2.5em;
	margin-right: 1.8em;
}
ol.comentaris li {
	font-size: 1.2em;
	color:  #ff1f1d;
	margin-bottom: 1.5em;
	font-weight: bold;
}
ol.comentaris li div.capcom {
	color: #ff1f1d;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0em 0em 0.3em 0em;
}
ol.comentaris li div.contcom {
	background-color: #eeeeed;
	font-size: 0.8em;
	padding: 0.9em 2% 0.9em 2%;
	color: #505050;
	font-weight: normal;
	width: 96%;
	
}
ol.comentaris li.ComentariEliminat div.contcom {
	background-color: #FFC;	
}
ol.comentaris li div.peucom {
	background-color: #505050;
	color: white;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0.1em 0.5em 0.1em 0.5em;
}


/* Galeria Banners */
ul.galeria-banners {
    margin: 0 0 10px 0;    
    padding: 0;
    border: 0;
    overflow: hidden;
    list-style: none;

}
ul.galeria-banners li {
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0 0 1em 0;
    float: left;
    background: none;
}

/* 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;
	color: #505050;
	text-align: left;
	font-size: 1em;
	text-align: left;
	width: 99%;
}
table.certificat th {
	font-weight: bold;
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	color: #505050;
	padding: 0.5em 6px 0.3em 8px;
}
table.certificat td {
	empty-cells: show;
	padding: 0.5em 6px 0.3em 8px;
	font-size: 1.2em;
}
.iframeCert { 
	width: 100%;
	height: 420px; 
	border:  1px solid white;
	font-size: 0.8em;
	background-color: white;
	font-family: Arial;
}
.DivBotoCert {
	clear: both;
	margin: 2em 0 1em 0;
	border: 1px solid #ffffff;
	background-color: #F4F4F4;
	height: auto;
	overflow: hidden;
	padding: 1em 1em 1em 1em;
}
.DivBotoCert p {
	line-height: 1.6em;
}
.DivBotoCert a {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #CCCCCC; 
	border: 1px solid #ffffff;
	margin: 0 0 5px 20px;
	cursor: pointer;
	padding: 0.2em 1em 0 1em;
	text-decoration: none;
	float: right;
	display: block;
}

/* Signatura digital i TSA */
#VerificaSignatura_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaTSA_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaCertificat {
	overflow: hidden;
	width: 80%;
	padding: 1em;	
}
#VerificaSignatura.signaOk, #VerificaTSA.signaOk, #VerificaCertificat.signaOk {
	background: #B6FCDE url("../img/Ok.gif") right 5px no-repeat;
	border: 1px solid #006666;
}
#VerificaSignatura.signaErr, #VerificaTSA.signaErr, #VerificaCertificat.signaErr {
	background: #FFE1E1 url("../img/No.gif") right 5px no-repeat;
	border: 1px solid #FF0000;
}
#VerificaCertificat.signaOk p.titol-info {
	color: #006666;
	font-size: 1.1em;
	font-weight: bold;	
}
#VerificaCertificat.signaErr p.titol-info {
	color: #FF0000;
	font-size: 1.1em;
	font-weight: bold;	
}
.DivVerifica {
	display: none;
	margin: 0;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 0;
}
.DivVerifica VerificaTxt {
	margin: 0.3em 0 0.5em 1em;
}
.DivVerifica span.VerificaResposta {
	margin-left: 1em;
	margin-top: 0.6em;
}
.DivVerifica blockquote.VerificaResposta {
	margin-top: 0.6em;
	margin-left: 4em;
}
.DivVerifica .VerificaWait {
	vertical-align: middle;
	margin-bottom: 1em;
}
.DivVerifica .VerificaWait img {
	vertical-align: middle;
	margin-left: 0.8em;
}

ul.BotonsSegueixnos {
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	display: block;
	list-style: none;
}
ul.BotonsSegueixnos li {
	padding: 0;
	margin: 0 5px 0 0;
	display: inline;
	background: none;
}
ul.BotonsSegueixnos li.titol-seg {
	margin: 0 10px 0 0;
	color: #808080;
	font-weight: bold;
	vertical-align: top;
}


/* Filtre de llistats interiors */
.filtre {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	overflow: hidden;
	border-bottom: 1px solid #cbcbcb;
}

.filtre .Tbutton {
	clear: both;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.filtre div.filtre-element, .filtre div.filtre-element-cerca  {
	overflow: hidden;
	float: left;
	width: 32%;
	margin: 0 1% 0 0;
}

.filtre p a {
	font-weight: bold;
	display: block;
	padding: 0.4em 0 0 0.2em;
	font-size: 1em;
	font-family: montserrat;
	font-size: 1.1em;
	line-height: 110%;
	color: #646464;
}
.filtre p a:hover {
	color: #ff1f1d;
}
.filtre label {
	margin: 0 1em 0 0;
	font-weight: bold;
	vertical-align: baseline;
}
.filtre select.formobj-sel, .filtre input.formobj {
	background-color: #ffffff;
	font-size: 1.1em;
	border: 1px solid #c5c5c5;
	width: 97.2%;
	margin-bottom: 0.6em;
	padding: 0.3em 0.5% 0.3em 1%;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
}
.filtre select.formobj-sel {
	width: 99%;
	padding: 0.3em 0.5% 0.2em 1%;
}
.filtre .Tbutton {
	float: left;
}
.filtre .salt-linia {
	clear: both;
}
.botons-accions {
	float: left;
	overflow: hidden;
	margin: -3px 0 0 50px;
	padding: 0;
}
.boto-google {
	width: 70px;
	overflow: hidden;
	float: left;
}
.hide-label {
	
}


/* Rotador */
.element-rotador {
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.element-rotador-portada {
	overflow: hidden;
	float: left;
	display: block;
	padding: 0;
	height: 300px;
	background-color: black;
	font-size: 0.8em;
	position: relative;
	margin-bottom: 10px;
}
.element-rotador-portada .titol-llista, .element-rotador-portada .titol-llista2, .element-rotador-portada .titol-llista3, .element-rotador-portada .titol-llista4,
.element-rotador-portada .text, .element-rotador-portada .texte, .element-rotador-portada .text-petit, .element-rotador-portada p {
	color: white;
}


ul.rotador {
	margin: 0;
	padding: 0; 
	list-style: none;
	overflow: visible;
	display: block;
	width: 100%;
}
ul.rotador li {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	display: block;
	overflow: hidden;	
	width: 100%;
	height: auto;
}
ul.rotador li.rotador-height {
	min-height: 145px;
	height: 100%;
}
ul.rotador li .llista-img {
	float: left;
	width: 250px;
	background-repeat: no-repeat;
	background-position: 50% top;
	background-size: cover;
}
.alcada1 ul.rotador li .llista-img { 
	height: 145px;
}
.alcada2 ul.rotador li .llista-img {
	height: 300px; 
}
.alcada3 ul.rotador li .llista-img {
	height: 455px; 
}
.alcada4 ul.rotador li .llista-img {
	height: 610px; 
}



ul.rotador li .llista-cont-img-no-absolut, ul.rotador li .llista-cont-img {
	width: 170px;
	float: right;
	height: 260px;
	padding: 25px 10px 15px 10px;
	text-align: left;
	overflow: hidden;
	z-index: 150;
	background: black url("../img/punts.png") 10px 10px no-repeat;
}
ul.rotador li .contingut-full {
	float: left;
	width: 92%;
	padding-right: 3%;
	padding-left: 3%;
}

.element-rotador-portada  .owl-controls {
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: right;
	z-index: 155;
}
.element-rotador-portada .owl-controls .owl-dots {
	white-space: nowrap;
	margin-top: -2px;
	float: right;
}
.element-rotador-portada .owl-controls .owl-dots .owl-dot span {
	background: white !important;
}
.element-rotador-portada .owl-controls .owl-dots .owl-dot.active span, .element-rotador-portada .owl-controls .owl-dots .owl-dot:hover span {
	background: #ff0000 !important;
}
.element-rotador-portada .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}
.element-rotador-portada .owl-controls .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.element-rotador-portada .owl-controls .boto-pausa {
	display: inline-block;
	zoom: 1;
	float: right;
	margin-left: 10px;
	color: white !important;
}
.element-rotador-portada .owl-controls .boto-pausa:hover {
	cursor: pointer;
	color: #ff0000 !important;
}
.element-rotador-portada .flowplayer {
	height: 100%;
}

.rotador-titol {
	position: absolute;
	bottom: 0;
	background-color: black;
	width: 100%;
}
.rotador-titol-int {
	color: white;
	text-align: center;
	padding: 10px;
}
.panelPag {
	
}
.panelPag-int {
	text-align: left;
	padding: 10px;
}
.img-rotador-portada {
	background-repeat: no-repeat;
	background-size: cover;
}


/* ************* 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-adjunts #filtres-perfil p {
	margin-bottom: 1em;	
}
#col-cont-adjunts #filtres-perfil .titol-filtre-perfil {
	color: #7c0f0e;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
}
#col-cont-adjunts #filtres-perfil .lbl_filtre {
	color : #00457d;
	display: block;
	font-style: normal;
	font-weight: bold;
}
#col-cont-adjunts #filtres-perfil .input_filtre1 {
	width: 92%;
}
#col-cont-adjunts #filtres-perfil .input_filtre {
	width: 94%;
	margin: 0;
	padding: 0;
}
#col-cont-adjunts #filtres-perfil .Tbutton {
	margin-top: 20px;
	margin-right: 15px;
	float: right;		
}
#col-cont-adjunts #rss-perfil {	
	margin: 30px 0 0 10px;	
	padding: 10px 10px 10px 10px;
	background-color: #e6e3d2;
}
#col-cont-adjunts #rss-perfil a {
	color: #00457d;
	font-weight: bold; 
	display: block;
	padding: 5px 5px 5px 32px;
	background:  url("../img/rss-icon.gif") 5px center  no-repeat;
}
#col-cont-adjunts #links-perfil {
	margin: 25px 0 0 10px;	
	padding: 10px 10px 10px 10px;
}
#col-cont-adjunts #links-perfil ul.registre-adjunts {
	margin: 10px 0 0 10px;
}
#col-cont-adjunts #links-perfil ul.registre-adjunts li {
	padding: 0 0 2px 22px;
	min-height: 20px;
	background: transparent url("../img/ico-enllac.gif") scroll no-repeat top left;	
}
ul.registres-perfil {
	padding: 0 1em 0 1em;
	margin: 0 0 0 0;
	text-align: left;
	width: 95%;
}
ul.registres-perfil li {
	border-bottom: 2px dotted #C28B8B;
	padding: 1em 0 1em 0;
	margin: 0;
	list-style: none;	
	background: none;
	color: black;
	font-weight: normal;			
}
ul.registres-perfil li p.data-element-perfil {
	color: gray;
}
ul.registres-perfil li a.titol-registre-perfil {
	font-size: 1em;	
	color: #7c0f0e;
	text-decoration: none;
}
ul.registres-perfil li p.titol-anunci-perfil {
	font-size: 1em;
	font-weight: bold;
	color: gray;
}
ul.registres-perfil li div.perfil-segellat p a {
	color: #7c0f0e;
}
ul.registres-perfil li p a {
	color: #7c0f0e;
}
ul.registres-perfil p.document {
    padding: 0px 0px 2px 22px;
    min-height: 20px;
    background: url("../img/ico-document.gif") no-repeat scroll left top transparent;
    color: rgb(141, 52, 58);
}
ul.registres-perfil li div.perfil-segellat {
	padding: 5px 5px 3px 24px;
	background: #ffffff url("../img/certificate_ok.gif") scroll no-repeat 3px 6px;
}
ul.element-perfil {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
}
ul.element-perfil li {
	display: block;
	overflow: hidden;
	clear: both;
}
ul.element-perfil li p.elem_dreta {
	float: right;
	text-align: right;
	white-space: normal;
	width: 45%;
}
ul.element-perfil li p.elem_esquerra {
	float: left;
	text-align: left;
	white-space: normal;
	width: 55%;
	font-weight: bold;
		
}


/* Classes de tabs */
div.tabs {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 100%;
}
div.tabs ul.tabs li.tabs {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: none;
	width: 50%;
	min-width: 100px;
}
div.tabs ul.tabs li.last {
	margin: 0;
}
div.tabs ul.tabs li.tabs-unica {
	padding: 0 0 0 0;
	width: 100% !important;
}
div.tabs ul.tabs li.tabs a, div.tabs ul.tabs li.a {
	background-color: white;
	color: #000000;
	margin: 0;
	white-space: nowrap;	
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 24px;
	font-size: 1.1em;
}
div.tabs ul.tabs li.last a {
	margin: 0;
}
div.tabs ul.tabs li.tabs-unica a {
	margin: 0;
}
div.tabs ul.tabs li.selected {
	
}
div.tabs ul.tabs li.prev_selected {
	
}
div.tabs ul.tabs li.selected a {
	background-color: rgb(255, 67, 56);
	color: #ffffff;
}
div.tabs ul.tabs li.last_selected {
	
}
div.tabs ul.tabs li.tabs a:focus {
	outline: 0;
}
div.tabs ul.tabs li.tabs a:hover {
	text-decoration: none;	
}
div.tabs div.tab {
	clear: left;
	margin: 0 3px 3px 3px;
	padding: 10px 6px 10px 6px;
	overflow: hidden;
}

/* El mes vist */
ul.llista-el-mes {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.llista-el-mes li {
	margin: 0;
	padding: 0.4em 0 0.7em 0;
	background: none !important;
	font-size: 1.1em;
}
ul.llista-el-mes li.ultim {
	border-bottom: 0;
	padding-bottom: 0.4em;
}


ul.llista-el-mes li .elmes-pare {
	font-weight: normal;
}
ul.llista-el-mes li a {
	color: #ffffff;
}
ul.llista-el-mes li p {
	margin-bottom: 5px;	
	line-height: 90%;
}
.elmes-visites {
	color: #ff1f1d;
	margin-bottom: 5px;
}
.elmes-data {
	font-size: 0.9em;
	color: #ff1f1d;
	margin-bottom: 5px;
}
ul.llista-el-mes li .titol-llista {
	color: white;
	font-size: 0.85em;
}


/* Videos responsiu */
.video-contenidor {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-contenidor iframe,
.video-contenidor object,
.video-contenidor embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


#fancybox-buttons ul li {
	background: none;
}


.disabled {
	opacity: .50; 
	filter: alpha(opacity=50);
	color: #cccccc;
}


#jquery-loader-background { background-color: silver }
#jquery-loader.carregant {
    display: block;
    position: fixed;
    opacity: 0.88;
    box-shadow: rgb(255, 255, 255) 0px 1px 1px -1px;
    border: 0;
   	padding-bottom: 40px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 15px;
	min-height: 4.3em;
    text-align: center;
    color: #ffffff;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	text-shadow: rgb(17, 17, 17) 0px 1px 0px;
	line-height: 1.4em;
	
    background-image: url('/comu/loader/loader2.gif');
    background-position: center 4em;
    background-repeat: no-repeat;
	-webkit-box-shadow: rgb(255, 255, 255) 0px 1px 1px -1px;
	background-attachment: scroll;
	background-color: rgb(42, 42, 42);
	
	border-color: rgb(255, 255, 255);
	border-radius: 5px;
	border-style: none;
	border-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
}

.text1 {
	color: #ff0000;
}
.text2 {
	font-weight: bold;
}
.text3 {
	font-style: italic;
}
.taula1 {
	width:100%;
	border: 1px solid #cccccc;
}
.taula1 tr.head, .taula1 tr.head td.camp1, .taula1 tr.head td.camp2, .taula1 tr.head td.camp3 {
	background-color: #000000;
	color: #ffffff;	
	font-weight: normal;
}

.taula1 td.camp1 {
	color: #0000FF;	
}
.taula1 td.camp2 {
	font-weight: bold;
}
.taula1 td.camp3 {
	color: #ff0000;
}

.taula2 {
	width:100%;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}	
.taula2 tr.head, .taula2 tr.head td.camp1, .taula2 tr.head td.camp2, .taula2 tr.head td.camp3 {
	background-color: #0000ff;
	color: #ffffff;	
	font-weight: normal;
}

.taula2 td.camp1 {
	color: #0000FF;	
}
.taula2 td.camp2 {
	font-weight: bold;
}
.taula2 td.camp3 {
	color: #ff0000;
}


.taula3 {
	width:100%;
	border: 1px solid #cccccc;
}	
.taula3 tr.head, .taula3 tr.head td.camp1, .taula3 tr.head td.camp2, .taula3 tr.head td.camp3 {
	background-color: #ffffff;
	color: #000000;	
	font-weight: bold;
}

.taula3 td.camp1 {
	color: #0000FF;	
}
.taula3 td.camp2 {
	font-weight: bold;
}
.taula3 td.camp3 {
	color: #ff0000;
}

/* Autocompletat ERES */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	
	background: none;
	text-align: left;
}
.ui-menu-item a {
	background: none !important;
	width: 100%;
	border: 0 !important;
}
.ui-menu-item .ui-corner-all {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ui-menu-item a:hover {
	text-decoration: underline;
}


/* Elements de pàgina */
.element {
	clear: both;
	overflow: hidden;
}
.element-portada {
	display: block;
	margin: 0 0 10px 0;
	float: left;
	text-decoration: none;
	overflow: hidden;
}
.element-portada a {
	text-decoration: none;	
}
.element-portada a:hover {
	text-decoration: none;
}

.cursor-pointer:hover {
	cursor: pointer;
}

.element-destacat-portlet {
    font-size: 0.8em;
    line-height: 130%;
}
.element-destacat {
	color: #fff;
	
	cursor: pointer;
	font-size: 0.8em;
	-webkit-transition: background-color ease 0.2s, color ease 0.2s;
    transition: background-color ease 0.2s, color ease 0.2s;
    
    background-position: -1000% -1000%;
    background-repeat: no-repeat;
    text-decoration: none;
	
}
.element-destacat:hover {
	text-decoration: none;
}
.element-destacat-text-blanc-off, .element-destacat-text-blanc-off p, .element-destacat-text-blanc-off a {
	color: white !important;
	transition: background-color ease 0.2s, color ease 0.2s;
}
.element-destacat-text-negre-off, .element-destacat-text-negre-off p, .element-destacat-text-negre-off a {
	color: black !important;
	transition: background-color ease 0.2s, color ease 0.2s;
}
.element-destacat-text-blanc-on:hover, .element-destacat-text-blanc-on:hover p, .element-destacat-text-blanc-on:hover a {
	color: white !important;
	transition: background-color ease 0.2s, color ease 0.2s;
}
.element-destacat-text-negre-on:hover, .element-destacat-text-negre-on:hover p, .element-destacat-text-negre-on:hover a {
	color: black !important;
	transition: background-color ease 0.2s, color ease 0.2s;
}
.element-destacat-text-blanc-off p.subtitol-2, .element-destacat-text-blanc-on p.subtitol-2, .element-destacat-text-blanc-on p.mes-informacio a {
	color: #ff1f1d !important;
}
.element-destacat-cover {
	background-size: cover;
}

.no-padding {
	padding: 0 !important;
}


.element-destacat-titol {
	background: black url("../img/punts.png") 15px 10px no-repeat;
	height: 100%;
}
.element-destacat-titol-int {
	padding: 22px 15px 10px 15px;
}
.element-destacat-titol strong span  {
	font-weight: 700 !important;
}

.max-alcada-text {
	height: 110px;
}


.amplada1 .element-destacat-titol {
	
}
.amplada2 .element-destacat-titol, .amplada3 .element-destacat-titol {
	
}
.alcada1 .element-destacat-titol {
	
}
.alcada2 .element-destacat-titol, .alcada3 .element-destacat-titol {
	
}
.amplada1 {
	width: 190px;
}
.alcada1 {
	height: 145px;
}
.amplada2 {
	width: 390px;
}
.alcada2 {
	height: 300px; 
}
.amplada3 {
	width: 590px;
}
.alcada3 {
	height: 455px; 
}
.amplada4 {
	width: 100%;
}
.alcada4 {
	height: 610px; 
}

.alcada1 .element-portada-int {
	padding: 10px;
	position: relative;
}
.alcada1 .element-portada-int p.titol {
	margin-bottom: 0.8em;
}
.alcada1 .element-portada-int p {
	
}
.alcada2 .element-portada-int {
	padding: 35px 35px 35px 35px;
	position: relative;
	height: 260px;	
}
.amplada4 .element-destacat-titol-int img {
	max-width: 100%;
	height: inherit;
}
.element-portada-int-bottom {
	position: absolute;
	bottom: 35px;
	left: 35ppx;
}

/* Icones */
.facebook {
	background-color: #303D95;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 3px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 25px;
}
.twitter {
	background-color: #139ADD;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 4px 0 4px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 25px;
}
.youtube {
	background-color: #FA001D;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 4px 0 4px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 25px;
}
.flickr {
	background-color: #FF0082;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 4px 0 4px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 25px;
}
.rss {
	background-color: #FBB03B;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 4px 0 4px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 25px;
}
.instagram {
	background-color: #2c5c82;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 4px 0 4px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 25px;
}
.compartir {
	background-color: #666;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #FFF;
	font-size: 1.3em;
	padding: 5px 0 2px 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-radius: 25px;
}
.ultim-link {
	margin-right: 0 !important;
}
.rss:hover, .flickr:hover, .youtube:hover, .twitter:hover, .facebook:hover, .compartir:hover, .instagram:hover {
	background-color: #fff;
	text-align: center;
	float: left;
	height: 23px;
	width: 30px;
	color: #505050;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	-webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color ease 0.2s, color ease 0.2s;
    cursor: pointer;
}

/* Temes */
ul.llista-temes {
	margin: 1.2em 0 0 0;
	padding: 0;
	list-style: none;	
	color: #444e5c;
}
ul.llista-temes li {
	list-style: none;	
	background: none;
	overflow:hidden;
}
ul.llista-temes li img {
	float:left;
	width: 25%;
	padding-right: 12px;
}

.tema-entradeta {
	width: 100%;
	margin: 0 0 38px 0;
	padding: 0 0 38px 0;
	border-bottom: 1px solid #d9d9d9;
	float: left;
}
.tema-entradeta h1.titol-pagina {
	margin-bottom: 0.5em;
}
.tema-entradeta .text-entradeta {
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #1e1e1e;
    font-size: 1.25em;
    text-align: left;
	font-weight: normal;
}
.tema-fitxa {
	clear: both;
	margin-bottom: 1em;
}

.tema-imatge {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.tema-index {
	margin-top: 20px;
	/*width: 960px;*/
	overflow: hidden;
	margin-right: -20px;
}
.tema-index a {
	margin-right: 10px;
	margin-left: 0;
}
.tema-index a.primer {
	margin-left: 0 !important;
}

.mosaic-esquerra .tema-index, .mosaic-dreta .tema-index {
	width: auto;
	margin-top: 0;
}

.tema-index a.ultim {
	margin-right: 0;
}

.tema-index .element-destacat-titol {
	padding-top: 20px !important;	
}


.tema-contingut {
	width: 700px;
	float: left;
	overflow: hidden;
}


/* Requadres de llista de temes */
.tema-requadres {
	width: 960px;
	clear: both;
}

.mosaic-esquerra .element-html, .mosaic-dreta .element-html {
	margin-top: 15px;
}
.element-html img {
	max-width: 100%;
}


ul.requadre-llista-forma {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
	font-size: 0.8em;
	line-height: 130%;
}
ul.requadre-llista-forma li {
	float: left;
	color: #ffffff;
	text-align: right;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 0;	
	background: black none;
	
}
ul.requadre-llista-forma li.requadre-llista-salt {
	clear: both;
}
ul.requadre-llista-forma li p {
	margin-bottom: 0.3em;
}
.gutter-sizer {
	width: 10px;
}
.gutter-galeria-imatges {
	width: 10px;
}

ul.requadre-llista-forma li .requadre-text {
	background: black url("../img/punts.png") 15px 10px no-repeat;
	text-align: left;
	padding: 22px 15px 10px 15px;
}

ul.requadre-llista-forma li .requadre-text .titol-agrupacio {
	font-size: 1em;
	font-weight: normal;
}

ul.requadre-llista-forma li .requadre-text-alcada-max {
	height: 78px;
}
ul.requadre-llista-forma li .requadre-imatge {
	width: 100%;
	height: 190px;
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
ul.requadre-llista-forma li .requadre-imatge img {
	display: none;	
}

ul.requadre-llista-forma li a, ul.requadre-llista-forma li p {
	color: #ffffff;
}

.requadre-contingut-categories {
	overflow: hidden;
}

.requadre-llista-forma-int p a.titol-llista-2, .requadre-llista-forma-int p.titol-llista-2 {
	
}

.fb-like-box a {
	color: #B30000 !important;
}
i.fa {
	margin-right: 5px;
	margin-left: 5px;	
}

.only-w480 {
	display: none;
}

/* TAULES DEL HTML */

table.tabla {
	width: 100%;
	margin-top: 0;
}
table.tabla thead {
	
}
table.tabla thead tr th , table.tabla thead tr td {
	padding: 10px 5px 3px 5px;
	margin: 0;
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
	
	border-bottom-color: #cacaca;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
table.tabla tbody tr {
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px; 
	
}	
table.tabla.Imparell {
	
}
table.tabla th.fons {
	background-color: #f1f1f1;
}
table.tabla tr.Over {
	background-color: #d9dadb;
	cursor: pointer;
}
table.tabla tr.sense-registres {
	vertical-align: middle; 
	height: 5em;
}
table.tabla th {
	font-weight: bold;
	text-align: left;
}
table.tabla td {
	text-align: left;
	vertical-align: top;
	padding: 0.3em 0.3em 0.2em 0.5em;
	border-bottom: 1px solid #cacaca;
}
table.tabla td div.cerca-docs {
	margin: 0.5em 0 1em 1em;	
}
table.tabla td.pictos {
	white-space: nowrap;
	padding-top: 0.3em;	
}
table.tabla td.contingut_taula {
	width: 85%;
}
table.tabla td.campTitol {
	width: 90%;	
}
table.tabla td.cos {

}

.calendari-portada {
	position: inherit !important;
}


/* CHOSEN OVERWRITE CLASSES */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background : url(/comu/img/chosen-sprite.png) -42px 1px no-repeat !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px !important;
}

.chosen-container-multi .chosen-choices {
	border-radius: 0px !important;
	background-color : white !important;
	background-image : none !important;
}

div.chosen-container.chosen-container-multi{
	width : 100%;
	
}

.chosen-container-active .chosen-choices {
	border : 1px solid #a5acb2 !important;
	box-shadow : none !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	font-family: Tahoma, Arial, Verdana !important;
    font-size: 1.1em !important;
    border: 1px solid #a5acb2 !important;
    padding: 4px 7px 5px 7px !important;
    margin: 0 0 0.5em 0 !important;
    width: 98.5% !important;
    width: calc( 100% - 16px) !important;
}

div.filtre.portlet {
	display : flex;
	flex-flow: wrap;
}

div.filtre.portlet.llista-ml {
	overflow: visible;
}

.cal_ambhores {
	background-color: #222222;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 8px 4px 0;
	
}
.cal_festiugeneral {
	background-color: #ff0000;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 8px 4px 0;
	
}
.cal_sensehores {
	background-color: #dddddd;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 8px 4px 0;
	
}
.cal_diaactual {
	background-color: #55a228;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 8px 4px 0;
	
}
.cal_texte {
	margin: 0 8px 8px 0;
	padding-left: 12px;
	display: inline-block;
}
div.calendari-llegenda {
	width: 90%;
	padding-left: 8%;
	padding-top: 12px; 
}

ul.horaris {
	clear: both;
	background: none;
	padding-top: 25px;	
}
ul.horaris li {
	display: inline-block;
	padding: 10px 12px 10px 12px;
	margin: 10px 15px 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
	background: none;
}
ul.horaris li.disponible {
	background-color: #222222;
	color: #ffffff;
	cursor: pointer;
}
ul.horaris li.disponible:hover {
	background-color: #55a228;
}
ul.horaris li.reservat {
	background-color: #dddddd;
	color: #000000;
}

.camp-titol-reserves {
	color: #55a228;
	font-size: 1.2em;
}

#FonsInactiu {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background-color: #CCCCCC;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	height:100%;
	width:100%;
	cursor: wait;
}
.divEmergent {
	position: fixed;
	z-index: 1005;
	color: #000000;
	top:10%;
	left:40%;
	display: none;
	padding: 0;
	width: 35%;	
	border: 2px solid #e59800;
	background-color: #fdfdfd;
    text-align: left;    
}
.divEmergent div.formulari {
	width: 100%;
}
div.veure_missatge {
	font-size: 1.2em;
	font-weight: bold;
}


/* particioacio*/

.PParticipatiuPropostes {

}

.mes-info {
	color: #972836;
}

div.cap-participa {
	background: url("/plantilles/idisc/img/cap-participa.png") top right no-repeat;
	width:100%;
	background-size: cover;
	min-height: 290px;
}
div.peu-participa {
	background: url("/plantilles/idisc/img/peu-participa.png") top right no-repeat;
	width:100%;
	background-size: cover;
	min-height: 175px;
}
p.titol-projectes {
	font-size: 4em;
	line-height: 0.85em;
	font-weight: bold;
	display: inline-block;
	margin-left: 30px;
	margin-right: 25%; 
	padding: 0 5px 0 5px;
	color: #972836;
	background-color: rgba(223,217,217,0.8);
}
div.participa {
	color: #ffffff;
	background-color: #972836;
	font-size: 1.4em;
	display: inline-block;
	margin-left: 30px; 
	padding: 10px 12px 10px 12px;
	width: auto;
	cursor: pointer; 
}
div.participa:hover {
	text-decoration: underline;
}
div.votacio {
	color: #ffffff;
	background-color: #972836;
	font-size: 1.3em;
	display: inline-block;
	margin-left: 30px; 
	padding: 10px 12px 10px 12px;
	width: auto;
}

.pst-vot {
	width: 98%;
    margin: 5px 0px 5px 1%;
    padding: 10px 0px 35px 0px;
    /*height: 330px;*/
    position: relative;
    /*background-color: #fef0f1;*/
    overflow: hidden;		
}

.pst-vot:hover {
	/*border-color : #ff4e4d;*/						    
}

.pst-borderOn {
	border: 5px solid #972836;
	border-bottom: 5px solid #972836 !important;
	
	/*background-color: #972836;*/
	/*color : white;*/
					
}	

.pst-borderOff {
	border: 5px solid transparent;
}	

.pst-vot a {
	text-decoration: none;
}

.vote {
	border-color : #ff4e4d;			
}

.TbuttonBtn {

    width: 100%;
}
.divVoteBtn {				
 			color: #ffffff;
 			background-color: #972836;			    
 			position: absolute;
 			bottom: 0px;    			
 			padding: 5px 10px 5px 10px;
 			font-size: 1.1em;    			
 			cursor: pointer;
 			border: 0;    			
 			width: 100%;    			
}

.divVoteBtn a {
	color: #ffffff;
}

.divVoteBtn a:hover {
	color: #ff4e4d;
}

.divVoteBtn:hover {
	color: #ff4e4d;
 			background-color: #ffffff;
 		}	

.divVotaIndividual,.divSelecciona {
	position: relative;
    bottom: 0px;
    margin-bottom: 12px;
    background-color: #972836;
    padding: 5px 10px 5px 10px;
    font-size: 1.3em;
    color: #ffffff;
    cursor: pointer;
    border: 0;			   
    display: inline-block;
    
}

.divVotaIndividual:hover,.divSelecciona:hover {				
    /*background-color: #ff4e4d;*/
    text-decoration: underline;			    
    color: #ffffff;			    			  
}

.divVote {			  
   /*padding: 0px 10px 0px 10px;*/
   overflow: hidden;
   /*height: 100%;*/
}

.divVote img {			  
   padding: 0px !important;
  /* height: 82%;*/
   margin-bottom: 0px;
   /*border: 2px solid black;*/
}

#FonsInactiu {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	background-color: #CCCCCC;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	height:100%;
	width:100%;
	cursor: wait;
}
			
#OpenLogin {				 
	background: url("/plantilles/idisc/img/fons-login.png") top center no-repeat;
	background-size: cover;
  	display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;	  		
}

#IdMsgErr {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;	  	
    padding-top: 100px;	

}

#ErrMsgTxt {
	font-size: 1.8em;							   
    color : #000000;
}

			
#Img_tanca {


}

.Dates {
	width: 65%;
	float : left
}

.BtnLogin {				
	width: 25%;
	float : right;

}	
.msgError {
	float: right;
    margin-top: 20px;
    color: red;
    font-size: 1.2em;
}

.import {			
	position: absolute;
	color: white;       				
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	background-color: #972836;
	padding: 5px 30px;
	margin-left: 2px;
	margin-top: 2px;
}

.FonsInactiuParticipa {
    display: table;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    height: 100%;
    width: 100%;
}

#OpenLoginRecuadre {
	width: 400px;
	border: 2px solid red;				
 			vertical-align: middle;    			
 			margin: 0 auto;
 			text-align: center;
 			padding: 20px;
 			opacity: 0.9;
 			
 			border-radius: 36px 36px 36px 36px;
	-moz-border-radius: 36px 36px 36px 36px;
	-webkit-border-radius: 36px 36px 36px 36px;
	border: 4px solid #972836;
	background-color: #ffffff;
}

div.llista-elem:not(:last-child):after {
	content : ',\00a0'
}

div.llista-elem {
	float: left;
}



/* Instagram */
#react-root, .instagram-dialog, .instagram-dialog article, .instagram-dialog div, .instagram-dialog footer, .instagram-dialog header, .instagram-dialog main, .instagram-dialog nav, .instagram-dialog section {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0 solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.instagram-dialog {
	display: none;
	background-color: rgba(0,0,0,.75);
	bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
}

.instagram-dialog-close {
	background: 0 0;
    border: 0;
    cursor: pointer;
    height: 36px;
    outline: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
    padding: 16px;
    color: #ffffff;
    font-size: 32px;
}

.instagram-dialog .instagram-dialog-int {
	padding: 0 40px;
    pointer-events: none;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: flex;
    min-height: 100%;
    overflow: auto;
    width: auto;
    z-index: 12;
}
.instagram-dialog .instagram-dialog-window {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    max-width: 935px;
    pointer-events: auto;
    width: 100%;
}

ul.inst-fila-portada {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: block;
	width: 100%;
}
ul.inst-fila-portada li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	float: left; 
	position: relative; 
	width: 25%;
	background: none;
}
.instagram-lnk {
	display: block; 
}
.instagram-img {
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.instagram-actions-container {
	background-color: rgba(0,0,0,.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.instagram-actions-container ul {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.instagram-actions-container ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #fff;
    margin: 0 30px 0 0;
    padding: 0;
    background: none;
}
.instagram-actions-container ul li:last-child {
    margin-right: 0;
}
.instagram-actions-container ul li span.quore {
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: -404px -357px;
    height: 19px;
    width: 19px;
    background-image: url(https://www.instagram.com/static/bundles/base/sprite_core.png/3243a2788e25.png);
}
.instagram-actions-container ul li span.comments {
	margin-right: 7px;
	background-repeat: no-repeat;
    background-position: -425px -357px;
    height: 19px;
    width: 19px;
    background-image: url(https://www.instagram.com/static/bundles/base/sprite_core.png/3243a2788e25.png);
}

/* Finestra emergent avís legal */
.finestra-emergent {
	position: fixed;
	top: 0%;
	left: 0%;
	
	display: none;
	z-index: 2010;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 233, 233, 0.5);
}
.finestra-emergent .interior-finestra {
	margin-top: 20%;
	overflow: auto;
	padding: 2% 2% 2% 2%;
	position: relative;
	border: 2px solid #000000;
	background-color: white;
}

