@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#000;
	background-image:url(../imagens/layout/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#CDAB76;
}
#tudo {
	width:100%;
	text-align:center;
}
#topo {
	width:940px;
	height:250px;
	margin:auto;
	text-align:left;
	background-image:url(../imagens/layout/fundoTopo.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	position:relative;
}
/* HEADER*/
#menuTop {
	width:300px;
	height:20px;
	position:absolute;
	top:0px;
	left:640px;
}
#marca {
	width:524px;
	height:124px;
	position:absolute;
	top:56px;
	left:25px;
}
#data {
	width:286px;
	height:52px;
	position:absolute;
	top:62px;
	left:651px;
}
#chamada {
	width:450px;
	height:38px;
	position:absolute;
	top:188px;
	left:485px;
	text-align:right;
}
#migalhas {
	width:450px;
	height:17px;
	position:absolute;
	top:230px;
	left:485px;
	color:#666;
	text-align:right;
}
#miolo {
	width:940px;
	margin:auto;
	text-align:left;
}
#menu {
	width:195px;
	float:left;
}
#menuInterno {
	height:330px;
	padding: 85px 0 0 30px;
}
#patrocinadores {
	height:280px;
	padding: 15px 0 0 0;
}
#fauxRowTop {
	width:730px;
	float:right;
	background-image:url(../imagens/layout/fauxRow.gif);
	background-position:right top;
	background-repeat:repeat-x;
}

#fauxRow {
	background-image:url(../imagens/layout/fauxRow.gif);
	background-position:right bottom;
	background-repeat:repeat-x;
}
#conteudo {
	width:730px;
	background-color:#FFF;
}
#conteudoInterno {
	padding:8px;
	position:relative;
}
#voltar{
	display:block;
	padding:10px 8px;
	clear:both;
}
#peConteudo {
	width:730px;
}
#rodape {
	width:940px;
	height:80px;
	margin:auto;
	text-align:left;
	padding-top:15px;
}
/* basicos */

p {
	margin:6px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:5px 0;
}
.negrito {
	font-weight:bold;
}
.clear {
	clear:both;
}
a:link {
	color: #5c8f52;
	text-decoration: none;
}
a:visited {
	color: #5c8f52;
	text-decoration: none;
}
a:hover {
	color: #5c8f52;
	text-decoration: underline;
}
a:active {
	color: #5c8f52;
	text-decoration: underline;
}

ul {
	padding-left:20px;
}
.btnVoltar{
	padding-right:17px;
}
/* Retira os outlines das tags object */
object {
	outline: none;
}

.ie6{
	color: #000; 
	background-color:#FFFF09; 
	font-weight: bold;
	margin:0;
	padding:5px 5px;
}

.ie6 a{
	color:#F00;
	text-decoration:none;
}

.ie6 a:hover {
	color: #999;
	text-decoration: underline;
}

.ie6 a:visited  {
	color: #999;
	text-decoration: nome;
}

.ie6 a:active{
	color:#F00;
	text-decoration:none;
}

#enquete input {
	line-height:18px;
	vertical-align:middle;
	border:none;
	background-color:#336;
}