﻿/* inicio configurações do sistema */

html, body{
	height:100%;
}

body
{
	margin:0; 
	padding:0;
	background:#f8f8f8;
}

/* final configurações do sistema */

/* inicio estrutura do sistema */
#banner
{
	background-image:url(../../imagens/topo_home.jpg);
	margin-top:25px;
	height:208px;
	width:800px;
	margin-bottom:10px;
}

#bannerFlash
{
	margin-top:25px;
	width:800px;
	margin-bottom:10px;
	*margin-top:30px;
}

.bordaCabecalho{
	background-color:#666666;
	float:left;
	height:58px;
	margin:5px 10px;
	vertical-align:middle;
	width:2px;
}

#conteudo
{
	margin-top:10px;
}

#corpo-site
{
	margin:0 auto;
	width:800px;	
}

.espacoRodapeConteudo
{
	padding-bottom:50px;
}

#menu
{
	width:800px;
	height:20px;
}

#rodape
{
	background-image:url('../../imagens/repRodape.gif');
	background-repeat:repeat-x;
	width:100%;
	height:36px;
	position: absolute;
	bottom: 0; 
}

#rodapeTexto
{
	margin:0 auto;
	position:relative;
	width:800px;
	padding-top:13px;
}

#rodapeTexto p
{
	margin:0;
}

#rodapeTexto a
{
	text-decoration:none;
}

#rodapeTexto a:hover
{
	font-family: Arial;
}

#topo-repetido 
{
	background-image:url(../../imagens/repTopo.gif);
	background-repeat:repeat-x;
	height:68px;
}

#tudo
{
	position:relative;
	background:#fff;
	min-height:100%;
}

/* final estrutura do sistema */
	


#caixa-top
{
	margin:0 auto;
	width:800px;
	height:60px;
}

.limpa {clear:both;} /* Limpar formatação float */

#mapLogoSquadra
{
	float:left;
	height:60px;
	padding-top:3px;
}

#slogan{
	color:#666666;
	float:left;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	height:40px;
	padding-top:15px;
	text-align:left;
	width:250px;
}

#slogan p{
	margin:0;
}