/* MUSEU*/
.BTmuseu{ /* meter esta classe num div, para dar igual no NS e IEe em coord. absolutas*/
	position : absolute;
	top : 86px;
	left : 195px;
	width : 400px;
}
/*TXT*/
.titulo1{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #AA3500;
}   
.titulo2{/*Usado no txt das moedas, joelharia, etc*/
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
} 
.titulo3{/*Usado nos servicos*/
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #AA3500;
} 
.titulo4{/*Usado nos servicos*/
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
} 
.txt4{ /*Usado nos servicos*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #AA3500;
} 
.txt5{/*Usado nos servicos*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	line-height : 125%;
	color : #3B494C;
}   
.txt3{ /*Usado no txt das moedas, joelharia, etc*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
}
.linkON{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	line-height : 125%;
	color : #AA3500;
}

a:link{
    color : #3B494C;
	/*color : #7B8E8B;*/
	text-decoration : none;
}
a:visited{
	/*color :  #D5DCDD;*/
	color :  #95A5A3;
	text-decoration : none;
}
a:hover{
	color : #AA3500;
	text-decoration : none;
}
a.bold:link{
	color : #3B494C;
	text-decoration : none;
	font-weight : bold;
}
a.bold:visited{
	color :  #3B494C;
	text-decoration : none;
	font-weight : bold;
}
a.bold:hover{
	color : #AA3500;
	text-decoration : none;
	font-weight : bold;
}
a.bold2:link{
	color : #3B494C;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
a.bold2:visited{
	color :  #3B494C;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
a.bold2:hover{
	color : #AA3500;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
