@charset "utf-8";
/* CSS Document */

body	{
	background-color: #CCC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}

#principal	{
	width: 100%;
	height: auto;
	}

#edicaofundo	{
	background-color: #000;
	width: 100%;
	height: 15px;
	}

#edicao	{
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
	text-align: right;
	}

#cabecalhofundo	{
	background-image: url(../images/fundocabecalho.png);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
	border-top: #999 thick solid;
	}

#cabecalho	{
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
	height: 200px;
	border: 0;
	}

#menu	{
	width: 800px;
	margin-left: -400px;
	left: 50%;
	bottom: 0;
	position: absolute;
	}

#ed	{
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 1;
	text-decoration: none;
	}

#conteudofundo	{
	background-color: #FFF;
	width: 100%;
	border-top: #2bbbef thick solid;
	border-bottom:  #2bbbef thick solid;
	position: relative;
	display: table;
	}

#conteudo	{
	width: 800px;
	margin-top: 0px;
	margin-left: -400px;
	left: 50%;
	border: 0;
	position: relative;
	display: table;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	}

#capa	{
	border: 0;
	float: right;
	padding-left: 20px;
	padding-right: 5px;
}

/* BANNERS */

#homehoriz	{
	border: 0;
	text-align: center;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 20px;
}