/* CSS Document */

body {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(../imatges/fons-body.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.negativo:link {
	text-decoration:none;
	color: #12268E;
}
a.negativo:visited {
	text-decoration: none;
	color: #12268E;
}
a.negativo:hover {
	text-decoration: underline;
}
a.negativo:active {
	text-decoration: none;
}

img {
	border: 0;
}
float_esq {
	float: left;
	margin-right: 25px;
}
float_dret {
	float: right;
	margin-left: 25px;
}
.recuadre {
	border: thin solid #333333;
}

#contenidor {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	min-height: 750px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5F97BD;
	border-left-color: #5F97BD;
	position: relative;
	top: 0px;
	padding: 0px;
}
#idiomes {
	margin: 0px;
	list-style-type: none;
	text-align: right;
	float: right;
	position: absolute;
	top: 350px;
	right: 0px;
	font-size: 10pt;
	z-index: 100;
	visibility: visible;
}
#idiomes li {
	display: inline;
	padding: 0px;
	margin-left: 15px;
	position: relative;
	top: 3px;
	right: 10px;
	color: #12268E;
}


#cap {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 450px;
	width: 725px;
	top: 50px;
	margin-bottom: 25px;
}
#cap object {
	z-index: 0;
}

#direccio {
	padding: 0px;
	clear: both;
	height: auto;
	width: 725px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	top: 30px;
}
#contingut {
	padding: 5px;
	width: 725px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.columna_esq {
	padding: 0px;
	width: 340px;
	position: relative;
	float: left;
	left: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.columna_dret {
	padding: 0px;
	width: 340px;
	position: relative;
	float: right;
	height: auto;
	right: 20px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#peu {
	padding: 0px;
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	background-color: #5F97BD;
	clear: both;
	margin-bottom: 0px;
	bottom: 0px;
	text-align: center;
	margin-top: 10px;
}
#peu ul {
	position: relative;
	width: 725px;
	left: -5px;
	
}
#peu li {
	display: inline;
	font-size: 9pt;
	color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.center {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	text-align: center;
}
.clear {
	clear: both;
}
#contingut table {
	margin: 0px;
	padding: 5px;
	height: auto;
	width: 100%;
	background-color: #D0E4EE;
}
#contenidor #legal {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
