/*TABELAS MUSEU */
/*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;
}
table.interna{
	border : 0px;
	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);
background-repeat:repeat-y;
	width: 175px;
	height: 300px;
	font-size : 11px;
}
/* MUSEU HOME*/
td.centro1{
	background-image : url(../imgs/fundo_loja.gif);
	width : 294px;
	padding-left : 12px;
	padding-right : 30px;
	text-align: center;
}
td.centro2{
    width : 291px;
	padding-left : 5px;
	padding-right : 15px;
	text-align: center;
}
td.centro5{/*usada na INFO*/
	width : 570px;
	padding-left : 22px;
	padding-top : 6px;
	padding-right : 22px;
	text-align: left;
}

td.separador{
	width : 580px;
	height: 15px;
	background-image : url(../imgs/fundo_loja2.gif);
	background-repeat : no-repeat;
}

/*....*/
td.base{
	background-image : url(../imgs/fundo_base.gif);
	height: 70px;
	font-size : 11px;
}
