* {
	padding: 0;
	margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

::-webkit-input-placeholder {
	opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	opacity: 1;
}

a img {
	border: 0;
}

b {
	font-weight: 700;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0 auto;
	font-weight: 300;
	border-top: 2px solid #2C26A8;
	background: url(../img/geral/bg-body.jpg) top center repeat-y;
	padding-top: 60px;
}

.centralizar {
	width: 1190px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.conteudo {
	margin: 0 auto;
	width: 1190px;
	background: #FFF;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding-top: 55px;
	padding-bottom: 90px;
	margin-top: 110px;
}

.hidden {
	display: none !important;
}

input {
	font-family: 'Open Sans';
	font-size: 16px;
}

.left {
	float: left;
}

.menu {
	float: left;
	width: 600px;
	font-size: 18px;
}

	.menu a {
		margin: 0 18px;
		height: 60px;
		line-height: 60px;
		display: inline-block;
		color: #FFF;
		text-decoration: none;
		text-align: center;
	}

		.menu a::after {
			display:block;
			content:attr(title);
			font-weight:bold;
			height:1px;
			color:transparent;
			overflow:hidden;
			visibility:hidden;
		}

		.menu a:hover {
			color: #FEFF00;
			font-weight: 900;
		}

.right {
	float: right;
}

.rodape {
	height: 500px;
	background: #389FCD;
	position: relative;
	padding-top: 125px;
	color: #FFF;
	font-weight: 300;
}

	.rodape a {
		text-decoration: none;
		color: #FFF;
	}

	.rodape .acesso-rapido {
		width: 160px;
		float: right;
	}

		.rodape .acesso-rapido a {
			display: block;
			margin-bottom: 15px;
		}

	.rodape .contato {
		width: 190px;
		float: left;
	}

	.rodape .desenvolvedor {
		width: 100px;
		height: 14px;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 10px;
		color: #FFF;
		text-align: center;
	}

		.desenvolvedor a {
			color: #FFF;
			text-decoration: none;
		}

	.rodape .endereco {
		float: left;
		margin-left: 100px;
		margin-right: 70px;
	}

	.rodape h2 {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 25px;
	}

	.rodape .horario {
		width: 320px;
		float: left;
	}

	.rodape .mar {
		top: -30px;
		width: 100%;
		background: url(../img/geral/bg-footer.png) top center;
		height: 30px;
		position: absolute;
	}

	.rodape p {
		margin-bottom: 25px;
	}

.topo {
	background: #2C26A8;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
}

	.topo .busca {
		width: 130px;
		float: left;
		border: 1px solid #FFF;
		border-radius: 7px;
		height: 30px;
		margin-top: 15px;
	}

		.topo .busca input[type="text"] {
			width: 90px;
			border: 0;
			margin-left: 5px;
			color: #FFF;
			background: none;
			font-size: 14px;
			height: 26px;
		}

		.topo .busca input[type="submit"] {
			width: 25px;
			border: 0;
			margin-right: 1px;
			color: #2C26A8;
			background: #FFF;
			font-size: 14px;
			height: 26px;
			border-radius: 7px;
			float: right;
			margin-top: 1px;
			font-weight: 900;
		}

	.topo .centralizar {
		width: 1190px;
		margin: 0 auto;
	}

	.topo .logo {
		float: left;
		margin-right: 40px;
		margin-top: -2px;
	}

	.topo .telefone {
		line-height: 60px;
		color: #FFFF00;
		float: right;
		font-size: 20px;
	}