/* NOTICIAS E MUSEU*/
.BTnoticias{
	/* meter esta classe num div, para dar igual no NS e IEe em coord. absolutas*/
	position : absolute;
	top : 85px;
	left : 195px;
	width : 230px;
}
.BTmuseu{
	/* meter esta classe num div, para dar igual no NS e IEe em coord. absolutas*/
	position : absolute;
	top : 86px;
	left : 195px;
	width : 400px;
}
.BTretroceder{/*portugues*/
	position : relative;
	top : 0px;
	left : 487px;
}
.BTretroceder2{/*ingles*/
	position : relative;
	top : 0px;
	left : 518px;
}
/*TXT*/
.titulo1{
	text-align :  left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
}   
.titulo2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
}
.tituloNEW{
	text-align :  left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
}
a:link{
	color : #7B8E8B;
	text-decoration : none;
}
a:visited{
	color : #7B8E8B;
	text-decoration : none;
}
a:hover{
	color : #7B8E8B;
	text-decoration : underline;
}

a.link2:link{
	color : #7B8E8B;
	text-decoration : none;
}
a.link2:visited{
	color : #7B8E8B;
	text-decoration : none;
}
a.link2:hover{
	color :  #B34F00;
	text-decoration : none;
}

