/* ----------------------------------------- */
/*  Cabecalho da página ---------------------*/

.topo_pagina {
	height: 78px;
	width: 780px;
	_width: 783px;
	margin-right: auto;
	margin-left: auto;

}

.topo_esquerda, .topo_direita {
	border-top: #888888 2px solid;
	border-bottom: #888888 2px solid;
	padding-top:5px;
	padding-bottom:5px;

	text-align:center;

	float: left;

	width: 145px;

}

.topo_central {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	width:478px;
/*	border-top: 4px solid #128AC6; */
	text-align: center;

}

/* ----------------------------------------- */

/* ----------------------------------------- */
/*  Corpo da página -------------------------*/

.corpo_pagina {
	width: 780px;
	_width: 784px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 5px solid black;
	height: 460px;
	padding-bottom: 7px;
	_padding-bottom: 0px;
	text-align: left;
}

.corpo_coluna_esquerda, .corpo_coluna_direita {
	float: left;
	width: 148px;  /* Demais navegadores */
	_width: 155px; /* IE */
	height: 460px;
	_height: 465px;
	background-color:#87A1B8;
	margin-top: 2px;
	border-bottom: 5px solid white;
}


.corpo_coluna_central {
	float: left;
	width: 470px;
	height: 460px;
}

