body {
	margin-top: 0px;
}

#header {
	background-image: url(../images/home/header_bckg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 140px;
	text-align: center;
	display: block;
}

#header ul {
	margin: 50px 2% 0px 2%;
	list-style: none;	
}

#header ul li {
	margin: 0px 5px 0px 5px;
}

#menu {
	float: left;
	width: 29%;
	text-align: left;
	height: 90px;				
}

#menu li {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;			
}

#menu li a {
	text-decoration: none;
}

#languages {
	margin-right: 20px !important;
	margin-top: 65px !important;	
}

h1 {
	height: 120px;
	float: left;
	width: 33%;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/home/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	text-indent: -10000px;
	cursor: pointer; 
}

h1 a {
	height: 120px;	
	display: block;	
}

h1 a:hover {
	background-color: transparent;
}

h2 {
	margin-top: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	display: none;
}

.subratllat {
	background-image: url(../images/home/subratllat.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#options {
	height: 500px;
	margin: 0px auto 15px auto;
	width: 810px;
}

#options a:hover {
	background-color: transparent;
}

#options ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
	margin-top: 30px;
	width: 810px; /* 250 de cada bloc + 10px de marge esquerra i dret de cada una dels blocs */
}

#options li {
	width: 250px;
	float: left;
	background-color: #FFFED4;
	margin: 0px 10px 0px 10px;
	padding-bottom: 5px;
	position: relative;
	display: none;
}

#options li img {
	border: 0px;
}

#options li p {
	padding: 10px 15px 10px 15px;
	vertical-align: middle;
	font-size: 0.80em;	
}

#options a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

#options h4 {
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-top: -10px;	
	float: left;
	width: 25px;
	height: 30px;
	position: absolute;	
}

#options #option1 h4 { background-image: url(../images/home/option1.gif); }
#options #option2 h4 { background-image: url(../images/home/option2.gif); }
#options #option3 h4 { background-image: url(../images/home/option3.gif); }

h3 {
	background-color: blue;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 5px;
	width: 240px;
	background-image: url(../images/home/title_bkg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;	
	font-size: 1.3em;
}

#p1, #p2, #p3 {
	position: absolute;
	color: #333333;
	font-weight: bold;
	z-index: 10;
	top: 150px;	
	left: 0px;	
	width: 220px;
	font-size: 1.2em !important;
	background: url("../images/image_caption.png");	
}