body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.jpg) repeat-x 0 480px;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
hr {
	border: none;
	border-bottom: #000 1px dashed;
	margin-bottom: 20px;
	margin-top: 20px;
}
input[type=text], input[type=password], textarea, select, .inputs {
	border: #000 1px solid;
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
}
#home {
	z-index: 999999999;
}
#cima {
	height: 134px;
	border-bottom: #1A3C62 3px solid;
}
#sombra_cima {
	position: absolute;
	height: 134px;
	width: 100%;
	overflow: hidden;
}
#sombra_cima div {
	height: 138px;
	margin-left: -7px;
	margin-right: -7px;
	-moz-box-shadow: inset 0 1px 7px #333;
 	-webkit-box-shadow: inset 0 1px 7px #333;
 	box-shadow: inset 0 1px 7px #333;
	text-align: center;
	padding-top: 20px;
}
#logo {
	width: 950px;
	height: 114px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	background: url(../img/bglogo.jpg) no-repeat center bottom;
	text-align: center;
}
#login {
	position: absolute;
	width: 200px;
	text-align: right;
	margin-left: 750px;
	margin-top: -10px;
	vertical-align: top;
}
#login input[type=text], #login input[type=password] {
	width: 60px;
	vertical-align: top;
	margin-top: 1px;
}
#login ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#login li {
	background: url(../img/seta.gif) no-repeat right center;
	padding-right: 7px;
}
#login span {
	font-weight: bold;
	padding-bottom: 7px;
}
#login a:hover {
	text-decoration: none;
}
#links {
	position: absolute;
	width: 150px;
	margin-left: 800px;
	top: 108px;
	text-align: right;
}
#links img {
	display: inline-block;
	margin-left: 10px;
}
#barra_topo {
	overflow: hidden;
	background: url(../img/bgtopo.jpg);
}
#topo {
	width: 950px;
	height: 343px;
	margin-left: auto;
	margin-right: auto;
}
#sombra_topo {
	position: absolute;
	height: 343px;
	width: 950px;
	overflow: visible;
}
#sombra_topo div {
	height: 343px;
	width: 970px;
	margin-left: -10px;
	margin-right: -10px;
	-moz-box-shadow: inset 0 5px 7px #333;
 	-webkit-box-shadow: inset 0 5px 7px #333;
 	box-shadow: inset 0 5px 7px #333;
}
#sombra_menu {
	position: absolute;
	background: #000;
	width: 900px;
	height: 40px;
	margin-left: 25px;
	margin-top: 295px;
	filter: alpha(opacity=70%);
	opacity: 0.7;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
#menu {
	position: absolute;
	height: 24px;
	width: 900px;
	margin-left: 25px;
	margin-top: 295px;
	text-align: center;
	padding: 8px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: -5px;
}
#menu li {
	display: inline-block;
	margin-left: -5px;
}
#menu li a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 0 2px 0;
	height: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
#menu li a:hover {
	color: #000;
	text-shadow: none;
	background: #FFF;
	text-decoration: none;
	filter: alpha(opacity=70%);
	opacity: 0.7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#site {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/sombra1.png) no-repeat left top, url(../img/sombra2.png) no-repeat right top;
}
#corpo {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	padding-bottom: 20px;
	background: #FFF url(../img/bgcorpo.jpg) no-repeat top center;
}
#paginador {
	padding-top: 20px;
	text-align: center;
}
#rodape {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	padding: 4px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../img/bgcorpo.jpg) no-repeat top center;
}
#rodape a {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#certificados {
	margin-top: 5px;
	margin-left: -380px;
	position: absolute;
}
#crd {
	position: absolute;
	margin-left: 495px;
	margin-top: 3px;
}
.corpo {
	background: #FFF;
}
.titulo {
	font-size: 18px;
	color: #1A3C62;
	font-weight: bold;
}

/* drop down */
#menu li ul {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 0px;
	margin-top: 11px;
	border: #000 1px solid;
	background: #000;
	opacity: 0.8;
	moz-opacity: 0.8;
	filter: alpha(opacity=80%);
	max-width: 200px;
	box-shadow: 10px 10px 5px #888;
	z-index: 99999;
	font-weight: normal;
	font-size: 9px;
	box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu li ul li {
	width: 100%;
	clear: both;
	margin: 0px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	display: list-item;
	background: none;
	font-weight: normal;
}
#menu li ul a {
	display: block;
	padding: 5px;
	text-shadow: none;
	font-weight: normal;
	color: #FFF;
	font-size: 9px;
	height: auto;
}
#menu li ul a:hover {
	background: #FFF;
	text-shadow: none;
	color: #000;
	font-weight: normal;
}
#menu li ul div {
    background: #52110A;
    padding: 5px;
    color: #F90;
    font-weight: bold;
    margin-right: 2px;
}
/* fim drop down */

/* 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;
	height: 394px;
	width: 308px;
}
#dir {
	display: inline-block;
	float: right;
	height: 394px;
	width: 620px;
}
#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;
}
