/* CSS Document */
body {background-color:#114483;font-family:Verdana,Arial,Helvetica,Sans-serif;font-size:9pt;color:#000050;
}
h3 {font-size:16pt; font-weight:normal}
h4 {font-size:12pt; font-weight:normal; border-bottom: 1px solid #000050}

hr {margin:0}
#Container {
	position:relative;
	width: 750px;
	margin: 0px auto;
	height: auto;
	z-index:10;
	background-color:#ffffff;
}

#Content {
	position:relative;
	width:550px;
	z-index: 10;
	background-image:url(images/fonsContingut.jpg);
	background-repeat:repeat-y;
	padding:0 100px;
}
#bottom {
	width:750px;
	height:116px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
}
#menu {
	width:550px;
	visibility:visible;
	position: relative;
	z-index:30;
    border-top: 1px solid;
}
.menuItem a{
  text-align:center;
  text-decoration:none;
  font-size:8pt;
  display:block;
  border-bottom: 1px solid;
  padding: 2px 4px 2px 4px; 
  color:#000050;
}
.menuItem a:hover {background-color:#e0e0e0}

#bannerSETH {
	position:absolute;
	visibility:hidden;
	left:544px;
	top: 214px;
}

#bannerETH {
	position:absolute;
	visibility:hidden;
	left:300px;
}
#Dates {
	width:auto;
	float:right;
	margin-left:10px;
	padding-left:4px;
	padding-right:4px;
	height:500px;
}

.fullwidth {width:100%}

