@charset "utf-8";
/* CSS Document */
html {
	height:					100%									;
}
body {
	margin-top:				0px										;
	margin-left:			0px										;
	margin-right:			0px										;
	margin-bottom:			0px										;
	height:					100%									;
	font-family:			arial narrow							;
	
}
a:link, a:visited, a:active {
	text-decoration: 		none									;
	color:					#FFF									;
}
a:hover {
	text-decoration: 		none									;
	background:				#FFE									; 
	color: 					#039									;
}
object {
	outline: 				none									;
}
hr {
	border:					1px solid #999							;
	color:					#999									;
}
li {
	list-style: 			none									;
}

#estrutura {
	margin: 				auto									;
	padding: 				0px										;
	min-width: 				778px									;
	max-width: 				1004px									; 
	text-align: 			left									;
	width: expression(document.body.clientWidth > 1004? "1004px" : 
	document.body.clientWidth < 778? "778px" : "auto");	
}
/*=================================TOPO=======================================*/
#topo{
	float:					left									;
	width:					100%									;
	height:					110px									;
}
#topoDesc{			
	float:					left									;
	width:					100%									;
	text-align:				center									;
	height:					110px									;
}
#topoBusca{
	float:					left									;
	width:					100%									;
	height:					26px									;
	background-color:		#E8E800									;
}
#topoText {
	float:					left									;
	width:					100%									;
	margin-top:				4px										;
	text-align:				center									;
	color:					#FFF									;
	font-size:				12px									;
	font-weight:			bold									;
}
.topoCampo {
	border:					1px solid #096							;	
	height:					18px									;
}
.topoBotao {
	border:					1px solid #096							;
	background-color:		#006600									;
	color:					#FFFFFF									;
	height:					18px									;
}
#topoMenu {
	float:					left									;
	width:					100%									;
	height:					26px									;
	background-color:		#006600									;
}
#topoLinks {
	position:				relative								;
	margin-top:				5px										;
	margin-left:			auto									;
	margin-right:			auto									;
	text-align:				center									;
	color:					#fff									;
	font-size:				14px									;
	font-weight:			bold									;
}
/*=================================INDEX=======================================*/
#indTopo {
	float:					left									;
	width:					100%									;
	height:					220px									;
}
.indEsq {
	background-color:		#e6e6e6									;
}
#indMeio {
	float:					left									;
	width:					80%										;
	min-height:				100%									;
	background-color:#3F9;
}
#indRodape {
	float:					left									;
	width:					100%									;
	height:					103px									;
	background-color:		#e6e6e6									;
	
}
.indTopoFrame {
	width:					100%									;
	height:					220px									;
	border:					none;
}
.indEsqFrame {
	width:					100%									;
	height:					100%									;
	background-color:#03C;
	border:					none;
}
.indMeioFrame {
	width:					100%									;
	height:					100%									;
	border:					none;
}
/*======================= Menu Esquerdo =======================*/
#menu_esquerdo {
	width: 					100%									;
	padding: 				0										;
	margin: 				0										;
	font: 					12px Arial, Helvetica, sans-serif		;
}

#menu_esquerdo ul {
	list-style: 			none									;
	margin: 				0										;
	padding: 				0										;
}

#menu_esquerdo li {
	border-bottom: 			2px solid #FFF							;
	margin: 				0										;
}

#menu_esquerdo li a {
	display: 				block									;
	padding: 				5px 5px 5px 0.5em						;
	font-weight:			normal									;
	border-left: 			14px solid #CCC							;
	border-right: 			10px solid #DDD							;
	background-color: 		#e6e6e6									;
	color: 					#666									;
	text-decoration: 		none									;
}

#menu_esquerdo li a:hover {
	border-left: 			14px solid #C5D9E0						;
	border-right: 			10px solid #e5f6f8						;
	background-color: 		#CDEEF1									;
	color: 					#09C									;
}

#menu_icone {
	float:					left									;
	width:					15px									;
}

#menu_titulo {
	margin-top:				2px										;
}

#menu_enquete {
	width:					94%										;
	border:					1px solid #CCC							;
	background-color:		#e6e6e6									;
	font-family:			arial									;
	font-size:				11px									;
	color:					#999									;
	padding:				5px										;		
}

#menu_email{
	margin-top:				3px										;
	width:					100%									;
	height:					95px									;
	background-image:		url(../img/jpg/fundo/email_novi.jpg)	;
	border:					1px solid #ccc							;
	font-family:			arial									;
	font-size:				11px									;
	color:					#8ab506									;
}
.hrMenu {
	border:					2px solid #8ab506						;
	margin:					1px 0 3px 0								;
}
.menuImg {
	margin-bottom:			2px										;
	border-right:			none									;
	border-bottom:			none									;
	padding:				0px 0px									;
}




	
	
