body {
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Arial, Verdana, Helvetica;
	font-size:11px;
	color:#6A6A6A;
}

a {
	text-decoration:underline;
	color:#9A9A9A;
}

a:hover {
	text-decoration:underline;
}

/*
#-- Intro
*/

div.contentDivIntro {
	width:815px;
	margin:0 auto;
	padding-top:4%;
}

div.contentDivIntro div.introContent {
	position:relative;
	width:815px;
	height:459px;
	background: url(../imagens/fundo.jpg) repeat-x;
}

div.contentDivIntro div.introContent div.logo {
	position:absolute;
	top:219px;
	left:154px;
	width:496px;
	height:109px;
	background: url(../imagens/jlm.jpg) repeat-x;
}

div.contentDivIntro div.introContent div.btsIntro {
	position:absolute;
	top:430px;
	left:350px;
}

div.contentDivIntro div.introContent div.btsIntro ul {
	list-style:none;
	margin:0;
	padding:0;
}

div.contentDivIntro div.introContent div.btsIntro ul li {
	float:left;
}

div.contentDivIntro div.introContent div.btsIntro ul li a span{
	display:none;
}

div.contentDivIntro div.introContent div.btsIntro ul li a.entrarPT {
	display:block;
	width:67px;
	height:19px;
	background: url(../imagens/entrar_out.jpg) no-repeat;
}

div.contentDivIntro div.introContent div.btsIntro ul li a.entrarEN:hover {
	background: url(../imagens/enter_over.jpg) no-repeat;
}

div.contentDivIntro div.introContent div.btsIntro ul li a.entrarEN {
	display:block;
	width:57px;
	height:19px;
	background: url(../imagens/enter_out.jpg) no-repeat;
}

div.contentDivIntro div.introContent div.btsIntro ul li a.entrarPT:hover {
	background: url(../imagens/entrar_over.jpg) no-repeat;
}

div.contentDivIntro div.introContent div.logo span {
	display:none;
}

div.contentDivIntro div.introSombra {
	width:815px;
	height:64px;
	background: url(../imagens/sombra.jpg) no-repeat;
}

/*
#-- Home / Conteudos
*/

div.contentDiv {
	width:951px;
	margin:0 auto;
	padding-top:4%;
}
div.contentDiv div.conteudo {
	position:relative;
	width:951px;
	min-height:480px;
	_height:480px;
	background: url(../imagens/fundo_home.jpg) repeat-x;
}

/*
#-- Menu Esquerda
*/

div.contentDiv div.conteudo div.menuEsquerda {
	width:160px;
	float:left;
}

div.contentDiv div.conteudo div.menuEsquerda ul {
	list-style:none;
	margin:112px 0 0 0;
	padding:0;
}

div.contentDiv div.conteudo div.menuEsquerda ul li {
	margin:0;
	padding:0 0 22px 16px;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a {
	display:block;
	height:14px;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a span {
	display:none;
}
/*Home LANG*/ 
div.contentDiv div.conteudo div.menuEsquerda ul li a.btHome {
	width:47px;
	height:14px;
	background: url(../imagens/pt/home_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btHome:hover {
	background: url(../imagens/pt/home_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btHome.selected {
	width:47px;
	height:14px;
	background: url(../imagens/pt/home_btn_bold.jpg) no-repeat;
}
/*Curriculim LANG*/
div.contentDiv div.conteudo div.menuEsquerda ul li a.btCurriculum {
	width:95px;
	height:14px;
	background: url(../imagens/pt/curri_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btCurriculum:hover {
	background: url(../imagens/pt/curri_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btCurriculum.selected {
	width:95px;
	height:14px;
	background: url(../imagens/pt/curri_btn_bold.jpg) no-repeat;
}
/*Actividades LANG*/
div.contentDiv div.conteudo div.menuEsquerda ul li a.btActividades {
	width:97px;
	height:14px;
	background: url(../imagens/pt/activ_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btActividades:hover {
	background: url(../imagens/pt/activ_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btActividades.selected {
	width:97px;
	height:14px;
	background: url(../imagens/pt/activ_btn_bold.jpg) no-repeat;
}
/*Agenda LANG*/
div.contentDiv div.conteudo div.menuEsquerda ul li a.btAgenda {
	width:65px;
	height:14px;
	background: url(../imagens/pt/agenda_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btAgenda:hover {
	background: url(../imagens/pt/agenda_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btAgenda.selected {
	width:65px;
	height:14px;
	background: url(../imagens/pt/agenda_btn_bold.jpg) no-repeat;
}
/*Comunicação LANG*/
div.contentDiv div.conteudo div.menuEsquerda ul li a.btComunicacao {
	width:115px;
	height:19px;
	background: url(../imagens/pt/comun_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btComunicacao:hover {
	background: url(../imagens/pt/comun_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btComunicacao.selected {
	width:115px;
	height:19px;
	background: url(../imagens/pt/comun_btn_bold.jpg) no-repeat;
}

/*Galeria LANG*/
div.contentDiv div.conteudo div.menuEsquerda ul li a.btGaleria {
	width:118px;
	height:14px;
	background: url(../imagens/pt/galeria_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btGaleria:hover {
	background: url(../imagens/pt/galeria_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btGaleria.selected {
	width:118px;
	height:14px;
	background: url(../imagens/pt/galeria_btn_bold.jpg) no-repeat;
}

/*Links LANG*/
div.contentDiv div.conteudo div.menuEsquerda ul li a.btLinks {
	width:45px;
	height:14px;
	background: url(../imagens/pt/links_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btLinks:hover {
	background: url(../imagens/pt/links_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btLinks.selected {
	width:45px;
	height:14px;
	background: url(../imagens/pt/links_btn_bold.jpg) no-repeat;
}

/*Contactos LANG*/
div.contentDiv div.conteudo div.menuEsquerda ul li a.btContactos {
	width:95px;
	height:14px;
	background: url(../imagens/pt/conta_btn_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btContactos:hover {
	background: url(../imagens/pt/conta_btn_over.jpg) no-repeat;
}

div.contentDiv div.conteudo div.menuEsquerda ul li a.btContactos.selected {
	width:95px;
	height:14px;
	background: url(../imagens/pt/conta_btn_bold.jpg) no-repeat;
}


/*
#-- Separador Menu
*/

div.contentDiv div.conteudo div.separadorMenu {
	float:left;
	width:3px;
	height:490px;
	background: url(../imagens/tracejado.jpg) repeat-y;
}

div.contentDiv div.conteudo div.conteudoTopo {
	float:left;
	position:relative;
	width:788px;
	height:100px;
}


div.contentDiv div.conteudo div.conteudoTopo div.slogan {
	position:absolute;
	top:35px;
	right:45px;
	width:278px;
	height:17px;
	background:url(../imagens/pt/jml_psic.jpg) no-repeat;
}

div.fraseTopo {
	float:right; 
	width:740px; 
	font-size:20px; 
	margin:0 10px 10px 0;
}

div.contentDiv div.conteudo div.conteudoTopo div.slogan span {
	display:none;
}

div.contentDiv div.conteudo div.divConteudo {
	float:left;
	width:788px;
}

div.contentDiv div.conteudo div.divConteudo div.content {
	float:left;
	padding:0 40px 0 40px;
	min-height:330px;
	_height:330px;
}

div.contentDiv div.conteudo div.divConteudo div.content div.tituloConteudo {
	font-size:19px;
}

/*
Destaques Da Homepage
*/
div.contentDiv div.conteudo div.divConteudo div.content div.blocoDestaque {
	float:left;
	width:330px;
	padding:0 10px 0 10px;
	border-right:1px solid #E3E3E3;
}

div.contentDiv div.conteudo div.divConteudo div.content div.blocoDestaque.last {
	float:left;
	width:330px;
	padding:0 10px 0 10px;
	border:none;
}

div.contentDiv div.conteudo div.divConteudo div.content div.blocoDestaque div.titulo {
	text-transform:uppercase;
	margin-bottom:30px;
}

div.contentDiv div.conteudo div.divConteudo div.content div.blocoDestaque div.descricao a.lermais:hover {
	text-decoration:none;
	font-weight:bold;
}

div.contentDiv div.conteudo div.divConteudo div.rodape {
	float:left;
	padding-top:40px;
	width:100%;
}

div.contentDiv div.conteudo div.divConteudo div.rodape div.rodape_content {
	width:386px;
	margin:0 auto;
}

div.contentDiv div.conteudo div.divConteudo div.rodape ul {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
}

div.contentDiv div.conteudo div.divConteudo div.rodape ul li {
	float:left;
	margin:0;
	padding:0;
}

div.contentDiv div.conteudo div.divConteudo div.rodape ul li a {
	display:block;
	height:16px;
}

div.contentDiv div.conteudo div.divConteudo div.rodape ul li a span {
	display:none;
}

/*Sugira LANG*/
div.contentDiv div.conteudo div.divConteudo div.rodape ul li a.btSugira {
	width:89px;
	height:16px;
	background: url(../imagens/pt/sugira_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.divConteudo div.rodape ul li a.btSugira:hover {
	background: url(../imagens/pt/sugira_over.jpg) no-repeat;
}

/*Politica de Privacidade LANG*/
div.contentDiv div.conteudo div.divConteudo div.rodape ul li a.btPolitica {
	width:153px;
	height:16px;
	background: url(../imagens/pt/politica_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.divConteudo div.rodape ul li a.btPolitica:hover {
	background: url(../imagens/pt/politica_over.jpg) no-repeat;
}

/*Favoritos LANG*/
div.contentDiv div.conteudo div.divConteudo div.rodape ul li a.btFavoritos {
	width:144px;
	height:16px;
	background: url(../imagens/pt/adicione_out.jpg) no-repeat;
}

div.contentDiv div.conteudo div.divConteudo div.rodape ul li a.btFavoritos:hover {
	background: url(../imagens/pt/adicione_over.jpg) no-repeat;
}

/*
#-- Sombra Rodapé
*/

div.contentDiv div.sombra {
	float:left;
	width:951px;
	height:64px;
	background: url(../imagens/sombra_home.jpg) no-repeat;
}