/* Elementos html - Início */
* {
	margin:0;
	padding:0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	white-space:normal;
}

center {
	text-align:center;
}

body {
	text-align:left;
	background:#f9f9f9;
}

p {
	padding:5px 0px 5px 0px;
}

h1, h2, h3, h4, h5 {
	padding:5px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#336699;	
}

h1 {
	font-size:125%;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

tr {

}

td {
	padding:2px;
}

img {
	border:0;
}

input, select, textarea {

}

ul {
	list-style:none;
}

ol {

}

li {

}

li a {

}

hr {

}

div {

}

a {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a:active {

}

a:visited {

}
/* Elementos html - Fim */

/* Elementos comuns - Início */
#principal {
	position:absolute;
	width:850px;
	
	margin-left:-425px;
	left:50%;
	
	background:#FFF;
	border-top:#f9f9f9 25px solid;
}

#topo {
	width:850px;
	clear:both;
	
	background:#FFF;
	
	border-top:1px solid #e3e6ef;
	background:#f9f9f9;
}

#topo .dummy {
	width:100%;
	clear:both;
}

#rodape {
	width:850px;
	clear:both;
	text-align:center;
	padding:10px 0;
	background-color:#FFFFFF;
}

#conteudo {
	width:620px;
	float:right;
	padding:0px 20px 0px 0px;
}

#lateral_direita {
	display:none;
}

#lateral_esquerda {	
	width:180px;
	_width:220px;
	float:left;
	padding:0px 10px 0px 10px;
}

#logo {
	float:left;
	width:100%;
	margin:20px;
}

#idioma {
	float:right;
	clear:both;
}

/* 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;
}

#enquete {
	
}

/* Elementos comuns - Fim */

/* Banners flat */
#banner_flat {
	width:820;
	clear:both;
	text-align:center;
	padding:15px 0;
	background:#FFF;
}

#container {
	float:left;
	width:100%;
	background:#FFF;
	padding-top:10px;
}

/* Banners 468x60 */
#banner_full {
	text-align:right
}

/* Banners 120x60 */
#banner_retangulo {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_vertical {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_horizontal {	
	width:100%;
	text-align:center;
}

#menu_institucional_horizontal .canto_superior, #menu_institucional_horizontal .canto_superior div, #menu_institucional_horizontal .canto_inferior, #menu_institucional_horizontal .canto_inferior div {
	display:none;
} 

#menu_institucional_horizontal ul {
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}

#menu_institucional_horizontal ul li {
	display:inline;
	line-height:30px;
}

#menu_institucional_horizontal ul li a {
	font-family:"Trebuchet MS";
	font-weight:bold;	
	color:#518000;
	padding:8px;
	font-size:14px;
}

#menu_institucional_horizontal ul li a:hover {
	background:#f2f2f2;
}


/* 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 {
	width:100%;
	margin-bottom:10px;
	border:1px solid #e6e6e6;
	border-top:0;
	background:#FFF url(bg_box_h1.gif) top repeat-x;
	padding:0px 3px 0px 3px;
}

.box_0 h1, .box_1 h1, .box_2 h1, .box_3 h1, .box_4 h1, .box_5 h1 {
	margin-bottom:10px;
}

.canto_superior, .canto_superior div, .canto_inferior, .canto_inferior div {
	position:relative;
	width:100%;
}

.canto_superior {
	height:8px;
	left:-4px;
	background:url(bg_canto_superior_esquerdo.gif) top left no-repeat;
}

.canto_superior div {
	height:8px;
	right:-8px;
	background:url(bg_canto_superior_direito.gif) top right no-repeat;
}

.canto_inferior {
	height:8px;
	left:-4px;
	bottom:-1px;
	background:url(bg_canto_inferior_esquerdo.gif) bottom left no-repeat;
}

.canto_inferior div {
	height:8px;
	right:-8px;
	background:url(bg_canto_inferior_direito.gif) bottom right no-repeat;
}

/* Quadros - Fim */

/* Classes - Início */
.erro {
}

.sucesso {
}

.atencao {
}
/* Classes - Fim */