/* Elementos html - Início */
* {
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
	white-space:normal;
}

center {
	text-align:center;
}


body {
}

p {
	padding:5px 0px 5px 0px;
}

h1, h2, h3, h4, h5 {
	padding:1px;
	font-family:Verdana;
	color:#336699;	
}

h1 {
	font-size:120%;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

tr {

}

td {
	padding:0px;
}

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:#f6ffe5 25px solid;
}

.topo {
	clear:both;
	border:2px solid #e3e6ef;
	background:#f9f9f9;
}

.topo2 {
	clear:both;
	border-left:2px solid #e3e6ef;
	border-right:2px solid #e3e6ef;
	border-bottom:2px solid #e3e6ef;
	background:#ffffff;
}



#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%;

	background:#f9f9f9;
}

#menu_institucional_horizontal ul {
	list-style:none;
	/*margin-left:auto;
	margin-right:auto;*/
}

#menu_institucional_horizontal ul li {
	display:inline;
	border-left:#336699 1px solid;
}

#menu_institucional_horizontal ul li a {
	padding:5px;
	font-weight:bold;	
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:underline;
}

#menu_institucional_horizontal ul li a:hover {
	background:#d9e2eb;
}

#menu_institucional_horizontal .canto_superior, #menu_institucional_horizontal .canto_inferior {
	display:none;
}
.link_parceiro{
	color:#000000;
	border-top: 2px solid #e3e6ef;
	border-left:2px solid #e3e6ef;
	border-right:2px solid #e3e6ef;
	border-bottom:2px solid #e3e6ef;
	background:#ffffff;
}

/* 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 */