﻿body
{
	margin: 0;
	padding: 0;
}

#conteudo
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#cabecalho
{
	width: 900px;
	height: 139px;
}

#logoEsq
{
	width: 162px;
	height: 139px;
	float: left;
}

#logoEsq a
{
	text-decoration: none;
	color: #006c98;
	float: left;
	margin-top:80px;
}

#tituloRelease
{
	float: left;
	width: 523px;
	height: 139px;
}

#logoDir
{
	width: 215px;
	height: 139px;
	float: left;
}

#lateralesq
{
	width: 150px;
	height: 10px;
	float: left;
}

#lateraldir
{
	width: 150px;
	height: 10px;
	float: left;
}

#textoRelease
{
	width: 580px;
	height: 543px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

#textoRelease a 
{
	text-decoration: none;
	color: #006c98;
}

#aux
{
	overflow: auto;
	height: 543px;
	margin-top: 10px;
}

