/* ------------------------------------- CSS RESET N GENERIC --------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong{
	font-weight: bold;
}
:focus{
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration:none
}
table{
	border-collapse: separate;border-spacing: 0;
}
th, td{
	text-align: left; font-weight: normal;
}
img, iframe{
	border: none;
	text-decoration:none;
}
ol, ul{
	list-style: none;
}
select{
	margin: inherit;
}
hr{
	margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px
}
.cursor{
	cursor: pointer;
}
#frameinvisivel{
	display: none;
}

.middle{
	vertical-align: middle;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.negrito{
	font-weight: bold;
}
.justify{
	text-align: justify;
}
#frameinvisivel{
	display: none;
}
.ident{
	margin-left: 10px;
}
h1{
	font-size: 15px;
	font-weight: bold;
	color: #036;
}
h2{
	font-size: 14px;
	color: #F60;
	font-weight: 900;
}
h3{
	font-size: 12px;
	font-weight: bold;
}
a{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #999;
}
a:hover{
	color: #33140C;
	text-decoration: underline;
}

.tabelas td{
	padding: 4px;
}
input,textarea,select{
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	color: #666;
}
/* --------------------------------------------------- CORPO ------------------------------------ */
body{
	font-size: 11px;
	line-height: 19px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background: url(imagens/bg_topo.jpg) top center repeat-x;
	background-color: #CCCBCB;
}
/* --------------------------------------------------- CORPO ------------------------------------ */

#menu_horizontal{
	margin: 0px auto;
	width: 820px;
	height: 35px;
	border-left: 2px solid #999999;
	
}

#menu_horizontal li{
	float: left;
	display: block;
	border-right: 2px solid #999999;
	height: 28px;
	padding: 7px 0px 0px 0px;
}

#menu_horizontal li a{
	float: left;
	display: block;
	color: #FFF;
	background: none;
	font-size: 15px;
	font-weight: 900;
	padding: 0px 25px 0px 25px;
}
#menu_horizontal li a:hover{
	text-decoration: none;
}
#flash{
	margin: 0px auto;
	margin-top: 1px;
	width: 830px;
	height: 210px;
	background: url(imagens/bg_flash.jpg) top center no-repeat;
}
#conteudo{
	margin: 0px auto;
	width: 793px;
	background-color: #FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 15px 15px 20px 20px;
}

#home_col_left{
	float: left;
	width: 400px;
	background: url(imagens/bg_bemvindos.gif) top left no-repeat;
		/*border: 1px solid #333;*/
}
#home_col_right{
	float: left;
	margin: 0px 0px 0px 30px;
	width: 350px;
		/*border: 1px solid #333;*/
}
#bemvindos{
	height: 190px;
	padding: 40px 35px 0px 44px;
	text-align: justify;
}
#rodape_conteudo{
	margin: 0px auto;
	width: 830px;
}

* html #lista_noticias li{
	height: 1px;
}
#lista_noticias li a{
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dotted #CCC;
}
#lista_noticias li a:hover{
	background-color: #E3E3E3;
	text-decoration: none;
}

#display_paginacao{
	padding: 4px;
	text-align: center;
	background-color: #E96F00;
	font-weight: bold;
	color: #FFFFFF;
	border
}
#display_paginacao a:active{
	text-decoration: underline;
	color: #FFFFFF;
}
#display_paginacao a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#display_paginacao a{
	margin: 4px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

#flutua_parceiros{
	text-align: center;
}
#flutua_parceiros img{
	margin: 10px;
}

.orange{color:#F60; font-size:14px;}

#desenvolvido{
	margin:0 auto;
	width:600px;
	text-align:center;
	font-size:9px;
	padding:2px;
}

