@charset "utf-8";
/* CSS Document */

/** CORPO HOME **/
body {
	height:					1165px;
	min-height: 			1165px;
	background-image: 		url(../imagens/fundo-home.jpg);
	background-position:	top;	
	background-repeat:		no-repeat;
}

.container-geral-home {
	border:					0px solid #FFF; 
	width:					1000px;
	height: 				1165px;
	margin: 				0px auto;
	position:				relative;
}

.container-cabecalho-home {
	height:					385px;
	border:					0px solid #FFF;	
}

.container-conteudo-esquerdo-home {
	border:					0px solid #FFF;
	float:					left;
	margin-left: 			60px;
	margin-top:				175px;
	width:					400px;
	height:					510px;
}

.container-conteudo-esquerdo-home-tel-endereco {
	margin-bottom:			15px;
}

.container-conteudo-esquerdo-home-localizacao {
	margin-bottom:			20px;
}

.container-conteudo-esquerdo-home-deficientes {
	margin-bottom:			20px;
}

.container-conteudo-esquerdo-home-agenda {
	width:					425px;
	height:					206px;
	background-image:		url(../imagens/home-fundo-quadro-agenda.png);
	background-repeat:		no-repeat;
	margin-bottom:			20px;
}

.container-conteudo-esquerdo-home-agenda-conteudo {
	border:					0px solid #FFF;
	position:				absolute;
	width:					215px;
	margin-top:				60px;
	margin-left:			12px;
	overflow:				auto;
	height:					135px;
	padding:				1px;
}

p.home-agenda-conteudo {
	font-family:			verdana;
	font-size:				11px;
	color:					#FFF;
	line-height:			17px;
}


.container-conteudo-esquerdo-icones-diversos {
	margin-bottom:			20px;
}


.container-conteudo-direito-home {
	border:					0px solid #FFF;
	float:					right;
	margin-right: 			60px;
	margin-top:				175px;
	width:					400px;
	height:					510px;
}

.container-icone-tubarao {
	border:					0px solid #FFF;
	float:					left;
	height:					225px;
	width:					190px;
	margin-left:			15px;
	margin-bottom:			3px;
}

.container-icone-atividades {
	border:					0px solid #FFF;
	float:					right;
	height:					185px;
	width:					185px;
	margin-top:				15px;
}

.container-icone-galeria {
	clear:					both;
	margin-left:			120px;
	margin-bottom:			5px;
}

.container-barra-inferior-opcoes-home {
	
}

.container-rodape {
	position:				absolute;
	bottom:					15px;
	border:					0px solid #FFF;
	width:					880px;
	height:					40px;
	margin-left:			60px;
}