@charset "utf-8";

/* -------- Reset CSS -------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit;
}
:focus {outline: 0;}
a, a:hover { text-decoration: none; cursor: pointer;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none; vertical-align: middle;}
ul {list-style: none;}
input, textarea, select, button {font-size: 100%; font-family: inherit;}
select {margin: inherit;}
hr {margin: 0; padding: 0; border: 0; color: #cfcfcf; background-color: #cfcfcf; height: 1px}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* ---- Afegits pel ceebox ---- 
*{padding: 0; margin: 0;}
html,body {height:100%;}
*/

/* ---- Etiquetes ---- */
xmp {
	font-family: Arial, Verdana;
	font-size: 11px;
	border: 1px solid green;
	background-color: #C1F9C6;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

.fons_lateral {
	background-image: url("../img/lateral-2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 21% !important;
	margin-right: 2%;
}


/* Elements generals */
body.fix select {
    visibility: hidden
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
ul {	
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
li {	
	margin: 0 0 0.4em 0;
	padding: 0 0 0.4em 2em;
	background: url("/plantilles/transgruas/img/cercle.gif") 0px 2px no-repeat;
}
li.link {	
	padding-bottom: 0.9em;
}
li span {
	color: #292929;
}
li p {
	color: #292929;
}
ul li.columnes, ol li.columnes {
	float: left;
	display: block;
}
ul li.nomarca, ol li.nomarca  {	
	margin: 0 0 0.5em 0.3em !important;
	padding: 0 !important;
	background: none !important;
}

ol {
	color: #870020;
}
ol span {
	color: #292929;
}
ol p {
	color: #292929;
}
blockquote {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px !important;
}

strong {
	font-weight: bold;
}

img {
	border:0;
}
hr {
	border: none 0; 
	border-top: 1px solid #870020;
	width: 100%;
	height: 1px;
}
h1,h2,h3,h4 {
	display: none;
}
h5,h6 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #870020;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Classes per ocultar capes */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.nodisplay {
   display: none !important;
}


/* Alineacions */
.Vola_Esq, vola-esq  {
	float: left;
}
.Vola_Dre, .vola-dre  {
	float: right;
}
.neteja {
	clear: both;
}

/* Classes de portada */
.Port_Esquerra {
	height: 100%;
}
.Port_Dreta {
	height: 100%;
}
.Col_Esquerra {
	border: 0px;
	width: 49%; 
	float: left;
}
.Col_Dreta {
	width: 49%; 
	float: right;
}



/* Mapes GMaps */
#mapa-total div.Mapa_LLista {
	margin-bottom: 25px;
	width: 100%;
	max-width: 100%;
	height: 500px; 
}

.Mapa_LLista {
	margin-top: 25px;
	width: 93%;
	max-width: 725px; 
	height: 400px; 
}
.Mapa_Detall {
	width: 60%; 
	height: 300px; 
}
div.Mapa_TextPunt {
	margin: 0;
	padding: 0;
}
div.Mapa_TextPunt .Imatge {
	min-height: 80px;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
div.Mapa_TextPunt .Adreca {
	font-size: 1em;
	font-weight: bold;
	color: #870020;
}
div.Mapa_TextPunt .Descripcio {
	font-size: 1em;
}

/* Mapa Web */
ul.MapaWeb li {
	margin: 0 0 0 0;
	padding: 0.5em 0 0 0;
	font-weight: bold;
	background: none;
	color: #870020;
	text-decoration: none;
}
ul.MapaWeb li ul li {
	margin: 0 0 0 0;
	padding: 0.5em 0 0 1em;
	background: none;
	color: #870020;
}
ul.MapaWeb li ul li ul li {
	margin: 0 0 0 0;
	padding: 0.5em 0 0 2em;
	background: none;
	color: #870020;
}


/* Titols */
.titol-fons-grana {
	background-color: #74122a;
	font-size: 1.2em;	
	color: #ffffff;
	text-transform: uppercase;
}
.titol-fons-gris {
	background-color: #333333;
	font-size: 1.2em;	
	color: #ffffff;
	text-transform: uppercase;
}

.Titol {
	color: #646464;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	margin-bottom: 0.2em;
	font-size: 1.5em;
	display: block;
}
.subtitol {
	color: #646464;
	font-weight: bold;
}
.subtitol2 {
	color: #870020;
	font-weight: bold;
	font-size: 1em;
}
/* Negre */
.subtitol3 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}

.titol_productes {
	color: #870020;
	font-weight: bold;
}
.titol_nivell2 {
	color: #870020;
	font-weight: bold;
}

.titol_llista {
	color: #787887;
	font-weight: bold;
}
a.titol_llista {
	color: #787887;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista:hover {
	text-decoration: underline;
}

.titol-llista-2 {
	color: #000000;
	font-weight: bold;
}
a.titol-llista-2 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.titol-llista-2:hover {
	text-decoration: underline;
}
.titol_portada {
	color: #870020;
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.1em;
	margin-bottom: 1.2em;
	font-size: 1.2em;
	border-bottom: 1px solid #870020;
	text-align: left;
	display: block;
}
.titol_portada a {
	text-decoration: none;
}
.titol_portada a:hover  {
	text-decoration: underline;
}
a.titol_portada {
	text-decoration: none;
}
a.titol_portada:hover  {
	text-decoration: underline;
}

.titol-llista-3 {
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0;
	background-color: #83151e;
	font-size: 1.2em;
}
a.titol-llista-3 {
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0;
	background-color: #83151e;
	font-size: 1.2em;
	text-decoration: none;
}
a.titol-llista-3:hover {
	text-decoration: underline;
}


/* Textes */
.texte {
	color: #787887;
	text-decoration: none;
}
.texte a {
	color: #870020;
	text-decoration: none;
}
.texte a:hover {
	text-decoration: underline;
}

.txtresaltat {
	color: #870020;
}

.data {
	color: #979797;
	font-size: 0.8em;
	float: right; 
	padding: 0em 15px 0.5em 0em;
	margin-bottom: 1em;
}

.MarcaCerca {
	background-color: #FFD800;
}
.remarcat {
	color: #8D0E29;
	
}

.gris {
	font-size: 0.8em;
	color: #929292;
	text-decoration: none;
	text-align: justify;
}

.txt_imatge{
	display: block;
	font-size: .9em;
	color: #4D4D4D;
}

.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.entrega {
	white-space: nowrap; 
	font-size: 0.8em;	
	color: #8D0E29;
	text-decoration: blink;
}
.PictoTxt {
	font-size: 0.8em;	
	color: #8D0E29;
}

/* Links */
a.linkmini {
	color: #870020;
	font-size: 0.9em;
	text-decoration: none;
}
a.linkmini:hover {
	text-decoration: underline;
}

a.link {
	color: #870020;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}
a.document {
	color: #870020;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
a.document:hover {
	text-decoration: underline;
}


.linknegreta {
	font-weight: bold;
	color: #870020;
	text-decoration: none;
}
a.linknegreta {
	font-weight: bold;
	color: #870020;
	text-decoration: none;
}
a.linknegreta:hover {
	text-decoration: underline;
}

a.linkgris {
	color: #292929;
	text-decoration: none;
}
a.linkgris:hover {
	text-decoration: underline;
}
.linkgrisSel {
	color: #292929;
	text-decoration: underline;
	font-weight: bold;
}


/* Gris */
.TitolIntern {
	color: 646464;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
}
.TitolIntern span {
	
}
h2.titol-intern {
	color: #505050;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 1em;
}
p.titol-intern {
	color: #505050;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 1em;
}

h2.titol-dreta {
	color: #505050;
	background-color: #f0f0f0;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	padding: 0.3em 0 0.3em 0;
	margin: 0 0 0.4em 0 !important;
}
p.titol-dreta {
	color: #505050;
	background-color: #f0f0f0;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	padding: 0.3em 0 0.3em 0;
	margin: 0 0 0.4em 0 !important;
}


.CanviGrupCamps {
	color: #870020;
	font-weight: bold;
	padding-top: 1em;
	width: 60%;
	margin-bottom: 1.2em;
	font-size: 1em;
	border-bottom: #292929 1px solid;
	display: block;
	padding-left: 7px;
}
.CanviGrupCamps span {
	
}
.TitolAgrupacio {
	background-color: #dcdad1;
	color: #992424;
	font-weight: bold;
	font-size: 1em;
	padding: 0.4em 1em 0.3em 1em;
	margin-top: 0.1em;
	display: block;
	margin-left: -4px;
}
.TitolAgrupacio span {
	
}


/* 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;
}


/* Taules */
ul#productes li {
	text-align: left;
}
table.taula {
	width: 100%;
}
table.taula thead {
	background-color: #909090;
	color: #ffffff;
	font-weight: bold;
}

table.taula tr.Imparell {
	background-color: #F8F8F8;
}
table.taula th.fons {
	background-color: #FFC30D;
	
}
table.taula tr.Over, li.Over {
	background-color: #E1E2F2 !important;
	cursor: pointer;
}
table.taula th {
	font-weight: bold;
	text-align: left;
	padding: 4px 4px 5px 4px;
}
table.taula td {
	text-align: left;
	vertical-align: top;
	padding: 4px 4px 5px 4px;
}
table.taula td span {
	font-weight: bold;
}

table.taula td a {
	font-weight: bold;
}

table.taula td.familia, li.familia  {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #BCBCC2;
	padding: 0.2em 1em 0.2em 0.5em;
	cursor: default;
}
table.taula td a.subtitol2  {
	color: #870020;
	font-weight: bold;
	font-size: 1em;
}

table.taula td.subfamilia, li.subfamilia  {
	clear:left;
	margin: 10px 10px 10px 10px;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;	
	padding: 0.5em 1em 0.5em 0.5em;
}

table.taula td.subfamilia h4 {
    clear: left;
    margin: -6px 0px 1px 1em;
    color: rgb(51, 51, 51);
    font-weight: bold;    
    background-color: rgb(242, 242, 242);
    padding: 0.5em 1em 0.5em 0.5em;
}

table.taula td.cos {

}

ul.fitxa {
	list-style: none;
	overflow: hidden;	
	padding: 0;
	margin: 0;
}
ul.fitxa li {
	background-image: none;
	margin: 0;
	padding: 4px 0 4px 0;
	width: 99%;	
	overflow: hidden;
	background-color: none;
}
ul.fitxa li.imparell{
	list-style: none;
	margin: 0;
	padding: 4px 0 4px 0;
	width: 99%;	
	overflow: hidden;
	background-color: #eeeeee;
}
ul.fitxa li.separador {
	color: #646464;
	margin: 8px 0 8px 0;
	font-size: 1.4em;
	border: none;
}
ul.fitxa li div.camp {
	color: #646464;
	font-size: 1.2em;
	width: 60%;
	float:left;
	padding: 1px 3px 1px 0; 
}
ul.fitxa li div.etiqueta {
	clear: both;
	text-align: left;
	color: #646464;
	font-size: 1.2em;
	width: 30% !important;
	float:left;
	padding: 1px 0 1px 3px; 
}



ul.fitxa-producte {
	list-style: none;
	overflow: hidden;	
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
	border-left: 5px solid #870020;
}
ul.fitxa-producte li {
	background-image: none;
	margin: 0;
	padding: 6px 0 6px 0;
	width: 99%;	
	overflow: hidden;
	border-bottom: 1px solid #cecece;
	background-color: none;
}
ul.fitxa-producte li.imparell{
	list-style: none;
	margin: 0;
	padding: 6px 0 6px 0;
	width: 99%;	
	border-bottom: 1px solid #cecece;
	overflow: hidden;
	/*background-color: #eeeeee;*/
}
ul.fitxa-producte li.separador {
	color: #292929;
	margin: 8px 0 8px 0;
	font-size: 1.4em;
	border: none;
}
ul.fitxa-producte li div.camp {
	color: #111111 !important;
	font-size: 1.2em;
	width: 60%;
	float:left;
	padding: 1px 3px 1px 0; 
}
ul.fitxa-producte li div.etiqueta {
	clear: both;
	text-align: left;
	color: #870020;
	font-size: 1.2em;
	width: 30% !important;
	float:left;
	padding: 1px 0 1px 10px; 
}


/* Elements de Formulari */
div.formulari {
	border: 1px solid #787887;
	color: #7F7D8A;
	background-color: #F8F8F8;
	text-align: left;
	font-size: 0.9em;
}
table.formulari {
	border: 1px solid #787887;
	color: #7F7D8A;
	background-color: #F8F8F8;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
}
table.formulari td {
	padding-right: 10px;
}
table.formulari th {
	padding-left: 1.5em;
}
table.formulari td.titolform2 {
	color: #870020;
	font-weight: bold;
	font-size: 1.1em;
}


h3.familia  {
	clear:left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #BCBCC2;
	padding: 0.2em 1em 0.2em 0.5em;
	margin: 0;
}
h4.subfamilia  {
	clear:left;
	margin: 1px 0px 1px 1em;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #F2F2F2;
	padding: 0.5em 1em 0.5em 0.5em;
}

ul.boletines {
	margin: 0 0 0 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
ul.boletines li {
	background: none;
	margin: 2px 1% 2px 0;
	display: inline-block;
	float: left;
	font-size: 1.1em;
	padding: 10px 0.5% 10px 1%;
	border: 1px solid #eeeeee;
}
ul.boletines li div.referencia {
	width: 20%;
	float: left;	
} 
ul.boletines li div.titol {
	width: -webkit-calc(80% - 35px);
	width:    -moz-calc(80% - 35px);
	width:         calc(80% - 35px);
	font-size: 1em;
} 
ul.boletines li div.document {
	width: 20px;
	padding: 0 0 0 15px;
	float: left;	
} 



ul.llista_productes {
	margin: -5px 0px 1.5em 1em;
	list-style: none;
}
ul.llista_productes li {
	background-image: none;
	margin: 0;
	clear: both;
}
ul.llista_productes li.imparell{
	background-color: #F8F8F8;
}
ul.llista_productes li strong {
	display: block;
	width: 14em;
	margin-right: 2em;
	float: left;
}

ul.llista_productes li span {
	display: block;
	width: 14em;
	margin-right: 2em;
	float: left;	
	font-size: 1em;
	color: rgb(135, 0, 32);
}

ul.llista_productes li a {
	float: left;
	text-decoration: none;
	color: #7F7D8A;
}
ul.llista_productes li a:hover {
	text-decoration: underline;
}

ul.llista_fitxers {	
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left: 0.8em;
	padding-left: 2em;
}

ul.llista_fitxers  li {	
	margin-left: 0px;
	padding-left: 1.5em;
	vertical-align: top;
	
}

.it-marca {
	margin: 0 0 20px 0;	
}


.it-model {
	border: 1px solid #eeeeee;
	float:left;
	margin: 0 1.8% 20px 0;
	padding: 0 0 0 0;
}
.it-model p.titol-llista-3 {
	width: 94%;
	padding: 0.5em 3% 0.5em 3%;
	margin-bottom: 15px !important;
}
.it-model .it-camp {
	width: 94%;
	padding: 0 3% 1em 3%;
}

/* 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;
	text-align: left;
}
.paginacio .paginacio-pagines {
	font-size: 1.1em;
	float: right;
	padding-right: 15px;
}
a.link-paginacio {
	color: #909da5;
	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-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;
}



/* Botons del portlet */
ul.Botons {
	padding: 0;
	margin: 1em 0 1em 0;
	margin-right: 15px;
}
ul.Botons li {
	display: inline;
	margin: 0;
	padding:0;
	margin-right: 15px;
	background: none;
}
ul.Botons li img {
	vertical-align: top;
}
ul.Botons li a {
	color: #6f6f6f;
	font-size: 0.9em;
	text-decoration: none;
}


h2.familia  {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #BCBCC2;
	padding: 0.2em 1em 0.2em 0.5em;
	margin: 0;
}
h3.subfamilia  {
	margin: 1px 0px 1px 1em;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #F2F2F2;
	padding: 0.5em 1em 0.5em 0.5em;
}
ul.llista_productes {
	margin: 5px 0px 1em 2em;
	list-style: none;
}
ul.llista_productes li {
	margin: 0;
	clear: both;
}
ul.llista_productes li.imparell{
	background-color: #F8F8F8;
}
ul.llista_productes li strong {
	display: block;
	width: 14em;
	margin-right: 2em;
	float: left;
}
ul.llista_productes li a {
	float: left;
	text-decoration: none;
	color: #7F7D8A;
}
ul.llista_productes li a:hover {
	text-decoration: underline;
}



/* Elements de Formulari */
ul.formulari {
	color: #7F7D8A;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width:100%;
	overflow: hidden;
	display: block;
}
ul.formulari li {
	clear: left;
	width: 100%;
	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 div.camp-label {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
ul.formulari li.espaiat_sup {
	padding-top: 1em;	
}
ul.formulari li p.Etiqueta, ul.formulari li p.etiqueta {
	clear: left;
	color: #ffffff;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	background-color: #83151e;
}
ul.formulari li p.etiqueta span {
	color: #ffffff;
}

.camp-lateral label, .camp-lateral>span {
	float: left;
}
.camp-lateral label {
	
}
ul.formulari li.botons {
	/*padding-left: 17%;*/	
}
ul.formulari li label {
	text-align: left;
	color: #7F7D8A;
	margin: 2px 0 0 0;
	padding: 5px 0 3px 0;
	/*width: 25%;*/
	float: left;
	display: block;
	font-weight: bold;
	vertical-align: bottom;
}
ul.formulari li .camp-esquerra {
	float: left;
}
ul.formulari li .camp-dreta {
	float: left;
}
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 {
	padding-left: 2%;
	float: left;
}
ul.formulari li div p.Camp, ul.formulari li div span.Camp {
	padding: 2px 0 2px 0;
}
ul.formulari li .Camp .texte {
	padding: 0 0 0.3em 1em;
}
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 {
	padding: 1em 0 1em 0;
	width: 50%;
	text-align: left;
}
ul.formulari li.linia-botons .Tbutton {
	width: 90%;
	background-color: #ff5050;
}
ul.formulari li .formobj {
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	font-size: 1.2em;
	padding: 3px 3px 3px 6px;
	width: -webkit-calc(100% - 40px);
	width:    -moz-calc(100% - 40px);
	width:         calc(100% - 40px);
	color: #646464;
	margin: 0 15px 0 0;
}
ul.formulari li .formobj-sel {
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	font-size: 1.2em;
	padding: 3px 3px 3px 6px;
	width: -webkit-calc(100% - 40px);
	width:    -moz-calc(100% - 40px);
	width:         calc(100% - 40px);
	color: #646464;
	margin: 0 15px 0 0;
}
ul.formulari li .formTxtArea {
	margin: 0;
	font-size: 1.3em;
	border: 1px solid #c5c5c5;
	width: -webkit-calc(100% - 40px);
	width:    -moz-calc(100% - 40px);
	width:         calc(100% - 40px);
	color: #646464;
	margin-bottom: 0.6em;
	padding: 0.3em 0.5% 0.3em 1%;
	
}
ul.formulari li .form-area {
	margin: 0;
	font-size: 1.3em;
	border: 1px solid #c5c5c5;
	width: -webkit-calc(100% - 40px);
	width:    -moz-calc(100% - 40px);
	width:         calc(100% - 40px);
	color: #646464;
	margin-bottom: 0.6em;
	padding: 0.3em 0.5% 0.3em 1%;
	
}
ul.formulari li input.camp-checkbox-esquerra {
	margin: 8px 0 2px 20px;
}
ul.formulari li input.camp-checkbox-dreta {
	margin: 8px 20px 2px 0;
}

span.txt_captcha {
	color: #a41008;
}
p.txt_camps_req {
	font-weight: normal;
	padding: 0.3em 0em 0.5em 1em;
	color: #7F7D8A;
}
ul.botonsformulari {
	clear: left;
	margin: 1em 0 1em 5%;
	padding: 0;
}
ul.botonsformulari li {
	display: inline;
	background: none;
}
ul.news_baixa {
	margin: 0.5em 0 0 3.5em;
}
ul.news_baixa li {
	background: none;
}


/* Elements de formulari */
.tooltip {
	/*
	margin: -10px 0 0 5px;
	*/
	font-size: 0.75em;
	padding-left: 0.7em;
	vertical-align: top;
}
.inputTxt {
    font-size: 1em;
	border: #787887 solid 1px;
	padding: 0px 0px 0px 0.2em;
	

}
input.form-data {
	width: 80%;
	margin-right: 10px;
	background: #ffffff url('../img/btn_calendar.gif') right 4px no-repeat;
}
.formobj {
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	font-size: 1.2em;
	padding: 3px 3px 3px 6px;
	width: 90%;
	color: #646464;
	margin: 0 15px 0 0;
}
.Tbutton {
	font-weight: bold;
	color: #FFFFFF; 
	text-align: center;
	background: #505050; 
	border: 0;
	padding: 10px 12px 10px 12px;
	cursor: pointer;
	/*
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
}
.cerca_adreca {
	width: 45%;
	padding: 1px 2px 1px 2px;
	margin: 0;
}
.formTxtArea {
	margin: 0;
	font-size: 1.3em;
	border: 1px solid #c5c5c5;
	color: #646464;
	width: 98%;
	margin-bottom: 0.6em;
	padding: 0.3em 0.5% 0.3em 1%;
	
	
}


/* Calendari de portlet de portada */
.Calendari_L {
	margin: 10px 20px 0px 0px;
	float: left;
}
.Calendari_R {
	margin: 10px 0px 0px 20px;
	float: right;
}
.Calendari_U {
	margin: 10px 0px 0px 0px;
	width: 100%;
}
.Calendari_O {
	display: none;
}


/* Galeria d'imatges */
ul.Galeria {
	list-style: none;
	margin: 1.2em 0 1em 0 !important;
	padding: 0 !important;
}

ul.Galeria li {
	display: block;
	float: left;
	padding: 0;
	margin: 0px 1% 10px 0px !important;
	width: 49%;
	height: 120px;
	background: none !important;
}
ul.Galeria li p {
	padding: 2px 7px 0px 0px;
	text-align: left;
	color: #858585;
}


/* 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;
}
ul.galeria-videos li img {
	width: 100%;
}
a.video {
	position: relative !important;
	display: block !important;
	float: none;
	clear: both;
	overflow: hidden;
}
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 li a {
	font-weight: bold;
	color: #870020;
}
ul.MapaWeb li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul li a {
	font-weight: normal;
	color: #870020;
	text-decoration: none;
}
ul.MapaWeb ul li a:hover {
	text-decoration: underline;
}
ul.MapaWeb ul ul li a {
	font-weight: normal;
	color: #870020;
	text-decoration: none;
}
ul.MapaWeb ul ul li a:hover {
	text-decoration: underline;
}

/* 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;
}

/* Tooltip que es mostra quan es produeix un error en el camp */
.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;
}
textarea.error-camp {
    background-color: #fae9d9 !important;
    outline: none;
}


/* Relacions simples */
ul.RelacionsSimple {
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.RelacionsSimple  li {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;	
}

/* Enquestes */
.Enquestes {
	margin: 0 20px 15px 0;
	padding: 0;
	color: #2f2f2f;
	width: auto !important;
}
.Enquestes .Titol_Enq {
	padding: 0px 0px 5px 0px;
	margin-bottom: 7px;
}
.Enquestes .Titol_Enq sapn, .Enquestes .Titol_Enq a {
	font-size: 1.1em;
	color: #870020;
	text-decoration: none;
	font-weight: bold;
}
.Enquestes .Titol_Enq a:hover {
	text-decoration: underline;
}
.Enquestes .TBoto {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	background: url("../img/fons_vota.gif") right top no-repeat; 
	border: none;
	margin: 11px 0px 5px 0px;
	cursor: pointer;
	width: 56px;
	height: 21px;
}
.BarraEnq {
	float: right; 
	margin-bottom: 3px; 
	background-color: #efe4d6; 
	border: 1px solid #870020; 
	height: 15px;
}

/* Comentaris */
h3.TitolComentaris {
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;	
}
div.BarraComentaris {
	width: 97%;
	border-bottom: 1px solid grey;
	margin: 1.5em 0 0.5em 0;
	overflow: hidden;
}
div.BarraComentaris h3 {
	font-size: 1.1em;
	color: #787887;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 1em;
}
div.BarraComentaris div.LinksComentaris {
	float: right;
}
.afegir-comentari {
	padding: 15px 0 0 0;
	display: none;
}

ol.comentaris {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 0.2em;
	margin-right: 1em;
}
ol.comentaris li {
	background-image: none;
	font-size: 1.1em;
	color:  #870020;
	margin-bottom: 1.5em;
	font-weight: bold;
}
ol.comentaris li div.capcom {
	color: #870020;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0em 0em 0.3em 0em;
}
ol.comentaris li div.contcom {
	background-color: #eeeeed;
	font-size: 0.9em;
	padding: 0.9em 1em 0.9em 1em;
	color: black;
	font-weight: normal;
}
ol.comentaris li.ComentariEliminat div.contcom {
	background-color: #FFC;	
}
ol.comentaris li div.peucom {
	background-color: #870020;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

/* Template Banners */
table.banners {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
table.banners tr td {
	vertical-align: middle;
	text-align: center;
}
table.banners tr td.Requade_Punts {
	border: 1px dotted #e5e0c2;
}
div.Requade_Punts {
	border: 1px dotted #e5e0c2;
	margin: 0px 5px 15px 3px;
}
.titol_banners {
	text-align: right;
	color: #4c4c4c;
	font-size: 1em;
	margin: 11px 11px 5px 11px;
}


/* registres relacionats */
.elem_relacionat {
	color: #870020;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
a.elem_relacionat {
	color: #870020;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
}
a.elem_relacionat:hover {
	text-decoration: underline;
}


/* Nous elements de pàgina */
.NouElement, .element {
	clear: both;
	overflow: hidden;
	/* Parallax params */
	z-index: 1;
	position: relative;
	
}
.Col_Esquerra .NouElement {

}
.Col_Dreta .NouElement {

}



/* Certificats */
table.certificat {
	border: 0;
	border-top: 4px solid #9a2525;
	color: #9e9e9e;
	text-align: left;
	font-size: 1em;
	text-align: left;
	background-color: #f1f1f1;
	width: 99%;
}
table.certificat th {
	font-weight: bold;
	vertical-align: top;
	text-align:left;
	padding-left: 1.5em;
	background-color: #e2ded6;
	color: #9f3131;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
	padding: 0.5em 6px 0.3em 8px;
}
table.certificat td {
	background-color: #f1f1f1;
	empty-cells: show;
	border-bottom: 4px solid white;
	padding: 0.5em 6px 0.3em 8px;
	font-size: 1.2em;
}
.iframeCert { 
	width: 100%;
	height: 210px; 
	border:  1px solid gray;
	font-size: 0.7em;
}

.DivBotoCert {
	clear: both;
	margin: 2em 0 1em 0;
	border: 1px solid #666666;
	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 #666666;
	margin: 11px 20px 5px 0px;
	cursor: pointer;
	height: 2em;
	padding: 0.2em 1em 0.2em 1em;
}


/* Signatura digital i TSA */
#VerificaSignatura_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaTSA_fitxa {
	max-width: 40%;
	float: left;
}
#VerificaSignatura.signaOk, #VerificaTSA.signaOk {
	background: #B6FCDE url("../img/Ok.gif") right 5px no-repeat;
	border: 1px solid #006666;
}
#VerificaSignatura.signaErr, #VerificaTSA.signaErr {
	background: #FFE1E1 url("../img/No.gif") right 5px no-repeat;
	border: 1px solid #FF0000;
}
.DivVerifica {
	display: none;
	margin-bottom: 1em;
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 1em;
}
.DivVerifica VerificaTxt {
	margin: 0.3em 0 0.5em 1em;
}
.DivVerifica span.VerificaResposta {
	margin-left: 1em;
	margin-top: 0.6em;
}
.DivVerifica blockquote.VerificaResposta {
	margin-top: 0.6em;
	margin-left: 4em;
}
.DivVerifica .VerificaWait {
	vertical-align: middle;
	margin-bottom: 1em;
}
.DivVerifica .VerificaWait img {
	vertical-align: middle;
	margin-left: 0.8em;
}

/* Add this */
.addthis_toolbox {
	margin: 0 0 0 1.2em;
	float: left;
}


/* Rotator */
.rotator {
	position: relative;
	padding: 0;
	margin: 0;
	border: 1px solid black;
}
.rotator h2 {
	position: absolute;
	top: -40px;
	right: 0px;
	color: gray;
	font-size: 1.6em;
}
/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin: 0;
	padding: 0;
	outline:0;
	text-decoration: none;
	list-style: none;
	float: left;
}
ul.ui-tabs-nav {
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: 1;
	width: 100%;
	margin-left: 5px;
}
/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {
	color: white;
}
/* Hovered Tab */
.rotator .ui-tabs-nav-item a:hover,
.rotator .ui-tabs-nav-item a:active {
	color: black;
	text-decoration: underline;
}
.rotator .ui-tabs-nav-item a span {
	display: block;
	padding: 0.3em; 
	cursor: pointer;
	background-color: red;
	border: 1px solid black;
	margin: 0 5px 0 0;
}
/* Active Tab */
.rotator .ui-tabs-selected a:link,
.rotator .ui-tabs-selected a:visited,
.rotator .ui-tabs-selected a:hover,
.rotator .ui-tabs-selected a:active {
	color: black;
}
/* Content Panels */
.rotator .ui-tabs-panel {
	clear: left;
	padding: 0 0 0 0;
}
.rotator .ui-tabs-panel .panelDesc {
	position: absolute;
	bottom: 28px;
	left: 5px;
	background-color: silver;
	border: 1px solid gray;
	height: 50px;
	width: 93%;
	padding: 2px 5px 5px 5px;
}
.rotator .ui-tabs-panel .panelNoTabs {
	bottom: 3px !important;
}
.rotator .ui-tabs-panel .panelPag {
	overflow: auto;
	width: 100%;	
}
.rotator .ui-tabs-hide {
	display:none;
}





/* Filtre de llistats interiors */
.filtre {
	background-color: #f8f8f8;
	margin-bottom: 1.6em;
	padding: 10px 8px 9px 8px;
	width: 96%;
	color: #787887;
	overflow: hidden;
}
.filtre .boto-inactiu {
	border: 0;
	padding: 5px 0px 5px 0px;
	width: 30%;
	font-size: 1.2em;
	margin-right: 3%;
	text-align: center;
	background-color: #505050;
	color: #ffffff;
	margin-bottom: 15px;
}
.filtre .boto-inactiu:hover {
	cursor: pointer;	
}
.filtre .boto-actiu {
	border: 0;
	width: 30%;
	padding: 5px 0px 5px 0px;
	margin-right: 3%;
	font-size: 1.2em;
	text-align: center;
	/*background-color: #87aa96;*/
	color: #ffffff;
	margin-bottom: 15px;
}
.filtre img {
	float: right;
}
	
.filtre p {
	white-space: nowrap;
	display: block;
	vertical-align: baseline;
	float: left;
	width: 31%;
}
.filtre select {
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	font-size: 1.2em;
	padding: 3px 3px 3px 6px;
	width: 90%;
	margin: 5px 5px 4px 0;
	color: #646464;
}
.filtre .formobj {
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	font-size: 1.2em;
	padding: 3px 3px 3px 6px;
	width: 90%;
	margin: 5px 5px 4px 0;
	color: #646464;
}
.filtre select.ultim {
	margin-right: 0;	
}
.filtre .filainf {
	width: 100%;
	margin: 15px 0 5px 0;
	overflow: hidden;
}
.filtre label {
	margin: 0 0 0 0;
	font-weight: bold;
	vertical-align: baseline;
	display: block;
}
.filtre .filainfCheck {
	float: left;
	margin-right: 2em;
}
.filtre .Tbutton {
	float: right;
}




div.BannersLaterals {
	float:right;
	width:180px;
	border:solid;	
}

div.FlashPortada {
	width:500px;
	border:solid;
}


/* Families en portada */
ul.families-portada {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
ul.families-portada li {
	background-image: none;
	float: left;
	width: 21%;
	padding: 10px 2% 10px 2%;	
}
div.portada {
	width: 100%;
}
div.TitolPortada {
	text-align: center;
	vertical-align: bottom;
	border-color: #FF0000;
	min-height: 3em;
}
div.TitolPortada span.TitolPortada {
	display:block;
	bottom:0px;
	border-color:#00FF33;
}
div.TitolPortada a.TitolPortada {
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	color: #870020;
}
div.ImatgePortada {
	min-height: 110px;
}
div.DescripcioPortada {
	text-align: left;
	vertical-align: bottom;
	border-color: #FF0000;
	min-height: 4em;
	margin-top: 5px;
}
div.portada span.DescripcioPortada {
	text-align: center;
	font-size: 0.9em;
	color: #333333;	
}


/* Classes de tabs */
div.tabs {
	overflow: hidden;
}
div.tabs ul.tabs {
	list-style: none;
	margin: 3px 3px 0 3px;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 100%;
}
div.tabs ul.tabs li.tabs {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #f5f5f5;
	background-image: none;
	border: 1px solid #999999;
	border-right: 0;
	-webkit-box-shadow: inset -12px -12px 16px -15px rgba(133,133,133,1);
	-moz-box-shadow: inset -12px -12px 16px -15px rgba(133,133,133,1);
	box-shadow: inset -12px -12px 16px -15px rgba(133,133,133,1);
}
div.tabs ul.tabs li.last {
	border-right: 1px solid black;
}
div.tabs ul.tabs li.tabs a {
	white-space: nowrap;
	color: #992424;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 10px;
	font-size: 1.1em;
}
div.tabs ul.tabs li.selected {
	background-color: #d5d5d5;
	
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	/*background: white url("../img/fons-tab-selected.gif") right top no-repeat;*/
}
div.tabs ul.tabs li.prev_selected {
	/*background: white url("../img/fons-tab-prev-selected.gif") right top no-repeat !important;*/
}
div.tabs ul.tabs li.selected a {
	color: black;	
}
div.tabs ul.tabs li.last_selected {
	/*background: url("../img/fons-tab-ultim-selected.gif") right top no-repeat !important;*/
}
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;
	background-color: white;
	margin: 0 3px 3px 3px;
	padding: 10px 6px 10px 6px;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 3px #d4d4d5;
    -moz-box-shadow: 0 0 3px #d4d4d5;
    box-shadow: 0 0 3px #d4d4d5;
}


/* Enquestes */
.Enquestes {
	margin: 0 20px 15px 0;
	padding: 0;
	color: #2f2f2f;
	width: auto !important;
}
.Enquestes .Titol_Enq {
	padding: 0px 0px 5px 0px;
	margin-bottom: 7px;
}
.Enquestes .Titol_Enq span, .Enquestes .Titol_Enq a {
	font-size: 1.1em;
	color: #870020;
	text-decoration: none;
	font-weight: bold;
}
.Enquestes .Titol_Enq a:hover {
	text-decoration: underline;
}
.Enquestes .TBoto {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	background: url("../img/fons_vota.gif") right top no-repeat; 
	border: none;
	margin: 11px 0px 5px 0px;
	cursor: pointer;
	width: 56px;
	height: 21px;
}
.BarraEnq {
	float: right; 
	margin-bottom: 3px; 
	background-color: #efe4d6; 
	border: 1px solid #870020; 
	height: 15px;
}
.fons_portlet_portada {
	padding-right: 10px;
}


/* 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-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;
}

/* 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;
}
.disabled {
	opacity: .50; 
	filter: alpha(opacity=50);
	color: #cccccc;
}

/* Add this */
.addthis_toolbox {
	margin: 0 0 0 1.2em;
	float: left;
	padding-right: 0;
}
.addthis_button_facebook_like {
	margin-top: -2px;
}
.addthis_button_tweet {
	margin-top: -2px;
}
.addthis_button_google_plusone {
	margin-top: -2px;
	width: 75px;
	overflow: hidden;
}
.addthis_separator {
	margin: 0 10px 0 50px !important;
	color: #808080;
	font-weight: bold;
}

/* 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;
}


/* 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 {
	background-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	display: block;
	overflow: hidden;	
}
ul.rotador li img {
	display: block;
    width: 100%;
    height: auto;
	/*z-index: 100;*/
}
.owl-item {
	overflow: hidden !important;
}
ul.rotador li .panelPag {
	overflow: auto;
	width: 100%;
}
ul.rotador li .panelNoTabs {
	bottom: 3px !important;
}
ul.rotador li .panelDesc {
	bottom: 0px;
	left: 0px;
	height: 50px;
	padding: 6px 5px 5px 5px;
}
.rotador-index { 
	overflow: hidden; 
	list-style: none; 
	clear: both; 
	z-index: 101;
	margin-top: 8px;
}
.rotador-index ul { margin: 0; padding: 0; list-style: none; }
.rotador-index ul li { 
	float: left; 
	background: none; 
	background-color: #ffffff;
	color: #ff0000;
	padding: 0.3em; 
	cursor: pointer;
	margin: 0 0 0 5px;
}
.rotador-index ul li.active {
	color: #ffffff;
	text-decoration: underline;
	background-color: #ff0000;
}

/* Galeria Banners */
ul.galeria-banners {
    margin: 0 0 10px 8px;    
    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;
}


/* 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;
}
#Col_Cont_Portada_no_Adjunts ul.galeria-imatges li {
	padding: 0;
}
ul.galeria-imatges li p {
	padding: 5px 0 0 0;
	text-align: left;
	color: #858585;
}
#Col_Cont_Portada_no_Adjunts ul.galeria-imatges li p {
	display: none;	
}
ul.galeria-imatges li img {
	max-width: 100%;
}


/* Llista amb imatges */
ul.llista-amb-imatges {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444e5c;
}
ul.llista-amb-imatges li {
	margin: 0 0 1.5em 0;
	padding: 0;	
	display: block;
	text-align: justify;
	background-image: none;
	overflow: hidden;
}
ul.llista-amb-imatges li.sense-registres {
	padding: 0;	
	display: list-item;
	text-align: justify;
	margin: 0 0 0 3em;
	background: none;
	position: inherit;
}
ul.llista-amb-imatges li img {
	max-width: 100%;
}
ul.llista-amb-imatges li p {
	margin-bottom: 0.4em;	
}
ul.llista-amb-imatges li .llista-img {
    width: 20%;
    border: 1px solid transparent;
    height: 100%;
}
ul.llista-amb-imatges li .llista-cont-img {
    overflow: hidden;
    max-width: 80%;
}
ul.llista-amb-imatges li .llista-descripcio {
    margin: 0.5em 0 0.5em 0;
}
ul.llista-amb-imatges li.imparell {
	clear: both;
	float: left;
	margin-right: 2%;
	background-color: #F8F8F8;
}
ul.llista-amb-imatges li.parell {
	float: left;
}

/* ---- Imatges ---- */
.img-dreta  {
	float: right; 
	margin: 0 0 0.4em 1em;
	max-width: 100%;
}
.img-esquerra {
	float: left; 
	margin: 0 1em 0.4em 0;
	max-width: 100%;
}
.img-absolut-esquerra {
	float: left; 
	margin: 0 1em 0 0;
	overflow: hidden;
	max-width: 100%;
}
.img-absolut-dreta {
	float: right; 
	margin: 0 0 0 1em;
	max-width: 100%;
}
.img_incrustada_esquerra {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.1em;
	margin-top: 0.3em;
}
.img_incrustada_dreta {
	float: right; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 2em;
	margin-top: 0.3em;
}
.img_sup_incrustada_esquerra {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.4em;
	margin-top: 0.3em;
}
.img_sup_incrustada_dreta {
	float: right; 
	margin-right: 0.4em; 
	margin-bottom: 0.3em;
	margin-left: 1em;
	margin-top: 0.3em;
}
.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;	
}
.BarraLatImgDet { 
	float: right;
	margin:0; 
	width: 180px;
	padding: 0;
	padding-left: 20px;
	text-align: left;
}
.TitolImatges {
	padding: 8px 0px 8px 0px;
	margin: 0;
	overflow: visible;
	width: 180px;
	background: url("../img/fons_titolimatges.gif") top left no-repeat;
	text-align: center;
	vertical-align: middle; 
	height: 32px;
}
.TitolImatges span {
	color: #293546;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
}
.ImgIntDet {
	width: 170px; 
	text-align: center;
	margin: 0 auto 0 auto;
}
.ContInt_ImgRel {
	padding-right: 200px;
}
.imatgeint {
	border-color: #424242;
	border-width: 1px;
	border-style: solid;
	margin-left: 15px;
	float: right;
}
a.imatge_detall {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto; 
	border: 0px;
	text-align: center;
}
a.imatge_detall img{
	margin-bottom: 4px;
	margin-top: 10px;
}
a.imatge_detall:hover img {
	
}
.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}
.foto_portada {
	border-color: #424242;
	border-width: 1px;
	border-style: solid;
	margin-right: 11px;
	margin-bottom: 1px;
	float: left;
}

.Div_Comentari {
	margin-bottom: 1.5em;
	margin-top: 2em;
	overflow: hidden;
}


.taula-portada {
	width: 100%;
	color: #000000;
	margin-bottom: 1em;
}
.taula-portada .titol_portada {
	border-bottom: 0;
	text-align: center;
	display: inline;
}
.taula-portada .subtitol {
	color: #000000;
}
.taula-portada-header {
	background-color: #a5a5a5;
	padding: 0.4em 0 0.4em 0;
	text-align: center;
}
.taula-portada-body {
	width: 100%;
	overflow: hidden;
	margin-top: 0.3em;
}
.taula-portada-body .taula-portada-td {
	background-color: #e1e1e1;
	float: left;
	width: 31%;
	margin: 0 0.5% 0 0;
	padding: 0.5em 1% 1em 1%;
	min-height: 15em;
}
.taula-portada-body .taula-portada-td-ultim {
	margin: 0 0 0 0;
}


.fa-numero {
	font-weight: bold;
	color: #ffffff;
	font-size: 1em;
	background: transparent url("../img/punt-gran.png") center center no-repeat;
}

/* Estils layouts */
.efecte-parallax {
	background-size: cover;
	background: transparent;	
}

.element-portada {
	display: block;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-decoration: none;
}
.element-portada a {
	text-decoration: none;	
}
.element-portada a:hover {
	text-decoration: none;
}

.cursor-pointer:hover {
	cursor: pointer;
}

.element-destacat {
	color: #fff;
	cursor: pointer;
    
    background-position: -1000% -1000%;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
.element-destacat:hover {
	text-decoration: none;
}
.element-destacat p {
	transition: color 0.3s ease;
}
.element-destacat-text-blanc-off, .element-destacat-text-blanc-off p {
	color: white !important;
	text-shadow: 3px 2px #080808;
}
.element-destacat-text-negre-off, .element-destacat-text-negre-off p {
	color: black !important;
	text-shadow: 2px 1px #d3d3d3;
}
.element-destacat-text-blanc-on:hover, .element-destacat-text-blanc-on:hover p {
	color: white !important;
	text-shadow: 3px 2px #080808;
}
.element-destacat-text-negre-on:hover, .element-destacat-text-negre-on:hover p {
	color: black !important;
	text-shadow: 2px 1px #d3d3d3;
}

.no-padding {
	padding: 0 !important;
}
.element-destacat-titol {
	padding: 20px;
}


.marge-esquerra {
	padding-left: 40px;
}
p.camp-portlet {
	margin: 0.2% 3% 0.2% 0 !important;
	padding-top: 4px;
	font-size: 1.2em;
	line-size: 1.2em;
}
p.camp-portlet span {
	margin-left: 40px;
	display: block;
}
p.camp-portlet a {
	margin-left: 40px;
}

.element-requadre img.imatge {
	width: 100%;
	margin-bottom: 5px;
}
.element-requadre img.icona {
	width: auto;
	margin: 1% 0 1% 5px;	
	float: left;
}
.element-requadre p.camp-requadre {
	margin: 1% 3% 1% 3% !important;
	font-size: 1.2em;
	line-height: 1.3em;
}
.element-requadre p.titolNoticia a,.element-requadre p.titolNoticia span {
 	padding: 5px 3% 5px 3%;
	width: 94%;
 	display: block;
	font-size: 1.2em;
	line-height: 1.3em;
}

.element-requadre p a.titolNoticia {
	color: #505050;
	font-weight: bold;
}

.element-requadre p.vermas {
	background-color: #870020;
	text-align: center;
	margin: 10px 3% 5px 3% !important;
	padding: 3px 0 3px 0 !important;
}
.element-requadre p.vermas:hover {
	background-color: #e80037;	
}
.element-requadre p.vermas a {
	color: #ffffff;
	width: 100%;
	text-decoration: none;
	display: block;
}
.element-requadre p.vermas a:hover {
	color: #ffffff;
	text-decoration: none;
}

.element-requadre p.vermas2 {
	background-color: #787878;
	text-align: center;
	margin: 10px 3% 5px 3% !important;
	padding: 3px 0 3px 0 !important;
}
.element-requadre p.vermas2:hover {
	background-color: #676767;	
}
.element-requadre p.vermas2 a {
	color: #ffffff;
	width: 100%;
	text-decoration: none;
	display: block;
}
.element-requadre p.vermas2 a:hover {
	color: #ffffff;
	text-decoration: none;
}



.producto-stock {
	background-color: #37a064;
}
.producto-usado {
	background-color: #5871b7;
}
.producto-gama {
	background-color: #870020;
}


.producte-requadre .imatge {
	width: 100%;
	height: 184px;
	overflow: hidden;
	position: relative;
}
	
.producte-requadre img {
	width: 100%;
}
.producte-requadre p {
	margin: 1% 3% 1% 3% !important;
}
.producte-requadre div.marca {
	width: 140px;
	height: 50px;
	padding: 3px 0 3px 0;
	overflow: hidden;
	float:left;	
}
.producte-requadre div.marca span {
	font-size: 1.2em;
	color: #505050;
	margin: 10px 0 0 10px;
	display:block; 
}

.producte-requadre div.tipus_producte {
	margin: 15px 0 0 0;
	width: 85px;
	float: right;
	padding: 3px 0 3px 10px;
	color: #ffffff;
}

.producte-requadre div.marca img {
	width: auto !important;
}
.producte-requadre p {
	/*text-align: left;*/
}
.producte-requadre p.titolProducte {
 	margin: 0 !important;
 	padding: 10px 3% 10px 3% !important;
 	background: rgba(128, 128, 128, 0.8);
 	bottom: 0px;
 	width: 94%;
 	font-size: 1.15em;
 	z-index: 999;
 	position: absolute;
 	color: #ffffff;
	font-weight: bold;
}
.producte-requadre p.titolProducte a {
	color: #ffffff;
	font-weight: bold;
}
.producte-requadre p a.titolNoticia {
	color: #505050;
	font-weight: bold;
}

.producte-requadre p.vermas {
	background-color: #870020;
	text-align: center;
	margin: 10px 3% 5px 3% !important;
	padding: 3px 0 3px 0 !important;
}
.producte-requadre p.vermas:hover {
	background-color: #e80037;	
}
.producte-requadre p.vermas a {
	color: #ffffff;
	width: 100%;
	display: block;
	text-decoration: none;
}
.producte-requadre p.vermas a:hover {
	color: #ffffff;
	text-decoration: none;
}


.relacio-requadre {
	position: relative;
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	background-color: #f0f0f0;
	padding: 0 0 1% 0;
	margin: 0 0 20px 0;
}
.relacio-requadre .interior-producte {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
}
.relacio-requadre .imatge {
	width: 100%;
	overflow: hidden;
	position: relative;
}
	
.relacio-requadre img {
	width: 100%;
}
.relacio-requadre p {
	margin: 1% 3% 1% 3% !important;
}
.relacio-requadre div.marca {
	width: 58%;
	padding: 3px 0 3px 0;
	overflow: hidden;
	float:left;	
}
.relacio-requadre div.marca span {
	font-size: 1.2em;
	color: #505050;
	margin: 10px 0 0 10px;
	display:block; 
}

.relacio-requadre div.tipus_producte {
	margin: 15px 0 0 0;
	width: 38%;
	float: right;
	padding: 3px 0 3px 10px;
	color: #ffffff;
}

.relacio-requadre div.marca img {
	width: auto !important;
}
.relacio-requadre p {
	/*text-align: left;*/
}
.relacio-requadre p.titolProducte {
 	margin: 0 !important;
 	padding: 10px 3% 10px 3% !important;
 	background: rgba(128, 128, 128, 0.5);
 	bottom: 0px;
 	width: 94%;
 	font-size: 1.2em;
 	z-index: 100;
 	position: absolute;
 	color: #ffffff;
	font-weight: bold;
}
.relacio-requadre p.titolProducte a {
	color: #ffffff;
	font-weight: bold;
}
.relacio-requadre p a.titolNoticia {
	color: #505050;
	font-weight: bold;
}

.relacio-requadre p.vermas {
	background-color: #870020;
	text-align: center;
	margin: 10px 3% 5px 3% !important;
	padding: 3px 0 3px 0 !important;
}
.relacio-requadre p.vermas:hover {
	background-color: #e80037;	
}
.relacio-requadre p.vermas a {
	color: #ffffff;
	text-decoration: none;
}
.relacio-requadre p.vermas a:hover {
	color: #ffffff;
	text-decoration: none;
}

p.informacion {
	font-size: 1.5em;
	color: #870020;
}

/* Elements de Formulari */
ul.solicitarinfo {
	color: #7F7D8A;
	text-align: left;
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
	display: block;
}
ul.solicitarinfo li {
	clear: left;
	width: 100%;
	padding: 0 0 1em 0;
	margin: 0;
	list-style: none;
	background: none;
	overflow: hidden;
}
ul.solicitarinfo li.camp-representant {
	display: none;
	background-color: #c7e8f2;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
ul.solicitarinfo li div.camp-label {
	margin: 0;
	padding: 0 1% 0 0;
	float: left;
	overflow: hidden;
}
ul.solicitarinfo li.espaiat_sup {
	padding-top: 1em;	
}
ul.solicitarinfo li p.Etiqueta {
	clear: left;
	color: #a41008;
	padding: 1em 0 0.1em 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
	display: inline-block;
	border-bottom: 2px solid #9a2525;
	width: 100%;
}

ul.solicitarinfo li.botons {
	padding-left: 17%;	
}
ul.solicitarinfo li label {
	text-align: left;
	color: #646464;
	margin: 2px 0 0 0;
	padding: 5px 0 3px 0;
	float: left;
	font-size: 1.15em;
	display: block;
	font-weight: normal;
	vertical-align: bottom;
}
ul.solicitarinfo li .camp-esquerra {
	float: left;
}
ul.solicitarinfo li .camp-dreta {
	float: left;
}
ul.solicitarinfo li .label-superior {
	width: 100%;
}
ul.solicitarinfo li .label-inferior {
	width: 100%;
}
ul.solicitarinfo li .label-esquerra {
	float: left;
}
ul.solicitarinfo li .label-dreta {
	padding-left: 2%;
	float: left;
}
ul.solicitarinfo li div p.Camp, ul.solicitarinfo li div span.Camp {
	padding: 2px 0 2px 0;
}
ul.solicitarinfo li .Camp .texte {
	padding: 0 0 0.3em 1em;
}
ul.solicitarinfo li label.Curt {
	/*width: 15% !important;*/	
}
ul.solicitarinfo li .info-boto {
	padding: 5px 5px 5px 5px;
	width: 90%;
	background-color: #870020;
	border: none;
	text-align: center;
	font-size: 1.1em;
	color: #ffffff;
}
ul.solicitarinfo li .info-boto:hover {
	cursor: pointer;
}
.picto-producte {
	-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;
}
.picto-producte:hover {
	-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;
}

.producto-reservado {
	padding: 4px 15px 4px 15px;
	margin: 0 0 0 30px;
	text-align: center;
	color: #ED0001;
	/*color: #ffffff;
	background-color: #ED0001;*/
	
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.producto-nousado {
	padding: 4px 15px 4px 15px;
	margin: 0 0 0 30px;
	text-align: center;
	font-size: 1.25em;
	color: #008044;
	text-transform: uppercase;
	/*color: #ffffff;
	background-color: #06D630;*/
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
ul.fitxa-producte li.fila-preu div.etiqueta {
	color: #ff0000 !important;
	font-size:1.25em;
}
ul.fitxa-producte li.fila-preu div.camp span,ul.fitxa-producte li.fila-preu div.camp a {
	color: #ff0000 !important;
	font-size:1.15em;
}
.cursor-pointer {
	cursor: pointer;
}

.marca-obligatori {
	color: #ff0000;
}

ul.marcadors-empreses {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.marcadors-empreses li {
	background-image: none;
	width: 31%;
	margin: 0 2% 0 0;
	padding: 0;
	height: 140px;
	background-color: #e1e1e1;
	float: left;
}
ul.marcadors-empreses li p.titol-marcador {
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	padding: 5px 12px 5px 12px;
}
ul.marcadors-empreses li p.subtitol-marcador {
	color: #000000;
	text-align: left;
	font-size: 1.1em;
	padding: 12px 12px 12px 12px;
}

	
/*** Plugins ***/
/* Cookies */
#cookie-warning, #cookie-warning-permanent {
	position: fixed;
	z-index: 999;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	font-family: 'Roboto Condensed',Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	opacity: 1;
	display: block;
}
#cookie-warning-permanent {
	display: none;	
}
#cookie-warning *, #cookie-warning-permanent * {
	font-size: 1.0em;
}
#cookie-warning p, #cookie-warning-permanent p {
	margin: 4px 0px;
	padding: 4px 0px;
}
#cookie-warning .missatge, #cookie-warning-permanent .missatge {
	position: relative;
	background-color: rgba(70,70,70,.95);
	border-top: 1px solid #444;
	padding: 10px 40px 10px 42px;
	color: #ffffff;
}
#cookie-warning .missatge a, #cookie-warning-permanent .missatge a {
	color: #ffffff;
	text-decoration: underline;
}
#cookie-warning img.cookie-warning-icon {
	position: absolute;
	top: 1.3em;
	left: 16px;
}
#cookie-warning .cookie-warning-botons {
	float: right;
	margin-top: 1em;
}
#cookie-warning-permanent .cookie-warning-botons {
	float: right;
}
#cookie-warning .cookie-warning-botons button {
	background-color: #e80037;
	border: none;
	color: #ffffff;
	padding: 5px 12px;
	margin-left: 10px;
	font-size: 1.1em;
	text-decoration: none;
	border-radius: 3px;
	moz-border-radius: 3px;
}
#cookie-warning .cookie-warning-botons button:focus, #cookie-warning .cookie-warning-botons button:hover {
	background-color: #871b20;
	border: none;
}
#cookie-warning-permanent .cookie-warning-botons button {
	background-color: #e80037;
	border: none;
	color: #ffffff;
    
	padding: 2px 9px;
	margin-left: 10px;
	
	text-decoration: none;
	border-radius: 3px;
	moz-border-radius: 3px;
}
#cookie-warning-permanent .cookie-warning-botons button:focus, #cookie-warning .cookie-warning-botons button:hover {
	border-color: #ffffff;
}
#cookie-warning .missatge-contingut, #cookie-warning-permanent .missatge-contingut {
	padding-right: 125px;
}



