/* CSS Document */

        *{
			margin: 0 auto;
			padding:0;
		}
		
		body{
			margin: 0 auto;
			padding:0;
			background-color: #fff;
		}
		
		#geral{
			margin: 0 auto;
			width:766px;
			padding:0;
			height: 100%;
			background-color: #fff;
			padding:0 10px 0 11px;
		}
		
/* topo das paginas em geral */

		.topo{
			width:766px;
			height:180px;
			background-image:url(images/paisagem_topo.jpg);
			background-position: bottom right;
			background-repeat: no-repeat;
			float: left;
		}
		
		
		.menu{
			height:43px;
			float:left;
		}
		
		.menu li a span{ 
			display:none;
			list-style:none;
			}
		
		.menu ul{
			float:right; 
		}	
		
		.menu ul li{
			list-style-type:none; 
			float:left
		}
		
		.menu ul li a{
			float:left
		}
		
		.menu li a.home{
			background:url(images/home_normal.jpg);
			width:77px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.home:hover{
			background:url(images/home_hover.jpg);
		}
		
		.menu li a.academia{
			background:url(images/academia_normal.jpg);
			width:108px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.academia:hover{
			background:url(images/academia_hover.jpg);
		}
		
		.menu li a.atividades{
			background:url(images/atividades_normal.jpg);
			width:105px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.atividades:hover{
			background:url(images/atividades_hover.jpg);
		}
		
		.menu li a.horarios{
			background:url(images/horarios_normal.jpg);
			width:98px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.horarios:hover{
			background:url(images/horarios_hover.jpg);
		}
		
		.menu li a.eventos{
			background:url(images/eventos_normal.jpg);
			width:99px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.eventos:hover{
			background:url(images/eventos_hover.jpg);
		}
		
		.menu li a.planos{
			background:url(images/planos_normal.jpg);
			width:92px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.planos:hover{
			background:url(images/planos_hover.jpg);
		}
		
		.menu li a.planos{
			background:url(images/planos_normal.jpg);
			width:92px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.planos:hover{
			background:url(images/planos_hover.jpg);
			background-repeat:no-repeat;
		}
		
		.menu li a.convenios{
			background:url(images/convenios_normal.jpg);
			width:110px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.convenios:hover{
			background:url(images/convenios_hover.jpg);
			background-repeat:no-repeat;
		}
		
		.menu li a.sac{
			background:url(images/sac_normal.jpg);
			width:76px;
			height:47px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu li a.sac:hover{
			background:url(images/sac_hover.jpg);
			background-repeat:no-repeat;
		}
		
		.menu a img{
			margin:0;
			padding:0;
		}
		
		h1 a img{
			padding-left:25px;
			padding-top:20px;
			float: left;
		}
		
		.cabecario{
			float:right;
			height:48px;
			padding-top:87px;
			width:514px;
		}
		
		.telefone{
			font: normal 12px arial;
			color: #333;
			float: left;
		}
		
		.newsletter{
			font: normal 10px arial;
			float: left;
			padding-left:69px;
			width:249px;
			height:45px;
		}
		
		.newsletter a img{
			margin:-3px;
		}
		
		#cadastro_newsletter{
			margin-right:7px;
			background-color:#FFFFFF;
			border:1px solid #F8610C;
			color:#333333;
			font-family:arial;
		}
		
		.banner_principal{
			background-image: url("images/banner.jpg");
			width: 765px;
			height: 211px;
			float:left;
		}
		
		.newsletter strong{
			-x-system-font:none;
			font-family:arial;
			font-size:12px;
			font-size-adjust:none;
			font-stretch:normal;
			font-style:normal;
			font-variant:normal;
			font-weight:normal;
			line-height:normal;
		/*	padding-bottom:4px;
			padding-left:109px; */
		}
	
/* index */		
		
		.box_clube_vantagens{
			background-image: url("images/fundo_clube_de_vantagens.jpg");
			background-repeat: no-repeat;
			float: left;
			height:117px;
			width:220px;
		}
		
		.box_clube_vantagens a{
			font: normal 10px arial;
			color: #333;
			text-decoration: none;
		}
		
		.box_clube_vantagens a:hover{
			text-decoration: underline;
		}	
		
		.box_clube_vantagens p{
			padding-left:20px;
			padding-top:50px;
			width:150px;
		}
		
		.box_dicas{
			background-image:url(images/fundo_link_dicas.jpg);
			background-position:center bottom;
			background-repeat:no-repeat;
			float:left;
			height:114px;
			padding-top:3px;
			width:255px;
			padding-left:16px;
		}
		
		.box_dicas p{
			padding-left:182px;
			padding-top:85px;
		}
		
		.box_dicas a{
			font: normal 10px arial;
			color: #fff;
			text-decoration: none;
		}
		
		.box_dicas a:hover{
			text-decoration: underline;
		}
		
		.box_atividade_destaque{
			background-image:url(images/fundo_atividade_destaque.jpg);
			background-position:center bottom;
			background-repeat:no-repeat;
			float:left;
			height:108px;
			padding-top:9px;
			width:275px;
		}
		
		.box_atividade_destaque p{
			padding-left:182px;
			padding-top:85px;
		}
		
		.box_atividade_destaque a{
			font: normal 10px arial;
			color: #fff;
			text-decoration: none;
		}
		
		.box_atividade_destaque a:hover{
			text-decoration: underline;
		}
		
		.menu_atividades{
			background-image:url(images/fundo_menu_atividades.jpg);
			background-repeat: no-repeat;
			width: 218px;
			height: 371px;
			float: left;
			padding-left:10px;
			padding-top:28px;
		}
		
		.menu_atividades li a span{ 
			display:none;
			list-style:none;
			}
		
		.menu_atividades ul li{
			list-style-type:none; 
			float:left
		}
		
		.menu_atividades ul li a{
			float:left
		}
		
		.menu_atividades li a.jump{
			background:url(images/jump_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.jump:hover{
			background:url(images/jump_hover.jpg);
		}
		
		.menu_atividades li a.spinning{
			background:url(images/spinning_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.spinning:hover{
			background:url(images/spinning_hover.jpg);
		}
		
		.menu_atividades li a.ginastica_localizada{
			background:url(images/ginasticalocalizada_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.ginastica_localizada:hover{
			background:url(images/ginasticalocalizada_hover.jpg);
		}
		
		.menu_atividades li a.gap{
			background:url(images/gap_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.gap:hover{
			background:url(images/gap_hover.jpg);
		}
		
		.menu_atividades li a.alongamento{
			background:url(images/alongamento_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.alongamento:hover{
			background:url(images/alongamento_hover.jpg);
		}
		
		.menu_atividades li a.hidroginastica{
			background:url(images/hidroginastica_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.hidroginastica:hover{
			background:url(images/hidroginastica_hover.jpg);
		}
		
		.menu_atividades li a.natacao_infantil{
			background:url(images/natacao_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.natacao_infantil:hover{
			background:url(images/natacao_hover.jpg);
		}
		
		.menu_atividades li a.musculacao{
			background:url(images/musculacao_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.musculacao:hover{
			background:url(images/musculacao_hover.jpg);
		}
		
		.menu_atividades li a.abdominal_express{
			background:url(images/abdominal_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.abdominal_express:hover{
			background:url(images/abdominal_hover.jpg);
		}
		
		.menu_atividades li a.fast_training{
			background:url(images/fasttraining_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.fast_training:hover{
			background:url(images/fasttraining_hover.jpg);
		}
		
		.menu_atividades li a.jiujitsu{
			background:url(images/jiujitsu_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.jiujitsu:hover{
			background:url(images/jiujitsu_hover.jpg);
		}
		
		.menu_atividades li a.kickboxing{
			background:url(images/kickboxing_normal.jpg);
			width:198px;
			height:28px;
			float:left;
			display:block;
			background-repeat:no-repeat;	
		}
		
		.menu_atividades li a.kickboxing:hover{
			background:url(images/kickboxing_hover.jpg);
		}
		
		.box_eventos{
			background-image:url(images/fundo_eventos.jpg);
			background-position:center bottom;
			background-repeat:no-repeat;
			float:right;
			height:145px;
			width:220px;
			margin-right:550px;
			margin-top:-20px;
			width:217px;
		}
		
		.box_eventos p{
			float:left;
			margin-left:26px;
			padding-top:40px;
			text-align:left;
			width:100px;
		}
		
		.box_eventos a{
			font: normal 12px arial;
			color: #FF6600;
			text-decoration: none;
		}
		
		.box_eventos a:hover{
			text-decoration: underline;
		}
		
		.destaque_grande_atividade{
			background-image: url("images/fundo_atividade_grande.jpg");
			background-repeat: no-repeat;
			width: 536px;
			height: 374px;
			float: left;
		}
		
		.destaque_grande_atividade p{
			float:left;
			padding-left:125px;
			padding-top:255px;
			text-align:left;
			font: normal 12px arial;
			color: #fff;
			text-decoration: none;
		}
		
		.destaque_grande_atividade a{
			font: normal 14px arial;
			text-align:right;
			text-decoration:none;
			color:#333333;
			padding-left:180px;
		}
		
		.destaque_grande_atividade a:hover{
			text-decoration: underline;
		}
		
/* pagina de institucional da academia */

	   .titulo_da_pagina{
	   		font: normal 15px arial;
	   		color: #333;
	   		border-bottom: 1px solid #FE5D02;
	   		float:left;
	   		padding-top: 30px;
	   		padding-left: 20px;
	   		padding-right: 600px;
	   }

	 .texto_institucional{
			font: normal 12px arial;
	   		color: #333;
	   		float: left;
	   		padding-top: 30px;
	   		padding-left: 20px;
	   		width: 600px;
	   }
	   
	   .fotos_intitucional{
		//	float:left;
		//	height:200px;
	//		padding-left:38px;
			padding-top:30px;
			width:740px;
	   }

/* pagina atividades da academia */
	
	.titulo_atividade{
			font: normal 13px arial;
	   		color: #FE5D02;
	   		float:left;
	   		padding-top: 30px;
	   		padding-left: 20px;
	   		padding-right: 400px;
	   		padding-bottom: 10px;
	   		width: 200px;
	}
	
	.texto_atividade{
			font: normal 12px arial;
	   		color: #333;
	   		float: left;
	   		padding-left: 20px;
	   		width: 600px;
	   		text-align:justify;
	}

/* pagina de horarios */

	#tabela_horarios{
		font:normal 11px arial;
		color: #fff;
		float: left;
		padding-top: 20px;
		height:1820px;
		padding-left:77px;
		padding-top:20px;
	}	
	
	.titulo_tabela{
		font: normal 16px arial;
	   	color: #333;
	   	float:left;
	   	padding-top: 30px;
	   	padding-left: 20px;
	   	padding-right: 600px;
	}

/* pagina conv�nio */

	.logo_redeglobo{
		background-image:url(images/logo_rede_globo.jpg);
		background-position:right center;
		background-repeat:no-repeat;
		float:left;
		height:200px;
		padding-left:127px;
		width:200px;
	}
	
	.logo_policiafederal{
		background-image:url(images/logo_policia_federal.jpg);
		background-position:right center;
		background-repeat:no-repeat;
		float:left;
		height:163px;
		padding-left:100px;
		width:200px;
	}

	.convenio{
		font: normal 12px arial;
		color: #333;
	}

/* pagina de planos */


	.imagens_planos{
		background-image:url(images/mapa.jpg);
		background-position:right bottom;
		background-repeat:no-repeat;
		float:left;
		height:394px;
		padding-left:150px;
		padding-top:30px;
		width:479px;
	}
		
/* pagina sac */

	.texto_sac{
		font: normal 12px arial;
		float: left;
		height:72px;
		padding-top:20px;
		width:645px;
	}		
	
	.formulario{
		float: left;
		font: normal 12px arial;
		padding-top:45px;
	}
	
	.botao_enviar_sugestao{
		width: 86px;
		height: 23px;
		float: left;
		padding-top:10px;
	}
	
	.campo_sac{
		border:1px solid #F8610C;
		height:31px;
		width:300px;
		font: normal 20px arial;
		color: #333;
		background-color:#FEC880;
	}
	
	.formulario label{
		font: normal 12px arial;
		color: #333;
	}
	
	.sugestao_campo_sac{
		width:300px;
		border:1px solid #F8610C;
		font: normal 20px arial;
		color: #333;
		background-color:#FEC880;
	}
		
/* rodape */


		.conteudo_rodape{
			clear: both;
			margin: 0 auto;
			width:700px;
			padding:26px 20px 0 67px;
			height:40px;
			background-color: #fff;
		}		
		
		.dados_rodape{
			float: left;
			font: normal 11px arial;
			color: #333;
		}
		
		.dado_copyright{
			float: right;
			font: normal 11px arial;
			color: #333;
		}
		
		.box_propaganda{
			width: 540px;
			height: 150px;
			float: right;
			margin-top:-145px;
		}
		
		.dado_copyright a{
			text-decoration: none;
			color: #000;
		}
		
		.dado_copyright a:hover{
			text-decoration: underline;
		}

/* pagina spinnig */

		.caixa_atividades{
			border:1px solid #FE5D02;
			float:left;
			height:365px;
			width:529px;
			overflow: auto;
		}
		
		.caixa_atividades p{
			color: #333;
			font: normal 12px arial;
			padding-left: 20px;
			padding-right:12px;
			text-align:justify;
		}
		
		.titulo_caixa_atividade{
			color: #333;
			font: normal 16px arial;
			border-bottom:1px solid #FE5D02;
			padding-left:20px;
			padding-top:20px;
			width:460px;
		}
		
		.caixa_atividades a{
			color: #333;
			font: normal 12px arial;
			float: left;
			padding-left:20px;
			text-decoration: none;
		}
		
		.caixa_atividades a:hover{
			color: #FE5D02;
			font: normal 12px arial;
		}
		
		.fotos_atividades{
			float: left;
		}
		
/* pagina acesso eventos */
		
		.botao_cadastrar{
			float: left;
			font: normal 14px arial;
			color: #333;
			padding-left:60px;
			padding-top:50px;
		}
		
		.acesso_eventos label{
			float: left;
			font: normal 12px arial;
			color: #333;
			text-decoration: none;
			
		}
		
		.acesso_eventos{
			float: left;
			font: normal 14px arial;
			color: #333;
			text-decoration: none;
			padding-left:37px;
			padding-top:20px;
		}
		
		.campo_acesso{
		background-color:#FEC880;
		border:1px solid #F8610C;
		height:31px;
		width:300px;
		font: normal 20px arial;
		color: #333;
		float: left;
		}
		
/* pagina evento */

		.botao_evento{
			background-image:url(images/botao_evento.jpg);
			background-position:center bottom;
			background-repeat:no-repeat;
			float:left;
			height:30px;
			padding-top:30px;
			width:400px;
		}
		
		.botao_evento a{
		    font: normal 12px arial;
			color: #fff;
			text-decoration: none;
			height:23px;
			width:370px;
			padding-left:30px;
			padding-top:7px;
			float: left;
		}
		
		.botao_evento a:hover{
			background-image: url("images/botao_evento_hover.jpg");
			font: normal 12px arial;
			color: #333;
			text-decoration: none;
			height:23px;
			width:370px;
			padding-left:30px;
			padding-top:7px;
			float: left;
		}
		
		.titulo_evento{
			font: normal 15px arial;
	   		color: #333;
	   		border-bottom: 1px solid #FE5D02;
	   		float:left;
	   		padding-top: 30px;
	   		padding-left: 20px;
	   		padding-right: 400px;
	   	}
	   	
	   	.galeria_fotos{
	   		float:left;
	   		float:left;
			height:100%;
			padding-bottom:40px;
			padding-left:24px;
			padding-top:30px;
			width:613px;
	   	}
