﻿#oculto {
	display:none; 
	position:absolute; 
	left:-5000px; 
	top:-5000px;
}

#destaque{
	width:735px; 
	height:245px; 
	overflow:hidden; 
	float:left;
}

#destaque img{
	/*display:block;*/
}

#tela{
	padding:2px;
	background:#FFF url(../imagens/final_inicio.gif) no-repeat center bottom;
}

#tela span {
	font-size:13px; 
	color:#434343; 
	font-weight:normal;
}

#numeros {
	width:40px;
	overflow:hidden; 
	float:right;
}

#numeros b{ 
	cursor:pointer;
	width:8px;
	height:8px;
	float:left;
	margin-right:5px;
	font-size:14px;
}

#numeros .transp {
	color:#777;
	background:#EEE;
}

#numeros .opac { 
	color:#000;
	background:#CCC;
}