@charset "UTF-8";
@font-face {
	font-family: Ocean Sans Std Book;
	src: url(../fonts/OceanSansStd-Book.otf)
	}
@font-face {
	font-family: Ocean Sans Std Semibold;
	src:url(../fonts/OceanSansStd-Semibold.otf)
	}
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#939598;
	}
/* Landscape mode (default) */
#pagina {
	margin:0 auto;
	width:1034px;
	position:relative;
	text-align:left;
}
#topo_pagina {
	margin:0 auto;
	width:1034px;
	height:218px;
	background:url(../imagens/topo.png) no-repeat;
}
#topo_menu {
	height: 134px;
	width: 1024px;
}
#menu {
	height: 37px;
	width: 708px;
	margin: auto;
	border: 0px;
	background-color:#FFF;
}
#googlemap {
	height: 375px;
	width: 1024px;
	margin: auto;
	border: 0px;
	float:left;
	position:relative;
}
#miolo {
	margin:0 auto;
	width: 1024px;
	height: 375px;
	position: relative;
	font-family: "Ocean Sans Std Book";
	background:#FFF;
	z-index:1;
}
#bt_home {
	left: 46%;
	margin: 22px;
	width: 45px;
	height: 45px;
	position: absolute;
}
#miolo_google {
	left: 22%;
	float: left;
	width: 575px;
	height: 375px;
	position: relative;
	background: url(../imagens/contato.png) no-repeat;
	font-family: "Ocean Sans Std Book";
	color: #005427;
	text-decoration: none;
	text-align: left;
}
#rodape {
	margin:0 auto;
	clear:both;
	width:1034px;
	height:265px;
	background:url(../imagens/rodape.png) no-repeat;
}

@media only screen and (orientation:portrait){
	/* portrait mode */
	#pagina,
	#topo,
	#miolo,
	#rodape {
		margin:0;
		width:1034px;
		position:relative;
	}
}

