body {
    background-image: url(images/background.jpg);
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    }

#PageContainer {
    width: 980px;
    overflow: auto;
    background-color: #fff;
}


/*---HEADER------------------------------*/
#header {
    width: 980px;
    height: 80px;
    float: left;
}

#header-logo {
    width: 170px;
    height:80px;
    background-image: url(images/header_logo.jpg);
    float:left;
}

#header-banner {
    width: 660px;
    height:80px;
    float:left;
}

#header-menu {
    width: 130px;
    height:80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    float:left;
}


/*---MENU------------------------------*/

#menu-container {
    width: 980px;
    height: 40px;
    background-color: #2763AC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    clear: both;
}

#menu {
    width: 940px;
    height: 17px;
    margin-left: 20px;
    margin-top: 13px;
	color: #FFFFFF;
    float: left;
}

#menu ul {
	margin: 0px;
	padding: 10px;
	color:#fff;
	white-space:nowrap;
}

#menu li {
	list-style-type:none;
	display: inline;
	border-left:1px solid #00376F;
}

#menu li:first-child {
	border-left:none;
}

#menu li a {
	text-decoration: none;
	padding:7px 8px;
	color: #FFF;
}

#menu li a:hover {
	color:#00376F;
}

/*---APRESENTACAO------------------------------*/
#container-apresentacao {
    width: 980px;
	height: 220px;
	clear: both;
}

#imagem {
    width: 330px;
	height: 220px;
	background-color:#FFF;
	text-align: left;
	margin-bottom: 3px;
	float: left;
}

#apresentacao {
	width: 650px;
	height: 220px;
	background-image:url(images/background-apresentacao_2.jpg);
	float: left;
}

#apresentacao-texto 
{
    width: 610px;
    height: 180px;
    margin-left: 20px;
    margin-top: 20px;
    color: #fff;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

/*---NOTICIAS------------------------------*/
#noticias {
    width: 980px;
	height: 155px;
	background-image:url(images/background-noticias.jpg);
	clear:both;
}

#noticia-1 {
	width: 320px;
	height: 140px;
	float:left;
}

#noticia-1-area {
	width: 320px;
	height: 20px;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	float:left;
}

#noticia-1-texto {
	width: 320px;
	height: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	margin-left: 7px;
	float:left;
}

#noticia-2 {
	width: 320px;
	height: 140px;
	margin-left: 9px;
	float:left;
}

#noticia-2-area {
	width: 320px;
	height: 20px;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	float:left;
}

#noticia-2-texto {
	width: 320px;
	height: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	margin-left: 7px;
	float:left;
}

#noticia-3 {
	width: 305px;
	height: 140px;
	margin-left: 9px;
	float:left;
}

#noticia-3-area {
	width: 305px;
	height: 20px;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	float:left;
}

#noticia-3-texto {
	width: 305px;
	height: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	margin-left: 7px;
	float:left;
}

/*---OPORTUNIDADES-------------------------*/
#oportunidades {
	width: 980px;
	height: 70px;
	background-color:#fff;
	clear:both;
}

#oportunidades-flash {
	width: 960px;
	height:58px;
	margin-top: 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #F00;
	margin-left: 10px;
}

/*---CONTACTOS-----------------------------*/
#contactos {
    width: 980px;
	background-color:#aad0ff;
	height: 83px;
	clear: both;
}

#contactos-logotipo {
	width:138px;
	height:80px;
	float:left;
}

#contactos-texto {
	width: 168px;
	height: 70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	margin-top: 8px;
	float:left;
}

#contactos-PT {
	width: 336px;
	height: 70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	margin-top: 8px;
	float:left;
}

#contactos-ES {
	width: 336px;
	height: 70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	margin-top: 8px;
	float:left;
}

/*---FOOTER--------------------------------*/
#footer {
	width: 980px;
	height: 15px;
	font-size: 9px;
	color:#FFF;
	text-align: center;
	clear:both;
}

#footer a {
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
    text-decoration: none;
    color: #2763AC;
}

/*---HEADINGS--------------------------------*/

h3 {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
