* {margin:0;padding:0;}
a img {border:none; }
a:hover img {background: #fff !important;text-decoration: none !important;}
a:active,a:link,a:visited,a {
	color: #FF4D00;
	text-decoration: underline;
}
img { 
	behavior: url(/css/iepngfix.htc);
}
a:hover img { background-color: transparent !important;  }
a:hover {
	background: #FF4D00;
	color: #fff;
	text-decoration: none;
}
body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #FC0 url(../img/fundo.jpg) top repeat-x;
}
#cabecalho {
	margin-bottom: 16px;
	display: table;
	width: 100%;
	height: 50px;
}
#cabecalho img {
	float: left;
}
#cabecalho .titulo {
	position: relative;
	top: 14px;
	left: 30px;
	text-align: center;
	float: left;
}
.todo_cima {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	background: #fff url(../img/back_top.gif) top no-repeat;
}
.todo_conteudo {
	padding: 40px 40px 4px 40px;
}
.todo_baixo {
	background: url(../img/back_bottom.gif) bottom no-repeat;
}
.espacamento {
	margin: 14px 0 20px 0;
	text-align: center;
	font-size: 10px;
}
h1 {padding: 3px 0;font-size: 16px;}
h2 {margin-bottom: 4px;font-size: 14px;}
p {
	padding: 4px 0;
}
.input_borda {
	border: 1px solid #ffcc00;
	color: #000 !important;
	font-size: 12px !important;
	padding: 3px;
	font-family: Verdana, sans-serif;
}
.input_tamanho {
	width: 200px;
	color: #000 !important;
	font-size: 12px !important;
	padding: 3px;
	font-family: Verdana, sans-serif;
}
dl {display: table; margin-bottom: 4px; width: 100%;}
dl {*width: auto;}
dl dt {float: left; width: 100px;}
dl dd {width: 100%;}
dl dd {*width: auto;}
form {margin-top: 12px;margin-bottom: 12px;}
.pequeno {font-size: 11px; padding: 10px;}
#rodape {
	border-top: 1px solid #ffcc00;
	line-height: 12pt;
	text-align: center;
	font-size: 10px;
	padding: 8px 0 6px 8px;
}
#rodape img {
	position: relative;
	top: 3px;
}
#menu {
	display: block;
	width: 264px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	
	padding: 28px 0;
	height: 70px;
}
#menu li { 
	float: left; 
	padding: 0 2px; 
}
#menu .texto {
	display: block;
	margin-top: 5px;
	width: 78px;
	height: 26px;
	cursor: hand;
	font-size: 12px;
}
#menu .imagem {
	display: block;
	margin-top: 2px;
}
#menu li a {
	padding-top: 1px;
	width: 80px;
	height: 69px;
	display: block;
	text-align: center;
	background: #fff;
	color: #000;
	text-decoration: none;
	margin-right: 4px;
}
#menu li a:hover {
	background: url(../img/fundo_item.jpg) left !important;
}
#menu li a.selecionado {
	background: url(../img/fundo_item.jpg) right !important;
}
.erro {
	color: red;
	font-size: 10px;
	display: block;
}
ul {
	padding-left: 18px;
}
.quadro {
	display: table;
	padding-top: 14px;
	border-top: 1px dotted #ffcc00;
	margin-bottom: 12px;
	height: 160px;
}
.quadro dt {
	width: 240px;
	margin-right: 10px;
}
.quadro dd p strong {
	line-height: 18px;
}
.verifica_robo {
	display: none;
}
