@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background: url(imagens/bg.jpg) repeat-x;
	background-color: #FDF105;
	margin: 0;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #0089E1;
}
a:active {
	text-decoration: none;
	color: #333;
}
#espaco{
	clear: both;
	height: 2px;
}
#geral{
	width: 812px;
	margin: 0 auto;
	background: url(imagens/bg_conteudo.jpg) repeat-y;
}
#topo{
}
#menu{
	background: url(imagens/bg_menu.jpg) repeat-x;
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
}
#menu img{
	margin-bottom: 10px;
}
#conteudo{
	width: 800px;
	margin: 0 auto;
}
#esquerdo{
	float: left;
	width: 270px;
}
#esquerdo img{
	margin: 0 0 5px 5px;
	text-align: center;
}
#esquerdo ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#esquerdo li img{
	margin: 0 5px 0 5px;
}
#linha_menu{
	border: 1px dotted #CCC;
	width: 195px;
	margin: 3px 0 3px 15px;
	height: 0px;
}
#direito{
	float: right;
	width: 530px;
}
#direito img{
	margin-bottom: 5px;
}
#voltar{
	clear: both;
	text-align: right;
}
#title{
	font-size: 14px;
	font-weight: bold;
	color: #0089E1;
}
#texto{
	text-align: justify;
	padding: 5px;
}
#caixa{
	width: 250px;
	float: left;
	margin: 0 5px 0 0;
}
#foto{
	text-align: center;
}
#comentario{
	text-align: center;
}
#comentario2{
	text-align: left;
}
#espaco2{
	clear: both;
	height: 10px;
}
#line{
	background: #CCC;
	height: 1px;
	display: block;
}
#linha{
	height: 5px;
	background: #D696B5;
	margin-bottom: 1px;
	clear: both;
}
#rodape{
	background: #D696B5;
	height: 30px;
	clear: both;
	text-align: center;
	color: #FFF;
}
label {
	text-align: left;
	width: 120px;
	float: left;
	display: block;
	margin-bottom: 10px;
}
input {
	border: 1px solid #CCC;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
#botoes_form{
	width: 270px;
	text-align: right;
	margin-top: 10px;
}
.borda_form{
	background: #FFF;
	height: 16px;
	font-size: 11px;
	border: 1px solid #CCC;
}
.negrito{
	font-weight: bold;
}
.bannersHome img { border:solid 1px #333; }
