/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

:focus {
	outline: 0;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* Contenidor que limita a 960 tota la pàgina i agrupa totes les columnes. A container should group all your columns. */
.container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

.container_secundari {
	float: right;
	width: 350px;
}

.capsalera {
	width: 549px;
	min-height: 20px;
	margin-top: 15px;
	color: #B22222;
	float: left;
}

/* ------------ typography.css -----------------*/
html {
	font-size: 100.01%;
}

body {
	line-height: 1.5em;
	color: #282828;
	font-size: 75%;
	font-family: "PT Sans", "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	color: #111;
	font-family: "PT Sans", "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, h7 .cul {
	margin-bottom: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	border-style: none;
	font-weight: bold;
	color: #3f3f3f;
	font-family: "PT Sans", "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.league {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.league a {
	color: #a81515;
	font-weight: bold;
}

.league a:hover {
	font-weight: bold;
	color: #3f3f3f;
}
.league-gotic, .league-gotic a {
  font-family: 'league_gothicregular';
  font-weight: normal;
  text-transform: uppercase;
  font-size:300%;
}
.league-gotic-init, .league-gotic-init a {
  font-family: 'league_gothicregular';
  font-weight: normal;
  text-transform: uppercase;
}
.serif { font-family: "PT Serif", Georgia, serif;
}

.titular-opinio {
	font-style: italic;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	font-weight: bolder;
}

h2 {
	line-height: 1.1em;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.75em;
}

.fort {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h7 {
	font-size: 1.2em;
	font-weight: bold;
	clear: right;
	display: block;
}

h8 {
	font-size: 1.2em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, h7 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

p a {
	color: #646462;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

/* açò és per a marcar els enllaços que apareixen dins dels paràgrafs amb una subtil línia ratllada */
.left {
	float: left !important;
}

p .left {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

.right {
	float: right !important;
}

p .right {
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}

a:focus, a:hover {
	color: #b22222;
}

a {
	color: gray;
	text-decoration: none;
}

img a {
	border-bottom-width: 0px;
	color: gray;
	text-decoration: none;
}

blockquote {
	margin: 1.5em;
	color: black;
	font-style: italic;
}

strong, dfn {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/*ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}*************************************************UL, OL margin
*/

/*li ul {margin-bottom: 1em; margin-left: 3em;}*/
ol li {
	margin-left: 10px;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

caption {
	background: #eee;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.tag:hover {
	background-color: #fad7e0;
}

.hide {
	display: none;
}


.quiet {
	color: #666;
}

.muted {
	color: #999;
}

.loud {
	color: #000;
}

.highlight {
	background: yellow;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tipo1 {
	font-size: 1.2em;
}

.tipo2 {
	font-size: 1.3em;
	color: #b22222;
}

/* afegitons meus a la tipografia */
.majuscules {
	text-transform: uppercase;
}

.capital {
	text-transform: capitalize;
}

#plus {
	font-size: 110%;
	margin-right: 0.2em;
	color: #000;
	font-weight: bold;
}

#benvinguda {
	font-weight: bold;
	margin-bottom: -1.5em;
	margin-top: 1.5em;
	color: #a9a9a4;
	font-size: 200%;
}

.txt-portada {
	font-size: 120%;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	}
/* tipografia experimental */
.entrada {
	line-height: 140%;
	color: #6d6d6d;
	font-size: 140%;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
}

/*@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('http://www.intersindical.org/arxius/fonts/websymbols-regular-webfont.eot');
    src: url('http://www.intersindical.org/arxius/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.intersindical.org/arxius/fonts/websymbols-regular-webfont.woff') format('woff'),
         url('http://www.intersindical.org/arxius/fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('http://www.intersindical.org/arxius/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* per a centrar text*/
.centrar {
	text-align: center;
}

.no-pad {
	padding-left: 0px;
}

/* Columns
-------------------------------------------------------------- */

/* a la vençuda */
.portada-16 {
	width: 952px;
	/*99.166666666667%;*/
	/*0.729166666667%*/
	padding-left: 7px;
	/*border-left-width: 1px;*/
	border-left-color: #d6d6cf;
	border-left-style: solid;
}
.portada-10-plus {
width:610px;
float: left;

}

.portada-9 {
	/*54.583333333333%*/
	width: 524px;
	/* 0.833333333333%*/
	margin-right: 8px;
}

.portada-9-border {
	border-right-width: 1px;
	border-right-color: #d6d6cf;
	border-right-style: solid;
	padding-right: 7px;
	float: left;
	/*54.583333333333%*/
	width: 524px;
	/* 0.833333333333%*/
	margin-right: 8px;
}

.portada-8-esquerra {
	/* 48.333333333333%*/
	width: 464px;
	/*0.833333333333%*/
	margin-right: 8px;
}

.portada-8-dreta {
	/*48.333333333333%;*/
	width: 464px;
	/* 0.729166666667%;*/
	padding-left: 7px;
	border-left-width: 1px;
	border-left-color: #d6d6cf;
	border-left-style: solid;
}

.portada-7 {
	/*42.916666666667%; */
	width: 412px;
	/*0.729166666667%;*/
	padding-left: 7px;
	/*border-left-width: 1px;*/
	border-left-color: #d6d6cf;
	border-left-style: solid;
}

.portada-7-mig {
	width: 201px;
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}

.portada-7-mig-border {
	width: 198px;
	float: left;
	border-left-width: 1px;
	border-left-color: #d6d6cf;
	border-left-style: solid;
	margin-left: 7px;
	padding-left: 7px;
}

.paddingleft {
	padding-left: 14px;
}

.portada-7-plus {
	/*42.916666666667%;*/
	width: 412px;
	/* 0.833333333333%*/
	margin-right: 8px;
}

.portada-6 {
	/*34.791666666667%;*/
	width: 334px;
	/* 0.833333333333%*/
	margin-right: 8px;
}

.portada-6-fora {
	/*34.791666666667%;*/
	width: 334px;
	/*0.729166666667%;*/
	padding-left: 7px;
	border-left-width: 1px;
	border-left-color: #d6d6cf;
	border-left-style: solid;
}

.portada-4 {
	/*23.33333333%;*/
	width: 224px;
	/* 0.833333333333% */
	margin-right: 8px;
}

.portada-4a {
	/* 22.395833333333%;*/
	width: 215px;
	/* 0.833333333333% */
	margin-right: 8px;
}

.portada-4-plus {
	/*26.25%;*/
	width: 252px;
	/* 0.729166666667%;*/
	padding-left: 7px;
	border-left-width: 1px;
	border-left-color: #d6d6cf;
	border-left-style: solid;
	margin-right: 8px;
}

.portada-3 {
	/* 17.916666666667%;*/
	width: 172px;
	/* 0.729166666667%;*/
	padding-left: 7px;
	/*border-left-width: 1px;*/
	border-left-color: #d6d6cf;
	border-left-style: solid;
}

.portada-3-plus {
	/*17.916666666667%; */
	width: 172px;
	/* 0.729166666667%;*/
	padding-left: 7px;
	border-left-width: 1px;
	border-left-color: #d6d6cf;
	border-left-style: solid;
	/*0.833333333333%*/
	margin-right: 8px;
}

.portada-3-fora {
	/*17.916666666667%; */
	width: 172px;
	/* 0.833333333333%*/
	margin-left: 8px;
	/*0.729166666667%;*/
	padding-left: 7px;
	/*border-left-width: 1px;*/
	border-left-color: #d6d6cf;
	border-left-style: solid;
}

.portada-2 {
	/*11.041666666667%;*/
	width: 106px;
	/* 0.833333333333%*/
	margin-right: 8px;
}

.portada-2-fora {
	width: 106px;
	margin-left: 8px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-color: #d6d6cf;
	border-left-style: solid;
}

.portada-16, .portada-9, .portada-8-esquerra, .portada-8-dreta, .portada-7, .portada-7-plus, .portada-6, .portada-6-fora, .portada-4, .portada-4-plus, .portada-3, .portada-3-fora, .portada-3-plus, .portada-2, .portada-2-fora, .portada-4a {
	float: left;
	display: inline;
	overflow: hidden;
}

.amaga {
	overflow: hidden;
}

/*Noves columnes on el nom declara l'amplària de les columnes i l'afegitó -b és per a posar un border les columnes*/
.tres, .quatre, .cinc, .sis, .set, .deu, .sis-dona, .sis-salutlaboral {
	float: left;
	display: inline;
	overflow: hidden;
}

.tres-b, .quatre-b, .cinc-b, /*.sis-b,*/ .set-b, .nou, .deu-b, .sis, .tres-c, .quatre-dona, .sis-dona-b, .deu-dona, .sis-salutlaboral {
	border-left-color: #d6d6cf;
	border-left-width: 1px;
	border-left-style: solid;
	/*margin-left: 3px; molt*/
	padding-left: 6px;
	/*important*/
	display: inline;
	float: left;
	overflow: hidden;
}

.tres {
	width: 140px;
	/* background-color:#FF3; height:200px;*/
	margin-right: 20px;
	overflow: hidden;
}

.quatre {
	width: 226px;
}

.cinc {
	width: 285px;
}

.sis {
	width: 410px;
	/* background-color:#FC0; height:550px;*/
	overflow: hidden;
	float: left;
}

.set {
	width: 403px;
}

.huit {
	width: 462px;
}

.nou {
	width: 380px;
	background-color: #F90;
}

.deu {
	width: 580px;
}

.tres-b {
	width: 243px;
	/* background-color:#F90; height:200px;*/
	overflow: hidden;
}

.tres-c {
	width: 184px;
	/* background-color:#F90; height:200px;*/
	overflow: hidden;
}

.quatre-b {
	width: 294px;
	/*background-color:#999; height:550px;*/
	margin-right: 20px;
	overflow: hidden;
}

.quatre-dona {
	width: 168px;
	/* background-color:#F90; height:200px;*/
	overflow: hidden;
	padding-left: 16px;
}

.cinc-b {
	width: 285px;
}

.sis-b {
	width: 200px;
	/* background-color:#369; height:550px;*/
}

.sis-salutlaboral {
	width: 350px;
	/*background-color:#CCCCCC;*/
}

.sis-dona {
	width: 360px;
	/* background-color:#FC0; height:550px;*/
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.sis-dona-b {
	width: 350px;
}

.set-b {
	width: 403px;
}

.deu-b {
	width: 560px;
}

.deu-dona {
	width: 575px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}

.deu-c {
	width: 738px;
	/*	height:600px;
	margin-left: 10px;
	display: inline;*/
	float: left;
	/*	background-color:#0F9;
*/
	margin-right: 20px;
	overflow: hidden;
}

.dotze-c {
	margin-right: 10px;
	width: 940px;
	margin-left: 10px;
	display: inline;
	float: left;
	margin: -20px 10px 0 10px;
}

.marge-10 {
	margin-left: 10px;
}

.padding-left15 {
	padding-left: 15px;
}

.mini-span25 {
	width: 25px;
	float: left;
	margin-right: 16px;
}
.mini-span54 {
	width: 54px;
	float: left;
	margin-right: 16px;
}

.mini-span62 {
	width: 62px;
	float: left;
	margin-right: 16px;
}
.mini-span74 {
	width: 74px;
	float: left;
	margin-right: 16px;
}

/* Estableix el comportament i els màrgens de tots els divisors a 16 píxels a la dreta, que constitueixen l'espai entre columnes (corondels). Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6,  div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-5a {
	float: left;
	margin-right: 16px;
}

.column, {
	float: left;
	margin-top: -15px;
}

div.seguiment a {
	margin: 1px;
	font-weight: bold;
	display: inline;
	padding-right: 6px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	float: left;
	/* background-color: #edece9;*/
	border-width: 0px;
	clear: right;
}

div.seguiment-clar a {
	margin: 1px;
	font-weight: bold;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	float: left;
	border-width: 0px;
	clear: right;
}

.seguiment-clar li {
	margin: 1px;
	display: inline;
	padding-right: 6px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	float: left;
	border-width: 0px;
}

.actual li {
	background-color: #a81515;
	margin: 1px;
	font-weight: bold;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	float: left;
	border-width: 0px;
}

/* Per a marcar un element com a l'última cel·la o última columna a la dreta. The last column in a row needs this class. */
.last, div.last {
	margin-right: 0;
}

/* Per a establir l'ample de les columnes (Use these classes to set the width of a column.) */
.span-1 {
	width: 45px;
}

.span-2 {
	width: 106px;
}

.span-3-gris {
	padding: 6px;
	background-color: #e6e6e6;
	width: 167px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.span-3 {
	float: left;
	width: 167px;
}

.span-3b {
	width: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*aquest és el bloc de la columna que porta un fons gris amb un poc de padding */
.span-3-final {
	float: right;
	padding: 6px;
	width: 143px;
}

/*aquest és el bloc de la columna de més a la dreta i està estretat respecte a l'original*/
.span-4 {
	width: 228px;
}

.columna-grisa {
	float: left;
	width: 230px;
}

.span-5 {
	width: 289px;
}

.span-5a {
	width: 280px;
}

.span-5b {
	float: right;
	border-left-style: solid;
	border-left-color: #bec3c8;
	border-left-width: 1px;
	width: 260px;
}

/* amb aquest fem les notícies menudes baix de la notícia principal*/
.span-6 {
	margin-bottom: 1px;
	width: 350px;
}

.span-7 {
	width: 411px;
	float: left;
	margin: 10px 0px;
}

.span-article {
	float: left;
	padding-right: 8px;
	border-right-color: #d8d8d8;
	border-right-style: solid;
	border-right-width: 1px;
	margin-right: 7px;
	width: 472px;
}

.span-8 {
	width: 472px;
}

.columna-article {
	margin-right: 16px;
	float: left;
	padding-right: 16px;
	width: 472px;
}

.span-9 {
	width: 533px;
	margin: 10px 0 10px 0;
	float: left;
}

.span-10 {
	width: 594px;
}

.span-10-principal {
	padding-left: 16px;
	width: 568px;
}

/*aquest és el bloc gran a l'esquerra */
.span-11 {
	width: 655px;
}

.span-12 {
	width: 716px;
}

.span-13 {
	width: 777px;
}

.span-14 {
	width: 838px;
}

.span-15 {
	width: 899px;
}

.span-16, div.span-16 {
	width: 960px;
}

.span-minimenu {
	width: 362px;
	float: right;
	margin-top: -10px;
	margin-right: -5px;
}

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16 {
	border-left-width: 1px!important;
	border-right-width: 1px!important;
	padding-left: 5px!important;
	padding-right: 5px!important;
}

input.span-1, textarea.span-1 {
	width: 33px !important;
}

input.span-2, textarea.span-2 {
	width: 94px !important;
}

input.span-3, textarea.span-3 {
	width: 155px !important;
}

input.span-4, textarea.span-4 {
	width: 216px !important;
}

input.span-5, textarea.span-5 {
	width: 277px !important;
}

input.span-6, textarea.span-6 {
	width: 338px !important;
}

input.span-7, textarea.span-7 {
	width: 399px !important;
}

input.span-8, textarea.span-8 {
	width: 460px !important;
}

input.span-9, textarea.span-9 {
	width: 521px !important;
}

input.span-10, textarea.span-10 {
	width: 582px !important;
}

input.span-11, textarea.span-11 {
	width: 643px !important;
}

input.span-12, textarea.span-12 {
	width: 704px !important;
}

input.span-13, textarea.span-13 {
	width: 765px !important;
}

input.span-14, textarea.span-14 {
	width: 826px !important;
}

input.span-15, textarea.span-15 {
	width: 887px !important;
}

input.span-16, textarea.span-16 {
	width: 948px !important;
}

/* Add these to a column to append empty cols. */
.append-1 {
	padding-right: 61px;
}

.append-2 {
	padding-right: 122px;
}

.append-3 {
	padding-right: 183px;
}

.append-4 {
	padding-right: 244px;
}

.append-5 {
	padding-right: 305px;
}

.append-6 {
	padding-right: 366px;
}

.append-7 {
	padding-right: 427px;
}

.append-8 {
	padding-right: 488px;
}

.append-9 {
	padding-right: 549px;
}

.append-10 {
	padding-right: 610px;
}

.append-11 {
	padding-right: 671px;
}

.append-12 {
	padding-right: 732px;
}

.append-13 {
	padding-right: 793px;
}

.append-14 {
	padding-right: 854px;
}

.append-15 {
	padding-right: 915px;
}

/* Add these to a column to prepend empty cols. */
.prepend-article {
	marging-left: 122px;
}

.prepend-00 {
	padding-left: 6px;
}

.prepend-0 {
	padding-left: 16px;
}

.prepend-01 {
	padding-left: 32px;
}

.prepend-1 {
	padding-left: 61px;
}

.prepend-2 {
	padding-left: 122px;
}

.prepend-3 {
	padding-left: 183px;
}

.prepend-4 {
	padding-left: 244px;
}

.prepend-5 {
	padding-left: 305px;
}

.prepend-6 {
	padding-left: 366px;
}

.prepend-7 {
	padding-left: 427px;
}

.prepend-8 {
	padding-left: 488px;
}

.prepend-9 {
	padding-left: 549px;
}

.prepend-10 {
	padding-left: 610px;
}

.prepend-11 {
	padding-left: 671px;
}

.prepend-12 {
	padding-left: 732px;
}

.prepend-13 {
	padding-left: 793px;
}

.prepend-14 {
	padding-left: 854px;
}

.prepend-15 {
	padding-left: 915px;
}

/* Border on right hand side of a column. */
div.border {
	border-right: 1px solid;
	border-right-color: #cccccc;
	padding-right: 8px;
}

/* Border with more whitespace, spans one column. */
div.colborder {
	border-right-color: #eeeeee;
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px solid;
}

/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */

.pull-1 {
	margin-left: -61px;
}

.pull-2 {
	margin-left: -122px;
}

.pull-3 {
	margin-left: -183px;
}

.pull-4 {
	margin-left: -244px;
}

.pull-5 {
	margin-left: -305px;
}

.pull-6 {
	margin-left: -366px;
}

.pull-7 {
	margin-left: -427px;
}

.pull-8 {
	margin-left: -488px;
}

.pull-9 {
	margin-left: -549px;
}

.pull-10 {
	margin-left: -610px;
}

.pull-11 {
	margin-left: -671px;
}

.pull-12 {
	margin-left: -732px;
}

.pull-13 {
	margin-left: -793px;
}

.pull-14 {
	margin-left: -854px;
}

.pull-15 {
	margin-left: -915px;
}

.pull-16 {
	margin-left: -976px;
}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16 {
	float: left;
	position: relative;
}

.push-1 {
	margin: -61px 1.5em 61px;
}

.push-2 {
	margin: -122px 1.5em 122px;
}

.push-3 {
	margin: -183px 1.5em 183px;
}

.push-4 {
	margin: -244px 1.5em 244px;
}

.push-5 {
	margin: -305px 1.5em 305px;
}

.push-6 {
	margin: -366px 1.5em 366px;
}

.push-7 {
	margin: -427px 1.5em 427px;
}

.push-8 {
	margin: -488px 1.5em 488px;
}

.push-9 {
	margin: -549px 1.5em 549px;
}

.push-10 {
	margin: -610px 1.5em 610px;
}

.push-11 {
	margin: -671px 1.5em 671px;
}

.push-12 {
	margin: -732px 1.5em 732px;
}

.push-13 {
	margin: -793px 1.5em 793px;
}

.push-14 {
	margin: -854px 1.5em 854px;
}

.push-15 {
	margin: -915px 1.5em 915px;
}

.push-16 {
	margin: -976px 1.5em 976px;
}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16 {
	float: right;
	position: relative;
}

/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {
	margin-top: 1.5em;
}

.append-bottom {
	margin-bottom: 1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
	padding: 0.5em;
	margin-bottom: 1.5em;
	background: #d8dfe3;
}

.box_2 {
	padding: 0.5em;
	margin-bottom: 1.5em;
	background: #edece9;
}

.box_2_punts {
	padding: 0.5em;
	margin-bottom: 1.5em;
	background: #edece9;
	border: 2px dashed #ffffff;
	box-shadow: 0 0 0 8px #ccc;
}

.box_grisa {
	margin-bottom: 1.5em;
	/* background: #edece9;
  margin-right: 0.5em;
  padding: 0.5em; */
}

.box_marge {
	padding: 0.5em;
	margin-bottom: 1.5em;
	margin-top: 2em;
	background: #d8dfe3;
}

.box_3 {
	padding: 1em;
	margin-bottom: 1.5em;
	background: #d9d5bd;
}

.box_4 {
	text-align: left;
	margin-bottom: 1.5em;
	border-style: none;
	border-width: 0px;
	padding-left: 0px;
	padding-bottom: 1em;
	padding-right: 0px;
	padding-top: 0px;
	background: #edece9;
}

.box_4pad {
	text-align: left;
	margin-bottom: 0px;
	border-style: none;
	border-width: 0px;
	padding: 1em;
	background: /*#edece9;*/#f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.box_5 {
	padding: 0.5em;
	margin-bottom: 1.5em;
	background: #c9d6d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.box_negra {
	color: #f5f6ee;
	text-align: center;
}

/* Use this to create a horizontal ruler across a column. */
.box_capsal_agenda {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding-left: 0;
	padding-bottom: 0.5em;
	padding-right: 0;
	padding-top: 0.3em;
	border-top-color: #a81515;
	border-top-width: 0.5em;
	border-top-style: solid;
	background-color: #CCCCCC;
	margin-bottom: 5px;
	color: #000;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	/* IE6-8 */
}

.box_fons {
	background-color: #CCCCCC;
	margin-bottom: 5px;
	color: #000;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	/* IE6-8 */
}

.box_capsal_agenda a {
	color: #000000;
}

.box_agenda {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	color: white;
	padding: 0.5em;
	margin-bottom: 1.5em;
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.box_agenda {
	background-color: #e6e6e6;
	color: #666666;
}

.box_fosca {
	margin-bottom: 0.6em;
	padding-left: 1em;
	padding-bottom: 0.6em;
	padding-right: 1em;
	padding-top: 0.6em;
	background-color: #596061;
	color: #5DDFFF;
}

.agenda {
	/* margin-top:40px; color:#FFF; font-weight:bold;*/
}

hr.pocspace {
	margin-left: 0;
	margin-bottom: 1em;
	margin-right: 0;
	margin-top: 0;
	background: #a9a9a4;
	color: #a9a9a4;
	clear: both;
	float: none;
	height: .1em;
	border: none;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .2em;
	margin: 0 0 1.45em;
	border: none;
}

hr.gros {
	margin-left: 0;
	margin-bottom: 1em;
	margin-right: 0;
	margin-top: 1em;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 1em;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
}

hr.filet-gros {
	margin-bottom: 1em;
	background-color: #a81515;
	height: 0.6em;
	color: #a81515;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix, .container {
	display: block;
}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* acordió */
#basic-accordian {
	padding: 0px;
	width: 100%;
}

#basic-accordian2 {
	padding: 0px;
	width: 100%;
}

.accordion_headings {
	padding: 5px;
	background: #999999;
	color: #FFFFFF;
	border: 1px solid #FFF;
	cursor: pointer;
	font-weight: bold;
}

.accordion_headings:hover {
	background: #d9cfbd;
}

.accordion_child {
	background: #f5f3ee;
	padding: 0px;
}

.header_highlight {
	background: #d9cfbd;
}

/* Navegació */
.marginmenu {
	margin-left: 10px;
	width: 900px;
}

#nav_intersindical {
	width: 992px;
	margin-bottom: 40px;
	padding-left: 0em;
	padding-bottom: 1.8em;
	padding-right: 0em;
	padding-top: 0.5em;
	background-color: black;
	color: white;
	z-index: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#nav {
	margin-bottom: 0.3em;
	padding-top: 6px;
	padding-bottom: 2em;
	padding-left: 1em;
	padding-right: 0em;
	background-color: #3F3F3F;
	z-index: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#nav li {
	font-size: 120%;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
	list-style: none;
	float: left;
	margin-left: 5px;
}

#nav li img {
	z-index: 1;
	margin-right: -20px;
	background-color: #cccccc;
	margin-left: 0px;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
	list-style: none;
	float: left;
	font: bold;
}

#nav li a {
	font-weight: bold;
	border-bottom-style: none;
	padding-left: 20px;
	padding-bottom: 1.8em;
	padding-right: 20px;
	padding-top: 0.5em;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	display: inline;
	text-align: center;
	text-decoration: none color: #646462;
}

#nav li a:hover {
	background-color: white;
	color: #a81515;
}

#nav form {
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	margin-right: 8px;
	padding: 0px;
	float: right;
}

#nav form input {
	border-style: none;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: -8px;
	margin-top: 0px;
}

#nav form input[type="text"] {
	color: #6d6d6d;
	width: 160px;
	padding-left: 10px;
	border: none;
	background-color: #f7f6f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#nav input image {
	margin: 0px;
}

#nav input.caixa {
	background-color: #cdcdcd;
	color: #b22222;
}

#nav div {
	margin-top: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 80%;
	height: 0px;
	border-style: none;
	position: absolute;
	visibility: hidden;
}

#nav div a {
	margin-top: 40px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	color: #6d6d6d;
	position: relative;
	display: inline;
	width: auto;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}

#nav div a:hover {
	color: #b32222;
}

/*Afegit per a llevar el "border" a les imgs en firefox */
#nav img {
	border: 0px;
}

/* afegits meus importants */
a:focus, a:hover {
	color: #b22222;
}

a {
	color: gray;
	text-decoration: none;
}

.cap {
	background-color: #B22222;
	height: 100px;
}

ol.numeret {
	list-style-type: decimal;
}

/* buscador */
#buscador {
	float: right;
	height: 10px;
	padding: 0;
	margin: 0;
}

.noticia {
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

/* feeds de feedEk */
p .feedTitle {
	line-height: 1.25em;
	text-transform: none;
	font-weight: bold;
	font-size: 1.2em;
}

. div.feedBurnerFeedBlock {
	color: #b22222;
	list-style-type: none;
	padding: 0px;
}

.li headline {
	list-style-type: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.2em;
}

#intersindical-rtvv p.feedTitle {
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.2em;
}

#rtvv_feed {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	margin: 0px;
	width: 167px;
}

.bandereta {
	background-image: url(imatges/flamaroignegre.png);
}

a .bandereta:hover {
	background-image: url(imatges/flamanegre.png);
}

.separador {
	height: 18px;
	width: 960px;
}

/**************	 MENÚ FET PER EMPAR   ******/
#menu {
	font-size: 1.2em;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	width: 960px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li.niv {
	float: left;
	position: relative;
}

#menu ul li {
	float: left;
}

#menu ul li:focus ul,#menu ul li:active ul {
	display: block;
	position: absolute;
}

#menu ul li:focus span,#menu ul li:active span {
	background-color: #FFF;
	color: #C00;
	font-weight: bold;
}

#menu ul li a, #menu ul li span {
	background-color: #CCCCCC;
	color: #000;
	display: block;
	padding: 4px 28px 4px 28px;
	position: relative;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li:hover a.niv {
	background-color: #FFFFFF;
	color: #C00;
	font-weight: bold;
	position: relative;
}

a:active {
	position: relative;
}

#menu ul li a:active {
	background-color: #FFF;
	color: #000000;
	position: relative;
}

#menu ul li span.niv {
	display: block;
}

#menu ul li:hover span.niv {
	cursor: pointer;
	background-color: #FFF;
	color: #C00;
	font-weight: bold;
}

#menu ul li ul {
	display: none;
	padding-top: 5px;
}

#menu ul li a:hover ul, #menu ul li:active ul {
	/*	background-color:#F30;
*/
	display: block;
	position: absolute;
}

#menu ul li a:hover:link ul {
	visibility: hidden;
}

#menu ul li a:active:hover ul {
	visibility: visible;
}

#menu ul li ul li a {
	background-color: #FFF;
	/*border: medium none;*/
	color: black;
}

#menu ul li ul li a:hover {
	/*border-bottom: medium none;*/
	position: relative;
	background-color: #F3F3F3;
}

table.falsa {
	border: 0 none;
	border-collapse: collapse;
	float: left;
	position: relative;
}

ul.sector {
	float: left;
	left: -240px;
	width: 890px;
}

ul.arees {
	float: left;
	left: -200px;
	width: 755px;
}

ul.intersind {
	float: left;
	left: -90px;
	width: 450px;
}

#menu ul li .dones:hover {
	background-color: #FFFFFF;
	color: #33C;
	font-weight: bold;
	position: relative;
}

#menu ul li .dones:hover {
	background-color: #FFFFFF;
	color: #33C;
	font-weight: bold;
	position: relative;
}

#menu ul li .ambient:hover {
	background-color: #FFFFFF;
	color: #0F0;
	font-weight: bold;
	position: relative;
}

#menu ul li .pol:hover {
	background-color: #FFFFFF;
	color: #39F;
	font-weight: bold;
	position: relative;
}

#menu ul li .inter:hover {
	background-color: #FFFFFF;
	color: #C60;
	font-weight: bold;
	position: relative;
}

#menu ul li .mov:hover {
	background-color: #FFFFFF;
	color: #096;
	font-weight: bold;
	position: relative;
}

/***************FI MENU   *********/
.textdona {
	color: #66F;
	background-color: #D7D7FF;
}

.fonscomentari {
	background-color: #CCC;
}

.roig {
	color: rgba(179,34,34,1);
}
.roig a:link {
	color: rgba(179,34,34,0.14);
}

.fletxa {
	color: #b22222;
	font-size: 1.2em;
}

/* afegits meus importants */

/*a:focus, a:hover {color:#b22222;}
*/

.cap {
	background-color: #B22222;
	height: 100px;
}

/* buscador */
#buscador {
	float: right;
	height: 10px;
	padding: 0;
	margin: 0;
}

element {
}

.noticia {
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

p .feedTitle {
	line-height: 1.25em;
	text-transform: none;
	font-weight: bold;
	font-size: 1.2em;
}

. div.feedBurnerFeedBlock {
	color: #b22222;
	list-style-type: none;
	padding: 0px;
}

.li headline {
	list-style-type: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.2em;
}

#intersindical-rtvv p.feedTitle {
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.2em;
}

#rtvv_feed {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	margin: 0px;
	width: 167px;
}

.bandereta {
	background-image: url(imatges/flamaroignegre.png);
}

a .bandereta:hover {
	background-image: url(imatges/flamanegre.png);
}

.separador {
	height: 18px;
	width: 960px;
}

.separador_dona {
	height: 40px;
	width: 960px;
}

.peu_pagina {
	min-height: 20px;
	padding: 7px 14px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #fbfbfb;
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.peu_pagina a {
	border-style: none;
	line-height: 1.5em;
	float: left;
	padding-left: 0.25em;
}

.peu_pagina li {
	border-style: none;
	line-height: 0.5em;
	float: left;
	padding-left: 0.25em;
}

.peu {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.peu li {
	margin-left: 0.25em;
	margin-bottom: 0.25em;
	text-transform: lowercase;
	line-height: 1.5em;
	list-style-type: none;
	/*color: #b22222;*/
}

.peu h6 {
	color: #b22222;
	/*text-transform: uppercase;*/
}

.epigraf_roig {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 1.5em;
	margin: 0px;
	line-height: 0em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #b22222;
	font-size: 0.8em;
	font-weight: bold;
}

.epigraf {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 1em;
	margin: 0px;
	line-height: 0em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #b32222;
	font-size: 0.8em;
	font-weight: bold;
}

.pastilla {
	padding-top: 0.2em;
	margin-bottom: 1em;
	margin-right: 0.5px;
	background-color: #b22222;
	padding-left: 0.5em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f7f6f2;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.pastilla a {color:#FFF;}

.pastilla:hover {
	background-color: #95262c;
	}

.pastilla-portada-espai {
	width: 152px;
	margin-bottom: 5px;
	margin-right: 0.5px;
	background-color: #b22222;
	padding-left: 0.5em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f7f6f2;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.columna-4 {
	width: 150px;
	margin-bottom: 0.5em;
}

.pastilla-portada-noticies {
	width: 204px;
	margin-bottom: 1em;
	background-color: #b22222;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f7f6f2;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*verd */
.pastilla_stepv {
	margin-bottom: 5px;
	background-color: #93b191;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*taronja*/
.pastilla_interins {
	margin-bottom: 5px;
	background-color:#2ac62a;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pastilla_interins a {color:#FFF;}
.pastilla_interins a:hover {color:#d86427;}
/*gris fosc*/
.pastilla_2 {
	padding-top: 0.2em;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #646462;
	padding-left: 0.5em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #f5f6ee;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*gris fosc*/
.pastilla_blanc {
	padding-top: 0.2em;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #FFF;
	padding-left: 0em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #cbcac7;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}


.pastilla_blanc a {
	padding-top: 0.2em;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #FFF;
	padding-left: 0em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #b6b5b3;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*blau elèctric*/
.pastilla_3 {
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #0066cc;
	padding-left: 0.5em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: white;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*yellow*/
.pastilla_4 {
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: yellow;
	padding-left: 0.5em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.pastilla_5 {
	display: block;
	padding-top: 4px;
	border-top-color: #b22222;
	min-height: 29px;
	border-top-width: 3px;
	border-top-style: solid;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #ededed;
	padding-left: 0.5em;
	padding-bottom: 14px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.pastilla_5_simple {
	display: block;
	padding-top: 4px;
	border-top-color: #b22222;
	/*min-height: 29px;*/
	border-top-width: 3px;
	border-top-style: solid;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 0.5em;
	padding-bottom: 14px;
	padding-right: 0px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #262626;
	font-size: 1em;
	font-weight: bold;
}

.cintillo_1 {
	letter-spacing: 0.11em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
	color: #b22222;
	line-height: 1em;
	padding: 0px;
}

.cintillo_2 {
	letter-spacing: 0.11em;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: #b22222;
	line-height: 1.5em;
	padding: 0px;
}

.cintillo_2 a {
	letter-spacing: 0.11em;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: #b22222;
	line-height: 1.5em;
	padding: 0px;
}

.cintillo_2 a:hover {
	letter-spacing: 0.11em;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: #656563;
	line-height: 1.5em;
	padding: 0px;
}

.cintillo_2b {
	letter-spacing: 0.11em;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: #646462;
	line-height: 1.5em;
	padding: 0px;
}

.cintillo_3 {
	font-size: 70%;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
	color: #b22222;
	line-height: 1em;
	padding: 0px;
}

.cintillo_4_gris {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-top: 0px;
	background-color: #edece9;
	letter-spacing: 0.11em;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: #646462;
	line-height: 1.5em;
}

.cintillo_4 {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-top: 0px;
	background-color: #b22222;
	letter-spacing: 0.11em;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: white;
	line-height: 1.5em;
}

.cintillo_data_agenda {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-top: 0px;
	background-color: #b22222;
	letter-spacing: 0.11em;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: white;
	line-height: 1.5em;
}

.cintillo_4_sensecolor {
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-top: 0px;
	letter-spacing: 0.11em;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 0em;
	color: #b22222;
	line-height: 1.5em;
}

.cintillo_5 {
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 0em;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 0em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #a81515;
	font-size: 1em;
	font-weight: bold;
}

.cintillo_6 {
	background-color: yellow;
	font-weight: bold;
	font-size: 70%;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	margin-top: 1.5em;
	color: #2b2b29;
	line-height: 1em;
	padding: 0px;
}

.span_situacions {
	float: left;
	width: 20px;
	height: 16px;
	display: inline-block;
	margin: 0 12px 0 0;
	font-size: 1px;
	background-color: #0097C8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.span_situacions_b {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 2px;
	margin-top: 4px;
	float: left;
	width: 16px;
	height: 8px;
	display: inline-block;
	font-size: 1px;
	background-color: #ee7600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.llista_campanyes {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.llista_campanyes a {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.llista_campanyes li {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}

.peu span {
	margin-left: 0.5em;
}

.autora {
	font-size: 0.8em;
	line-height: 0px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.autora_article {
	font-size: 1em;
	line-height: 0px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.data_publicacio {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 0;
	color: #b22222;
	line-height: 0em;
	padding: 0px;
}

.info_article {
	border-bottom-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom: ;
}

.cintillo_gran {
	background-color: #b22222;
}

.columna2b {
	border-left-width: 1px;
	border-left-style: solid;
}

.img {
	text-overflow: ellipsis;
	text-align: center;
	display: block;
	margin: auto;
}

.extra {
	padding-left: 0.5em;
	padding-bottom: 0em;
	padding-right: 0em;
	padding-top: 0em;
	margin: 0em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	color: #f3f3f3;
	background-color: #b22222;
}

.cita {
	font-size: 1.2em;
	padding-left: 0px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-top: 0.4em;
	margin-top: 0.8em;
	border-top-color: #a81515;
	border-top-style: solid;
	border-top-width: 6px;
	font-style: italic;
	font-family: "PT Serif Caption", Georgia, "Times New Roman", Times, serif;
	margin-right: 32px;
	float: left;
	position: static;
	width: 167px;
	color: #a9a9a4;
	line-height: 1.6em;
}

#titularot {
	line-height: 0.5em;
}

#titularet {
	color: #a81515;
}

.llegenda {
	letter-spacing: 0.22em;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
}

.txt_article {
	line-height: 150%;
	color: #4d4d4d;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
}

.txt_article ul {
	margin-bottom: 1em;
}

.txt_explicacio {
	line-height: 150%;
	color: #4d4d4d;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

.txt_cos_gran {
	line-height: 150%;
	color: #4d4d4d;
	font-size: 110%;
}


.txt120 {
	line-height: 150%;
	color: #4d4d4d;
	font-size: 120%;
}

/*social div*/
#social {
	margin-bottom: -8px;
	margin-top: 10px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	float: right;
}

#social li {
	border-right-width: 5px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	float: right;
}

#social li a {
	border-bottom-width: 0px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	float: right;
}

#social div a {
	text-decoration: none;
	display: block;
	list-style-type: none;
	float: right;
}

#social form {
	margin-left: 10px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	float: right;
}

#social form input {
	margin-left: 10px;
	margin-top: 0px;
	text-decoration: none;
	list-style-type: none;
	float: right;
}

#social img {
	margin-right: 6px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	float: right;
}

div.data {
	margin-bottom: 1.5em;
	padding-bottom: 0.4em;
	padding-top: 0.5em;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

div.pad {
	padding-left: 16px;
}

/*Afegit per a eliminar borde a TOTES les imgs*/
img {
	border: 0px;
}

.elements_portal {
	margin-bottom: 0.25em;
}

#share {
	padding-top: 6px;
	width: 100%;
	list-style-type: none;
	float: left;
	vertical-align: middle;
}

#share li {
	margin-right: 4px;
	list-style-type: none;
	float: left;
	vertical-align: middle;
}

.pad3px {
	padding-top: 6px;
}

.bold {
	font-weight: bold;
}

/*comentaris a les entrades*/
#comentaris {
	/*	padding: 6px;
*/
	vertical-align: middle;
}

#comentaris img {
	/*	margin-left: -42px;
*/
	margin-right: 6px;
	padding-top: 12px;
	display: inline;
}

#comentaris .comentari {
	padding: 1em;
}

#comentaris .even {
	background-color: #F5F5F5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.comentarista {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px 1px #fff;
}

#formulari_comentari {
	/*background-color: #edece9;*/
	padding: 6px;
	margin-bottom: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#formulari_comentari h6 {
	margin-bottom: 1em;
}

#formulari_comentari label {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px 1px #fff;
}

#formulari_comentari p {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 0 1px 1px #fff;
	margin-bottom: 1em;
}

#formulari_comentari br {
	margin-bottom: 1em;
}

#formulari_comentari fieldset input[type="text"] {
	width: 400px;
	padding: 5px 8px;
	font-size: 1em;
	color: #666;
	border: none;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#formulari_comentari fieldset textarea {
	width: 400px;
	padding: 5px 8px;
	font-size: 1em;
	color: #666;
	border: none;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#formulari_comentari input[type="submit"] {
	padding: 8px 15px;
	font-weight: bold;
	line-height: 1;
	color: #444;
	border: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -moz-linear-gradient(0% 100% » 90deg, #bbb, #fff);
	background-color: #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#formulari_comentari input[type="text"]:focus {
	-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
	box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
}

fieldset {
	border: none;
}

/* a l'article anterior o posterior*/
.anterior-posterior {
	margin: 1px;
	font-weight: bold;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	float: right;
	background-color: #edece9;
	border-width: 1px;
	border-color: purple;
}

.anterior-posterior img {
	margin-left: 6px;
	margin-bottom: -4px;
	margin-right: 6px;
	display: inline;
	padding: 0;
}

/* codi per als tabs; cal editar-los*/
.caixa-grisa-tabs {
	padding-top: 0em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	margin-bottom: 1.5em;
}

#tabs {
	margin: 0px;
}

ul#tabs {
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	list-style-type: none;
}

ul#tabs li {
	float: left;
	padding-bottom: 1px;
	font-weight: bold;
	display: inline;
}

ul#tabs li a {
	border-width: 0px;
	border-style: none;
	padding-left: 1em;
	padding-bottom: 0.6em;
	padding-right: 1em;
	padding-top: 0.6em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

ul#tabs li a:hover {
	border-bottom-width: 0px;
	background-color: #FFF;
}

ul#tabs li a.selected {
	color: #a81515;
	background-color: white;
	border-bottom-style: none;
	font-weight: bold;
}

div.tabContent {
	margin-left: 2em;
	float: left;
	padding: 0em;
}

div.tabContent li {
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	margin-right: 1em;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
	float: left;
	padding: 0em;
}

div.tabContent li a {
	padding-left: 0em;
	padding-bottom: 0em;
	padding-right: 0.2em;
	padding-top: 0em;
	margin-top: 0.2em;
	margin-right: 1em;
	list-style-type: none;
	float: left;
}

div.tabContent.hide {
	float: left;
	display: none;
}

#independent #ameco {
	background-color: #edece9;
	padding: 0px;
}

.dhkorkwmhkpzqwex {
	text-overflow: ellipsis;
}

/* yahoo pipes */
.ybh {
	visibility: hidden;
}

.ybf {
	visibility: hidden;
}

.pipesHolder {
	padding-right: 1em;
	padding-left: 1em;
}

.odd {
}

.ybr {
	height: 254px;
}

/* informes valencià */
#informes_enllaços {
	list-style-type: none;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

ul#informes_enllaços {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0.4em;
	border-top-style: solid;
	border-top-color: #d9d5bd;
	border-top-width: 1px;
	padding: 0px;
	list-style-type: none;
}

ul#informes_enllaços li {
	list-style-image: url(%7Bsite_url%7Dimages/imatges/generiques/triangle.gif);
	border-bottom-color: #d9d5bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul#informes_enllaços li:hover {
	background-color: #edece9;
	font-weight: bold;
}

ul#informes_enllaços li a {
	text-align: center;
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

ul#informes_enllaços li img {
	margin-bottom: -0.3em;
}

/* entitats llengua */
#entitats_llengua {
	list-style-type: none;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

ul#entitats_llengua {
	border-top-color: #d9d5bd;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul#entitats_llengua li {
	list-style-image: url(%7Bsite_url%7Dimages/imatges/generiques/triangle.gif);
	border-bottom-color: #d9d5bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul#entitats_llengua li:hover {
	background-color: #edece9;
	font-weight: bold;
}

ul#entitats_llengua li a {
	text-align: center;
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/* llista */
.llista-pictograma {
	list-style-type: none;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

ul.llista-pictograma {
	border-top-color: #d9d5bd;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.llista-pictograma li {
	display: block;
	list-style-image: url(%7Bsite_url%7Dimages/imatges/generiques/triangle.gif);
	border-bottom-color: #d9d5bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.llista-pictograma li:hover {
	background-color: #edece9;
	font-weight: bold;
}

ul.llista-pictograma li a {
	text-align: center;
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

ul.llista-pictograma li img {
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-left: 0em;
	vertical-align: middle;
	margin-top: -4px;
}

.epigraf_onsom {
	text-align: center;
	background-color: #CCC;
	margin-bottom: 1.5em;
	color: #b22222;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
	height: 20px;
}

.llista_onsom {
	list-style-type: none;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

ul.llista_onsom {
	border-top-color: #d9d5bd;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.8em;
	margin-top: -1em;
	list-style-type: none;
}

ul.llista_onsom li {
	display: block;
	border-bottom-color: #d9d5bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.llista_onsom li:hover {
	background-color: #edece9;
	font-weight: bold;
}

ul.llista_onsom li a {
	font-weight: bold;
}

ul.llista_onsom li img {
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-left: 0em;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}

ul.llista_onsom li p {
	margin: 0 0 0 15px;
}

.epigraf_horitzontal {
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2.gif);*/
	background-image: url(https://intersindical.org/images/imatges/generiques/bg2-blau.gif);
	margin-bottom: 1.5em;
	/*border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #b22222;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: bold;
}

.epigraf_groc {
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2.gif);*/
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
	padding-top: 1em;
	background-repeat: repeat-x;
	font-size: 1.2em;
	background-image: url(https://intersindical.org/images/imatges/generiques/stripe_groc2.png);
	margin-bottom: 1em;
	/*border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #b5b5b5;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: bold;
}

.epigraf_simple {
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2.gif);*/
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
	padding-top: 0em;
	background-repeat: repeat-x;
	font-size: 1.2em;
	/*border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #b5b5b5;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: bold;
}

.epigraf_portada {
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2.gif);*/
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
	padding-top: 0em;
	background-repeat: repeat-x;
	font-size: 1.2em;
	/*border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color:#646462;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: bold;
}

.epigraf_horitzontal img {
	display: inline;
	margin-bottom: -0.2em;
	margin-right: 0.5em;
}

.epigraf_horitzontal_dones {
	text-align: center;
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2-dones-motiu.png); border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #FFF;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	background-color: #662d91;
	margin-bottom: 1.5em;
}

.epigraf_horitzontal_dones img {
	margin-right: 0.2em;
}

.epigraf_horitzontal_labimedi {
	text-align: center;
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2-dones-motiu.png); border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #FFF;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	background-color: #97c679;
	margin-bottom: 1.5em;
}

.epigraf_horitzontal_movsocials {
	text-align: center;
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2-dones-motiu.png); border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #FFF;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	background-color: #EE7600;
	margin-bottom: 1.5em;
}

.epigraf_horitzontal_llengua {
	text-align: center;
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2-dones-motiu.png); border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #FFF;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	background-color: #A81515;
	margin-bottom: 1.5em;
}

.epigraf_horitzontal_llengua a {
	text-align: center;
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2-dones-motiu.png); border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #FFF;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	background-color: #A81515;
	margin-bottom: 1.5em;
}

.epigraf_horitzontal_llengua a:hover {
	text-align: center;
	/*background-image: url(http://pepitha.intersindical.org/images/imatges/generiques/bg2-dones-motiu.png); border-bottom-style: solid; border-bottom-color: #646462; border-bottom-width: 1px;*/
	color: #a9a9a4;
	text-transform: uppercase;
	padding: 0.5em;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}

.publicacions img {
	margin-bottom: -0.2em;
	/*margin-right: 0.5em;*/
}

.publicacions_dones img {
	margin-bottom: -0.2em;
	/*margin-right: 0.5em;*/
}

/* css per al menu que flota */
#cos-informe {
	line-height: 1.8em;
	float: left;
	font-family: "PT Serif", Alike, Georgia, "Times New Roman", Times, serif, sans-serif;
}

#cos-informe p {
	font-size: 100%;
	color: #3f3f3f;
	line-height: 1.8em;
}

#cos-informe ol ul li {
	color: #3f3f3f;
	line-height: 1.8em;
}

#index-wrapper {
	font-size: 120%;
	color: #3f3f3f;
	position: relative;
}

#indexWrapper {
	/* required to avoid jumping */
	max-width: 524px;
	position: absolute;
}

#index {
}

#index.fixed {
	max-width: 524px;
	position: fixed;
	top: 0px;
}

#index li {
	font-size: 100%;
	color: #646462;
	list-style: none;
}

#index h4 {
	font-weight: bold;
	color: #a81515;
	margin-bottom: 0.25em;
}

#cos-informe h3 {
	font-size: 100%;
}

#cos-informe h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 95%;
}

#cos-informe table {
	text-align: center;
	font-family: "PT Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	margin-bottom: 1.4em;
	width: 100%;
	font-size: 0.9em;
}

#cos-informe th {
	text-align: left;
	font-family: "PT Sans", "Lucida Grande", Verdana, Arial;
	font-weight: bold;
}

#cos-informe thead th {
	font-family: "PT Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	background: #d9d5bd;
	font-weight: bold;
}

#cos-informe th, td, caption {
	padding-left: 5px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-top: 4px;
	line-height: 1.5em;
}

#cos-informe tbody tr:nth-child(even) td, tbody tr.even td {
	background: #eee;
}

#cos-informe tfoot {
	font-style: italic;
}

#cos-informe caption {
	background: #eee;
}

#cos-informe .pastilleta {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #f5f3ee;
	background-color: #a81515;
}

#cos-informe .menut {
	font-size: 80%;
}

.títol-quadre {
	background-color: #e5ff4f;
}

/* gràfics animats*/
#gr {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

.full_icon {
	display: block;
	position: absolute;
	bottom: 0px;
	margin-bottom: 8px;
	left: 0px;
	z-index: 5000;
}

.grafic {
	float: left;
	position: relative;
	z-index: 0;
}

/*menu-salut*/
.menu-salut {
	border-top-color: #d9cfbd;
	border-top-width: 1px;
	border-top-style: solid;
}

.menu_salut ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_salut li {
	border-top-color: #d9cfbd;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 2em;
	border-right-color: #d9cfbd;
	border-right-style: solid;
	border-right-width: 1px;
	width: 136px;
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	list-style: none;
}

.menu_salut a {
	border-color: #000000;
	display: block;
	text-decoration: none;
	/*lets remove the link underlines*/
	text-align: center;
}

.menu_salut a:link, #menu_dones a:active, #menu_dones a:visited {
	color: #000000;
}

.menu_salut a:hover {
	border-style: solid;
	background: #cbe2bc;
	color: #FFF;
}

/*menu-salut-h*/
.menu-salut-h {
	border-top-color: #d9cfbd;
	border-top-width: 1px;
	border-top-style: solid;
}

.menu_salut-h ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_salut-h li {
	background-color: #cbe2bc;
	border-top-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 2em;
	border-right-color: #d9cfbd;
	border-right-style: solid;
	border-right-width: 1px;
	width: 172px;
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	list-style: none;
}

.menu_salut-h a {
	color: #2b2b29;
	font-weight: bold;
	border-color: #000000;
	display: block;
	text-decoration: none;
	/*lets remove the link underlines*/
	text-align: center;
}

.menu_salut-h a:link, #menu_dones a:active, #menu_dones a:visited {
	color: #000000;
}

.menu_salut-h a:hover {
	border-style: solid;
	background: #97c679;
	color: #FFF;
}

.seccions_fixes_salut a {
	background-color: #97c679;
	color: white;
}

.seccions_fixes_salut a:hover {
	background-color: #cbe2bc;
	color: #000;
}

.verd {
	color: #00cd00;
}

/*menu-dones-h*/
.menu-dones-h {
	border-top-color: #d9cfbd;
	border-top-width: 1px;
	border-top-style: solid;
}

.menu_dones-h ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_dones-h li {
	background-color: #ebd6ff;
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 2em;
	width: 172px;
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	list-style: none;
}

.menu_dones-h a {
	color: #2b2b29;
	font-weight: bold;
	border-color: #000000;
	display: block;
	text-decoration: none;
	/*lets remove the link underlines*/
	text-align: center;
}

.menu_dones-h a:link, #menu_dones a:active, #menu_dones a:visited {
	color: #000000;
}

.menu_dones-h a:hover {
	border-style: solid;
	background: #C38CE1;
	color: #FFF;
}

.seccions_fixes_dones a {
	background-color: #C38CE1;
	color: white;
}

.seccions_fixes_dones a:hover {
	background-color: #ebd6ff;
	color: #662D91;
}

/*menu-moviments socials-h*/
.menu-movsocials-h {
	border-top-color: #d9cfbd;
	border-top-width: 1px;
	border-top-style: solid;
}

.menu_movsocials-h ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_movsocials-h li {
	background-color: #EEAB00;
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 2em;
	width: 172px;
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	list-style: none;
}

.menu_movsocials-h a {
	color: #2b2b29;
	font-weight: bold;
	border-color: #000000;
	display: block;
	text-decoration: none;
	/*lets remove the link underlines*/
	text-align: center;
}

.menu_movsocials-h a:link, #menu_dones a:active, #menu_dones a:visited {
	color: #000000;
}

.menu_movsocials-h a:hover {
	border-style: solid;
	background: #EE7600;
	color: #FFF;
}

.taronja {
	color: #EE7600;
}

.violeta {
	color: #662D91;
}

.negre {
	color: #000;
}

/*menu-moviments socials-h*/
.menu-llengua-h {
	border-top-color: #d9cfbd;
	border-top-width: 1px;
	border-top-style: solid;
}

.menu_llengua-h ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_llengua-h li {
	background-color: #A81515;
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 2em;
	width: 172px;
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	list-style: none;
}

.menu_llengua-h a {
	color: #FFF;
	font-weight: bold;
	border-color: #000000;
	display: block;
	text-decoration: none;
	/*lets remove the link underlines*/
	text-align: center;
}

.menu_llengua-h a:link, #menu_dones a:active, #menu_dones a:visited {
	color: #000000;
}

.menu_llengua-h a:hover {
	border-style: solid;
	background: #999;
	color: #FFF;
}

/*menu-salut-h*/
.menu-dreta-h {
	margin-bottom: 10px;
}

.menu_dreta-h ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_dreta-h li {
	background-color: #CCC;
	border-top-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 2em;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
	list-style: none;
	text-align: right;
}

.menu_dreta-h a {
	color: #FFF;
	font-weight: bold;
	border-color: #000000;
	display: block;
	padding-right: 10px;
	text-decoration: none;
	/*lets remove the link underlines*/
	text-align: right;
}

.menu_dreta-h a:link, #menu_dones a:active, #menu_dones a:visited {
	color: #FFF;
}

.menu_dreta-h a:hover {
	border-style: solid;
	background: #999;
	color: #000;
}

#caixa_face {
	margin-left: -6px;
}

.internacional {
	color: #CD00CD;
}

/*Fi de menu Moviments socials*/
.txt_article table {
	font-size: 0.8em;
	font-family: "PT Sans", "Lucida Grande", Verdana, Arial;
}

.txt_article tbody tr:nth-child(even) td, tbody tr.even td {
	background: #eee;
}

.txt_article th {
	padding-left: 6px;
	font-weight: bold;
	background-color: #edece9;
}

/* FeedEk*/
#divRss {
	padding: 0px 3px 3px 5px;
	background-color: #FFF;
	border-left: 1px solid #D3CAD7;
	border-right: 1px solid #D3CAD7;
	margin-top: 3px;
	margin-bottom: 1.2em;
}

#divRss2 {
	padding: 0px 3px 3px 5px;
	background-color: #FFF;
	border-left: 1px solid #D3CAD7;
	border-right: 1px solid #D3CAD7;
	margin-top: 3px;
	margin-bottom: 1.2em;
}

.ItemTitle {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding-top: 3px;
}

.ItemTitle a {
	color: #646462;
	text-decoration: none;
}

.ItemTitle a:hover {
	text-decoration: underline;
}

.ItemContent {
	padding: 1px 3px 3px 3px;
	border-bottom: 1px solid #D3CAD7;
	color: #3E3E3E;
}

.ItemDate {
	border-bottom-style: solid;
	border-bottom-color: #a9a9a4;
	border-bottom-width: 1px;
	font-size: 11px;
	color: #AAA;
}

.peu_foto {
	font-size: 0.85em;
	width: 338px;
	margin-top: -0.5em;
	position: relative;
	z-index: 0;
	padding: 6px;
	color: white;
	background-color: #656563;
	font-weight: bold;
}

.blanc {
	color: white;
}

.blanc a {
	color: #FFF;
}

.blanc.active {
}

/*tabs o pestanyes d'esay tabs*/
.etabs {
	margin-left: 0;
	margin-bottom: 1.2em;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	border-bottom: solid 1px #999;
}

.tab {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #eee;
	border: solid 1px #999;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.tab a {
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 2px;
	font-size: 1.1em;
	line-height: 1.4em;
	display: block;
	outline: none;
}

.tab a:hover {
}

.tab.active {
	background: #fff;
	position: relative;
	top: 1px;
	border-color: #666;
	border-bottom: none;
}

.tab a.active {
	font-weight: bold;
}

.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

.gris-claret {
	color: #cdcdcd;
}

.roig-menu {
	color: #b22222;
}

.especial {
	list-style-type: none;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

ul.especial {
	list-style-type: none;
}

ul.especial li {
	display: block;
	font-style: normal;
	font-weight: normal;
	padding-left: 1em;
}

ul.especial li a:hover {
	font-weight: bold;
	color: #b22222;
}

ul.especial li a {
	font-style: normal;
	font-weight: normal;
	color: #666;
}

ul.especial li img {
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-left: 0em;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}

/*Mapa*/
.mapa {
	margin: 0 0 60px 0;
}

.box_grisa_agenda {
	margin-bottom: 1em;
	min-height: 228px;
	background-color: #f0f0f0;
}

.box_blanca_agenda {
	float: left;
	margin-right: 16px;
	width: 226px;
	border-color: #646462;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 1em;
	min-height: 228px;
}

.issuu-box {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

object.issuu-box {
}

/*.cinc { margin-right: 5px; }*/
/* tables de bootstrap */
table {
	width: 100%;
	margin-bottom: 18px;
	padding: 0;
	font-size: 13px;
	border-collapse: collapse;
}

table th,table td {
	padding: 10px 10px 9px;
	line-height: 18px;
}

table th {
	padding-top: 9px;
	font-weight: bold;
	vertical-align: middle;
}

table td {
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table tbody th {
	border-top: 1px solid #ddd;
	vertical-align: top;
}

.condensed-table th,.condensed-table td {
	padding: 5px 5px 4px;
}

.bordered-table {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bordered-table th+th,.bordered-table td+td,.bordered-table th+td {
	border-left: 1px solid #ddd;
}

.bordered-table thead tr:first-child th:first-child,.bordered-table tbody tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.bordered-table thead tr:first-child th:last-child,.bordered-table tbody tr:first-child td:last-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.bordered-table tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

.bordered-table tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}

table .span1 {
	width: 20px;
}

table .span2 {
	width: 60px;
}

table .span3 {
	width: 100px;
}

table .span4 {
	width: 140px;
}

table .span5 {
	width: 180px;
}

table .span6 {
	width: 220px;
}

table .span7 {
	width: 260px;
}

table .span8 {
	width: 300px;
}

table .span9 {
	width: 340px;
}

table .span10 {
	width: 380px;
}

table .span11 {
	width: 420px;
}

table .span12 {
	width: 460px;
}

table .span13 {
	width: 500px;
}

table .span14 {
	width: 540px;
}

table .span15 {
	width: 580px;
}

table .span16 {
	width: 620px;
}

.zebra-striped tbody tr:nth-child(odd) td,.zebra-striped tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}

.zebra-striped tbody tr:hover td,.zebra-striped tbody tr:hover th {
	color: black;
	background-color: #f5f5f5;
}

table .header {
	cursor: pointer;
}

table .header:after {
	content: "";
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #000 transparent;
	visibility: hidden;
}

table .headerSortUp,table .headerSortDown {
	background-color: rgba(141, 192, 219, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

table .header:hover:after {
	visibility: visible;
}

table .headerSortDown:after,table .headerSortDown:hover:after {
	visibility: visible;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

table .headerSortUp:after {
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	visibility: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

table .blue {
	color: #049cdb;
	border-bottom-color: #049cdb;
}

table .headerSortUp.blue,table .headerSortDown.blue {
	background-color: #ade6fe;
}

table .green {
	color: #46a546;
	border-bottom-color: #46a546;
}

table .headerSortUp.green,table .headerSortDown.green {
	background-color: #cdeacd;
}

table .red {
	color: #9d261d;
	border-bottom-color: #9d261d;
}

table .headerSortUp.red,table .headerSortDown.red {
	background-color: #f4c8c5;
}

table .yellow {
	color: #ffc40d;
	border-bottom-color: #ffc40d;
}

table .headerSortUp.yellow,table .headerSortDown.yellow {
	background-color: #fff6d9;
}

table .orange {
	color: #f89406;
	border-bottom-color: #f89406;
}

table .headerSortUp.orange,table .headerSortDown.orange {
	background-color: #fee9cc;
}

table .purple {
	color: #7a43b6;
	border-bottom-color: #7a43b6;
}

table .headerSortUp.purple,table .headerSortDown.purple {
	background-color: #e2d5f0;
}

#taula-allioli td:last-child {
	text-align: center;
}

#taula-allioli td:first-child {
	font-weight: bold;
}

/*menu adjudicacions*/
.demo6 {
	background: #b22222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	color: #FFF;
}

.panel {
	/*border: 1px solid #666;
	padding: 10px;
	display:none;
	margin-bottom:10px;
	background-color:#CCC;*/
}

.expArrow {
	padding-left: 20px;
	background-color: #FC3;
	/*	background: url(images/arrow-down.png) no-repeat 0px 4px;
*/
}

.collArrow {
	padding-left: 20px;
	background-color: #F90;
	/*	background: url(images/arrow-up.png) no-repeat 0px 4px;
*/
}

.expIco {
	padding-left: 20px;
	background-color: #0066cc;
	/*	background: url(images/plus.gif) no-repeat 0px 4px;
*/
}

.collIco {
	padding-left: 20px;
	background-color: #0066cc;
	/*	background: url(images/minus.gif) no-repeat 0px 4px;
*/
}

img.menysdos {
	margin-bottom: -2px;
	margin-left: 2px;
}

ul.ticker li {
	/* width: 200px;*/
	height: 1.8em;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

/*news ticker*/
ul#ticker {
	/*width: 220px;*/
	height: 1.8em;
	overflow: hidden;
	margin-bottom: 0.2em;
	float: left;
}

ul#ticker  li {
	/* width: 200px;
    height: 99px;
    padding: 10px;*/
	border-bottom: 1px dashed #ccc;
}

ul#ticker li a {
	color: #666;
}

ul#ticker li span {
	/*display: block;*/
	color: #0066cc;
}

img .span-article {
	margin-right: 1em;
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
}

.cantons-redons {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cantons-redons12 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/* 4 divs  d'adjudicacions*/
.divAdj {
	list-style-type: none;
	padding: 0px 3px 3px 5px;
	background-color: #CCE3FA;
	height: 140px;
	/*border-left:1px solid #0066CC;*/
	border-right: 1px solid #0066CC;
	margin-top: 3px;
	margin-bottom: 1.2em;
}

.div-borses {
	list-style-type: none;
	padding: 0px 3px 3px 5px;
	height: 200px;
	/*border-left:1px solid #0066CC;*/
	border-right: 1px solid #0066CC;
	margin-top: 3px;
	margin-bottom: 1.2em;
}

.div-borses ul li {
	list-style-type: none;
	padding: 0px;
	/*border-left:1px solid #0066CC;*/
}

.divAdjfinal {
	padding: 0px 3px 3px 5px;
	background-color: #CCE3FA;
	height: 140px;
	/*border-left:1px solid #0066CC;*/
	border-right: 1px solid #0066CC;
	margin-top: 3px;
	margin-bottom: 1.2em;
}

.borderspan {
	background-color: #CCC;
	padding: 2px 1px 2px 1px;
}

/* paleta */
.blau-clar {
	color: #129DF4;
}

.blau-fosc {
	color: #034975;
}

.roig-fosc {
	color: #5b0202;
}

.roig-base {
	color: #a81515;
}

.verd-oliva {
	color: #b5b329;
}

.alerta {
	clear: both;
	width: 960px;
}

/* navegació del bootstrap */
.tabbable {
	*zoom: 1;
}

.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
}

.tabbable:after {
	clear: both;
}

.tabs-below .nav-bs-tabs,
.tabs-right .nav-bs-tabs,
.tabs-left .nav-bs-tabs {
	border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}

.tab-content > .active,
.pill-content > .active {
	display: block;
}

/* per a fer més gran el marge de les llistes numerades*/
.tab-content ol li {
	margin-left: 20px;
}
/* acaba personalització*/
.tabs-below .nav-bs-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below .nav-bs-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below .nav-bs-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below .nav-bs-tabs > li > a:hover {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}

.tabs-below .nav-bs-tabs .active > a,
.tabs-below .nav-bs-tabs .active > a:hover {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left .nav-bs-tabs > li,
.tabs-right .nav-bs-tabs > li {
	float: none;
}

.tabs-left .nav-bs-tabs > li > a,
.tabs-right .nav-bs-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left .nav-bs-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}

.tabs-left .nav-bs-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tabs-left .nav-bs-tabs > li > a:hover {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left .nav-bs-tabs .active > a,
.tabs-left .nav-bs-tabs .active > a:hover {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}


.tabs-right > .nav-bs-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-bs-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-bs-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-bs-tabs .active > a,
.tabs-right > .nav-bs-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav-bs {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}

.nav-bs > li > a {
	display: block;
}

.nav-bs > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

.nav-bs .nav-bs-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.nav-bs li + .nav-bs-header {
	margin-top: 9px;
}

.nav-bs-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.nav-bs-list > li > a,
.nav-bs-list .nav-bs-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-bs-list > li > a {
	padding: 3px 15px;
}

.nav-bs-list > .active > a,
.nav-bs-list > .active > a:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #a0101a;
}

.nav-bs-list [class^="icon-"] {
	margin-right: 2px;
}

.nav-bs-list .divider {
	height: 1px;
	margin: 8px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
	*width: 100%;
	*margin: -5px 0 5px;
}

.nav-bs-tabs,
.nav-bs-pills {
	*zoom: 1;
}

.nav-bs-tabs:before,
.nav-bs-pills:before,
.nav-bs-tabs:after,
.nav-bs-pills:after {
	display: table;
	content: "";
}

.nav-bs-tabs:after,
.nav-bs-pills:after {
	clear: both;
}

.nav-bs-tabs > li,
.nav-bs-pills > li {
	float: left;
}

.nav-bs-tabs > li > a,
.nav-bs-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

#mini-perfil .nav-bs-pills > li > a {
	padding-left: 6px;
	padding-right: 6px;
}

.nav-bs-tabs {
	border-bottom: 1px solid #ddd;
}


.nav-bs-tabs > li {
	margin-bottom: -1px;
}

.nav-bs-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-bs-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

.nav-bs-tabs > .active > a,
.nav-bs-tabs > .active > a:hover {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-bs-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-bs-pills > .active > a,
.nav-bs-pills > .active > a:hover {
	color: #ffffff;
	background-color: #0088cc;
}

.nav-bs-stacked > li {
	float: none;
}

.nav-bs-stacked > li > a {
	margin-right: 0;
}

.nav-bs-tabs.nav-bs-stacked {
	border-bottom: 0;
}

.nav-bs-tabs.nav-bs-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.nav-bs-tabs.nav-bs-stacked > li:first-child > a {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-bs-tabs.nav-bs-stacked > li:last-child > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.nav-bs-tabs.nav-bs-stacked > li > a:hover {
	border-color: #ddd;
	z-index: 2;
}

.nav-bs-pills.nav-bs-stacked > li > a {
	margin-bottom: 3px;
}

.nav-bs-pills.nav-bs-stacked > li:last-child > a {
	margin-bottom: 1px;
}

.nav-bs-tabs .dropdown-menu,
.nav-bs-pills .dropdown-menu {
	margin-top: 1px;
	border-width: 1px;
}

.nav-bs-pills .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.nav-bs-tabs .dropdown-toggle .caret,
.nav-bs-pills .dropdown-toggle .caret {
	border-top-color: #0088cc;
	border-bottom-color: #0088cc;
	margin-top: 6px;
}

.nav-bs-tabs .dropdown-toggle:hover .caret,
.nav-bs-pills .dropdown-toggle:hover .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}

.nav-bs-tabs .active .dropdown-toggle .caret,
.nav-bs-pills .active .dropdown-toggle .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.nav-bs > .dropdown.active > a:hover {
	color: #000000;
	cursor: pointer;
}

.nav-bs-tabs .open .dropdown-toggle,
.nav-bs-pills .open .dropdown-toggle,
.nav-bs > .open.active > a:hover {
	color: #ffffff;
	background-color: #999999;
	border-color: #999999;
}

.nav-bs .open .caret,
.nav-bs .open.active .caret,
.nav-bs .open a:hover .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Subnav */
.subnav {
	width: 100%;
	height: 36px;
	background-color: #eeeeee;
	/* Old browsers */
	background-repeat: repeat-x;
	/* Repeat the gradient */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome 10+,Safari 5.1+ */
	/* IE10+ */
	/* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
	/* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
	/* W3C */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subnav .nav-bs {
	margin-bottom: 0;
}

.subnav .nav-bs > li > a {
	float: left;
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subnav .nav-bs > .active > a,
.subnav .nav-bs > .active > a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}

.subnav .nav-bs > .active > a .caret,
.subnav .nav-bs > .active > a:hover .caret {
	border-top-color: #777;
}

.subnav .nav-bs > li:first-child > a,
.subnav .nav-bs > li:first-child > a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.subnav .nav-bs > li:last-child > a {
	border-right: 0;
}

.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */

@media (min-width: 980px) {
	.subnav-fixed {
		position: fixed;
		top: 40px;
		left: 0;
		right: 0;
		z-index: 1020;
		/* 10 less than .navbar-fixed to prevent any overlap */
		border-color: #d5d5d5;
		border-width: 0 0 1px;
		/* drop the border on the fixed edges */
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		/* IE6-9 */
	}

	.subnav-fixed .nav-bs {
		width: 938px;
		margin: 0 auto;
		padding: 0 1px;
	}

	.subnav .nav-bs > li:first-child > a,
	  .subnav .nav-bs > li:first-child > a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

/* botons bs */
.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	/*vertical-align: middle;*/
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	*margin-left: .3em;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active,
.btn:active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #d9d9d9 \9;
	outline: 0;
}

.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	background-color: #e6e6e6;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-large [class^="icon-"] {
	margin-top: 1px;
}

.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}

.btn-small [class^="icon-"] {
	margin-top: -1px;
}

.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover,
.btn-web,
.btn-web:hover,
.btn-interins,
.btn-interins:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
	background-color: #0074cc;
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #0055cc;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #004099 \9;
}

.btn-warning {
	background-color: #faa732;
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	background-color: #f89406;
}

.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}

.btn-danger {
	background-color: #da4f49;
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background-color: #bd362f;
}

.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}


/* botó roig basat en warning*/
.btn-roig {
	color: white;
	background-color: #b22222;
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-roig:hover,
.btn-roig:active,
.btn-roig.active,
.btn-roig.disabled,
.btn-roig[disabled] {
	color: white;
	background-color: #bd362f;
}

.btn-roig:active,
.btn-roig.active {
	background-color: #942a25 \9;
}

/* acaba botó nou roig*/

/* botó interins*/
.btn-interins {
	color: white;
	background: rgb(51,204,204); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzI4ZDZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzFlYmNiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYWUyZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(223,160,44,1) 0%, rgba(237,170,47,1) 22%, rgba(210,150,40,1) 97%, rgba(248,179,50,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,160,44,1)), color-stop(22%,rgba(237,170,47,1)), color-stop(97%,rgba(210,150,40,1)), color-stop(100%,rgba(248,179,50,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(223,160,44,1) 0%,rgba(237,170,47,1) 22%,rgba(210,150,40,1) 97%,rgba(248,179,50,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(223,160,44,1) 0%,rgba(237,170,47,1) 22%,rgba(210,150,40,1) 97%,rgba(248,179,50,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(223,160,44,1) 0%,rgba(237,170,47,1) 22%,rgba(210,150,40,1) 97%,rgba(248,179,50,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(223,160,44,1) 0%,rgba(237,170,47,1) 22%,rgba(210,150,40,1) 97%,rgba(248,179,50,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cccc', endColorstr='#3ae2e8',GradientType=0 ); /* IE6-8 */
}


background: -moz-linear-gradient(center top , #33CCCC 0%, #28D6D0 22%, #1EBCBA 97%, #3AE2E8 100%) repeat scroll 0 0 transparent;
    color: white;
.btn-interins:hover,
.btn-interins:active,
.btn-interins.active,
.btn-interins.disabled,
.btn-interins[disabled] {
	color: white;
	background-color: #00c5cc;
}

.btn-interins:active,
.btn-interins.active {
	background-color: #942a25 \9;
}

/* acaba botó nou roig*/

.btn-success {
	background-color: #5bb75b;
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #51a351;
}

.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}

.btn-info {
	background-color: #49afcd;
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-color: #2f96b4;
}

.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}

.btn-inverse {
	background-color: #414141;
	background-image: linear-gradient(top, #555555, #222222);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
}

.btn-inverse:active,
.btn-inverse.active {
	background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-bottom;
	background-image: url("https://intersindical.org/css/img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	*margin-right: .3em;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
	*margin-left: 0;
}

.icon-white {
	background-image: url("https://intersindical.org/css/img/glyphicons-halflings-white.png");
}

.icon-glass {
	background-position: 0 0;
}

.icon-music {
	background-position: -24px 0;
}

.icon-search {
	background-position: -48px 0;
}

.icon-envelope {
	background-position: -72px 0;
}

.icon-heart {
	background-position: -96px 0;
}

.icon-star {
	background-position: -120px 0;
}

.icon-star-empty {
	background-position: -144px 0;
}

.icon-user {
	background-position: -168px 0;
}

.icon-film {
	background-position: -192px 0;
}

.icon-th-large {
	background-position: -216px 0;
}

.icon-th {
	background-position: -240px 0;
}

.icon-th-list {
	background-position: -264px 0;
}

.icon-ok {
	background-position: -288px 0;
}

.icon-remove {
	background-position: -312px 0;
}

.icon-zoom-in {
	background-position: -336px 0;
}

.icon-zoom-out {
	background-position: -360px 0;
}

.icon-off {
	background-position: -384px 0;
}

.icon-signal {
	background-position: -408px 0;
}

.icon-cog {
	background-position: -432px 0;
}

.icon-trash {
	background-position: -456px 0;
}

.icon-home {
	background-position: 0 -24px;
}

.icon-file {
	background-position: -24px -24px;
}

.icon-time {
	background-position: -48px -24px;
}

.icon-road {
	background-position: -72px -24px;
}

.icon-download-alt {
	background-position: -96px -24px;
}

.icon-download {
	background-position: -120px -24px;
}

.icon-upload {
	background-position: -144px -24px;
}

.icon-inbox {
	background-position: -168px -24px;
}

.icon-play-circle {
	background-position: -192px -24px;
}

.icon-repeat {
	background-position: -216px -24px;
}

.icon-refresh {
	background-position: -240px -24px;
}

.icon-list-alt {
	background-position: -264px -24px;
}

.icon-lock {
	background-position: -287px -24px;
}

.icon-flag {
	background-position: -312px -24px;
}

.icon-headphones {
	background-position: -336px -24px;
}

.icon-volume-off {
	background-position: -360px -24px;
}

.icon-volume-down {
	background-position: -384px -24px;
}

.icon-volume-up {
	background-position: -408px -24px;
}

.icon-qrcode {
	background-position: -432px -24px;
}

.icon-barcode {
	background-position: -456px -24px;
}

.icon-tag {
	background-position: 0 -48px;
}

.icon-tags {
	background-position: -25px -48px;
}

.icon-book {
	background-position: -48px -48px;
}

.icon-bookmark {
	background-position: -72px -48px;
}

.icon-print {
	background-position: -96px -48px;
}

.icon-camera {
	background-position: -120px -48px;
}

.icon-font {
	background-position: -144px -48px;
}

.icon-bold {
	background-position: -167px -48px;
}

.icon-italic {
	background-position: -192px -48px;
}

.icon-text-height {
	background-position: -216px -48px;
}

.icon-text-width {
	background-position: -240px -48px;
}

.icon-align-left {
	background-position: -264px -48px;
}

.icon-align-center {
	background-position: -288px -48px;
}

.icon-align-right {
	background-position: -312px -48px;
}

.icon-align-justify {
	background-position: -336px -48px;
}

.icon-list {
	background-position: -360px -48px;
}

.icon-indent-left {
	background-position: -384px -48px;
}

.icon-indent-right {
	background-position: -408px -48px;
}

.icon-facetime-video {
	background-position: -432px -48px;
}

.icon-picture {
	background-position: -456px -48px;
}

.icon-pencil {
	background-position: 0 -72px;
}

.icon-map-marker {
	background-position: -24px -72px;
}

.icon-adjust {
	background-position: -48px -72px;
}

.icon-tint {
	background-position: -72px -72px;
}

.icon-edit {
	background-position: -96px -72px;
}

.icon-share {
	background-position: -120px -72px;
}

.icon-check {
	background-position: -144px -72px;
}

.icon-move {
	background-position: -168px -72px;
}

.icon-step-backward {
	background-position: -192px -72px;
}

.icon-fast-backward {
	background-position: -216px -72px;
}

.icon-backward {
	background-position: -240px -72px;
}

.icon-play {
	background-position: -264px -72px;
}

.icon-pause {
	background-position: -288px -72px;
}

.icon-stop {
	background-position: -312px -72px;
}

.icon-forward {
	background-position: -336px -72px;
}

.icon-fast-forward {
	background-position: -360px -72px;
}

.icon-step-forward {
	background-position: -384px -72px;
}

.icon-eject {
	background-position: -408px -72px;
}

.icon-chevron-left {
	background-position: -432px -72px;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-ok-sign {
	background-position: -72px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-info-sign {
	background-position: -120px -96px;
}

.icon-screenshot {
	background-position: -144px -96px;
}

.icon-remove-circle {
	background-position: -168px -96px;
}

.icon-ok-circle {
	background-position: -192px -96px;
}

.icon-ban-circle {
	background-position: -216px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-up {
	background-position: -289px -96px;
}

.icon-arrow-down {
	background-position: -312px -96px;
}

.icon-share-alt {
	background-position: -336px -96px;
}

.icon-resize-full {
	background-position: -360px -96px;
}

.icon-resize-small {
	background-position: -384px -96px;
}

.icon-plus {
	background-position: -408px -96px;
}

.icon-minus {
	background-position: -433px -96px;
}

.icon-asterisk {
	background-position: -456px -96px;
}

.icon-exclamation-sign {
	background-position: 0 -120px;
}

.icon-gift {
	background-position: -24px -120px;
}

.icon-leaf {
	background-position: -48px -120px;
}

.icon-fire {
	background-position: -72px -120px;
}

.icon-eye-open {
	background-position: -96px -120px;
}

.icon-eye-close {
	background-position: -120px -120px;
}

.icon-warning-sign {
	background-position: -144px -120px;
}

.icon-plane {
	background-position: -168px -120px;
}

.icon-calendar {
	background-position: -192px -120px;
}

.icon-random {
	background-position: -216px -120px;
}

.icon-comment {
	background-position: -240px -120px;
}

.icon-magnet {
	background-position: -264px -120px;
}

.icon-chevron-up {
	background-position: -288px -120px;
}

.icon-chevron-down {
	background-position: -313px -119px;
}

.icon-retweet {
	background-position: -336px -120px;
}

.icon-shopping-cart {
	background-position: -360px -120px;
}

.icon-folder-close {
	background-position: -384px -120px;
}

.icon-folder-open {
	background-position: -408px -120px;
}

.icon-resize-vertical {
	background-position: -432px -119px;
}

.icon-resize-horizontal {
	background-position: -456px -118px;
}

.btn-group {
	position: relative;
	*zoom: 1;
	*margin-left: .3em;
}

.btn-group:before,
.btn-group:after {
	display: table;
	content: "";
}

.btn-group:after {
	clear: both;
}

.btn-group:first-child {
	*margin-left: 0;
}

.btn-group + .btn-group {
	margin-left: 5px;
}

.btn-toolbar {
	margin-top: 9px;
	margin-bottom: 9px;
}

.btn-toolbar .btn-group {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
}

.btn-group .btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-group .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.btn-group .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
	z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	*padding-top: 3px;
	*padding-bottom: 3px;
}

.btn-group .btn-mini.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 1px;
	*padding-bottom: 1px;
}

.btn-group .btn-small.dropdown-toggle {
	*padding-top: 4px;
	*padding-bottom: 4px;
}

.btn-group .btn-large.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open {
	*z-index: 1000;
}

.btn-group.open .dropdown-menu {
	display: block;
	margin-top: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn .caret {
	margin-top: 7px;
	margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn-mini .caret {
	margin-top: 5px;
}

.btn-small .caret {
	margin-top: 6px;
}

.btn-large .caret {
	margin-top: 6px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* bs forms i inputs */
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	/* Make inputs at least the height of their button counterpart */
	/* Makes inputs behave like true block-level elements */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.label {
	padding: 1px 4px 2px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 13px;
	color: #ffffff;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 0.4em;
}

.label:hover {
	color: #ffffff;
	text-decoration: none;
}

.label-groc {
	padding: 1px 4px 2px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 13px;
	color: #383c42;
	vertical-align: middle;
	white-space: nowrap;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: yellow;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 0.4em;
}

.label:hover {
	background-color: white;
	color: #7b7b7b;
	text-decoration: none;
}

.label-important {
	background-color: #ba4a48;
}

.label-important:hover {
	background-color: white;
	color: #b94a48;
}

.label-nav {
	background-color: #ba4a48;
	padding: 1px 4px 2px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 13px;
	color: #ffffff;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 0.4em;
}


/********** TAGS ARTICLE	*************/
.label-tag {
	background-color: #FFF;
	color: #999;
	text-shadow: none;
}

.label-tag:hover {
	background-color: #B94A48;
	color: #FFF;
}

/************************************/
.label-warning {
	background-color: #f89406;
}

.label-warning:hover {
	background-color: #c67605;
}

.label-success {
	background-color: #468847;
}

.label-success:hover {
	background-color: #356635;
}

.label-info {
	background-color: #3a87ad;
}

.label-info:hover {
	background-color: #2d6987;
}

.label-inverse {
	background-color: #333333;
}

.label-inverse:hover {
	background-color: #1a1a1a;
}

.badge-blocs {
	padding: 2px 9px 2px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	color: #ffffff;
	background-color: #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.badge-pensades {
	padding-left: 9px;
	padding-bottom: 2px;
	padding-right: 9px;
	padding-top: 4px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	color: #ffffff;
	background-color: #a0101a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.badge {
	padding: 1px 9px 2px;
	font-size: 12.025px;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color: #999999;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.badge:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.badge-error {
	background-color: #b94a48;
}

.badge-error:hover {
	background-color: #953b39;
}

.badge-warning {
	background-color: #f89406;
}

.badge-warning:hover {
	background-color: #c67605;
}

.badge-success {
	background-color: #468847;
}

.badge-success:hover {
	background-color: #356635;
}

.badge-info {
	background-color: #3a87ad;
}

.badge-info:hover {
	background-color: #2d6987;
}

.badge-inverse {
	background-color: #333333;
}

.badge-inverse:hover {
	background-color: #1a1a1a;
}

form {
	margin: 0 0 0px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 27px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #eee;
}

.legend {
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border-width: 0px;
	display: block;
	width: 100%;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
}

legend small {
	font-size: 13.5px;
	color: #999999;
}

label,
input,
button,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

input,
button,
select,
textarea {
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
	display: block;
	margin-bottom: 5px;
	color: #333333;
}

input,
textarea,
select,
.uneditable-input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/**********		buscador capçalera stepv		**********/
input,
textarea,
select,
.uneditable-input .stepv {
	display: inline-block;
	width: 160px;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: -5px;
}

.uneditable-textarea {
	width: auto;
	height: auto;
}

label input,
label textarea,
label select {
	display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	*margin-top: 0;
	/* IE7 */
	line-height: normal;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0 \9;
	/* IE9 and down */
}

input[type="image"] {
	border: 0;
}

input[type="file"] {
	width: auto;
	padding: initial;
	line-height: initial;
	border: initial;
	background-color: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	width: auto;
	height: auto;
}

select,
input[type="file"] {
	height: 24px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 24px;
}

input[type="file"] {
	line-height: 18px \9;
}

select {
	width: 220px;
	background-color: #ffffff;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="image"] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	height: auto;
}

input[type="hidden"] {
	display: none;
}

.radio,
.checkbox {
	padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}

input,
textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: thin dotted \9;
	/* IE6-9 */
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.input-mini {
	width: 60px;
}

.input-small {
	width: 90px;
}

.input-medium {
	width: 150px;
}

.input-large {
	width: 210px;
}

.input-xlarge {
	width: 270px;
}

.input-xxlarge {
	width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
	float: none;
	margin-left: 0;
}

input,
textarea,
.uneditable-input {
	margin-left: 0;
}

input.span16, textarea.span16, .uneditable-input.span16 {
	width: 1014;
}

input.span15, textarea.span15, .uneditable-input.span15 {
	width: 949;
}

input.span14, textarea.span14, .uneditable-input.span14 {
	width: 884;
}

input.span13, textarea.span13, .uneditable-input.span13 {
	width: 819;
}

input.span12, textarea.span12, .uneditable-input.span12 {
	width: 754;
}

input.span11, textarea.span11, .uneditable-input.span11 {
	width: 689;
}

input.span10, textarea.span10, .uneditable-input.span10 {
	width: 624;
}

input.span9, textarea.span9, .uneditable-input.span9 {
	width: 559;
}

input.span8, textarea.span8, .uneditable-input.span8 {
	width: 494;
}

input.span7, textarea.span7, .uneditable-input.span7 {
	width: 429;
}

input.span6, textarea.span6, .uneditable-input.span6 {
	width: 364;
}

input.span5, textarea.span5, .uneditable-input.span5 {
	width: 299;
}

input.span4, textarea.span4, .uneditable-input.span4 {
	width: 234;
}

input.span3, textarea.span3, .uneditable-input.span3 {
	width: 169;
}

input.span2, textarea.span2, .uneditable-input.span2 {
	width: 104;
}

input.span1, textarea.span1, .uneditable-input.span1 {
	width: 39;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	background-color: #eeeeee;
	border-color: #ddd;
	cursor: not-allowed;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
	color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	color: #c09853;
	border-color: #c09853;
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: 0 0 6px #dbc59e;
	-moz-box-shadow: 0 0 6px #dbc59e;
	box-shadow: 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
	color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	color: #b94a48;
	border-color: #b94a48;
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
	color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	color: #468847;
	border-color: #468847;
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: 0 0 6px #7aba7b;
	-moz-box-shadow: 0 0 6px #7aba7b;
	box-shadow: 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #eeeeee;
	border-top: 1px solid #ddd;
	*zoom: 1;
}

.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
}

.form-actions:after {
	clear: both;
}

.uneditable-input {
	display: block;
	background-color: #ffffff;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed;
}

:-moz-placeholder {
	color: #999999;
}

::-webkit-input-placeholder {
	color: #999999;
}

.help-block,
.help-inline {
	color: #555555;
}

.help-block {
	display: block;
	margin-bottom: 9px;
}

.help-inline {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}

.input-prepend,
.input-append {
	margin-bottom: 5px;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
	*margin-left: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
	position: relative;
	z-index: 2;
}

.input-prepend .uneditable-input,
.input-append .uneditable-input {
	border-left-color: #ccc;
}

.input-prepend .add-on,
.input-append .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-prepend .active,
.input-append .active {
	background-color: #a9dba9;
	border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px;
}

.input-append input,
.input-append select .uneditable-input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
	border-left-color: #eee;
	border-right-color: #ccc;
}

.input-append .add-on,
.input-append .btn {
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.search-query {
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
	display: inline-block;
	margin-bottom: 0;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}

.form-search label,
.form-inline label {
	display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-left: 0;
	margin-right: 3px;
}

.control-group {
	margin-bottom: 9px;
}

legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
}

.form-horizontal .control-group:after {
	clear: both;
}

.form-horizontal .control-label {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: right;
}

.form-horizontal .controls {
	margin-left: 160px;
	/* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
	*display: inline-block;
	*margin-left: 0;
	*padding-left: 20px;
}

.form-horizontal .help-block {
	margin-top: 9px;
	margin-bottom: 0;
}

.form-horizontal .form-actions {
	padding-left: 160px;
}

/* diversos bs: js diversos, well… */
.breadcrumb {
	padding: 7px 14px;
	margin: 0 0 18px;
	list-style: none;
	background-color: #fbfbfb;
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	text-shadow: 0 1px 0 #ffffff;
}

.breadcrumb .divider {
	padding: 0 5px;
	color: #999999;
}

.breadcrumb .active a {
	color: #333333;
}

.pagination {
	height: 36px;
	margin: 18px 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
	display: inline;
}

.pagination a {
	font-weight: bold;
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination p {
	font-weight: bold;
	color: #999999;
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
	color: #a81515;
	background-color: #f5f5f5;
}

.pagination .active a {
	background-color: #edece9;
	font-weight: bold;
	color: #999999;
	cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

.pager {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
	*zoom: 1;
}

.pager:before,
.pager:after {
	display: table;
	content: "";
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.pager a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.pager .next a {
	float: right;
}

.pager .previous a {
	float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
	color: #999999;
	background-color: #fff;
	cursor: default;
}

.thumbnails {
	margin-left: -16;
	list-style: none;
	*zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
}

.thumbnails:after {
	clear: both;
}

.thumbnails > li {
	float: left;
	margin: 0 0 18px 16;
}

.thumbnail {
	display: block;
	padding: 4px;
	line-height: 1.5em;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
	border-color: #0088cc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail .caption {
	padding: 9px;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}

.alert-heading {
	color: inherit;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}

.alert-block p + p {
	margin-top: 5px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.progress .bar {
	width: 0%;
	height: 18px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: linear-gradient(top, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-ms-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .bar {
	background-color: #149bdf;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}

.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
	background-color: #dd514c;
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
	background-color: #ee5f5b;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
	background-color: #5eb95e;
	background-image: linear-gradient(top, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
	background-color: #62c462;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
	background-color: #4bb1cf;
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
	background-color: #5bc0de;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar {
	background-color: #faa732;
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress-warning.progress-striped .bar {
	background-color: #fbb450;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.hero-unit {
	padding: 60px;
	margin-bottom: 30px;
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.hero-unit h1 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 1;
	color: inherit;
	letter-spacing: -1px;
}

.hero-unit p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	color: inherit;
}

.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tooltip.top {
	margin-top: -2px;
}

.tooltip.right {
	margin-left: 2px;
}

.tooltip.bottom {
	margin-top: 2px;
}

.tooltip.left {
	margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	padding: 5px;
}

.popover.top {
	margin-top: -5px;
}

.popover.right {
	margin-left: 5px;
}

.popover.bottom {
	margin-top: 5px;
}

.popover.left {
	margin-left: -5px;
}

.popover.top .arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000;
}

.popover.right .arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000000;
}

.popover.bottom .arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000;
}

.popover.left .arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000000;
}

.popover .arrow {
	position: absolute;
	width: 0;
	height: 0;
}

.popover-inner {
	padding: 3px;
	width: 280px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
	padding: 9px 15px;
	line-height: 1;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.popover-content {
	padding: 14px;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
	margin-bottom: 0;
}

.modal-open .dropdown-menu {
	z-index: 2050;
}

.modal-open .dropdown.open {
	*z-index: 2050;
}

.modal-open .popover {
	z-index: 2060;
}

.modal-open .tooltip {
	z-index: 2070;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	overflow: auto;
	min-width: 560px;
	margin: -250px 0 0 -300px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	/* IE6-7 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.modal-article {
	left: 5%;
	min-width: 560px;
	max-width: 960px;
	margin: -250px 0 0 0px;
}

.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-ms-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}

.modal.fade.in {
	top: 50%;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.modal-header .close {
	margin-top: 2px;
}

.modal-body {
	overflow-y: auto;
	max-height: 400px;
	padding: 15px;
}

.modal-form {
	margin-bottom: 0;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	*zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.dropdown {
	position: relative;
}

.dropdown-toggle {
	*margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #CCC;
	/*opacity: 0.3;*/
	/*filter: alpha(opacity=30);*/
	content: "";
}

.caretsub {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "";
	margin-left: 2px;
	margin-top: 8px;
}

.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}

.dropdown:hover .caret,
.open.dropdown .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 8px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
	*width: 100%;
	*margin: -5px 0 5px;
}

.dropdown-menu a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	white-space: nowrap;
	min-width: 180px;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #b22222;
}

.dropdown-menu li {
	/*aquesta classe l'hem creada nosaltres: Empar, Carles i Amadeu*/
	display: block;
	text-decoration: none;
	text-shadow: none;
	/*per a llevar l'ombreta del text en el menu desplegable*/
	font-weight: bold;
	/*per a fer bold el text en el menu desplegable*/
}

.dropdown.open {
	*z-index: 1000;
}

.dropdown.open .dropdown-toggle {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.3);
}

.dropdown.open .dropdown-menu {
	display: block;
}

.pull-right .dropdown-menu {
	left: auto;
	right: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "\2191";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.navbar-search {
	height: 20px;
}
.typeahead {
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion {
	margin-bottom: 10px;
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion-heading {
	border-bottom: 0;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}

/* trunyos*/
.accordion-heading a {
	padding: 8px 15px;
}

.accordion-heading a:hover {
	padding: 8px 15px;
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}

/*carrusel bs*/
.carousel {
	position: relative;
	margin-bottom: 18px;
	line-height: 1;
}

.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.carousel .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-ms-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel .item > img {
	display: block;
	line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
	display: block;
}

.carousel .active {
	left: 0;
}

.carousel .next,
.carousel .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel .next {
	left: 100%;
}

.carousel .prev {
	left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
	left: 0;
}

.carousel .active.left {
	left: -100%;
}

.carousel .active.right {
	left: 100%;
}

/*.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;*/

}
.carousel-control:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px 5px;
	background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
	color: #ffffff;
}

#carousel-portada {
	min-height: 100px;
}
#carousel-portada h4 {
	margin-bottom: 0;
}
/* personalització del carrusel de portada i centres*/
#info-stepv {
	line-height: 1;
}
#carousel-centres{
	line-height: 1;
}

#info-stepv  .carousel-control {
	position: absolute;
	top: 110%;
	left: 0px;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 100;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#info-stepv .carousel-control.right {
	left: auto;
	right: 0px;
}

#carousel-centres .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#carousel-centres .carousel-control.right {
	left: auto;
	right: 0px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: rgba(0, 0, 0, 0.15);
}

.well ul {
	list-style: none;
}
#ul-article {
	list-style: square;
}
.well-clar {
	background-color: white;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-groc {
	background-color: #ffffe9;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-blau {
	background-color: #CCE3FA;
	border-color: rgba(0, 0, 0, 0.15);
}



.well-fosc a {color:#f5f5f5;}

.well-fosc a:hover {
	color: #757575;
	}

.well-50 {
	width: 50%;
	float:left;
	}

.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.well-fosc {background-color:#B1B2B2;}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0;
}

.fade.in {
	opacity: 1;
}

.collapse {
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-ms-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
	position: relative;
	overflow: hidden;
	height: 0;
}

.collapse.in {
	height: auto;
}

/* ooohh! arrow box
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}

.arrow_box:after, .arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-right-color: #88b7d5;
	border-width: 30px;
	top: 50%;
	margin-top: -30px;
}

.arrow_box:before {
	border-right-color: #c2e1f5;
	border-width: 36px;
	top: 50%;
	margin-top: -36px;
}

#info-stepv {
	height: 100px;
	margin-bottom: 0px;
}*/

/*nav_categories*/
#nav_categories ul {
	list-style: none;
}

#nav_categories li {
	padding: 6px;
}

#nav_categories li a {
}

/*FeedEk*/
.ItemTitle {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding-top: 3px;
}

.ItemTitle a {
	color: #A91515;
	text-decoration: none;
	font-size: 2em;
	line-height: 1.2em;
}

.ItemTitle a:hover {
	text-decoration: underline;
}

.ItemContent {
	padding: 1px 3px 3px 3px;
	border-bottom: 1px solid #D3CAD7;
	color: #3E3E3E;
}

.ItemContent ul {
	padding-left: 20px;
}

.ItemDate {
	font-size: 11px;
	color: #AAA;
}

.gris {
	background-color: #f5f5f5;
;
}

/*secció enllaços d'interés*/
.roigenllaç {
	color: #b22222;
}

.roigenllaç:hover {
	text-decoration: underline;
}

/*per al menu nou*/
.mini-nav {
	height: 40px;
	margin-bottom: 1em;
	color: #edece9;
}

.mini-nav-inner {
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(center top , #333333, #222222);
	background-repeat: repeat-x;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.mini-nav-list {
	padding-top: 12px;
	padding-right: 14px;
	list-style: none;
}

.mini-nav-list ul {
	list-style: none;
}

.mini-nav-list li {
	float: left;
}

.mini-nav-list li a {
	color: #a9a9a4;
	font-size: 110%;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
	list-style: none;
	float: left;
	margin-left: 5px;
	padding-left: 12px;
}

.mini-nav.list .caret b {
	color: #a9a9a4;
}

.mini-nav-list li img {
	margin-left: -12px;
	margin-bottom: -2px;
	margin-right: 2px;
}

.mini-nav-list li a:hover {
	color: #FFF;
	background-color: #2C2C2C;
	display: block;
}

/************		hover dropdown principal		************/
.mini-nav-list li ul li a:hover {
	color: #2C2C2C;
	background-color: #2C2C2C;
}

.mini-nav-list li ul.dropdown-menu li a {
	font-weight: normal;
	color: #7f7f7d;
}

.mini-nav-list li ul.dropdown-menu li a:hover {
	display: block;
	background-color: #b22222;
	color: #FFF;
}

.mini-nav .divider-vertical {
	/*border-right-color: #313131;*/
	width: 1px;
	height: 20px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #a9a9a4;
	/*border-right: 1px solid;*/
}

.mini-nav form {
	/*padding-top: 6px;*/
}

.mini-nav-facebook {
	background-image: url(https://intersindical.org/images/imatges/generiques/social_sprite.png);
	background-position: 0px 0px;
	/*background-position-x: 0;
	background-position-y: 0;*/
	margin-top: 0 px;
	height: 17px;
	width: 6px;
}

.mini-nav-facebook:hover {
	background-image: url(https://intersindical.org/images/imatges/generiques/social_sprite.png);
	background-position: 0px -17px;
	/*background-position-x: 0;
	background-position-y: -30px;*/
}

.mini-nav-twitter {
	background-image: url(https://intersindical.org/images/imatges/generiques/social_sprite.png);
	background-position: -19px 0px;
	/*	background-position-x: -36px;
	background-position-y: 0;*/
	margin-top: 0 px;
	height: 17px;
	width: 4px;
}

.mini-nav-twitter:hover {
	background-image: url(https://intersindical.org/images/imatges/generiques/social_sprite.png);
	background-position: -19px -17px;
	/*background-position-x: -36px;
	background-position-y: -30px;*/
}

.mini-nav-rss {
	background-image: url(https://intersindical.org/images/imatges/generiques/social_sprite.png);
	background-position: -36px 0;
	/*	background-position-x: -72px;
	background-position-y: 0;*/
	margin-top: 0px;
	height: 17px;
	width: 5px;
}

.mini-nav-rss:hover {
	background-image: url(https://intersindical.org/images/imatges/generiques/social_sprite.png);
	background-position: -36px -17px;
	/*	background-position-x: -72px;
	background-position-y: -30px;*/
}

<!--
[if gte IE 9]>
    .gradient {
	filter: none;
}

<![endif]-->

/*menus flotants i compartir*/
#menu-container {
	/* height: 46px;*/
	/* width: 350px;*/
}

#menu {
	overflow: hidden;
	background: #fff;
	width: 342px;
	padding: 8px 0 8px 8px;
	z-index: 1;
}

#menu.floating {
	position: fixed;
	top: 0;
}

#menu ol {
	float: none;
	text-align: left;
}


#compartir {
	overflow: hidden;
	background: #fff;
	width: 106px;
	padding-top: 8px;
	margin-top: 0px;
	z-index: 1;
}

#compartir.floating {
	position: fixed;
	top: 0;
}

#compartir ol {
	float: none;
	text-align: left;
}

.amagar {
	display: none;
}

.marginright15 {
	margin-right: 15px;
}

/*separació del buscador amb el li*/
.fons-gris {
	background-color: #f5f5f5;
}

/* contenidors universitats*/

.univalen{
	width:285px;
	float:left;
}

.unialac{
	width:300px;
	float:right;
}
.uniconjunt{
	width:870px;
	margin:0 auto;
}


/* Menú arcoiris de la portada principal*/

.sanmarti {
    letter-spacing: 0.1em;
    float: right;
    margin: 9px 0 2em;
    width: 100%;

}
.sanmarti ul {

}
.sanmarti ul li {
    float: right;
	clear:both;
    list-style-type: none;
    margin: 0 0 0 1px;
	font-weight:bold;
	width: 100%;
}

.sanmarti ul li a {
    background-color: /*#CCCCCC;*/#f5f5f5;
    border-left-style: solid;
    border-left-width: 6px;
    color:#666;
    display: block;
    margin-top: 2px;
    padding: 8px;
    text-transform: uppercase;
}
.sanmarti ul li a:hover {
    border-left: medium none;
}
.sanmarti ul li a.politica {border-left-color:#ab1515;}
.sanmarti ul li a.dones {
    border-left-color: #662d91;
}
.sanmarti ul li a.salut {
    border-left-color: #97c679;
}
.sanmarti ul li a.moviments {
    border-left-color: #ee7600;
}
.sanmarti ul li a.internacional {
    border-left-color: #003a9d;

}
.sanmarti ul li a.educatives {
    border-left-color: #04B4AE;
	font-size:11px;

}

.sanmarti ul li a.cultura {
    border-left-color: #ffc313;
}

.sanmarti ul li a.politica:hover {
    background-color: #ab1515;
	border-left-color:#CCCCCC;
	border-left-style: solid;
    border-left-width: 6px;

	color:#FFF;
}
.sanmarti ul li a.dones:hover {
    background-color: #662d91;
	border-left-color:#CCCCCC;
	border-left-style: solid;
    border-left-width: 6px;

	color:#FFF;

}
.sanmarti ul li a.salut:hover {
    background-color: #97c679;
	border-left-color:#CCCCCC;
	border-left-style: solid;
    border-left-width: 6px;
	color:#FFF;


}
.sanmarti ul li a.moviments:hover {
    background-color: #ee7600;
	border-left-color:#CCCCCC;
	border-left-style: solid;
    border-left-width: 6px;
	color:#FFF;


}

.sanmarti ul li a.internacional:hover {
    background-color: #003a9d;
	border-left-color:#CCCCCC;
	border-left-style: solid;
    border-left-width: 6px;
	color:#FFF;


}

.sanmarti ul li a.cultura:hover {
    background-color: #ffc313;
	border-left-color:#CCCCCC;
	border-left-style: solid;
    border-left-width: 6px;
	color:#FFF;

}

.sanmarti ul li a.educatives:hover {
    background-color: #04B4AE;
	border-left-color:#CCCCCC;
	border-left-style: solid;
    border-left-width: 6px;
	color:#FFF;

}
.txt_sans {
	line-height: 150%;
	color: #4d4d4d;
	font-size: 125%;
}

.txt_sans ul {
	margin-bottom: 1em;
	margin-left: 3em;
	list-style: square;
}
.txt_sans ol {
	margin-bottom: 1em;
	margin-left: 3em;
	list-style-type: lower-alpha;
}
/*per a les icones de la vaga*/
.vaga {min-height: 274px;}
.vaga h6 {color: #b32222;
	text-transform: uppercase;}
.vaga2 h6 {color: #b32222;
	text-transform: uppercase;}
.vaga2 {min-height: 246px;}

/*per a les actes del secretariat*/
.andale, andale div ul li {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*per a la darrera cel·la de la taula de la nòmina*/
table th,table td .last{
	padding-right: : 0px;
}

/* arrow box*/
.arrow_box_espai {
	padding-bottom: 1px;
	padding-left: 12px;
	padding-top: 12px;
	position: relative;
	background: #f5f5f5;
}
.arrow_box_espai:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_espai:after {
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 30px;
	left: 50%;
	margin-left: -30px;
}

.txt120 a {
	color: #262626;
}
.txt120 a:hover {
	color: #a0101a
}
/*login portada i pastilla espai*/
.login-portada-input {width: 142px;}
#menu-espai {
	left: -140px;
	width: 220px:
}
/* per al banner de l'escola sindical */
          .alternatives {
              background-image: url('https://intersindical.org/images/imatges/agenda/hi_ha_alternatives_420.jpg');
              color: white;
              height: 212px;
              padding: 12px 12px 0;
              vertical-align: middle;
          }
          .alternatives h1 a {
              color: white;
              font-size: 120%;
          }
          /*.alternatives h2 {
              color: #ffffff;
              text-transform: none;
          }*/
          .alternatives:hover
            {
            opacity:0.8;
            filter:alpha(opacity=80); /* For IE8 and earlier */
            }
/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  background: url("https://intersindical.org/images/imatges_stepv/generiques/fons-negre.png");
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}



/* Modificació del jumbotron base
------------------------- */
.jumbotron-blanc {
  background-color: rgb(246, 247, 242);
  color: rgba(221,226,230,1);
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  /*-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0px 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);*/
}
.jumbotron-blanc h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron-blanc p {
	color:rgba(0,0,0,0.5);
	text-shadow: 0px 0px 0px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
/*.jumbotron-blanc a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;*/
}
.jumbotron-blanc a:hover {
  color: rgba(0,0,0,0.5);
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* Download button */
.masthead .btn {
  padding: 19px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff; /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}


/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 70px 0 80px;
  margin-bottom: 0;
  color: #fff;
}
.masthead h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}
.masthead p {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.25;
}

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}


/*mini-trons*/
.minitrons {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	/*vertical-align: middle;*/
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  margin: -12px 0px 20px 0px;
 display: block;
  padding: 40px 0;
}
.minitrons a {
	border-style: none;
	line-height: 1.5em;
	float: left;
	padding-left: 0.25em;
}

.minitrons li {
	border-style: none;
	line-height: 0.5em;
	float: left;
	padding-left: 0.25em;
}
.minitron span {
	color: rgba(255,255,255,0.5);
}

.infoFooter {
	list-style: none;
}
.infoFooter ul li.addressItem {
	margin-right: 10px;
}

/* estils per a l'avís de galetes */
.galetisme {
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
    padding-top:5px;
    padding-bottom: 5px;
    font-size: 1.2em;
	clear:both;
    font-weight: strong;
	color: #ffffff;
	bottom:0px;
	position:fixed;
	left: 0px;
	background-color: rgba(0, 0, 0, 1);
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	transition: bottom 1s;
	-webkit-transition:bottom 1s; /* Safari */
	
	z-index:999999999;
}
.galetisme h6 {
	color: #ffffff;
}
.galetisme a {
	color: brickwall;
}
.galetisme:hover {bottom:0px;}
/* final d'estils per a l'avís de galetes */
