/*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{
	border : 0px;
	width : 760px;
	font-size : 9pt;
}

td.up{
	background-image : url(../imgs/fundo_index.jpg);
	height: 317px;
	font-size : 11px;
}

td.down{
	background-image : url(../imgs/fundo1.gif);
	height: 109px;
	font-size : 11px;
}
/* meter esta classe num div, para dar igual no NS e IE*/
.logo{
	position : relative;
	top : 111px;
	left : 341px
}
.destaques{
	position : absolute;
	top : 190px;
	left : 563px;
	width : 155px;
	height : 100px;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : normal;
	line-height : 135%;
	color : #5D7470;
}
.txtupdate{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #BAC6C4;
}
.formulario{
	position : absolute;
   top : 281px;
	left : 552px;
}
.boxformulario{
	background:#FFFFFF;
	border: 1px solid #A9B5B3;
	width: 150px;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing : normal;
	color : #B34F00;
	text-align : left;
	height: 16px;
}
.imgok{
	position: relative;
	left: 0px;
	top: 4px;
}
.patrocinios{
	position : absolute;
	top :276px;
	left : 10px
}
.logoAcess{
	position : relative;
	top : -5px;
	left : 14px
}
.btingles{
	position : relative;
	top : 3px;
	left : 10px;
}
.btinglesEN{
	position : relative;
	top : 2px;
	left : 10px;
}
.btmenu{
	position : relative;
	top : -21px;
	left : 142px;
}
.btmenuEN{
	position : relative;
	top : -22px;
	left : 144px;
}
.btend{
	position : relative;
	top : -16px;
	left : 232px;
}
.btendEN{
	position : relative;
	top : -16px;
	left : 290px;
}
.copyr{
	position : relative;
	top :-2px;
	left : 250px;
}
.copyrEN{
	position : relative;
	top :-3px;
	left : 250px;
}
a:link{
	color : #7B8E8B;
	text-decoration : none;
}
a:visited{
	color : #7B8E8B;
	text-decoration : none;
}
a:hover{
	color : #7B8E8B;
	text-decoration : underline;
}

input.imgok_button{
 background: url(../imgs/bt_ok_off.gif) center center no-repeat;
 width:27px;
 height:16px;
 border:0px;
 padding:0px;
 margin:0px;
 position:relative;
 top:2px !important;
 top:0px;
 left:-3px;
}


input.imgok_button:hover{
 background: url(../imgs/bt_ok_over.gif) center center no-repeat;
 width:27px;
 height:16px;
 border:0px;
 padding:0px;
 margin:0px;
 position:relative;
 top:2px !important;
 top:0px;
 left:-3px;
 cursor:pointer;
}

