@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: #eb6c1a url("img/bg.jpg") repeat-y fixed top;
	background-color:#582A0D;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}

#tudo {
	display:table;
	margin:0;
	width:992px;
	height:550px;
	background-color:#fff;
	}

#geral{
	width:992px;
	height:580px;
	position:absolute;
	left:50%;
	margin-left:-496px;
	top:50%;
	margin-top:-290px;
}

#tatuape{
	float:left;
	width:229px;
	height:105px;
	margin-top:15px;
	margin-left:20px;
}

#barraFunda{
	width:242px;
	height:105px;
	float:right;
	margin-right:20px;
	margin-top:15px;
}

#logo{
	margin-top:30px;
	margin-left:150px;
	width:187px;
	height:65px;
	float:left;
}

.barrinha{
	width:1px;
	height:9px;
	background-color:#999;
	float:left;
	margin-top:3px;
}

.botoesBarra{
	width:59px;
	height:15px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.destaques{
	width:158px;
	height:115px;
	background-color:#FFF;
	float:left;
	margin-left:30px;
	margin-top:15px;
	margin-bottom:20px;
	margin-right:5px;
}

.botoes{
	margin-left:20px;
}

.botoesTatuape{
	width:37px;
	height:15px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img{
	border:0px;}

.clear{clear:both}

#banner{
	width:992px;
	background-color:#CCC;
	height:280px;
	}
	
.texto{
	
	color:#fdede8;
	font-size:14px;
	text-align:left;
	}
.credito{
	color:#FFF;
	font-size:12px;
	margin-top:4px;
	margin:0 auto;
	width:992px;
	}
