*{
	/*border: 1px #000 solid; */
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	background:url(../i/bgSite2.gif);
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	margin:2px;
	padding:2px;
	margin-top:0;
	padding-top:0;
}

/******************** ESTRUTURA *****************************************/

#bg {background:url(../i/base06.gif); background-position: center center;}
#moldeCorpo { width:778px;_width:780px;text-align:left;margin:auto;background:#AECDCE;padding:1px;}
#moldeBackground { width:778px; background-image:url(../i/bg.gif);}
#moldeBackground2 { width:778px; background-image:url(../i/bg2.gif);}
#moldeEsq{float:left; width:560;}
#moldeLinha1, #moldeLinha2 {clear:both;}
#moldeDir{float:right; width:215; border-right}

/********************* CABEÇALHO *******************************************/

#head {
	margin:auto;
	width:778px;
	height:122px;
	text-align:left;
	background:#FFF;
}
#logo {
	width:120px;
	height:123;
	margin-left:0px;
	top:1px;
	text-align:center;
	padding:12;
}
#menuTop {
	border: 0px solid black;
	width:628px;
	height:10;
	position:absolute;
	margin-left:150px;
	top:1px;
	text-align:right;
}
#menuMiddle {
	background-repeat:no-repeat;
	background-image:url(../i/bgMenu2.gif);
	width:658px;
	height:20;
	position:absolute;
	margin-left:120px;
	top:103px;
}
#bannerTop {
	width:627px;
	height:84;
	position:absolute;
	margin-left:150px;
	top:18px;
	text-align:right;
}
#busca {
	float:right;
	margin:0;
	border:none;
	list-style:none;
}
#buscalupa {
	float:right;
	width:100;
	margin:0;
	border:none;
	padding:2;
	_padding:1;
	list-style:none;
}
.campoBusca {
	height:16px;
	margin:0;
	border:none;
	padding:1;
	width:100px;
	font-size:9px;
	color:#555555;
}

/******************** BLOCOS DE CONTEÚDO ********************/

#conteudo {
	background-image:url(../i/bg.gif);
	width:778px;
	text-align: left;
}
#bannerCenter {
	width: 563;
}
#destaque {
	float:left;
	width:191;
	height:215;
}
#noticias {
	float:right;
	width:368;
	height: 250px;
}
#bannerBottom1 {
	float:left;
	width:192;
	background:#CDE1E2;
}
#bannerBottom2 {
	float:right;
	background:#CDE1E2;
	width:368;
}
#colunaDireita {
	background:#FFF;
}
#depoimento {
	height:176;
	max-height:176px;
	min-height:176px;
	overflow:hidden;
}
#formPC {
	height:106px;
}
#formNewsletter {
	height:106px;
}
#parceiro {
}
#parceiroConteudo {
	margin-left:25px;
}

/*********************** MENU *****************************/

#nav, #nav ul { /* all lists */
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
	margin:0 0 1em 0;
}
#nav a {
	padding:5px 0px 0px 8px;
	color:white;
	display: block;
	height:15px; /*--*/
	_height:20px; /*--*/
	width:112px;
	_width:120px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#nav a.daddy {
	background:url(../i/rightarrow3.gif) center right no-repeat;
}
#nav a:hover {
	color:lightblue;
	background:#003366;
	height:15px; /*--*/
	_height:20px; /*--*/
}
#nav li { /* all list items */
	height:20px; /*--*/
	margin-top:0px;
	float:left;
	width:96px; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	border:1px solid lightblue;
	z-index: 10;
	position:absolute;
	background:#336699;
	width:120px;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin:-17 0 0 110;
	_margin:-17 0 0 110;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
img.icone {
	height:13px;
	width:13px;
	border:0;
}
li.raiz {
	height:20px;
}

/************* CLASSES ************************************/

.titulo {
	background-image:url(../i/bgTitulo.jpg);
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#21497D;
}
.tituloSecao {
	height:40;
	background:url(../i/bgTituloInterno.gif);
	background-color:#214774;
	font:bold 13pt Arial,Helvetica;
	color:white;
}
.tituloInterno {
	font-size:8pt;
	font-weight:bold;
	color:#21497D;
}
.tituloRight {
	background:url(../i/bgTituloInterno.gif);
	height:40;
	background-color:#214774;
	font-weight:bold;
	font-size:8pt;
	color:white;
}
.conteudoPq, .conteudoPqPadding {
	font-size:10px;
	color:#757575;
	font-weight:normal;
}
.conteudoPqPadding {
	padding-left:21;
	padding-right:15;
}
.parceiroTitulo {
	display:block;
	float:left;
	height:20;
	width:60;
	padding-top:15px;
	padding-right:25px;
	font-size:10px;
	color:#757575;
}
.campoHome {
	height:16px;
	width:110px;
	font-size:10px;
}
.submitHome {
	height:16px;
	width:22px;
	font-size:9px;
	border:none;
}
.divisor {
	height:3px;
	background:#CDE1E2;
	width:100%;
	clear:both;
}
.quotationAbre {
	background: url(../i/aspas1.gif) left top no-repeat;
}
.quotationFecha{
	background: url(../i/aspas2.gif) right bottom no-repeat; padding: 0 26px;
}
.linkP {
	text-decoration:none;
	color:#21497D;
}
.linkP:hover {
	text-decoration:underline;
	color:#000066;
}
.linkColunaDirB {
	text-decoration:none;
	font-size:7pt;
	font-weight:bold;
	color:#8A8A98;
	height:10px;
	display:block;
}
.linkColunaDirB:hover{
	color:#000088;
}
.linkColunaDir {
	text-decoration:none;
	font-size:7pt;
	color:#8A8A98;
}
.linkColunaDir:hover{
	color:#000088;
}
.linkX, .linkDepoimentos {
	font-size:10px;
	color:#3D8CB9;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0 5px 0px;
	float:left;
}
.linkX {
	display: block;
}
.linkX:hover{
	color:#000066;
}
.linkDepoimentos:hover{
	color:#000066;
}
.imagem {
	margin-right:20px;
	margin-left:-35px;
	align:left;
	border:0;
}
.linhaImpar, .linhaPar {
	background:url(i/hSeta.gif) no-repeat 22px 12px;
	background-color:#F6F6F6;
	padding-left:38px;
	padding-top:10px;
	padding-bottom:10px;
}
.linhaPar {
	background-color:#FFFFFF;
}
.linhaImparB, .linhaParB {
	background-color:#F6F6F6;
	padding-left:38px;
	padding-top:10px;
	padding-bottom:10px;
}
.linhaParB {
	background-color:#FFFFFF;
}
.conteudoResumo, .conteudoInterno{
	padding-top:4px;
	padding-right:30px;
	font-size:7pt;
	color:#747474;
}
.conteudoInterno{
	padding-right:10px;
}
.conteudoRight, .conteudoRightBuscaInterna {
	font-size:7pt;
	font-weight:bold;
	color:#8A8A98;
}
.conteudoRightBuscaInterna {
	padding-bottom:5px;
}
.bgRight1, .bgRight2 {
	background-color:#F0EFEF;
	padding-left:22px;
	padding-top:12px;
	padding-bottom:12px;
}
.bgRight2 {
	background-color:#F8F8F8;
}
.formElementPro {
	padding-top:5px;
	list-style: none;
	padding-bottom:3px;
	border-top: 1px solid #CCE0E1;
	color:#555555;
	font-size:9pt;
}
.formTitulo2,.formTitulo {
	display:block;
	float:left;
	width:200;
	padding-left:40px;
	padding-top:3px;
	font-size:10px;
	color:#555555;
}
.formTitulo {
	width:60;
	padding-left:10px;
	color:#757575;
}
.formElement2{
	padding-top:5px;
	list-style: none;
	padding-bottom:3px;
	border-top: 1px solid #CCE0E1;
	color:#555555;
	font-size:9pt;
}
.formElement{
	font-size:8px;
	list-style: none;
	padding-bottom:3px;
}
.formOl2 {
	text-align:left;
}
.star {
	color:red;
}

