@media screen {
	body {	
		margin: 1.3em 0em 1.3em 0em;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #333333;
	}
	
	#Capcalera, #Capcalera ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
	}
	#Capcalera li {
		display: inline;
		padding: 0px;
		margin: 0px;
		
		font-size: 0.9em;
	}
	#Capcalera li a.Capcalera_1 {
		margin: 0px;
		padding: 0px 15px 0px 14px;
		text-decoration: none;
		color: #FFFFFF;
		
	
		background: url("/img/agenda_off.gif") top left no-repeat;	
	}
	#Capcalera li a.Capcalera_1:hover {
		color: #A9C215;
		background: url("/img/agenda_on.gif") top left no-repeat;
	}
	#Capcalera li a.Capcalera_2 {
		margin: 0px;
		padding: 0px 15px 0px 12px;
		text-decoration: none;
		color: #FFFFFF;
		
		background: url("../img/telefons_off.gif") top left no-repeat;	
	}
	#Capcalera li a.Capcalera_2:hover {
		color: #A9C215;
		background: url("/img/telefons_on.gif") top left no-repeat;
	}
	#Capcalera li a.Capcalera_3 {
		margin: 0px;
		padding: 0px 15px 0px 12px;
		text-decoration: none;
		color: #FFFFFF;
		
		background: url("/img/map_off.gif") top left no-repeat;	
	}
	#Capcalera li a.Capcalera_3:hover {
		color: #A9C215;
		background: url("/img/map_on.gif") top left no-repeat;
	}

	#Pagina {
		width: 91%; 
		font-size: 1em;
		text-align: left;
		margin-left: auto; 
		margin-right: auto;
		min-width: 772px;
	}
	
	* html .PaginaMin {border-left: 772px solid #fff; position:relative; float:left; z-index:1;}
	* html .container {margin-left: -772px; position:relative; float:left; z-index:2; text-align:left;}
	
	#Cont {
		padding: 0em 0.5em 2em 2em;
	}
	
	#Col_Cont {
		border-left: 5px solid #FFFFFF;
		
		width: 65%;
		height: 100%;
		float: left;
	}
	
	#Col_Cont_NoBanner {
		border-left: 5px solid #FFFFFF;
		
		max-width: 81%;
		height: 100%;
		float: left;
	}
	
	#Contingut {
		clear: both; 
		width: 100%; 
		
		font-size: 1em;
		padding-top: 2px;
		height: 100%;
	}
	
	#Cap_BarraSup{
		height: 1em; 
		width: 100%;
	}
	#Cap_BarraInf {
		background-color: #262626; 
		clear: both; 
		width: 100%; 
		overflow: hidden;
	}
	
	#Col_Menus {
		width: 18%; 
		max-width: 170px;
		height: 100%;
		float: left;
	}
	
	#Col_Banners {
		border-left: 5px solid #FFFFFF;
		height: 100%;
		float: right;
		
		text-align: right;
		padding: 0;
		margin: 0;
		
		width: 15%;
		min-width: 15%;
	}
	
	#Fil {
		color: #4D4D4D;
		text-decoration: none;
		height: 1.7em;
		font-family: Arial, Helvetica, sans-serif;
		background: url("/img/marca2.gif") top left repeat-y;
		font-size: 1em;
	}
	#Fil .cont {
		padding: 0.2em 0.5em 0em 10px;
		float: left;
		display: inline;
	}
	#Fil a {
		font-family: Arial, Helvetica, sans-serif;
		color: #4D4D4D;
		text-decoration: none;
	}
	#Fil a:hover {
		text-decoration: underline;
	}
	#Fil .sel {
		color: #4D4D4D;
	}
	#Fil .fletxa {
		color: #808080;
	}
	
	#Peu {
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
		width: 99%; 
		font-size: 0.9em;
		color: #FFFFFF;
	}
	
	#Peu img {
		float: right;
		border: 0px;
	}
	#Peu strong  {
		font-size: 1.1em;
		font-weight: bold;
	}
	#Peu_Barra_Sup {
		width: 100%; 
		padding-left: 1em; 
		padding-top: 0.1em;
		overflow: hidden;
		height: 1.3em;
	}
	#Peu_Barra_Inf {
		clear: both; 
		width: 100%; 
		padding-left: 1em; 
		overflow: auto;	
		padding-bottom: 0.1em;
	}
	
	#Peu_txt_colabora {
		float: right; 
		background-color: #000000; 
		height: 100%
	}
}


@media print {
	/* Cambiats per la impresiķ */
	body {	
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: #000000;
		text-align: left;
	}
  
   #Capcalera {
		display: none;
	}
		
	#Cap_BarraSup{
		display: none;
	}
	#Cap_BarraInf {
		display: none;
	}
	#Cap_BarraMig {
		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;
	}
}



/* Corretgeig bug Mozilla amb els marges dels div */
div {
	/*
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
}

/* Elements generals */
form {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

ul {	
	/*list-style: disc url("../img/punt_trja_llista.gif") outside;*/
	margin-top: 0px;
	margin-left: 1em;
	padding-left: 20px;
	list-style-type: disc;
}

li {	
	margin-left: 0px;
	padding-left: 0.1em;
	padding-top: 0.3em;
	color: #F3A000;
}
li span {
	color: #4D4D4D;
}
li p {
	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 dashed #333333;
	width: 100%;
	height: 1px;
}

h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #3B651D;
	text-decoration: none;
}
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;
}

.Vola_Esq {
	float: left;
}
.Vola_Dre {
	float: right;
}


/* Capįalera */
.Cap {
	border: 0px;
	margin: 0px;
	padding: 3px 5px 3px 20px;
	color: #FFFFFF;
	background: #262626;
}


.Port_Esquerra {
	background-color: #F9FBEF;	
	height: 100%;
}
.Port_Dreta {
	border-left: 5px solid #FFFFFF;
	height: 100%;
}
.Col_Esquerra {
	border: 0px;
	
	width: 49%; 
	float: left;
}
.Col_Dreta {
	width: 49%; 
	float: left;
}


.Titol_Portada_esq {
	background: url("/img/marca1.gif") top left repeat-y;
	background-color: #E7EEC1;
	padding: 1px 5px 1px 10px;
	clear:both;
}
.Titol_Portada_esq a {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4D4D4D;
}
.Titol_Portada_esq a:hover  {
	text-decoration: underline;
}
.Titol_Portada_esq span {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4D4D4D;
}


.Titol_Portada_dre {
	background: url("/img/degradat.gif") top left repeat-y;
	background-color: #E7EEC1;
	padding: 3px 5px 3px 10px;
	clear:both;
}
.Titol_Portada_dre a {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.Titol_Portada_dre a:hover  {
	text-decoration: underline;
}
.Titol_Portada_dre span {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

.Cap_Forum {
	background: url("/img/marca1.gif") top left repeat-y;
	background-color: #E7EEC1;
	padding: 5px 5px 0px 1em;
	vertical-align: middle;
	height: 2em;
}

ul.Llista_Portada_esq {
	padding: 0px 0px 10px 10px;
	list-style-type: disc;
	list-style-position: outside;
}
ul.Llista_Portada_esq li {
	clear: both;
}


ul.Llista_Portada_dre {
	margin: 0;
	padding: 3px 0px 10px 0px;
	list-style: none;	
	color: #3B651D;
	list-style: outside;
	list-style-type: none;
}
ul.Llista_Portada_dre li {
	padding: 5px 0px 1px 20px;
	
}
ul.Llista_Portada_dre li:first-letter { 
	padding-right: 4px;
	margin-left: -10px;
}  

a.link_portada_dre {
	color: #3B651D;
	text-decoration: none;
}
a.link_portada_dre:hover {
	text-decoration: underline;
}

a.link_portada {
	color: #3B651D;
	font-weight: bold;
	text-decoration: none;
    display: block;
	padding-bottom: 4px;
	
}
a.link_portada:hover {
	text-decoration: underline;
}

a.link_portada {
	color: #3B651D;
	font-weight: bold;
	text-decoration: none;
    display: block;
	padding-bottom: 4px;
	
}
a.link_portada:hover {
	text-decoration: underline;
}




/* Menus */
#Menu_Barra_sup {
	background-color: #3B651D; 
	height: 0.8em; 
	width: 100%;
}

#Menu1, #Menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#Menu1 ul:first-letter {
	padding: 0;
}
#Menu1 li {
	display: inline;
	padding: 0;
	margin: 0;
}

#Menu1 li a {
	display: block;
	
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	
	padding: 3px 20px 4px 10px;
	
	background: #FFFFFF url("/img/menu1.gif") bottom left no-repeat;	
}
#Menu1 li a:hover {
	color: #A9C215;
	text-decoration: none;
}

#Menu1, #Menu1 ul ul {
	margin: 0;
	padding: 0;
	list-style: none none;
}

#Menu1 ul li {
	display: block;
	margin:  0px 0px 0px 9px;
	padding: 0;
	
	border-left-color: #EDEDC8;
	border-left-width: 2px;
	border-left-style: solid;
	
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#Menu1 ul li a {
	border: 0px;
	list-style: none none;
    font-weight: normal;
	text-decoration: none;
	
	color: #4D4D4D;
	background: #FFFFFF;
}
#Menu1 ul li a:hover {
	color: #A9C215;
	text-decoration: none;
}


#Menu1, #Menu1 ul ul ul {
	margin: 0;
	padding: 0;
	list-style: none none;
}
#Menu1 ul ul li {
	display: inherit;
	margin:  0;
	padding: 0;
	
	border-left-width: 0px;
	
	border-bottom-color: #F9FBEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
}
#Menu1 ul ul li a {
	border: 0px;
	list-style: none none;
    font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
	
	color: #3B651D;
	background: #F9FBEF;
}
#Menu1 ul ul li a:hover {
	color: #A9C215;
	text-decoration: none;
}



/* Titols */
.Titol {
	color: #3B651D;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1.2em;
	font-size: 1.2em;
}
.subtitol {
	color: #3B651D;
	font-weight: bold;
}

.titol_llista {
	color: #3B651D;
	font-weight: bold;
}
a.titol_llista {
	color: #3B651D;
	font-weight: bold;
	text-decoration: none;
}
a.titol_llista:hover {
	text-decoration: underline;
}

.subtitol2 {
	color: #4D4D4D;
	font-weight: bold;
}

.subtitol4 {
	color: #4D4D4D;
	font-weight: bold;
	font-size:11px;
}

.Num_Llista {
	color: #F3A000;
	font-weight: bold;
}

.subtitol3 {
	color: #F3A000;
	font-weight: bold;
}
a.subtitol3 {
	text-decoration:none;
	color: #F3A000;
	font-weight: bold;
}
a.subtitol3:hover {
	text-decoration: underline;
}


/* Textes */
.texte {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	text-decoration: none;
}
.texte a{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	text-decoration: none;
}
.texte a:hover {
	text-decoration: underline;
}

.error {
	color: #FF0000;
}

.data {
	color: #979797;
	font-size: 0.8em;
	float: right; 
	padding: 0.2em 0em 0.5em 0em;
	font-family: Arial, Helvetica, sans-serif;
}

.MarcaCerca {
	background-color: #ECECAA;
}

.Txtpaginacio {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3B651D;
}

.gris {
	font-size: 0.8em;
	color: #7E7D7A;
	text-decoration: none;
	text-align: justify;
}

.txt_imatge{
	display: block;
	font-size: .9em;
	color: #4D4D4D;
}

.negreta {
	font-weight: bold;
}


/* Links */
a.linkmini {
	color: #3B651D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}
a.linkmini:hover {
	text-decoration: underline;
}

a.link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}

.Linknegreta {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #656162;
	text-decoration: none;
}
a.Linknegreta {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #656162;
	text-decoration: none;
}
a.Linknegreta:hover {
	text-decoration: underline;
}

a.lnkgris {
	color: #7E7D7A;
	text-decoration: none;
	font-weight: bold;
}
a.lnkgris:hover {
	text-decoration: underline;
}
.lnkgrisSel {
	color: #7E7D7A;
	text-decoration: underline;
	font-weight: bold;
}



/* Colors de fons */
.FonsVerd {
	background-color: #3B651D;
}

.FonsNegre {
	background-color: #000000;
}


/* Imatges */
.TitolImatges {
	background-color: #3B651D; 
	color: white; 
	font-family: Arial, Helvetica, sans-serif;
	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: 1em;
}

/* Taules */
table.taula {
	width: 93%;
}
table.taula thead {
	background-color: #3b651d;
	color: White;
	font-weight: bold;
}
table.taula tr.Imparell {
	background-color: #F9FBEF;
}
table.taula th.fons {
	background-color: #d2bfba;
	
}
table.taula th {
	font-weight: bold;
	text-align: left;
}
table.taula td {
	text-align: left;
	vertical-align: top;
	
}
table.taula td.cos {

}

/* Format de taula del calendari de farmācies*/
.taulacal {
	width: 93%;
	border: #3B651D 1px solid;
}
.taulacal th {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	line-height: 1.4em;	
	padding-left: 10px;
	text-align: left;
	
	border-right-color: #3B651D;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #3B651D;
}
.taulacal th.resalta {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.4em;	
	padding-left: 10px;
	text-align: left;
	background-color: #3B651D;
}
.taulacal tr.captaula {
	background-color: #3B651D;
}
.taulacal td {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: normal;
	border: #3B651D 1px solid;
}
.taulacal td a {
	text-decoration: none;
}
.taulacal td a:hover {
	text-decoration: underline;
}

.taulacal tr.Imparell {
	background-color: #F9FBEF;
}
.taulacal tr.blanc {
	background-color: #FFFFFF;
}
.taulacal td.blanc {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
}



/* Elements del Peu */
.Text_Peu_Info{
	padding-top: 0.9em;
}
a.LinkPeu {	
	color: #FFFFFF;
	text-decoration: none;
}
a.LinkPeu:hover {
	text-decoration: underline;
}



/* Tauler */
.TitolTauler {
	background: #FFFFFF url("/img/tauler.gif") left  no-repeat;
	height: 2em;
	width:100%;
	padding-top: 0.3em;
	padding-left: 1.3em;
	text-align: left;
}
.TitolTauler a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.TitolTauler a:hover {
	text-decoration: underline;
}
.tauler {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #987971;
	background-color: #f6f3f2;
	width: 90%;
	text-align: left;
}
.tauler li a {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	text-decoration: none;
}
.tauler li a:hover {
	text-decoration: underline;
}



/* Elements de Formulari */
table.formulari {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3B651D;
	background-color: #F9FBEF;

	
	font-weight: bold;
	font-size: 0.9em;
	
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	
}
table.formulari td {
	padding-right: 10px;
}
.inputTxt {
    font-size: .9em;
	color: #4d4d4d;
	border: #808080 solid 1px;
}
.formobj {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 1.1em;
	color: #4d4d4d;
	border: #CCCCCC solid 1px;
	width: 25em;
}

.formobjcal {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 1.1em;
	color: #4d4d4d;
	border: #CCCCCC solid 1px;
}


.formobj2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	font-size: 1.1em;
	color: #4d4d4d;
	border: #CCCCCC solid 1px;
	width: 25em
}
.Tbutton {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: White; 
	text-align : center;
	background : #3B651D; 
	border: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.CalTable {
	border-right: 1px solid #336633;	
	margin: 0px; 
	padding:0px;
	border-top: 1px solid #336633;
}
.CalCell {
	/*border: 1px solid #336633; */
	border-bottom: 1px solid #336633; 
	border-left: 1px solid #336633;
	font-size: 0.8em;
	margin: 0px; padding:0px;
}
.CalTitol {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: #336633; text-decoration: none }
a.CalFletxes {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; color: #336633; text-decoration: none }

.destacat {
	color: #A72225;
	font-size: 1.1em;
	font-weight: bold;

}
