/* Elementos html - Início */
* {
	margin:0;
	padding:0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	white-space:normal;
}

body {
	background:#FFF;
}

p {
	padding:5px 0px 5px 0px;
}

h1, h2, h3, h4, h5 {
	padding:5px;
	font-family:"Trebuchet MS";
}

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:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a:active {

}

a:visited {

}
/* Elementos html - Fim */

/* Elementos comuns - Início */
#principal {
	width:100%;
	
	background:url(bg_principal.jpg) top repeat-x;
}

#topo {
	width:100%;
	height:200px;
	clear:both;
		
	background:url(bg_topo.jpg) no-repeat;
}

#topo .dummy {
	width:100%;
	clear:both;
}

#rodape {
	width:100%;
	clear:both;
	text-align:center;
	padding:10px 0px;
	border-top:#00adef 1px solid;
	background:#d9e9ef;
}

#container {
	margin-top:5px;
	width:100%;
	display:block;
	float:left;
}

#conteudo {
	width:79%;
	float:left;
	margin-left:10px;
	overflow:hidden;
}

#lateral_direita {
	display:none;
}

#lateral_esquerda {
	width:20%;
	float:left;
}

#logo {
	width:240px;
	height:170px;
}

#logo img {
	
}

#logo a {

}

#idioma {
	float:left;
	margin:0px 10px 10px 10px;
}

/* Box com fomrulário para cadastro de newsletter */
#cadastro_newsletter {
	
}

/* Box com fomrulário para login no sistema */
#login {
	background:url(Desenvolvido_WSF1.gif) bottom center no-repeat;
	padding-bottom:80px;	
}

#cadastro_newsletter td, #login td {
	padding:3px 3px 3px 0px;
}

#enquete {
	
}

/* Elementos comuns - Fim */

/* Banners flat */
#banner_flat {
	width:100%;
	text-align:center;
	clear:both;
}

#topo table td {
	vertical-align:top;
}

/* Banners 468x60 */
#banner_full {
	width:100%;
	text-align:center;
	margin-top:20px;
}

/* Banners 120x60 */
#banner_retangulo {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_vertical {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_horizontal {
	margin-top:10px;
	_margin-top:15px;
	
	width:100%;
	text-align:center;
	
	background:#e9f0f3;
	border-top:#00adef 1px solid;
	border-bottom:#00adef 1px solid;
	
	margin-bottom:5px;
}

#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:#0089cf;
	padding:8px;
}

#menu_institucional_horizontal ul li a:hover {
	background:#c8e3ed;
}

/* 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 {
	width:100%;
	border:#CCC 1px solid;
	margin-bottom:10px;
}

.box_0 h1, .box_1 h1, .box_2 h1, .box_3 h1, .box_4 h1, .box_5 h1, #menu_produto h1 {
	padding:0px 10px;
	background:url(bg_box_h1.jpg) top repeat-x;
	border-bottom:#CCC 1px solid;
	margin-bottom:10px;
	height:30px;
	line-height:30px;
	color:#0089cf;
}

.canto_superior, .canto_superior div, .canto_inferior, .canto_inferior div {
	display:none;
}
/* Quadros - Fim */

/* Classes - Início */
.erro {
}

.sucesso {
}

.atencao {
}
/* Classes - Fim */