html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #125489;
	background-color: #ceebff;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #125489;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, #menu ul li, ul#img-home {
	font-family:  Helvetica, Arial, sans-serif;
}
h1, h2 {
	color: #063255;
	margin: 0 0 20px 0;
	background: url(/img/bg-title.gif) no-repeat bottom;
	font-weight: normal;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #063255;
	margin: 0;
}
p {
	margin: 0 0 10px 0;
	font-size: 13px;
}
.clear {
	clear: both;
}
#language {
	width: 980px;
	margin: 20px auto 4px auto;
	text-align: right;
}
#language p {
	margin: 0;
	font-size: 14px;
}
#header {
	height: 264px;
	width: 988px;
	margin: auto;
	background-repeat: no-repeat;
}
#header img {
	margin: 145px 0 0 30px;
}
#header h1 {
	text-align: right;
	font-weight: bold;
	font-size: 22px;
	color: white;
	margin: 0 20px 0 0;
	height: 10px;
	background: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#main, #main-top, #main-bottom {
	width: 988px;
	margin: auto;
}
small {
	font-size: 9px;
}
#main {
	background: url(/img/bg-main.jpg) repeat-y;
	padding: 10px 30px 30px 4px;
	width: 954px;
}
#main-top {
	background: url(/img/bg-main-top.jpg) no-repeat;
	height: 21px;
}
#main-bottom {
	height: 5px;
	background: url(/img/bg-main-bottom.jpg) no-repeat;
}
#menu {
	float: left;
	width: 180px;
	margin: 7px 30px 0 0;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	height: 22px;
	width: 145px;
	font-size: 15px;
	padding: 3px 5px 0 30px;
	font-weight: normal;
}
#menu ul li a.over {
	background-color: #063255;
	color: white;
	text-decoration: none;
}
#content {
	float: left;
	width: 740px;
}
#content-right {
	float: right;
	width: 220px;
	text-align: right;
	margin-left: 30px;
}
ul#img-home, ul#llistat, ul#llistatAmbFoto {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#img-home {
	width: 490px;
	_width: 480px;
	_margin-bottom: 20px;
}
ul#img-home li.bottom, ul#img-home li.top {
	background-repeat: no-repeat;
	float: left;
	width: 235px;
	_width: 230px;
	height: 160px;
	color: white;
	vertical-align: bottom;
	margin-bottom: 20px;
}
ul#img-home li.bottom p, ul#img-home li.top p {
	line-height: 1.1em;
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: 34px;
	margin-top: 116px;
	font-size: 16px;
}
ul#img-home li.top p {
	margin-top: 0;
}
ul#img-home li {
	cursor: pointer;
}
ul#llistat li, ul#llistatAmbFoto li {
	margin: 0 0 30px 0;
	clear: both;
}
ul#llistat img, ul#llistatAmbFoto img {
	float: right;
	clear: both;
	margin: 0 0 15px 20px;
}
ul#llistat p, ul#llistatAmbFoto p {
	text-align: justify;
	padding-right: 260px;
}
ul#llistat p {
	padding-right: 0;
}
ul#llistat p.up, ul#llistatAmbFoto p.up {
	padding: 0;
	float: right;
	margin-bottom: 30px;
}
ul#llistat p.up a, ul#llistatAmbFoto p.up a {
	padding: 5px 7px;
	background-color: #125489;
	color: white;
}
p.viatge {
	padding-left: 18px;
	background: url(/img/icon-pdf.gif) no-repeat left top;
}
p.avis {
	padding-left: 18px;
	background: url(/img/icon-star.gif) no-repeat left top;
}
span.date {
	padding-right: 13px;
	background: url(/img/icon-star.gif) no-repeat right top;
}
span.link-name {
	padding-left: 13px;
	background: url(/img/icon-star.gif) no-repeat left top;

}
#get-reader {
	float: right;
}

/* Feste soci */
label {
	display: block;
}
input.text, input.textOpcional, input.inputCC, select, textarea {
	display: block;
	margin: 2px 0 10px 0;
	background: #e9f6ff;
	border: 1px #a2d4ff solid;
	padding: 2px 2px;
	width: 220px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #063255;
}
textarea {
	height: 80px;
}
input.inputCC {
	width: auto;
	display: inline;
}
.floatleft {
	float: left;
	margin-right: 30px;
}
#msgForm {
	width: 470px;
	padding: 7px;
	margin: 15px 0 0 0;
	border: 1px solid #fff;
}
form {
	margin-top: 20px;
	font-size: 13px;
}
#msgForm.invalid {
	background-color: #ffebe8;
	border-color: #dd3c10;
	color: #dd3c10;
}
#msgForm.valid {
	background-color: #d7ffd9;
	border-color: #009e07;
	color: #009e07;
}
#msgForm.unkvalid {
	background-color: #fff9d7;
	border-color: #e2c822;
	color: #333;
}
#content-left {
	font-size: 13px;
}
#content-left h2 {
	padding-top: 20px;
	width: 480px;
	clear: left;
}
#content-left ul, #content-left ol {
	padding: 0 0 0 20px;
	text-align: justify;
	margin-left: 0;
}
#content-left p {
	text-align: justify;
}
#content-left li {
	padding: 2px 0;
}
#footer {
	width: 980px;
	text-align: right;
	margin: 4px auto 20px auto;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}