/*TABELAS APRESENTACAO*/
/*para a pagina de abertura. O body e as tabelas tem font-size de 11 para o alinhamento dos
links do fundo do NS ficarem ok*/
body {
	font-size : 11px;
	background-image : url(../../imgs/fundo_geral.gif);
	background-repeat : repeat-y;
	margin : 0px;
}

table.cima{
	border : 0px;
	width : 760px;
	font-size : 11px;
}

table.baixo{
	background-image : url(../imgs/fundo_centro.gif);
	border : 0px;
	width : 760px;
	font-size : 11px;
}

td.topo{
	background-image : url(../imgs/fundo_topo.gif);
	height: 111px;
	font-size : 11px;
}

td.menu{
	background-image : url(../imgs/fundo_menu_left.gif);
	width: 175px;
	height: 300px;
	font-size : 11px;
}
td.centro1{
    width : 570px;
	padding-left : 22px;
	padding-top : 6px;
	padding-right : 22px;
	text-align: left;
}
td.base{
	background-image : url(../imgs/fundo_base.gif);
	height: 70px;
	font-size : 11px;
}
/*USado nas ruinas bibliografia e na apresentacao*/
.BTruinas{ /* meter esta classe num div, para dar igual no NS e IEe em coord. absolutas*/
	position : absolute;
	top : 86px;
	left : 195px;
	width : 150px;
}
/*fotos e mapa */
.fotos{
	position : absolute;
	top : 135px;
	left : 498px;
   width : 270px;
}
.mapa{
	position : absolute;
	top : 120px;
	left : 370px;
   width : 390px;
}

/*FONTES e OUTROS*/
.titulo1{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
}   
.titulo2{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
}  
.titulo3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #3B494C;
} 
.txt4{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
}
.txt5{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	line-height : 125%;
	color : #3B494C;
} 
.txt6{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : normal;
	line-height : 125%;
	color : #B34F00;
}
.txt7{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
}  
a:link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
	text-decoration : none;
}
a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : normal;
	line-height : 125%;
	color : #7B8E8B;
	text-decoration : none;
}
a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : normal;
	line-height : 125%;
	text-decoration : none;
	color :#B34F00;
} 
a.bold:link{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	line-height : 125%;
	color : #3B494C;
	text-decoration : none;
	font-weight : bold;
}
a.bold:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	color :  #3B494C;
	text-decoration : none;
	font-weight : bold;
}
a.bold:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	color : #AA3500;
	text-decoration : none;
	font-weight : bold;
}
