@charset "utf-8";
/* CSS Document */

#fundoPrincipal{
	margin: 0px auto;
	clear:both;
	background:url(/img/fundoPrincipal.JPG);
}

#quadroImagem{
	margin: 0px auto;
	height: 385px;
	width: 860px ;
	background:url(/img/fundoPrincipal.JPG);
}

#quadroImagem img {
	border:none;
	height: 385px;
	width: 860px ;
}

#quadroImagemIE{
	margin: 0px auto;
	height: 380px;
	width: 850px;
}

#quadroPrincipal{

	width: 860px;
	background:url(/img/fundoNoticias.jpg);
	margin:0px auto;
	float:left;
	
}

#quadroEsquerdo{
	float:left;
	width:400px;
}

#quadroDireito{
	float:right;
	width:400px;
}

#tituloEsquerdo{
	width:380px;
	height:44px;
	background:#000000;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #ffcb08;
	color:#ffcb08;
	text-align: right;
	font: 14pt/14pt Arial;
	padding-top: 16px;
	padding-right: 10px;
}

#tituloDireito{

	width:380px;
	height:44px;
	background:#000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffcb08;
	color:#ffcb08;
	font: 14pt/14pt Arial;
	padding-top: 16px;
	padding-left: 10px;
}

#textoEsquerdo{
	text-align:justify;
	font-size: 13px;
	padding:15px;
	text-align:right;
}

#textoEsquerdo a {
	color:#000000;
}

#textoEsquerdo a:hover {
	color:#555555;
}

#textoDireito a:hover {
	color:#555555;
}

#textoDireito{
	text-align:justify;
	font-size: 13px;
	padding:15px;
	text-align:left;
}


#textoDireito a {
	color:#000000;
}