html, body {
	min-height: 100%;
	overflow-x: hidden;
}
.corpo {
	overflow: auto;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
}
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #666;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #1BB9AE;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #333 1px dashed;
	margin: 30px 0 30px 0;
	padding: 0px;
}
input[type=text], input[type=password], textarea {
	border: #000 1px solid;
	background: #FFF;
	font-weight: normal;
	outline: none;
}
input[type=submit], input[type=reset], input[type=button], button {
	border: #000 1px solid;
	background: #6D6D6D;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
	-webkit-appearance: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #1BB9AE;
}
#bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -20;
}
#site {
	width: 980px;
	padding: 0px;
	margin: 0 auto 0 auto;
}
header {
	padding: 5px 0 0 0;
}
header span {
	float: right;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 0 1px 0;
}
header span img {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 2px;
	border: #000 1px solid;
}
header ul {
	position: absolute;
	list-style: none;
	margin: 70px 0 0 590px;
	padding: 0px;	
}
header ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 0 2px;
	padding: 0px;
}
header li a {
	display: inline-block;
	vertical-align: top;
	background: rgba(26, 186, 175, 0.8);
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-weight: bold;
	color: #000;
}
header li a:hover {
	background: #FFF;
	color: #1BB9AE;
	text-decoration: none;
}
header img {
	margin: 80px 0 0 0;
	padding: 0px;
}
header #ralope {
	position: absolute;
	margin: 40px 0 0 15px;
}
nav {
	background: rgba(26, 186, 175, 0.8);
	padding: 10px;
	margin: -2px 0 0 0;
}
nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
nav li a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
nav li a:hover {
	background: #FFF;
	color: #0E5F58;
	text-decoration: none;
}
nav li ul {
	position: absolute;
	background: rgba(26, 186, 175, 0.8);
	border: #0E5F58 1px solid;
	border-radius: 5px;
	padding: 5px;
	margin: 0px;
	display: none;
}
nav li ul li {
	display: block;
}
nav li ul li a {
	display: block;
	text-transform: none;
	font-size: 11px;
}
nav ul li:hover > ul {
	display: block;
}
#corpo {
	background: #FFF url(../img/bgconteudo.jpg) no-repeat top center;
	padding: 7px 7px 30px 7px;
	border-top: #FFF 4px solid;
}
#paginador {
	padding-top: 25px;
	text-align: center;
}
.titulo {
	margin-top: 0px;
	font-size: 24px;
	padding-top: 7px;
}
footer {
	background: rgba(26, 186, 175, 0.8);
	padding: 7px;
	margin: 0px;
}
footer, footer * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    width: 920px; 
    height: 450px; 
    margin-left: 50%; 
    left: -460px;
    top: 540px; 
    overflow: hidden; 
    background: #000; 
} 
#imageFlow .diapo { 
    position: absolute; 
    left: -4000px; 
    cursor: pointer; 
    -ms-interpolation-mode: nearest-neighbor; 
} 
#imageFlow .link { 
    border: dotted #fff 1px; 
    margin-left: -1px; 
    margin-bottom: -1px; 
} 
#imageFlow .text { 
    position: absolute; 
    left: 0px; 
    width: 100%; 
    bottom: 16%; 
    text-align: center; 
    color: #FFF; 
    font-family: verdana, arial, Helvetica, sans-serif; 
    z-index: 1000; 
} 
#imageFlow .title { 
    font-size: 18px; 
    font-weight: bold; 
} 
#imageFlow .legend { 
    font-size: 10px; 
} 
#imageFlow .scrollbar { 
    position: absolute; 
    left: 10%; 
    bottom: 20px; 
    width: 80%; 
    height: 16px; 
    z-index: 1000; 
} 
#imageFlow .track { 
    position: absolute; 
    left: 1%; 
    width: 98%; 
    height: 16px; 
    filter: alpha(opacity=30); 
    opacity: 0.3;
} 
#imageFlow .arrow-left { 
    position: absolute; 
} 
#imageFlow .arrow-right { 
    position: absolute; 
    right: 0px; 
} 
#imageFlow .bar { 
    position: absolute; 
    height: 16px; 
    left: 25px; 
} 

/* Galeria */
#galeria {
    height: 450px;
}
#voltar {
    text-align: right;
}

/* Primeira página */
#esq {
	display: inline-block;
	background: url(../img/ppagina.png) no-repeat right top;
	min-height: 394px;
	width: 308px;
}
#dir {
	display: inline-block;
	float: right;
	height: 394px;
	width: 612px;
}
#banner {
	padding-left: 5px;
	padding-bottom: 4px;
}
#galerias {
	background: url(../img/ppagina2.jpg) no-repeat top center;
	padding-left: 5px;
}
#slider_galeria {
	cursor: pointer;
	cursor: hand;
}
#indexed_slider * {
	color: #FFF;
}