/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/fnd_body.jpg);
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: left top;
}
a:link, a:visited, a:active{
	text-decoration: none;
	color: #505050;
}
a:hover{
	text-decoration: underline;
	color: #505050;
}
#geral{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color:#FFFFFF;
}
#topo{
	width: 1000px;
	background-image: url(/img/img_topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#marca{
	width: 150px;
	margin-left: 210px;
}
#menu{
	width: 1000px;
	/*O menu mudou a cor para prata, e foi cortado com 2px a menos. POG!*/
	padding-top: 1px;
	background-color: #3c3d3f; 
}
#conteudo{
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(/img/fnd_cont.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;;
}
#esq{
	float:left;
	height: auto;
	width: 435px;
	margin-right:15px;
}
#noticia{
	width: 405px;
	_width: 435px;
	height:auto;
	background-image: url(/img/tit_noticias.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DBDBDB;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#basenoticia{
	width: 435px;
	text-align:right;
	background-color: #DBDBDB;
	margin-bottom: 10px;
}
#patrocinador{
	width: 405px;
	_width: 435px;
	height:auto;
	background-image: url(/img/tit_patroc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DBDBDB;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#dir{
	float:left;
	height: auto;
	width: 495px;
	/*margin-left:10px
	background-color: #FF33CC;*/
}
.l1{
	float:left;
	width: 495px;
	height: 200px;
	/*background-color: #FF33CC;*/
}
.box{
	float:left;
	width: 235px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top:20px;
}
#oferta{
	background-image: url(/img/tit_oferta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 235px;
	padding: 30px 0px 0px 5px;
	text-align: center;
}
#eventos{
	background-image: url(/img/tit_eventos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 235px;
	padding-bottom: 5px;
}
#loja{
	background-image: url(/img/tit_loja.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 235px;
	padding-bottom: 5px;
}
#local{
	background-image: url(/img/tit_local.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 235px;
	padding-bottom: 5px;
}
#time{
	background-image: url(/img/tit_time.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 235px;
	padding-bottom: 5px;
}
#campo{
	background-image: url(/img/tit_campo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 235px;
	padding-bottom: 5px;

}
#rodape{
	width: 1000px;
	height: 80px;
	background-image: url(/img/fnd_rodape.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#copyright{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	height: auto;
	width: auto;
	padding-top: 30px;
	padding-left: 15px;
}
#desenvolvimento{
	float:right;
	height: auto;
	width: auto;
	padding-right: 15px;
	padding-top: 29px;
}

/*
 * Páginas Internas
 */
#esq-int{
	float:left;
	height: auto;
	width: 680px;
	margin-right:15px;
	background-color: #dbdbdb;
}
#conteudo-int {
 	padding: 15px;
}
#dir-int{
	float:left;
	height: auto;
	width: 235px;
}
.imgBoxLat{
	margin-bottom: 15px;
	border: 0px;
}
.titulo{
	font: 14px Arial, Helvetica, sans-serif;
	color: #505050;
	font-weight: bold;
}