

/*------------------------------------------------------
E L E M E N T O S   G L O B A I S
------------------------------------------------------*/


* {
	font-family: Arial, sans-serif;
}

form {
	padding: 0;
}

html, body {
	font-size: 11px;
	margin: 0;
	background: #fff; 
}

input, select, textarea {
	font-size: 11px;
}

form {
	padding: 0;
	border: 0;
	margin: 0;
}

#erro {
	border: 1px solid red;
	padding: 3px 5px 3px 5px;
	color: red;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*------------------------------------------------------
E S T R U T U R A   P R I N C I P A L
------------------------------------------------------*/


#estrutura {
	position:relative;
	left:50%;
	background: #fff; 
	margin-left: -390px; 
	left: 50%;
	width: 780px;
}

#data {
	border-top: 2px solid #0c419a;
	float: left;
	height: 17px;
	padding: 3px 0 0 5px;
	width: 575px;
	background-color: white;
}

#pesquisa {
	border-top: 2px solid #0c419a;
	float: left;
	height: 20px;
	width: 200px;
	background-color: white;
}

#logotipo img {
	border: 0;
}

#rodape {
	clear: both;
	height: 53px;
	margin-top: 20px;
	padding: 60px 10px 10px 10px;
	background: url("/img/structure/rodape.png") no-repeat;
}

#rodape * {
	color: gray;
	text-decoration: none;
}

#redmonkey {
	display: none;
	float: right;
}

#redmonkey img {
	border: 0;
}

#w2f {
	float: right;
}

#w2f img {
	border: 0;
}



/*------------------------------------------------------
M E N U
------------------------------------------------------*/



#menu * {
	text-decoration: none;
}

#menu {
	clear: both;
	width: 780px;
	height: 30px;
	position: relative;
	z-index: 1;
	float: left;
	background: #018998;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	display: inline;
	float:left;
	position: relative;
}

#menu .principal {
	padding: 6px 15px 12px 15px;
}

#menu .principal a {
	font: 14px "Arial Narrow";
	color: white;
}

#menu .principal a:hover {
}

#menu ul li ul a:hover {
	padding-bottom: 0;
}

#menu .subMenu{
	padding-top: 5px;
	height: 20px;
}

#menu .subMenu ul{
	display: block;
	float: none;
}

#menu .subMenu ul li{
	display: block;
	float: none;
}

#menu .subMenu a {
	font: 11px "Arial";
	background: none;
	display: block;
	text-transform: none;
	font-weight: normal;
	color: black;
	text-indent: 10px;
}

#menu .subMenu a:hover {
	background: none;
	display: block;
	text-transform: none;
	color: black;
	padding: 0 10px 0 0;
}

#menu li ul {
	position: absolute;
	left: 5px;
	top: 30px;
	width: 200px;
	display: none;
	padding:0px;
	margin:0px;
	background-color: #f0f0f0;
	border-bottom: 2px solid #018998;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#menu li ul li{
	display: block;
	float: none;
	height:10px;
	background: none;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}



/*------------------------------------------------------
H O M E
------------------------------------------------------*/


#testera {
	clear: both;
	height: 265px;
	width: 780px;
}

#testera .logotipo {
	float: left;
	width: 359px;
	height: 235px;
	background: url("/img/structure/logotipo.png") no-repeat;
}

#testera #banner {
	float: left;
	width: 420px;
	height: 235px;
	background: url("/img/structure/banner_bg.png") no-repeat;
}



/*------------------------------------------------------
H O M E
------------------------------------------------------*/


#home {
	padding: 20px;
}

#home #noticias {
	float: left;
	width: 260px;
}

#home #noticias ul {
	list-style: circle;
	margin: 0px;
	margin-left: 15px;
	padding: 0 5px 0 10px;
}

#home #noticias #resumo {
	list-style: none;
	margin: 0px;
}

#home #noticias .noticias {
	padding: 13px;
}

#home #noticias a {
	color: #444;
	text-decoration: none;
}

#home #noticias li {
	text-align: justify;
	padding: 5px;
}

#home #destaques {
	float: left;
	width: 540px;
}


/*------------------------------------------------------
C O R P O
------------------------------------------------------*/


#corpo {
	clear: both;
	width: 780px;
}

#menuInterno {
	float: left;
	width: 200px;
	padding: 0;
	margin-top: 10px;
}

#menuInterno ul {
	list-style: none;
	padding: 5px 0 0 0;
	padding: 0;
	margin: 0;
}

#menuInterno li {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid silver;
}

#menuInterno * {
	text-decoration: none;
}

#conteudo {
	float: left;
	width: 550px;
	padding: 10px 15px 10px 15px;
}

a {
	color: #444;
}

#conteudo ul {
	list-style: circle;
	margin: 0px;
	margin-left: 15px;
	padding: 0 5px 0 10px;
}

#conteudo li {
	padding: 8px 0 0 0;
}

h1 {
	font-style: "Arial Narrow";
	color: #018998;
	font-size: 22px;
	font-weight: bold;
	height: 45px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 13px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p {
	text-align: justify;
}

#descricao_nicho {
	display: none;
	width: 100%;
	border: 0;
}

#descricao_produto {
	display: none;
	margin-top: 20px;
	width: 500px;
	border: 1px solid silver;
}

#descricao_produto thead {
	background-color: #d0d0d0;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	height: 22px
}

#descricao_produto tbody {
	background-color: #e0e0e0;
}

#descricao_produto tbody td {
	width: 250px;
	padding: 3px;
	vertical-align: top;
}

#conteudoDoc {
	float: left;
	width: 750px;
	padding: 10px 15px 10px 15px;
}

#voltar {
	text-align: right;
	padding: 20px 5px 0 0;
}

#voltar a {
	color: #444;
}

.label {
	float: left;
	width: 150px;
	padding: 2px;
}

.campo {
	width: 550px;
	float: left;
	padding: 2px;
}

.botao {
	text-align: center;
	clear: both;
	padding: 15px 0 0 0;
}

.botao input {
	padding: 2px 10px 2px 10px;
}

.grupo .campo {
	clear: both;
	width: 400px;
	padding: 0;
}