/* CSS Document  - TEMPLATE PRINCIPAL*/

* { margin:0px; padding:0px; border:0px; }

ul { padding:0; margin:0; }

img { border:0; }

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	background: url(../img/background_img2.jpg) fixed no-repeat #FFFFFF center;
}

#geral { width:767px; margin:0 auto; text-align:left; }

#banner { height:210px; background:url(../img/background_banner.jpg) repeat-x #488AB9; }

#banner_header { /*padding-top:10.5px; */}

#barra_nav { height:33px; background:url(../img/background_barra.jpg) repeat-x #4783AF; margin-top:2px; }

#barra_nav_info { float:left; width:310px; padding-top:8px; }
#barra_nav_info .txt_white { padding-left:15px; color:#FFFFFF; }
#barra_nav_more { float:right; width:400px; padding-top:4px; margin-top:2px; }
#barra_nav_more_left { float:left; width:37%; text-align:right; }
#barra_nav_more_right { float:right; width:56%; margin-top:1px; text-align:left; margin-right:18px; _margin-right:8px; }

#content_all { }

.link_azul_escuro a { text-decoration:underline; color:#6699CC; }
.link_azul_escuro a:hover { text-decoration:underline; color:#6699CC; }

.link_blue a { text-decoration:none; color:#7CAED3; }
.link_blue a:hover { text-decoration:none; color:#7CAED3; }

.link_white a { text-decoration:none; color:#FFFFFF; }
.link_white a:hover { text-decoration:none; color:#FFFFFF; }

.link_pagination a{ font-size:15px; color:#333333;}
.link_pagination a:hover{color:#333333;}

.link_gray a{ color:#333333; }
.link_gray hover{color:#333333; }

.link_light_gray a{ color:#666666; }
.link_light_gray hover{color:#666666; }

.txt_white { padding-left:15px; color:#FFFFFF; }

.tf_text { border:1px solid #CCCCCC; font-size:12px; color: #666666; padding:3px; font-family:Arial, Helvetica, sans-serif; }
.tf_label_ob { color:#666666; font-weight:bold; }
.tf_label { color:#555555; }

.msgError { color:#EB0A0A; }

.destaque_form { font-size:14px; font-weight:bold; color:#666666; padding:3px; }

.cl_btn_form { border:1px solid #498BBB; background:#FFFFFF; font-size:14px; font-weight:bold; color:#488ABA; padding:3px; }
.cl_btn_form_mini { border:1px solid #498BBB; background:#FFFFFF; font-size:10px; font-weight:bold; color:#488ABA; padding:2px; }

.cl_btn_busca {
	border:0;
	background: url(../img/search.gif) center bottom no-repeat #FFFFFF;
	width:18px;
	height:16px;
	cursor:pointer;
}
.cl_tf_busca { font-size:11px; color:#666666; }

.hack_tf { background-color:#FFFFFF; padding:2px 3px 2px 0px; }

#rodape { font-size:10px; color:#FFFFFF; background:url(../img/backgroun_rodape.jpg) repeat-x #7CAED3; height:80px; }
#rodape_cont { padding:30px; }
#rodape_cont_left { float:left; width:50%; }
#rodape_cont_right { float:right; width:50%; text-align:right; }

