body {
	background: url(../img/bg.jpg);
	overflow-x:hidden;
	color: #7f8e94;
}

h1, h2, h3 {
	color:#607076;
	text-shadow:0 1px 2px #fff;
}

.logo {
	max-width:309px;
	width:100%;
	margin:40px auto 0;
	height:70px;
	display:block;
}

h1 {
	text-align: center;
	color:#0065a2;
	font-size: 12pt;
	line-height: 14pt;
	margin:20px 0 0 0;
}

hr {
	border-top: none;
	border-bottom: none;
}

.topo {
	text-align: center;
}

.novoHorario {
	padding:50px 0 0 0;
}

.midBox {
	background: url(../img/bg2.jpg);
	width: 100%;
	min-height: 435px;
	padding-top: 5px;
	text-align: center;
	color:#fff;
}

.midBox h2 {
	color:#fff;
	font-size: 12pt;
	line-height: 18pt;
	text-shadow:none;
	font-weight: normal;
}

.midBox h2 span {
	font-weight: bold;
	}


.midBox hr {
	border-bottom: 1px dotted #fff;
	width:50%;
	margin:0 auto;
	padding:10px 0;
}

.midBox p {
	font-size: 25pt;
	font-weight: bold;
	margin:25px 0 10px 0;
}

.midBox a {
	color:#fff;
	}

.midBox .adress {
	margin:20px 0 0 0;
	font-size: 13pt;
}

.map {
	position: relative;
  	height: 325px;
  	padding:10px 5px;
 	margin:35px auto;
 	width: 95%;
    max-width: 1105px;
    overflow: hidden;
	background: #fff;
}

.map iframe,   
.map object,  
.map embed {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;   
    max-width: 1085px;
    height: 325px;
}

.footer {
	text-align: center;
}

@media (max-width: 767px) {

	body {
		padding:0 0 0 0;
	}
}