/* ESTRUCTURA XHTML i ETIQUETES REDEFINIDES */

body {
	background-color: #FFFFFF;
	background-image: url(franja.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 6%;
	margin-bottom: 25px;
	margin-left: 6%;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 15px; */
/*CARLOS*/
	font-size: 16px;
	margin-top: 0px;
	font-weight: bold;
	color: #BF9F62;
	margin-bottom: 15px;
	padding-top: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* 	font-size: 11px; */
/*CARLOS*/
	font-size: 12px;
	margin-top: 0px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}


/* CAPES SUPERIORS (IDIOMES i BANER) */

#idiomes {
	position: absolute;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	top: 3px;
}
#idiomes a:link, 
#idiomes a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
#idiomes a:hover, 
#idiomes a:active {
	font-weight: normal;
	text-decoration: none;
	color: #8C6B0A;
}

#franja_superior {
	height: 20px;
	background-image: url(fons1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#capsalera {
	height: 156px;
}
#capsalera #logotip {
	height: 156px;
	width: 180px;
	float: left;
}
#capsalera #flash {
	height: 156px;
	width: 505px;
	float: right;
}


/* CAPES DE CONTINGUTS */


/*#contenidor {
/*	background-image: url(fons.png);
	background-repeat: no-repeat;
	background-position: right top;
}*/
#contenidor #continguts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* 	font-size: 11px; */
/*CARLOS*/
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	background-image: url(fons2.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}
#contenidor #continguts #columnaesquerra {
	width: 136px;
	float: left;
	text-align: right;
}
#contenidor #columnadreta {
	width: 119px;
	float: right;
	height: 275px;
	background-image: url(fons_columna_dreta.png);
	background-repeat: no-repeat;
	z-index: 100;
	position: relative;
}
#contenidor #continguts #columnadreta #visita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BF9F62;
	line-height: 18px;
	float: left;
	padding-top: 30px;
	padding-left: 16px;
}
#contenidor #continguts #columnadreta #visita a:link, 
#contenidor #continguts #columnadreta #visita a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #BF9F62;
}
#contenidor #continguts #columnadreta #visita a:hover, 
#contenidor #continguts #columnadreta #visita a:active {
	font-weight: normal;
	text-decoration: none;
	color: #8C6B0A;
}

#contenidor #continguts #columnacentral {
	margin-left: 156px;
	margin-right: 121px;
	padding-top: 35px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ECE3D0;
	border-left-color: #ECE3D0;
	padding-right: 30px;
	padding-left: 30px;
}
#contenidor #continguts #columnacentral a:link, 
#contenidor #continguts #columnacentral a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8C6B0A;
}
#contenidor #continguts #columnacentral a:hover, 
#contenidor #continguts #columnacentral a:active {
	font-weight: bold;
	text-decoration: none;
	color: #BF9F62;
}
#contenidor #continguts #columnacentral #destacats {
	color: #A39571;
	margin-top: 20px;
}
#contenidor #continguts #columnacentral #destacats #esquerra {
	text-align:justify;
	float: left;
	width: 48%;
	margin: 0px;
}
#contenidor #continguts #columnacentral #destacats #dreta {
	text-align:justify;
	float: right;
	width: 48%;
	margin: 0px;
}
#contenidor #continguts #columnacentral #destacats a:link, 
#contenidor #continguts #columnacentral #destacats a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #BF9F62;
}
#contenidor #continguts #columnacentral #destacats a:hover, 
#contenidor #continguts #columnacentral #destacats a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #8C6B0A;
}

#contenidor #continguts #serveis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	background-image: url(titol_serveis.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	height: 20px;
}
#contenidor #continguts #quisom {
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 20px; */
/*CARLOS*/
	font-size: 21px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	background-image: url(titol_quisom.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 55px;
/* 	margin-bottom: 10px; */
	height: 20px;
}
#contenidor #continguts #persones {
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 20px; */
/*CARLOS*/
	font-size: 21px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	background-image: url(titol_persones.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 60px;
	margin-bottom: 10px;
	height: 20px;
}
#contenidor #continguts #recerca {
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 20px; */
/*CARLOS*/
	font-size: 21px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	background-image: url(titol_recerca.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	height: 20px;
}
#contenidor #continguts #novetats {
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 20px; */
/*CARLOS*/
	font-size: 21px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	background-image: url(titol_novetats.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 55px;
	margin-bottom: 10px;
	height: 20px;
}
#contenidor #continguts #comarribar {
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 20px; */
/*CARLOS*/
	font-size: 21px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	background-image: url(titol_comarribar.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 50px;
	margin-bottom: 10px;
	height: 20px;
}
#contenidor #continguts #contacte {
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 20px; */
/*CARLOS*/
	font-size: 21px;
	margin-top: 0px;
	font-weight: normal;
	color: #BF9F62;
	background-image: url(titol_contacte.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 50px;
	margin-bottom: 10px;
	height: 20px;
}
#contenidor #continguts #columnacentral #clear {
	clear: both;
	height: 1px;
}

#contenidor #continguts #columnacentral2 {
	margin-left: 156px;
	margin-right: 115px;
	padding-top: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECE3D0;
	padding-right: 30px;
	padding-left: 30px;
}
#contenidor #continguts #columnacentral2 a:link, 
#contenidor #continguts #columnacentral2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8C6B0A;
}
#contenidor #continguts #columnacentral2 a:hover, 
#contenidor #continguts #columnacentral2 a:active {
	font-weight: bold;
	text-decoration: none;
	color: #BF9F62;
}
#contenidor #continguts #columnadreta2 {
	width: 114px;
	float: right;
	margin-top: 35px;
}
#contenidor #continguts #columnadreta2 .descripcio {
	font-size: 10px;
	color: #BF9F62;
	margin-bottom: 15px;
	margin-top: 5px;
}
#contenidor #continguts #columnacentral3 {
	margin-left: 156px;
	padding-top: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECE3D0;
	padding-right: 30px;
	padding-left: 30px;
	text-align:justify;
}
#contenidor #continguts #columnacentral3 a:link, 
#contenidor #continguts #columnacentral3 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8C6B0A;
}
#contenidor #continguts #columnacentral3 a:hover, 
#contenidor #continguts #columnacentral3 a:active {
	font-weight: bold;
	text-decoration: none;
	color: #BF9F62;
}
.rotatiu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 530px;
	height: 366px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


/* MENU */

.menu {
	z-index:1000;
	font-size:90%; /* this page only */
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0px;
}
.menu .sup {
	font-size: 9px;
	font-weight: normal;
}

.menu .sup2 {
	font-size: 9px;
	font-weight: normal;
	visibility: hidden;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	list-style-type:none;
	width:155px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:155px;
	color:#333333;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:155px;
	w\idth:155px;
}
/* style the link hover */
* html .menu a:hover {
	color:#fff;
	background-color: #BF9F62;
}

.menu :hover > a {
	color:#fff;
	background-color: #C1A164;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:156px;
	text-align: left;
	font-weight: normal;
}
.menu ul ul li {
background-color: #ECE3D0;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


/* PEU DE PÀGINA */

#peu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-top: 50px;
	clear:both;
}
#peu a:link, #peu a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
#peu a:hover, #peu a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
.carregant{
	font-style:italic;
	text-align:center;
}

.celes_alternes_titol td{
	background-color:#c0b494;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding:10px 10px 10px 10px;
}

.celes_alternes{
	background-color:#faf9f6;
	color:#393939;
}
.celes_alternes1{
	background-color:#f3efe6;
	color:#393939;
}
.celes_alternes td, .celes_alternes1 td{
	color:#393939;
	padding:5px 10px 5px 10px;
}

.celes_alternes_taula{
	text-align:left;
	border:1px solid #fcfcfa;
}

.celes_alternes a:link,
.celes_alternes a:visited{
	text-decoration:none;
 	color:#8C6B0A; 
}

.celes_alternes a:hover,
.celes_alternes a:active{
	text-decoration:none;
	color:#BF9F62;
}
.celes_alternes1 a:link,
.celes_alternes1 a:visited{
	text-decoration:none;
 	color:#8C6B0A; 
}

.celes_alternes1 a:hover,
.celes_alternes1 a:active{
	text-decoration:none;
	color:#BF9F62;
}

.enllasos_taula:link,
.enllasos_taula:visited{
	text-decoration:none;
 	color:#8C6B0A; 
}

.enllasos_taula:hover,
.enllasos_taula:active{
	text-decoration:none;
	color:#BF9F62;
}
