html, body {height: 100%;}
body {
	margin: 0;
	padding: 0;
	background-image: url("http://www.sinergia-spe.net/editoraeletronica/images/fundojornal.jpg");
	background-color: #EEEEEE;
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 12px;
}
#moldura {
	width: 760px;
	position:relative;  /*Contexto de posicionamento */
	background-color: #FFFFFF; /*#EEEEE0*/
	color: rgb(38,35,36);
	margin: 0 auto;
	padding: 0;
	text-align: left;
	min-height: 100%;
	border: solid #EEEEE0;
	border-width: 0 2px;
}
* html #moldura {height: 100%; /* hack para IE6 */
}
#miolo {
	width: 740px;
	background-color: #FFFFFF;
	text-align: center;
	/*border-top: 20px solid #EEEEE0;*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	/*overflow: auto;*/
}
#miolo_esquerda {
	float: left;
	width: 130px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 30px;
	font-size: 9px;
}
#noticia_banner {
	width: 120px;
	margin: 3px auto;
	text-align: left;
	border: 1px solid #29166F;
	/*font-size: 9px; definido em #miolo_esquerda*/
	padding: 2px;
}
#cultura_banner {
	width: 120px;
	margin: 3px auto;
	text-align: left;
	border: 1px solid #29166F;
	/*font-size: 9px; definido em #miolo_esquerda*/
	padding: 2px;
}
#miolo_meio {
	float: left;
	width: 460px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#miolo_meio_maior {
	/* usado quando #miolo_direita é inibido */
	float: left;
	width: 590px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#miolo_direita {
	float: right;
	width: 130px;
	text-align: left;
	padding-bottom: 30px;
}
#cabecalho {
	width: 760px;
	/*background-image: url("../imagem/imagens_top5.jpg");*/
	height: 124px;
	/*border-top: 2px solid #C0C0C0; /*#FFFFCC; /*#EEEEE0;*/
}
#cabecalho_esquerda {
	float: left;
	width: 230px;
	text-align: center;
}
#cabecalho_direita {
	float: right;
	width: 530px;
	text-align: center;
}
#intermedio {
	width: 760px;
	background-color: #FFF; /*#c8c2a7; ou #DCD8C7*/
	/*border-top: 20px solid #EEEEE0;*/
	height: 30px;
	font: normal 12px Arial, Verdana,Helvetica,sans-serif; /*normal 9px verdana, sans-serif; */
	color: #000;
	text-align: center;
	padding-top: 4px; /* 2008-06-07 IE*/
}
#rodape {
	width: 760px;
	height: 20px;
	position: absolute;
	bottom: 0;
	background-color: #FFF; /*#EEEEE0;*/
	font: bold 9px verdana, sans-serif; 
	/*color: #FFFFFF;*/
	text-align: center;
	line-height: 18px;
	/*border-bottom: 2px solid #C0C0C0;*/
}
#rodapedir {float: right; text-align: right; padding-right: 5px; color: #C0C0C0;}
#rodapeesq {float: left; padding-left: 5px; color: #C0C0C0;}
.limpa {clear: both;}
.data_noticia {font-size: 9px;}

.bordapreta {border: 1px solid #000;}
table {font-size: 10px;}

h1,h2,h3 {font-family: arial,sans-serif;}
h1 {font-size: 32px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h1.titulo_pagina {text-align: center;}
h3.titulo_cabecalho {font: bold 18px arial,sans-serif; color: rgb(0,77,97);}

a:link, a:visited { color: rgb(38,35,36); text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }

a.linkrodape:link, a.linkrodape:visited { color: #C0C0C0; text-decoration: none; }
a.linkrodape:hover { color: #FF0000; text-decoration: underline; }

a.ee_store:link, a.ee_store:visited { color: #C0C0C0; text-decoration: none; }
a.ee_store:hover { color: #C0C0C0; text-decoration: underline; }

a.linkvisivel:link, a.linkvisivel:visited { color: rgb(38,35,36); text-decoration: underline; }
a.linkvisivel:hover { color: #FF0000; text-decoration: underline; }

/* menu */
p.barNav {position:relative;}
.barNav a, .barNav a:visited {
	font: 12px Arial, Verdana,Helvetica,sans-serif;
	color: #000000;
	text-decoration: none;
	background: #eeeeee;
	text-align: center;
	padding: 1px 5px;
	margin-right:-1px;
	border: 0;
}
.barNav a:hover {
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #666666;
}

.barNav a span { 
	display:none;
}

.barNav a:hover span {
	display: block;
	position: absolute; 
	top:25px; 
	left:0; 
	width: 200px;
	padding: 2px 0; 
	color: #666; 
	background:#fffff0;
	font-size: 12px; 
	border:2px dotted #000; 
	text-align:center;
}
/* menu  - FIM*/

