@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url('../img/fundo_geral.jpg');
}

#admin {
	float: left;
}

#geral {
	text-align: left;
	width: 900px;
	//width: 902px;
	margin: 0px auto;
	//margin: auto;
	padding-top: 1px;
	border: 1px solid #006699;
	background: #fff;
}

#topo {
	padding-top: 1px;
	position: relative;
	top: -1px;
	height: 154px;
	background: url(../img/topo.jpg) no-repeat;
}

#topo #logo {
	margin: 8px 0px 0px 7px;
	float: left;
	border: none;
}
#topo #menu1 {
	height: 20px;
	width: 300px;
	margin: 94px 0px 0px 270px;
	//margin: 95px 0px 0px 180px;
	font-size: 15px;
	text-align: center;
	word-spacing: 25px;
}
#topo #menu1 a {
	word-spacing: 0px;
	text-decoration: none;
	color: #00315a;
}
#busca {
	background:url(../img/busca.jpg) no-repeat;
	height: 20px;
	width: 170px;
	//width: 180px;
	margin: 9px 0px 11px 550px;
	padding: 5px;
	font-size: 12px;
}
#busca input {
	width: 90px;
	height: 12px;
	//height: 15px;
	border: #CCC 1px solid;
	font-size: 10px;
}
#busca img {
	float: right;
	border: none;
	//margin-left: 0px;
}
#meio {
	background: url(../img/fundo.jpg) no-repeat bottom;
	padding-bottom: 1px;
}
#esquerda {
	float: left;
	width: 177px;
	margin-bottom: 10px;
}
.categoria{
	background: url(../img/botao.jpg) no-repeat #ccc;
	width: 161px;
	//width: 171px;
	height: 22px;
	//height: 29px;
	padding: 7px 5px 0px 5px;
	margin: 5px 2px;
	font-size: 14px;
	color: #006699;
	cursor: pointer;
}
.categoria a{
	text-decoration: none;
	color: #006699;
}
#galeria_btn {
	background: url(../img/btn_galeria.jpg) no-repeat #ccc;
	width: 161px;
	//width: 171px;
	height: 30px;
	//height: 43px;
	padding: 13px 5px 0px 5px;
	margin: 15px 2px;
	font-size: 14px;
	color: #006699;
	cursor: pointer;
}
#galeria_btn a{
	text-decoration: none;
	color: #006699;
}
#newsletter {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	background: url(../img/newsletter_fundo.png);
}
#newsletter form {
	margin: 0px;
	padding: 5px;
}
#newsletter #email{
	height: 15px;
	//height: 22px;
	width: 150px;
	margin-top: 5px;
}
#newsletter_button {
	background: #F90;
	border: outset #ccc 1px;
	color: #FFF;
	margin-bottom: 5px;
}
#newsletter div {
	text-align: right;
	margin: 10px 10px 0px 0px;
}
#banners {
	width: 145px;
	float: right;
}
.banner {
	width: 140px;
	margin-right: 4px;
	
	float: left;
	margin-top: 15px;
	border: 1px solid #ccc;
	
}
.banner img {
	border: none;
}
#conteudo {
	width: 555px;
	//width: 555px;
	margin-left: 183px;
	margin-bottom: 10px;
	padding: 1px;
}
.espaco {
	clear: both;
}
#rodape {
	background:url(../img/rodape.jpg) no-repeat;
	height: 26px;
	//height: 32px;
	text-align: right;
	padding: 5px 10px 0px 0px;
	//padding-top: 7px;
	font-size: 16px;
	color: #FFF;
}

.titulo {
	font-size:28px;
	color:#ff9400;
	margin: 50px 0px 30px 20px;
}

.titulo a {
	color:#ff9400;
	text-decoration: none;
}

.titulo a:hover {
	text-decoration: underline;
}

#votacao {
	margin-bottom: 10px;
}

#votacao table {
	width: 140px;
	padding: 5px;
	margin-top: 20px;
	margin-right: 4px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 13px;
}

#votacao thead {
	text-align: center;
	font-weight: bold;
	color: #036;
}

#votacao tfoot {
	text-align: right;
	font-size: 11px;
}

#votacao tfoot input {
	background: #F90;
	border: outset #ccc 1px;
	color: #FFF;
	margin-bottom: 5px;
}

#votacao a {
	color: #039;
}

#votacao tbody {
	//color: #069;
}

#votacao a:hover {
	color: #06C;
}
