@font-face {
    font-family: 'sansationbold';
    src: url('fonts/sansation_bold-webfont.eot');
    src: url('fonts/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansation_bold-webfont.woff') format('woff'),
         url('fonts/sansation_bold-webfont.ttf') format('truetype'),
         url('fonts/sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationregular';
    src: url('fonts/sansation_regular-webfont.eot');
    src: url('fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansation_regular-webfont.woff') format('woff'),
         url('fonts/sansation_regular-webfont.ttf') format('truetype'),
         url('fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;	
}

body {
	background: #EFEEEE url(img/bg.png) no-repeat top center;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #8E8E8E;
}

#bg_menu {
	height: 47px;
	padding-top: 35px;
	background: url(img/bg_topo.png);	
}

#menu {
	width: 855px;
	margin: 0 auto;	
}

#menu a {
	font-family: 'sansationregular';
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 25px;
}

#menu a:hover {
	color: #f09999;	
}

#menu_links {
	width: 245px;
	background: #AE0711;
	text-align: center;
}	

#corpo {
	width: 855px;
	margin: 0 auto;	
}

#logo {
	width: 584px;
	margin: 0 auto;	
}

#sombra {
	width: 524px;
	height: 31px;
	background: url(img/sombra.png);
	margin: 20px auto 0;
}

#bg_links {
	width: 855px;
	height: 3px;
	background: url(img/bg_links.png);
	margin-top: 85px;	
}

#links {
	width: 385px;
	height: 122px;
	margin: 0 auto;	
}

.link {
	width: 111px;
	height: 87px;
	background: url(img/bg_link.png);
	margin: -50px 25px 0 0;
	padding-top: 25px;
	text-align: center;
}

.top {
	margin-top: 5px;	
}

.link:hover {
	background: url(img/bg_link_hover.png);
}

#bg_rodape {
	width: 100%;
	height: 95px;
	padding-top: 25px;
	background: #C7C7C7;
	clear: both;
	position: relative !important;
}

#rodape {
	width: 870px;
	margin: 0 auto;	
	clear: both;
}

#rodape p {
	width: 670px;
	color: #787878;
	text-align: center;
	margin: 0 auto;
}

#linha {
	width: 870px;
	height: 1px;	
	margin: 20px 0;
	background: #BDBDBD;
}

#kki {
	width: 150px;
	margin: 0 auto;	
	color: #EE4A33;
}

#kki a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
	text-decoration: none;	
}

.imagem_quadra{
	width: 35px;
}

#logo_menor {
	margin-bottom: 70px;	
}

h2 {
	font-size: 23px;
	color: #000;	
	font-weight: normal;
	margin-bottom: 10px;
}

#foto {
	width: 361px;	
}

#texto {
	width: 450px;	
	height: 234px;
	padding: 20px 20px 0 20px;
	background: url(img/bg_texto.png);
	text-align: justify;
	line-height: 15px;
	letter-spacing: -1px;
}

#voltar {
	margin-top: 20px;	
}

#voltar a {
	color: #2D2D2D;
	font: 13px;
	text-decoration: none;	
	font-weight: bold;
}

#voltar a:hover {
	color: #AD0711;	
}

#endereco {
	width: 530px;
}

#mapa {
	width: 895px;
	height: 290px;
	padding: 10px 0 0 20px;
	background: url(img/bgmapa.png);	
	margin-left: -12px;
}

.margin {
	margin-right: -30px;	
}

.clear {
	clear: both;	
}

.left {
	float: left;
	display: inline;	
}

.right {
	float: right;
	display: inline;	
}

.last {
	margin-right: 0 !important;	
	margin-left: 100px;
}

iframe {
    width: 767px;
    height: 469px;
}