/* PRINCIPAL */
.Principal{
	width:1000px;
	height:1206px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.tituloPrincipal{
	height:30px;
	font-family:Arial;
	font-size:24px;
	text-align:left;
	color:#0080c0;
}

.conteudoPrincipal{
	border-width: 1px;
	border-style: solid;
	border-color: #def1f6;
}

.txtPrincipal{
	font-size:12px;
	font-family:Arial;
	text-align:left;
	color:#0080c0;
}

.txtPrincipal a{
    text-decoration:none;
    color:#0080c0;
}

.txtPrincipal a:hover{   
    text-decoration:none;
	color:#004080;
}

.txtPrincipal input{
	border:1px solid #80c0e0;
	font-size:12px;
	font-family:Arial;
}

.txtPrincipal textarea{
	border:1px solid #999999;
	font-size:14px;
	font-family:Arial;
}

.txtPrincipal select{
	border:1px solid #999999;
	height:25px;
	font-size:14px;
	font-family:Arial;
}

.txtPrincipalForm{
	font-family:Arial;
	font-size:14px;
	text-align:right;
	color:#0080c0;
}

.separadorPrincipal{
	background-color:#def1f6;
	margin-left:auto;
	margin-right:auto;
}

/* BLOCOS */
.PrincipalBanner{
	width:550px;
	height:355px;
	position:absolute;
	left:25px;
	top:25px;
}

.PrincipalNamidia{
	width:375px;
	height:355px;
	position:absolute;
	left:600px;
	top:25px;
}

.PrincipalNewsletter{
	width:550px;
	height:70px;
	position:absolute;
	left:25px;
	top:356px;
	background:url('../images/principal/newsletter_bg.jpg');
}

.PrincipalGeral{
	width:675px;
	height:615px;
	position:absolute;
	left:25px;
	top:451px;
}

.PrincipalIMC{
	width:250px;
	height:330px;
	position:absolute;
	left:725px;
	top:536px;
	background:url('../images/principal/imc_bg.jpg');
}

.PrincipalIndique{
	width:250px;
	height:145px;
	position:absolute;
	left:725px;
	top:806px;
	background:url('../images/principal/indique_bg.jpg');
}

.PrincipalLogin{
	width:250px;
	height:175px;
	position:absolute;
	left:725px;
	top:891px;
}
/* PUBLICIDADE */
.PrincipalPubLateral{
	width:250px;
	height:60px;
	position:absolute;
	left:725px;
	top:451px;
	text-align:center;
}

.PrincipalPubRodape{
	width:950px;
	height:90px;
	position:absolute;
	left:25px;
	top:1091px;
}
/* FIM PUBLICIDADE */

/* INÍCIO NOTÍCIAS*/
.noticiasPrincipal{width: 150px;}
.principalImagem{border: 1px solid #d4e3e8; width: 148px; height: 148px;}
.principalTitulo{padding: 10px 0px 0px 0px;}
.principalResumo{padding: 14px 0px 0px 0px;}
.principalResumo a{color: #666;}

.noticiasDestaque{}
.destaqueTitulo{padding: 5px 5px 0px 5px;}
.destaqueResumo{padding: 5px 5px 5px 5px;}
.destaqueResumo a{color: #666;}
.destaqueClaro{background: #fff;}
.destaqueEscuro{background: #f0f0f0;}
/* FIM NOTÍCIAS */
/* FIM BLOCOS */
/* FIM PRINCIPAL */
