﻿@charset "utf-8";
/* CSS Document */

@import url(seletores.css);
@import url(menu.css);



#TopoSite
{
	display:block;
	float:left;
	width:auto;
	height: 60px;
	background-image:url("../imagens/menu/bg_menu.jpg");
	background-repeat:no-repeat;

	}
	
	
	#ConteudoTopo{width:980px;}
	

/* ======================= FIM LOGOTIPO =========================== */
#logo
{
	display:block;
	float:left;	
	margin: 5px 0 0 10px;
}

#logo img
{
	width: 220px;
	height: 34px;
}
/* ======================= FIM LOGOTIPO =========================== */






/* ========================= GERAL ============================= */
*{
	margin:0;
	padding:0;
}


#geral {
	display:block;
	float:left;	
	width:980px;
	height: auto;
	margin:0 0 10px 0;
	background-color:#fff;
}



#Tudo { 
width: 980px; 
margin:0 auto;           
padding: 0; 
text-align:left; /* para o hack do IE */   
} 


#Home
{
	display:block;
	float:left;	
	width:980px;
	position:absolute;
	margin: -150px 0 0 -300px;
	left: 50%;
}
/* ======================= FIM GERAL =========================== */





/* ====================== RODAPE ============================ */
#rodape
{
	display:block;
	float:left;
	width:100%;
	outline:#000000;
}

.texto
{
	width:980px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
	text-align:justify;
	margin-left:10%;
	padding-top:10px;
	padding-bottom:10px;
}

.link{color:#ccc;}
#cinza{background-color:#ccc; height: 70px;}
#preto{background-color:#25282f; height: 70px;}


/* ================== FIM RODAPE =========================== */






