/* Elementos html - Início */
* {
	margin:0;
	padding:0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	white-space:normal;
	
	text-align:left;
	
	color:#665f53;
}

html {
	background:#134b8c url(bg_html.jpg) top left repeat-x;
}

center {
	text-align:center;
}

body {
	background:url(bg_body.gif) top left no-repeat;
	background-position:0px 0px;
	text-align:center;
}

p, h1, h2, h3, h4, h5 {
	padding:5px 0;
}

h1 {
	font-size:160%;
	font-family:"Trebuchet MS";
}

h2 {
	font-size:120%;
	font-family:"Trebuchet MS";
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

tr {

}

td {
	padding:0;
}

img {
	border:0;
}

input, select, textarea {

}

ul {
	list-style:none;
}

ol {

}

li {

}

li a {

}

hr {

}

div {

}

a {

}

a:hover {
	color:#134b8c;
	background:#EEF;
}

a:active {

}

a:visited {

}
/* Elementos html - Fim */

/* Elementos comuns - Início */
#principal {
	width:825px;
	margin:auto;
	
	background:#FFF url(bg_body_4.jpg) right bottom no-repeat;
	margin-top:75px;
	
	margin-bottom:20px;
}

#topo {
	width:100%;
	clear:both;
	
	background:url(bg_body_2.jpg) right top no-repeat;
}

#topo table {
	background:url(bg_tabela_topo.jpg)	no-repeat;
	background-position:12px 12px;
}

#topo .dummy {
	width:100%;
	clear:both;
	_display:none;
}

#rodape {
	width:100%;
	clear:both;
	
	text-align:center;
	line-height:30px;
	
	border-top:1px dotted #CCCCCC;
	
	background:url(bg_body_3.jpg) left bottom no-repeat;
}

#container {
	width:825px;
	clear:both;
	
	border-top:1px dotted #CCCCCC;
	
	float:left;
}

#conteudo {
	width:570px;
	_width:580px;
	float:left;
	margin-left:10px;
	padding-top:10px;
	overflow:hidden;
}

#lateral_direita {
	display:none;
}

#lateral_esquerda {	
	width:210px;
	_width:220px;
	float:left;
	margin-left:10px;
	_margin-left:5px;
	
	border-right:1px dotted #CCCCCC;
	padding:10px 10px 0 0;
}

#logo {
	float:left;
	width:100%;
	min-height:150px;
	_height:150px;
	
	padding:40px 0 0 50px;
	background:url(bg_body_1.jpg) left top no-repeat;
}

#idioma {
	position:absolute;
	top:5px;
	left:50%;
	margin-left:340px;
}

/* Box com fomrulário para cadastro de newsletter */
#cadastro_newsletter {
	
}

/* Box com fomrulário para login no sistema */
#login {
	
}

#cadastro_newsletter td, #login td {
	padding:3px 3px 3px 0px;
	white-space:nowrap;
}

#cadastro_newsletter nobr {
	background:#FFF;
}

#enquete {
	
}

/* Elementos comuns - Fim */

/* Banners flat */
#banner_flat {
	width:100%;
	clear:both;
	text-align:center;
	padding:5px 0;
	overflow:hidden;
}


/* Banners 468x60 */
#banner_full {
	text-align:right;
	margin-right:15px;
}

/* Banners 120x60 */
#banner_retangulo {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_vertical {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_horizontal ul {
	position:absolute;
	top:45px;
	width:825px;
	list-style:none;
	float:left;
}

#menu_institucional_horizontal ul li {
	float:left;
}

#menu_institucional_horizontal ul li a {
	float:left;
	color:#FFF;
	padding:4px 10px;
	border-right:1px solid #FFF;	
	font-weight:bold;
}

#menu_institucional_horizontal ul li a:hover {
	color:#134b8c;
	background:#FFF;
}


/* Quadros - Início */
#quadro_1, #quadro_2, #quadro_3, #quadro_4 {
	
}
/* Quadros - Fim */

/* Quadros - Início */
.box_0, .box_1, .box_2, .box_3, .box_4, .box_5, #menu_produto {
	margin-bottom:10px;
	width:100%;
}

.box_0 h1, .box_1 h1, .box_2 h1, .box_3 h1, .box_4 h1, .box_5 h1, #menu_produto h1 {
	background:url(bg_h1.jpg) top left no-repeat;
	padding:0;
	height:50px;
	line-height:40px;
	white-space:nowrap;
	color:#FFF;
	text-indent:10px;
	margin-bottom:5px;
}

.box_5 h1 {
	position:relative;
	margin-top:-59px;
	background:none;
}

.canto_superior, .canto_superior div, .canto_inferior, .canto_inferior div {
	display:none;
}

.box_5 .canto_superior, .box_5 .canto_superior div {
	width:100%;
	height:59px;
	display:block;
}

.box_5 .canto_superior, .box_5 .canto_superior div {
	background:url(bg_h1_3.jpg) top left no-repeat;
}

.box_5 .canto_superior div {
	background:url(bg_h1_2.jpg) top right no-repeat;
}

/* Quadros - Fim */

/* Classes - Início */
.erro {
}

.sucesso {
}

.atencao {
}
/* Classes - Fim */