body {
	color: #545454;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Tahoma, Geneva, sans-serif;
	background: #007cc3 url(images/background.jpg) repeat-x center top;
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
}
a.botao {
	color: #FFF;
	width: 119px;
	height: 21px;
	display: block;
	margin: 0px auto;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	font: 14px Tahoma, Geneva, sans-serif;
	background: url(images/botao.jpg) no-repeat left top;
}
.box {
	float: left;
	width: 243px;
	margin-right: 10px;
	background-color: #FFF;
	border: 1px solid #cbcbca;
}
.box .inner_box {
	width: 223px;
	padding: 15px 10px;
}
.completo {
	width: 753px;
	background-color: #FFF;
	border: 1px solid #cbcbca;
}
.completo .inner_box {
	width: 733px;
	padding: 15px 10px;
}
.box .inner_box hr {
	height: 1px;
	margin: 0px;
	padding: 0px;
	border: thin none #FFF;
	background-color: #DDD;
}
.borda_azul {
	border: 1px solid #007cc3;
}
#estrutura {
	width: 772px;
	margin: 0px auto;
}
#estrutura #topo {
	width: 772px;
	height: 98px;
}
/*
#estrutura #banner {
	width: 772px;
	height: 288px;
}
*/
#estrutura #menu {
	width: 772px;
	height: 36px;
}
#estrutura #centro {
	width: 756px;
	padding: 17px 8px;
	background-color: #EFEFEF;
}
#estrutura #rodape {
	width: 772px;
	height: 21px;
	color: #a1a1a1;
	padding-top: 9px;
	text-align: center;
	font: 10px Verdana, Geneva, sans-serif;
	background: url(images/rodape.jpg) no-repeat top left;
	clear: both;
}
#estrutura #rodape a {
	color: #a1a1a1;
}
#estrutura #rodape a:hover {
	text-decoration: none;
}

#box #inner_box p img {
	width: 50%;
	height: 50%;
}

img.boatshow {
    width: 70%;
    height: 70%;
}

#banner {
	width: 772px;
	height: 288px;
	position: relative;
}

#banner img {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 800ms;
}

#banner img.selected {
	opacity: 1;
}
