body {
	background: url(../images/bg.jpg);
}
a, td, p {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
}
hr {
	color: #cccccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* HEADER */
.header_box {
	background-color: #ffffff;
	height: 110px;
	text-align: center;
	width: 800px;
}
.header {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
}
.header a {
	color: #ffffff;
	font-size: 11px;
}
.header small a{
	font-size: 8px;
}
.header big a{
	font-size: 14px;
}

/* MENU */
.menu_box {
	background-color: #000000;
	height: 35px;
	padding-left: 30px;
	padding-right: 30px;
	width: 800px;
}
.menu {
}
.menu a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #ab1709;
}
.menu_seleccionat {
	color: #ab1709;
	font-size: 16px;
	font-weight: bold;
}

/* SOTSMENU */
.sotsmenu_box {
	background-color: #ffffff;
	height: 25px;
	padding-left: 30px;
	padding-right: 30px;
	width: 800px;
}
.sotsmenu {
	color: #ab1709;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.sotsmenu a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.sotsmenu a:hover {
	color: #ab1709;
}
.sotsmenu_seleccionat {
	border-bottom: 2px solid #ab1709;
	border-left: 2px solid #ab1709;
}

/* CONTENT */
.content_box {
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
	vertical-align: top;
	width: 800px;
}
.titol {
	font-size: 20px;
	font-weight: bold;
}
.sotstitol {
	color: #ab1709;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
#contingut {
	font-size: 14px;
	text-align: justify;
}
#contingut a {
	font-size: 14px;
}
.imatge {
	border: 1px solid #cccccc;
}

/* GALLERY */
.gallerymenu_box {
	background-color: #ffffff;
	width: 800px;
}
.gallerymenu {
	color: #ab1709;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
.gallerymenu a {
	color: #777777;
	font-size: 14px;
	text-decoration: none;
}
.gallerymenu a:hover {
	color: #ab1709;
}
.gallery_box {
	background-color: #ffffff;
	height: 600px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 800px;
}

/* MÉS INFORMACIÓ */
.mes_informacio {
	background-color: #ffffff;
	height: 25px;
	text-align: center;
	width: 800px;
}
.mes_informacio a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.mes_informacio a:hover {
	color: #ab1709;
}

/* FOOTER */
.footer_box {
	background-color: #000000;
	height: 120px;
	text-align: center;
	width: 800px;
}
.footer {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
.footer a {
	color: #ffffff;
	font-size: 11px;
}

/* FORMULARI */
.button {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.formulari_input {
	border: solid 1px #222222;
	font-family: Arial;
	font-size: 12px;
	width: 100%;
}

.formulari_captcha {
	border: solid 1px #222222;
	font-family: Courier New;
	font-size: 14px;
	text-align: center;
	width: 50px;
}