@media screen {
	body {	
		margin: 0px 0px 0px 0px;
		padding: 0;
		text-align: center;
		font-family: Tahoma, Verdana, Arial;
		font-size: .7em;
		color: #4D4D4D;
		background-color: #bfd3c8;
		height: 100%;
	}
	
	.noprint {
	}
	.BarraTitol {
		width: 100%;
		background: #E86208 url("/img/barra_tr_fi.gif") top right no-repeat;	
		margin-bottom: 5px;
	}
	#Pagina {
		width: 800px; 
		margin-left: auto; 
		margin-right: auto;
		background-color: #FFFFFF;
		border-left: 1px solid #014F24;
		border-right: 1px solid #014F24;
		
	}
	#PaginaInt {
		width: 780px; 
		text-align: left;
		margin-left: auto; 
		margin-right: auto;
		overflow: auto;
	}
	
	#Capcalera {
		overflow: hidden;
		width: 100%;
	}
	#Capcalera_Sup {
		float: left;
		font-size: 0.8em;
		height: 2em;
		padding-top: 4px;
	}
	
	#Capcalera_Inf {
		clear: left;
		float: left;
		margin-left: auto;
		margin-right: auto;
	}
	
	#Idiomes {
		float: right;
	}
	#Idiomes li {
		display: inline;
		padding: 0px 0px 0px 2px;
		margin: 0;
	}
	
	#Botons {
		display: inline;
		float: left; 
		text-align: right; 
	
		margin-left: 16px;
		margin-top: 1px;
		height: 20px;		
	}
	#Botons li {
		display: inline;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 2px;
	}
	
	#Botons .inputCerca {
		border: 1px solid #343434;
		margin-right: 2px;
		font-size: 1em;
		vertical-align: top;
		height: 1.3em;
		width: 10em;
	}

	
	/* Contingut (conte Col_Menu i Col_Cont*/
	#Contingut {
		clear: both;
		width: 100%; 
		font-size: 1em;
		padding-top: 2px;
		height: 100%;
		overflow: auto;
	}
	
	/* Divs de contingut amb diferents amplades */
	#Col_Cont {
		width: 466px;
		height: 100%;
		float: right;
	}
	#Col_Cont_NoBanner {
		width: 606px;
		height: 100%;
		float: right;
	}
	#Col_Cont_Cercador {
		width: 466px;
		height: 100%;
		float: right;
	}
	
	
	#Col_Menus {
		width: 160px;
		height: 100%;
		float: left;
		margin-top: 10px;
	}
	#Col_Banners {
		height: 100%;
		float: right;
		width: 140px;	
		text-align: right;
		padding: 0;
		margin: 0;
	}
	#Col_Cercador {
		height: 100%;
		float: right;
		width: 170px;	
		text-align: left;
		padding: 0 20px 25px 20px;
		margin: 12px 0em 0em 30px;
		background-color: #F8F8F8; 
	}
	#Col_Cercador label {
		display: block;
		font-weight: bold;
		margin-bottom: 0.4em;
	}
	#Col_Cercador label.nowidth {
		display:inline;
		font-weight: bold;
		margin-bottom: 0.4em;
	}
	#Col_Cercador select {
		width: 96%;
		/*border: #787887 solid 1px;*/
		font-size: 0.9em;
		border: #353439 solid 1px;
	}
	#Col_Cercador input {
		width: 96%;
		/*border: #787887 solid 1px;*/
		font-size: 0.9em;
		border: #353439 solid 1px;
	}
	#Col_Cercador input.nowidth {
		/*border: #787887 solid 1px;*/
		width:auto;
		border:none;
		font-size: 0.9em;
	}
	
	
	#Cont {
		padding: 0;
		text-align: justify;
	}
	
	
	/* Fil d'Ariadna */
	#Fil {
		color: #4D4D4D;
		text-decoration: none;
		padding-bottom: 2em;
		display: block;
	}
	#Fil .niv1 {
		font-weight: bold;
	}
	#Fil .niv2 {
		font-weight: bold;
		color: #4B8C1F;
	}
	#Fil .cont {
		padding: 0.2em 0.5em 0em 0em;
		float: left;
		display: inline;
	}
	#Fil a {
		color: #4D4D4D;
		text-decoration: none;
	}
	#Fil a:hover {
		text-decoration: underline;
	}
	#Fil .fletxa {
		color: #D7D7D7;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	
	/* Peu */
	#Peu {
		clear: both;
		float: right;
		width: 606px;
		padding-top: 2px;
	}
	#Peu div.BarraPeu {
		width: 100%;
		background: #4D4D4D url("/img/barra_gr_fi.gif") top right no-repeat;	
	}
	#Peu div.links {
		overflow: auto;
		font-size: 0.8em;
		padding: 4px 0px 4px 10px;
	}
	#Peu div.links a {
		font-size: 1.2em;
		color: #1A1A1A;
		text-decoration: underline;
	}
	#Peu div.links a:hover {
		text-decoration: underline;
	}
	#Peu div.links span.punt {
		color: #1A1A1A;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	#Peu div.links div.text {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 1em;
	}
}


@media print {
	body {	
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #000000;
		text-align: left;
	}
  
  	#Capcalera {
		display: none;
	}
	#Capcalera_Sup {
		display: none;
	}
	
   #Capcalera_Inf {
		display: none;
	}
		
	#Col_Cont {		
		width: 98%;
	}
	
	#Col_Cont_NoBanner {
		width: 98%
	}
	
	#Col_Menus {
		display: none;
	}
	
	#Col_Banners {
		display: none;
	}
	
	#Fil {
		display: none;
	}

	#Peu {
		display: none;
	}
	
	#Botons {
		display: none;
	}
	
	#Col_Cercador {
		display: none;
	}

	#peumapa {
		display: none;
	}
	
	.noprint {
		display: none;
	}
	.BarraTitol {
		display: none;
	}
}


/* Primer Nivell */
#Menu1 {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFFFFF url("/img/fons_menu.gif") bottom left no-repeat;	
}
#Menu1 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#Menu1 li a {
	display: block;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
	padding: 3px 0px 4px 0px;	
	margin: 0px 8px 0px 8px;
	background: url("/img/menu1_linia.gif") bottom left repeat-x;
}
#Menu1 li a:hover {
	color: #E7AE00;
}

/* Segón Nivell */
#Menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px;
}
#Menu1 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#Menu1 ul li a {
	display: block;
	color: #4D4D4D;
    font-weight: normal;
	text-decoration: none;
	background: #DCE7E1;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 5px 0px 5px;	
}
#Menu1 ul li a:hover {
	color: #E7AE00;
}
/* Tercer Nivell */
#Menu1 ul ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
#Menu1 ul ul li {
	display: inherit;
	margin:  0;
	padding: 0;
}
#Menu1 ul ul li a {
	color: #FFFFFF;
	
	list-style: none;
    font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;

	border-bottom: #FFFFFF 1px solid;
	background: #F9FBEF url("/img/menu3_fons.gif") top left repeat-y;
	padding: 0px 5px 0px 8px;	
}
#Menu1 ul ul li a:hover {
	color: #E7AE00;
}

#Subscriure {
	margin: 10px 0px 0px 10px;
}
#Subscriure .inputInfo {
	border: 1px solid #4D4D4D;
	margin-right: 2px;
	font-size: 0.9em;
	vertical-align: top;
	height: 1.3em;
	width: 113px;
}
#Subscriure label {
	color: #4D4D4D
}

/* Div d'advertčncia d'idioma no traduďt */
#DivTxtAdvIdioma {
	clear: both;
	border: 2px #666666 dashed;
	background-color: #E6E6E6;
	margin-bottom: 2em;
	padding: 1em;

}

/* Finestra */
body.finestra {
	background-color: #FFFFFF;
	text-align: left;
}

/* Elements generals */
form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

ul {	
	margin-top: 0px;
	margin-left: 1em;
	padding-left: 1.8em;
	list-style-type: square;
}

li {	
	margin-left: 0px;
	padding-left: 0.1em;
	padding-top: 0.3em;
	color: #4D4D4D;
}


ol {
	color: #4D4D4D;
}

blockquote {
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
}

strong {
	font-weight: bold;
}

img {
	border:0;
}
hr {
	border: none 0; 
	border-top: 1px solid #870020;
	width: 100%;
	height: 1px;
}

h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #1A1A1A;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

BODY.fix SELECT {
    visibility: hidden
}


/* Classes per ocultar capes */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.nodisplay {
   display: none;
}


/* Alineacions */
.Vola_Esq {
	float: left;
}
.Vola_Dre {
	float: right;
}
.neteja {
	clear: both;
}

/* Classes de portada */
.Port_Esquerra {
	height: 100%;
	border: 0px;
	float: left;
}
.Port_Dreta {
	border-left: 5px solid #FFFFFF;
	height: 100%;
	float: left;
}
.fons_portlet_portada {
	margin: 0;
	padding: 0;
}
 
ul.Llista_Portada_esq {
	padding: 0px 3px 10px 0px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-position: outside;
}
ul.Llista_Portada_esq li {
	clear: both;
}

ul.Llista_Portada_dre {
	margin-bottom: 0px;
	padding: 0px 3px 10px 0px;
	list-style-type: none;
	list-style-position: outside;
	color: #D4D4D4;
}
ul.Llista_Portada_dre li {
	padding: 0px 0px 10px 0px;	
}

/* LListes de fitxers */
ul.llista_fitxers {	
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left: 0.8em;
	padding-left: 2em;
	list-style: url("/img/download.gif");
}

ul.llista_fitxers  li {	
	margin-left: 0px;
	padding-left: 0.8em;
	vertical-align: top;
	
}
ul.llista_videos {	
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0.8em;
	padding-left: 2em;
	list-style: url("/img/icone_video.gif");
}

ul.llista_videos  li {	
	margin-left: 0px;
	padding-left: 0.8em;
	vertical-align: top;
}


.Selec {
	font-weight: bold;
}


/* Mapes GMaps */
.Mapa_LLista {
	width: 93%; 
	height: 400px; 
	border-width:1px; 
	border-color:#870020; 
	border-style:solid;
}
.Mapa_Detall {
	width: 60%; 
	height: 300px; 
	border-width:1px; 
	border-color:#870020; 
	border-style:solid;
}


/* Titols */
.Titol {
	color: #4D4D4D;
	font-weight: bold;
	margin-left: 13px;
	font-size: 1.1em;
	
}
.subtitol {
	color: #4D4D4D;
	font-weight: bold;
	line-height: 1.4em;
}
a.subtitol {
	text-decoration: none;
}
a.subtitol:hover {
	text-decoration: underline;
}

.subtitol2 {
	color: #E86208;
	font-size: 0.9em;
	line-height: 1.6em;
}
a.subtitol2 {
	text-decoration: none;
}
a.subtitol2:hover {
	text-decoration: underline;
}

.titol_llista {
	color: #014F24;
	font-weight: bold;
}
a.titol_llista {
	color: #014F24;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista:hover {
	text-decoration: underline;
}
.titol_portada {
	color: #4D4D4D;
	font-weight: bold;
	margin-left: 13px;
	font-size: 1.1em;
	margin-top: 0.5em;
}
.titol_portada a {
	color: #4D4D4D;
	text-decoration: none;
}
.titol_portada a:hover  {
	color: #ED8139;
}
a.titol_portada {
	color: #4D4D4D;
	text-decoration: none;
}
a.titol_portada:hover  {
	color: #ED8139;
}

/* .BarraTitol en @screen */
.TitolIntern {
	display: block;
	background: url("/img/barra_vrd_fi.gif") top right no-repeat;
	width: 98%;
	height: 0.9em;
	overflow: visible;
	padding: 0;
	margin: 0;
}

.TitolIntern span {
	color: #E86208;
	font-weight: bold;
	padding-right: 13px;
	background: #FFFFFF url("/img/barra_vrd_ini.gif") top right no-repeat;	
}

/* Textes */
.texte {
	color: #4D4D4D;
	text-decoration: none;
}
.texte a {
	color: #1A1A1A;
	text-decoration: underline;
}
.texte a:hover {
	text-decoration: underline;
}

.txtresaltat {
	color: #E86208;
}

.data {
	color: #979797;
	font-size: 0.8em;
	float: right; 
	padding: 0em 15px 0.5em 0em;
	margin-bottom: 1em;
}

.MarcaCerca {
	background-color: #FFD800;
}

.Txtpaginacio {
	font-size: 0.9em;
	color: #E86208;
}

.gris {
	font-size: 0.8em;
	color: #929292;
	text-decoration: none;
	text-align: justify;
}

.txt_imatge{
	display: block;
	font-size: .9em;
	color: #4D4D4D;
}

.negreta {
	font-weight: bold;
}
.negre {
	color: #000000;
}
.entrega {
	white-space: nowrap; 
	font-size: 0.8em;	
	color: #8D0E29;
}

.PictoTxt {
	font-size: 0.8em;	
}

/* Links */
a.linkmini {
	color: #E86208;
	font-size: 0.9em;
	text-decoration: none;
}
a.linkmini:hover {
	text-decoration: underline;
}

a.link {
	color: #E86208;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: underline;
}

.linknegreta {
	font-weight: bold;
	color: #1A1A1A;
	text-decoration: underline;
}
a.linknegreta {
	font-weight: bold;
	color: #1A1A1A;
	text-decoration: underline;
}
a.linknegreta:hover {
	text-decoration: underline;
}

a.linkgris {
	color: #1A1A1A;
	text-decoration: underline;
}
a.linkgris:hover {
	text-decoration: underline;
}
.linkgrisSel {
	color: #1A1A1A;
	text-decoration: underline;
	font-weight: bold;
}

a.linkPaginacio{
	color: #1A1A1A;
	text-decoration: none;
}
a.linkPaginacio:hover {
	text-decoration: underline;
}
.linkPaginacioSel {
	color: #1A1A1A;
	text-decoration: underline;
	font-weight: bold;
}


/* Imatges */
.TitolImatges {
	background-color: #A2B4AA; 
	color: #FFFFFF; 
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.9em;
	width: 150px;
	text-align: right;
	padding: 1px 5px 1px 5px;
}

.foto_portada {
	border-color: #424242;
	border-width: 1px;
	border-style: solid;
	margin-right: 11px;
	margin-bottom: 1px;
	float: left;
}

.imatgeint {
	border-color: #424242;
	border-width: 1px;
	border-style: solid;
	margin-left: 15px;
	float: right;
}
a.imatge_detall {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px;
}
a.imatge_detall img{
	margin-bottom: 4px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
a.imatge_detall:hover img {
	border-color: #3B651D;
}

.imatge_banner {
	border: 0px;
	padding-bottom: 0.6em;
	padding-top: 0em;
	margin: 0;
}

.img_incrustada {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0em;
}
.img_incrustada_gmaps {
	float: left; 
	margin-right: 1em; 
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}

/* Taules */
table.taula {
	width: 100%;
}
table.taula thead {
	background-color: #DCE7E1;
	color: #4d4d4d;
	font-weight: bold;
}
table.taula tr.Imparell {
	background-color: #F8F8F8;
}
table.taula th.fons {
	background-color: #FFC30D;
	
}
table.taula tr.Over {
	/*background-color: #F6ECED;	*/
	background-color: #E1E2F2;
	cursor: pointer;
}
table.taula th {
	font-weight: bold;
	text-align: left;
	padding-left: 1em;
}
table.taula td {
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
}
table.taula td.familia  {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #BCBCC2;
	padding: 0.2em 1em 0.2em 0.5em;
	cursor: default;
}
table.taula td.subfamilia  {
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #FFFFFF;
	padding: 0.5em 1em 0.5em 0.5em;
	cursor: default;
}
table.taula td.cos {

}


table.fitxa {
	border: 2px solid #DCE7E1;
	font-size: 1em;
	width: 90%;
}
table.fitxa th {
	background-color: #A2B4AA;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	border: 2px solid #DCE7E1;
	padding: 4px 10px 4px 5px;
	width: 30%;
	vertical-align: top;
}
table.fitxa td {
	color: #4D4D4D;
	border: 2px solid #DCE7E1;
}
table.fitxa td ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
table.fitxa td li {
	margin-left: 0;
	padding-left: 0;
}


/* Elements de Formulari */
table.formulari {
	border: 1px solid #A2B4AA;
	color: #4D4D4D;
	background-color: #DCE7E1;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
}
table.formulari td {
	padding-right: 10px;
	text-align:left; 
	vertical-align: top; 
}
table.formulari th {
	padding-left: .5em;
	background-color: #A2B4AA;
	color: #FFFFFF;
	text-align:left; 
	vertical-align: top; 
	font-size: 1.1em;
}
.inputTxt {
    font-size: 1em;
	border: #A2B4AA solid 1px;
	padding: 0px 0px 0px 0.2em;
}
.formobj {
	font-size: 1.1em;
	border: #A2B4AA solid 1px;
	width: 25em;
}
.formobj_txtarea {
	font-size: 1.1em;
	border: #A2B4AA solid 1px;
	width: 25em;
	font-family: Tahoma, Verdana, Arial;
}
.Tbutton {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF; 
	text-align: center;
	background: #A2B4AA; 
	border: 3px double #A2B4AA;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}


/* Missatges d'error */
.error {
	color: #FF0000;
}
ul.ErrMsg {	
	margin-top: 0px;
	margin-left: 15em;
	padding-left: 20px;
	list-style-type: square;
	text-align: left;
}

ul.ErrMsg li {	
	margin-left: 0em;
	padding-left: 0.3em;
	padding-top: 0.3em;
	color: #000000;
}


/* Calendari de portlet de portada */
.Calendari_L {
	margin: 10px 20px 0px 0px;
	float: left;
}
.Calendari_R {
	margin: 10px 0px 0px 20px;
	float: right;
}
.Calendari_U {
	margin: 10px 0px 10px 0px;
}

.LogoDipu {
	text-align: center; 
	margin-top: 23px;
}
.LogoDipu p {
		
}
