/* *************************** GENERAL *************************** */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	background-color: #001C4D;
	margin-top: 15px;
}
#contenidor_gral {
	width: 100%;
	height: 100%;
}
#contenidor {
	width: 900px;
	border: 1px solid #000000;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#contingut {
	width: 100%;
	background-color: #FFFFFF;
}
a:link, a:visited {
	color: #072251;
	text-decoration: none;
} 
a:active, a:hover {
	color: #F4B416
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #001C4D;
	border-bottom: solid 2px #FAB700;
	line-height: 25px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f4a806;
}
.clear_all { 
	clear:both;
}

/* *************************** TOP *************************** */
#top {
	height: 190px;
	width: 100%;
	text-align: justify;
}
#top_image {
	height: 150px;
	width: 100%;
	background-image: url(/imgs/foto_capcalera0.jpg);
}
#top_titol {
	height: 20px;
	font-weight: bold;
	color: #634841;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#top_titol_left {
	width: 45%;
	float: left;
}
#top_titol_right {
	width: 45%;
	text-align: right;
	font-size: 11px;
	float: right;
}
#top_titol_right a:link, #top_titol_right a:visited {
	color: #7D6155;
	text-decoration: none;
} 
#top_titol_right a:hover {
	color: #FAB700;
	text-decoration: none
}

/* *************************** MENU *************************** */
#menu {
	height: 75px;
	width: 100%;
	text-align: justify;
	background: url(/imgs/bg_barraMenu.jpg) no-repeat;
}
.menuLink{
	padding-top: 20px;
	padding-left: 25px;	
}
/*
.menuLink ul {
	list-style: none;
}
*/
.menuLink li{
	display: inline;
}
.menuLink li a{
	float: left;
	padding: 8px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	width: 98px;
	background: url(/imgs/bg_menuLink.jpg) no-repeat;
	border-left: solid 1px #FFFFFF;
}
.menuLink li a:hover,.menuLink li .current{
	background: url(/imgs/bg_menuLinkHover.jpg) no-repeat;
	color: #FFFFFF;
}

/* *************************** MAIN *************************** */
#main {
	height: auto;
	width: 100%;
	/*text-align: justify;
	margin-bottom: 20px;*/
}

.main_titol {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #001C4D;
	line-height: 20px;	
}

/* Main 2 blocs ___________________ */
#main_left{
	float: left;
	width: 210px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#main_left ul
{
	list-style-type: none;
	margin-right: 10px;
}
#main_left ul li
{
	border-top: 1px dotted #ccc;
	
}
#main_left a
{
	color:  #666666;
	font-weight: bold;
	background: url(/imgs/iconaSubmenu.png) center left no-repeat;
	display: block;
	padding: 10px 10px 10px 15px;
}
#main_left a:hover
{
	color: #FAB700;
}

#main_right {
	float: right;
	width: 540px;
	margin-bottom: 20px;
	padding-right: 80px;
}
#main_right li {
	list-style: url(/imgs/li.jpg);
}
/* Fi Main 2 blocs */

/* Main 1 bloc ___________________ */
#main_text {
	/*float: right;*/
	text-align: left;
	width: 750px;
	min-height: 150px;
	margin-bottom: 20px;
	margin-right: 85px;
	margin-left: 65px;
}
#main_text li {
	list-style: url(/imgs/li.jpg);
}
/* Fi Main 1 bloc */

/* Fotos___________________ */
.llistatDeFotos {
	margin: 20px 0px;
	padding: 20px 20px 20px 20px;
	border: 1px #FFFFFF solid;
	background: #FFFFFF;
}

.llistatDeFotos .subseccio {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 190px;
	text-align: center;
	width: 220px;
	line-height: 22px;
	font-weight: bold;
}
/* Fi Fotos */

/* Caixa. Foto una sota l'altra ___________________ */
.caixa {
	clear: left;
	margin-top: 10px;
	color: #000;
	border: 1px solid #A87848;
	background-color: #FAF1DE;
}
.caixaTitol {
	background: #520;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #899AC4;
}
.caixaInterior {
	padding: 10px;
	min-height: 130px;
}
.caixaInteriorText {
	padding: 8px;
	width: 500px;
	margin-left: 190px;
	min-height: 180px;
}
.fotoCaixa {
	float: right;
	margin-right: 25px;
	border: 1px solid #000;
	margin-top: 15px;
}
.fotoCaixa_esquerra {
	float: left;
	margin-right: 25px;
	border: 1px solid #000;
	margin-top: 5px;
}
/* Fi Caixa */

/* *************************** Form *************************** */
fieldset {
	border : 1px solid #ccc;
	background: #ECEBE0;
	padding: 8px;
	width: 700px;
	line-height: 10px;
}
fieldset div.outline {
	padding: 6px;
	background: #ECEBE0;
	line-height: 16px;
	text-align: right;
}
input:focus, textarea:focus {
	background-color: #E7E2E0;
}
textArea {
	width: 650px;
	height: 50px;
}
/* *************************** Fi Form *************************** */

/* *************************** BOTTOM *************************** */
#bottom {
	height: 35px;
	width: 100%;
	color: #001C4D;
	text-align: center;
	background-color: #E7E2E0;
}
#bottom_text {
	padding-top: 10px;
}
#bottom_text a:link, #bottom_text a:visited {
	color: #001C4D;
}
#bottom_text a:hover {
	color: #A87848;
}

