/* CSS Document */
#geral-principal {
	position: relative;
	margin-top: 0px;
	width: 760px;
	height: auto;
}
#seguranomeio-principal, #seguranomeio-interna {
	float: left;
	width: 760px;
	height: 100%;
	min-height: 300px;
	max-height: 100%;
	height: 300px;
	background-color:#fff;
}
#seguranomeio-interna{
	background-image: url(../img/bg-interna.gif);
	background-repeat: repeat-y;
	color:#333333;

}
html>body #seguranomeio-principal , #seguranomeio-interna{
	height: auto;/* Esta altura deve ficar com o valor auto; para que o Mozilla firefox reconheça o formato elástico. */
}
#topo{
	position: relative;
	width: 760px;
	height: 102px;
	background-image: url(../img/bg-topo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#rodape{
	clear:both;
	width: 740px;
	height: 25px;
	background-color:#97c3e2;
	padding:10px;
	color:#fff;
	text-align:left;
	border-top:10px solid #fff;
}

#esquerda{
	width:180px;
	float:left;
	height:300px;
	min-height: 300px;
	max-height: 100%;
	height: auto;
	height:100%;
}
#miolo{
width:580px;
float:left;
}

#miolo_interna{
	width:540px;
	padding:14px 20px 10px 20px;
	float:left;
	height:300px;
	min-height: 300px;
	max-height: 100%;
	height: auto;
	height:100%;
}

#base{clear:both;
width:760px;
margin:0 auto;
}

.voltar{
	width:175px;
	float:left;
	background-image: url(../img/bg-noticias.gif);
	text-align:right;
	padding:4px 5px 4px 0px;
	
}
.voltar a{color:#cc6666; text-decoration:none;}
.voltar a:hover, .paginacao a:hover{text-decoration:underline;}

.paginacao{
	width:560px;
	float:left;
	text-align:right;
	padding:4px 20px 4px 0px;
	background-color:#d2e4f1;
}
.paginacao a{color:#1e70ac; text-decoration:none;}
.paginacao a.anterior{color:#94bbd7; text-decoration:none;}
.paginacao a.selecionado{color:#cc6666; text-decoration:underline;}
