@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
}
.link_top {
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	text-decoration: none;
}
.link_top:hover {
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	text-decoration: underline;
}
.topo {
	width: 760px;
	height: 140px;
	/* background-image: url(../img/center_logo.png); */
	background-repeat: repeat-x;
	background-position: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
}
.rodape {
	width: 760px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	height: 45px;
	margin-top: 10px;
	text-align: center;
	background-color:#ededed;
	padding-top: 5px;

}
.busca {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	border: 1px #e5e5e5 solid;
	background-color: #f8f8f8;
	height: 20px;
	width: 220px;
}
.busca2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	border-bottom: 1px #e5e5e5 solid ;
	border-top: 1px #e5e5e5 solid ;
	border-left: 1px #e5e5e5 solid;
	border-right: 1px #f8f8f8 solid;
	background-color: #f8f8f8;
	height: 19px;
	width: 195px;
}
.clock {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	height: 16px;
	width: 500px;
}
.conteudo_central {
	width: 575px;
	margin-top: 10px;
}
.celula_menu {
	border: 1px #ededed solid;
	background-color: #fff;
	width: 175px;
	height: 21px;
	margin-bottom: 3px;
}
.celula_menu:hover {
	border: 1px #cc0000 solid;
	background-color: #cc0000;
	width: 175px;
	height: 21px;
}
.bloco {
	border: 1px #ededed solid;
	background-color: #ededed;
	width: 7px;
	height: 19px;
	position: absolute;
}
.item_menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9f9f9f;
	text-decoration: none;
}
.item_menu:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.enquete {
	width: 175px;
	left: 0px;
	border: 1px #ededed solid;
	margin-top: 3px;
}
.indices {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0076bc;
}
.indices_vermelho {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #cc0000;
}
.imagemborda {
	border: 2px #fff solid;
}
.imagemborda:hover {
	border: 2px #cc0000 solid;
}
