@CHARSET "UTF-8";

/* IE-Firefox Hack básico */
* { margin: 0px; padding: 0px; }
img { border: 0px; }
/* Fim do hack básico */

/* CSS Basico */
body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #000;
}

/* CSS da Estrutura Geral */
#body {
	width: 905px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#topo {
	width: 905px;
	height: 116px;
	margin: 14px auto 0px auto;
	text-align: center;
}

#corpo {
	width: 100%;
	text-align: left;
}

/* CSS do Conteudo */

	#direita {
		width: 198px;
		float: right;
	}
	/* CSS do menu */
	
	.menu {
		width: 198px;
		margin-bottom: 10px;
		padding: 10px 0px 10px 0px;
		color: #f60;
		font-size: 12pt;
		background: url(../imagens/topoD.jpg) right bottom no-repeat #1b1b1b;
	}
	
	.menu ul {
		list-style-type: none;
	}
	
	.menu ul li {
		padding-top: 6px;
		padding-bottom: 9px;
		padding-left: 30px;
		background: url(../imagens/barraMenu.jpg) center bottom no-repeat;
	}
	
	.menu ul li a {
		color: #f60;
		text-decoration: none;
	}

	.menu ul li a:hover {
		color: #fff;
	}
	
	#fotos, #depoimento, #banners {
		padding-bottom: 20px;
		text-align: center;
		color: #fff;
	}
	
	#fotos h2, #depoimento h2, #banners h2, .texto h2 {
		padding-bottom: 12px;
		font-size: 12pt;
		font-weight: normal;
	}
	
	#ubanner {
	   padding-top: 50px;
	   padding-bottom: 40px;
	   font-size: 10pt;
	   text-align: center;
	}
	
	.texto h2 {
		color: #f60;
		font-weight: bold;
	}
	
	#fotos img {
		border-top: 6px solid #f60;
	}
	
	#depoimento #udepoimento {
		width: 80%;
		margin: 0px auto 0px auto;
		text-align: justify;
		font-size: 9pt;
	}
	
	#depoimento #udepoimento a {
		color: #fff;
		text-decoration: none;
	}

	#depoimento #udepoimento a:hover {
		text-decoration: underline;
	}
	
	#banners img {
	   margin: 0px auto 20px auto;
	}

	/* CSS do topo do conteudo */
	#frase {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 5px 0px 5px 0px;
		margin-bottom: 10px;
		clear: both;
		font-size: 14pt;
		color: #fff;
		text-align: center;
		background: url(../imagens/topoD.jpg) right bottom no-repeat #1b1b1b;
	}
	
	#topotelefone {
		width: 696px;
		padding: 5px 0px 5px 0px;
		font-size: 13pt;
		color: #f60;
		background: url(../imagens/topoD.jpg) right bottom no-repeat #1b1b1b;	
	}
	
	/* CSS do conteudo central */
	#conteudo {
		width: 696px;
		float: left;
		text-align: center;
		font-size: 9pt;
	}
	
	#topoCorpo {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.conteudocentral {
		width: 696px;
		margin: 0px auto 10px auto;
		padding: 10px 0px 12px 0px;
		text-align: justify;
		background: url(../imagens/topoD.jpg) right bottom no-repeat #1b1b1b;	
	}
	#linksCorpo {
		margin: 20px 2px 0px 2px;
		float: left;
		text-align: center;
	}
	
	.titulo {
		width: 100%;
		font-size: 11pt;
		font-weight: bold;
		margin-bottom: 10px;
		text-indent: 20px;
		color: #adaaaa;
		border-bottom: 1px solid #adaaaa;
		text-align: left;
	}
	
	#calendario {
		width: 530px;
		margin: 0px auto 0px auto;
		text-align: center;
		float: left;
	}
	
	.continue {
		color: #0093dd;
	}
	/* CSS de fundo de corpo */
	#rodapecorpo {
		width: 100%;
		clear: both;
		margin: 0px auto 0px auto;
	}
	

/* CSS do rodape */
#rodape {
	width: 100%;
	clear: both;
	/*height: 40px;*/
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 8pt;
	color: #c6c6c6;
	font-weight: bolder;
}

#rodapeinterno {
	width: 100%;
	height: 20px;
	margin: 0px auto 10px auto;
	padding-top: 10px;
	clear: both;
	background: url(../imagens/topoD.jpg) right bottom no-repeat #1b1b1b;
}

#rodapeesquerda, #rodapedireita {
	width: 200px;
	/*height: 12px;*/
	padding-bottom: 5px;
	float: left;
	text-align: center;
}

#rodapedireita a {
	color: #c6c6c6;
	text-decoration: none;
}

#rodapedireita a:hover {
	text-decoration: underline;
}

#rodapecentro {
	width: 420px;
	/*height: 12px;*/
	padding-bottom: 5px;
	float: left;
}

/* CSS da paginacao */
#paginacao {
	width: 94%;
	text-align: center;
	margin: 0px auto 0px 0px;
	padding-bottom: 15px;
	font-size: 10pt;
	font-weight: bold;
}

#paginacao a {
	text-decoration: none;
	color: #000;
}

#paginacao a:hover {
	color: #00f;
	text-decoration: none;
}

.ativo {
	color: #09F;
}
.desativado {
	color: #ccc;
}
