body {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0px; padding: 5px 0px;
}

a:link { color : #7AB4CA; text-decoration: none; font-weight: bold;}
a:visited { color : #7AB4CA; text-decoration: none;  font-weight: bold;}
a:hover { color : #7AB4CA; text-decoration: underline;  font-weight: bold;}
a:active { color : #7AB4CA; text-decoration: underline;  font-weight: bold;}

#content {
	position: relative;
	padding: 0px;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}

/* header */
#header {
	position: absolute;
	width: 750px;
	height: 80px;
	top: 0px;
}
#headerleft {
	position: absolute;
	text-align: left;
	width: 170px;
}
#logo {
	text-align: left;
	width: 150px;
	position: absolute;
	padding: 10px 0px 0px 0px;
}
#logo img {
  border: none;
}
#headerright {
	position: absolute;
	text-align: left;
	width: 580px;
	margin-left: 170px;
}

/* idiomes */
#idiomes {
	position: absolute;
	width: 580px;
	padding: 0px; margin: 0px;
	text-align: right;
	}
#idiomes p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 2px 5px 0px 0px;
	color: #999999;
}
#idiomes p a { font-weight: normal; }
#idiomes p a:link {
	color: #999999; text-decoration: none;
}
#idiomes p a:visited {
	color: #999999; text-decoration: none;
}
#idiomes p a.active:link {
	color: #dddddd; text-decoration: none;
/*	font-weight: bold;*/
}
#idiomes p a.active:visited {
	color: #dddddd; text-decoration: none;
/*	font-weight: bold;*/
}
#idiomes p a:hover {
	color: #dddddd; text-decoration: none;
}

/* menus */
#menu {
	font-size: .75em;
	text-transform: uppercase;
	width: 580px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#menu1, #menu2, #menu3 {
	position: absolute;
	top: 50px;
	list-style: none;
	margin: 0; padding: 0 0 0 10px;
	height: 20px;
	display: inline;
	overflow: hidden;
}
#menu1 { width: 120px; left: 0px; }
#menu2 { width: 338px; left: 121px; background: url(img/menu_div.gif) no-repeat 0 0; }
#menu3 { width: 120px; left: 460px; background: url(img/menu_div.gif) no-repeat 0 0; }
#menu1 li, #menu2 li, #menu3 li {
	margin: 0;
	padding: 0 25px 0 0;
	display: inline;
}
#menu1 a, #menu2 a, #menu3 a  {
	color: #fff;
}
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover,
#menu1 a.selected, #menu2 a.selected, #menu3 a.selected {
  color: #7AB4CA;
	text-decoration: none;
}

/* navegacio */
.buttons {
  margin: 0px; padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 60px 0px;
}
.tabnav {
	margin: 0px; padding: 0px;
	list-style: none;
}
.tabnav li {
	margin: 0px; padding: 0px;
	display: block;
}
.tabnav span {
	width: 130px;
	text-align: right;
	display: block;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
	padding: 10px 4px 2px 0px;
	color: #64918E;
}
.tabnav a {
	width: 130px;
	text-align: right;
	display: block;
	text-decoration: none;
	border-right: 5px solid #64918E;
	margin: 0px 0px 2px 0px;
	padding: 0px 4px 0px 0px;
	background: transparent;
}
.tabnav a:link {
	color: #A0A0A0; text-decoration: none;
	font-weight: normal;
}
.tabnav a:visited {
	color: #A0A0A0; text-decoration: none;
	font-weight: normal;
}
.tabnav a.active:link {
	color: #64918E; text-decoration: none;
	border-right: 15px solid #64918E;
	font-weight: normal;
}
.tabnav a.active:visited {
	color: #64918E; text-decoration: none;
	border-right: 15px solid #64918E;
	font-weight: normal;
}
.tabnav a:hover {
	color: #64918E; text-decoration: none;
	font-weight: normal;
}










.tabnav2 {
	margin: 0px; padding: 0px;
	list-style: none;
}
.tabnav2 li {
	margin: 0px; padding: 0px; 
	display: block;
}
.tabnav2 span {
	width: 130px;
	text-align: right;
	display: block;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
	padding: 10px 4px 2px 0px;
	color: #A2BDBB;
}
.tabnav2 a {
	width: 130px;
	text-align: right;
	display: block;
	text-decoration: none;
	border-right: 3px solid #A2BDBB;
	margin: 0px 0px 2px 0px;
	padding: 0px 4px 0px 0px;
	background: transparent;
}
.tabnav2 a:link {
	color: #A0A0A0; text-decoration: none;
	font-weight: normal;
}
.tabnav2 a:visited {
	color: #A0A0A0; text-decoration: none;
	font-weight: normal;
}
.tabnav2 a.active:link {
	color: #A2BDBB; text-decoration: none;
	border-right: 5px solid #A2BDBB;
	font-weight: normal;
}
.tabnav2 a.active:visited {
	color: #A2BDBB; text-decoration: none;
	border-right: 5px solid #A2BDBB;
	font-weight: normal;
}
.tabnav2 a:hover {
	color: #A2BDBB; text-decoration: none;
	font-weight: normal;
}






/* page */

#page {
	position: absolute;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21211F;
	width: 750px;
	border: 0px solid #556677;
	padding: 0px 0px 0px 0px;
	top:70px;
}

#pageleft {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #777777;
	position: absolute;
	width: 170px;
	height: auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}
#pageright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	position: absolute;
	width: 580px;
	margin-left: 170px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}	

#nav {
/*	background-color: #ffffff;*/
}
#navfa {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
	padding: 5px 0px 15px 0px;
	float: left;
}
#navimg {
	color: #959595;
	padding: 10px 5px 10px 5px;
	float: right;
}
#navfa a { font-weight: normal; }
#navfa a:link { color : #7AB4CA; text-decoration: none;}
#navfa a:visited { color : #7AB4CA; text-decoration: none;}
#navfa a:hover { color : #7AB4CA; text-decoration: underline;}
#navfa a:active { color : #7AB4CA; text-decoration: underline;}

/* footer */

#footer {
	position: relative;
	padding: 0px;
	width: 750px;
	height: 80px;
	left: 50%;
	margin-left: -375px;
	top: -200px; 
}
#footerleft {
	text-align: left;
	position: absolute;
	width: 170px;
}
#footerright {
	text-align: left;
	position: absolute;
	width: 580px;
	margin-left: 170px;
	border-top: 1px solid #cc0000;
}
#copyleft {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	width: 150px;
	line-height: 120%;
	position: absolute;
}
#byfuga {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #999999;
	position: absolute;
}			

#navtop {
	padding: 5px 5px 5px 5px;
	float: right;
}

.pad5 {
	padding: 5px;
}

a.fuga { font-weight: normal; }
a.fuga:link { color : #999999; text-decoration: none;}
a.fuga:visited { color : #999999; text-decoration: none;}
a.fuga:hover { color : #999999; text-decoration: none;}
a.fuga:active { color : #999999; text-decoration: none;}

div.spacer {
	clear: both;
	line-height: 0px;
}
#navant {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: right;
	color: #959595;
	padding: 0px 0px 5px 0px;
}
#navtxt {
	float: left;
	padding: 0px 5px 0px 0px;
}
#navnum {
	width: 400px;
	text-align: left;
	float: left;
}
#navnum ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navnum ul li {
	display: inline;
	float: left;
	text-align: right;
}

#navnum ul li a {
	width: 25px;
	float: left;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
}

#navnum ul li a.long {
	width: 377px;
	float: left;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
}

#navnum a:link { color: #7AB4CA; }
#navnum a:visited { color: #7AB4CA; }
#navnum a:hover { background: #5B899B; color: #ffffff; }
#navnum a:active { background: #5B899B; color: #ffffff; }

#txt {
	clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #dddddd;
	line-height: normal;
	padding: 5px 0px 20px 0px;
}

.actleft {
	text-align: left;
	width: 140px;
	padding: 0px 0px 0px 0px;
}
.actright {
	text-align: left;
	width: 430px;
	margin-left: 140px;
	margin-top: -140px;
}	

.txtImgAct {
	width: 140px;
	height: 140px;
	color: #000000;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
.txtImgImgAct table {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}
.txtImgImgAct table td {
	width: 130px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
}

.txtImg {
	width: 320px; 
	height: 340px;
	color: #000000;
	text-align: center;
	margin: -0px 0px 10px 10px;
	float: right;
}

.txtImgTxt {
	display: inline;
	float: left;
	margin: 5px 0px 0px 0px;
}
.txtImgTable {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-collapse: collapse;
}
.txtImgTable td {
	width: 310px;
	text-align: center;
}
.txtImgImg table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.txtImgImg table td {
	width: 310px;
	height: 310px;
	text-align: center;
	vertical-align: middle;
}
.txtImgImg img {
	padding: 2px;
}
.txtImgImgAct img {
	padding: 2px;
}
.clicable {
	border: 1px solid #7AB4CA;
}

img.foto {
	border: 0px;
	padding: 0px 1px;
}

.txtBloc {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
}
.txtTitol {
	color: #cc0000;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
.txtSubtitol {
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	margin: -15px 0px 15px 0px;
}
.txtPart {
	margin: 10px 0px 0px 10px;
}
.txtPartTitol {
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.txtPartSubtitol {
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
.txtDesc {
	color: #dddddd;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0px 10px 10px;
}
.txtPreu {
	color: #85C57F;
	font-size: 11px;
	font-weight: normal;
	margin: -5px 0px 10px 10px;
}

.txtObraTitol {
	color: #dddddd;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
.txtObraSubtitol {
	color: #dddddd;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}
.txtPart .txtObraSubtitol a {
	font-weight: normal;
}

.txtText {
/*	clear: both;*/
	color: #dddddd;
	font-size: 11px;
	font-weight: normal;
	margin: 15px 10px 0px 10px;
}
.txtText p {
	margin: 0px 0px 10px 0px;
}
.txtText p.sig {
	margin: 0px 0px 20px 0px;
	text-align: right;
	font-style: oblique;
}
.txtText ul {
	margin-top: 0px;  padding-top: 0px;
	line-height: 120%;
}

.txtEnlaces {
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 30px;
}
.txtEnlaces ul.eDes {
	border-top: 1px solid #cc0000;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	list-style: none;
}
.txtEnlaces ul.eTit li {
	line-height: 120%;
}
.txtEnlaces ul.eDes li {
	line-height: 120%;
}

#icos {
	margin: 0px 0px 10px 0px;
}
#icos ul {
	font-size: .8em;
  list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	width: 120px;
}
#icos ul li {
	padding: 0 0 2px 0;
}
#icos ul a {
  color: #fff;
}
#icos ul a:hover {
  color: #7AB4CA;
	text-decoration: none;
}

div.dform {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	margin: 10px 0px 15px 0px;
}
div.dform form {
	margin: 0px 0px; padding: 0px 10px;
}

div.dform table {
	width: 100%;
	margin: 5px 0px; padding: 0px;
}
div.dform table td.label {
	width: 150px;
	text-align: right;
	vertical-align: middle;
	padding: 0px; margin: 0px;
	padding-right: 10px;
}
div.dform table td.formw {
	text-align: left;
	vertical-align: middle;
	padding: 0px; margin: 0px;
}
div.dform table td.formw input {
	padding: 1px; margin: 0px; border: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div.dform table td.formw textarea {
	padding: 1px; margin: 0px; border: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
input.il { width: 300px; }
input.im { width: 100px; }
input.is { width: 50px; }
textarea.il { width: 300px; height: 65px;}


a.lform { padding: 1px 10px 3px 10px; margin: 5px; }
a.lform:link { color: #7AB4CA; text-decoration: none; font-weight: normal; border: 1px solid #7AB4CA;}
a.lform:visited { color: #7AB4CA; text-decoration: none; font-weight: normal; border: 1px solid #7AB4CA;}
a.lform:hover { background: #5B899B; color: #ffffff; text-decoration: none; font-weight: normal; border: 1px solid #ffffff;}
a.lform:active { background: #5B899B; color: #ffffff; text-decoration: none; font-weight: normal; border: 1px solid #ffffff;}

p.center{
	text-align: center;
}

div.dades {
	color: #788F67;
	margin: 0px 20px 15px 20px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #788F67;
}
div.dades p.center {
	margin: 0px;
	padding: 0px;
}

div.textcolor {
  color: #95B17F; /* verd */
	color: #A0A0A0; /* gris */
	color: #B9E2F4; /* blau */
	
}

.txtFes {
	margin: 0px 0px 0px 0px;
}
.txtFesMenu {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-collapse: collapse; 
	width: 100%;
}
.txtFesMenu td.l {
	text-align: left;
}
.txtFesMenu td.r {
	text-align: right;
}

.txtFesTable {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-collapse: collapse;
}
.txtFesTable td {
	text-align: center;
	padding: 20px 0px 3px 0px;
}


.txtFesImg {
margin-left: -11px;
}
.txtFesImg table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
.txtFesImg table td {
	text-align: center;
	vertical-align: middle;
}
.txtFesImg img {
	padding: 2px;
}

a.lfes { padding: 2px 3px 4px 3px; margin: 2px; }
a.lfes:link { color: #7AB4CA; text-decoration: none; font-weight: normal; }
a.lfes:visited { color: #7AB4CA; text-decoration: none; font-weight: normal; }
a.lfes:hover { background: #5B899B; color: #ffffff; text-decoration: none; font-weight: normal; }
a.lfes:active { background: #5B899B; color: #ffffff; text-decoration: none; font-weight: normal; }
a.lfesa { background: #5B899B; color: #ffffff; text-decoration: none; font-weight: normal; }
a.lfesa:visited { background: #5B899B; color: #ffffff; text-decoration: none; font-weight: normal; }

.txtmt {
	margin-top: 20px;
}
.txtText p.m {
	margin: 0px 0px 3px 0px;
}

.imglogo {
	padding: 0px 4px 0px 1px;
}

.logos {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}
.logos td {
vertical-align: top;
width: 240px;
}

.lp09_logos {
	background-color: #fff;
	margin: 25px 0;
	padding: 5px 25px;
}

.lp09_logos img {
	border: none;
}

.lp09_logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.lp09_logos ul li {
}

.lp09_logos .txtSubtitol {
	color: #fff;
	background-color: #c7c8ca;
	font-size: 1.5em;
	margin: 20px 0 15px 0;
	padding: 7px;
}

.lp09_logos .g01 { }
.lp09_logos .l01 { padding: 5px 0 90px 0; }

.lp09_logos .g02 { height: 320px; }
.lp09_logos .l02 {  }
.lp09_logos .l03 { position: absolute; top: 30px; right: 2px; }
.lp09_logos .l04 { position: absolute; top: 145px; }
.lp09_logos .l05 { position: absolute; top: 160px; left: 195px; }
.lp09_logos .l06 { position: absolute; top: 160px; right: 0; }
.lp09_logos .l07 { position: absolute; top: 290px; }
.lp09_logos .l08 { position: absolute; top: 280px; right: 4px; }

.lp09_logos .g03 { height: 155px; }
.lp09_logos .l09 { position: absolute; top: 10px; }
.lp09_logos .l10 { position: absolute; top: 25px; left: 185px; }
.lp09_logos .l11 { position: absolute; top: 27px; right: 0; }
.lp09_logos .l12 { position: absolute; top: 90px; }
.lp09_logos .l13 { position: absolute; top: 83px; left: 102px; }
.lp09_logos .l14 { position: absolute; top: 85px; left: 285px; }
.lp09_logos .l15 { position: absolute; top: 68px; right: 0; }



a.gmaps:link { color: #788F67; text-decoration: none; font-weight: normal; }
a.gmaps:visited { color: #788F67; text-decoration: none; font-weight: normal; }
a.gmaps:hover { color: #AACA91; text-decoration: none; font-weight: normal; }
a.gmaps:active { color: #AACA91; text-decoration: none; font-weight: normal; }


.infoextra {
  margin: 0px; padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: -40px 0px 60px 0px;
}
.infoextra table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
}
.infoextra table td {
	text-align: center;
	width: 130px;
	padding: 3px 0px 3px 0px;
}
.infoextra a:link { color: #696969; text-decoration: none; font-weight: normal; }
.infoextra a:visited { color: #696969; text-decoration: none; font-weight: normal; }
.infoextra a:hover { color: #CC9900; text-decoration: none; font-weight: normal; }
.infoextra a:active { color: #CC9900; text-decoration: none; font-weight: normal; }

.infoLPTV {
  margin: 0px; padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: -40px 0px 60px 0px;
}
.infoLPTV table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.infoLPTV table td {
	text-align: center;
	padding: 3px 0px 3px 0px;
	width: 130px;
/*	background-color: #D0DBD3;*/
}

.txtPublic {
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
	margin-right: 30px;
}
.txtPublic ul.eDes {
	border-top: 1px solid #cc0000;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	list-style: none;
}
.txtPublic ul.eTit li {
	line-height: 120%;
}
.txtPublic ul.eDes li {
	line-height: 120%;
}
.datap {
	color: #dddddd;
	font-weight: normal;
}