@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #09121c;
	}

#geral{
	width: 970px;
	height: 932px;
	position:relative;
	top: 35px;
	left: 52%;
	margin: 0px 0px 0px -510px;
	background-color: #09121c;
	z-index: 2;
	}
	
#topo {
	position:absolute;
	width: 970px;
	height: 380px;
	}
	
#menu {
	position:absolute;
	width: 970px;
	height: 53px;
	top: 380px;
}

#titulo {
	position:absolute;
	width: 370px;
	height: 100px;
	top: 450px;
	left: 23px;
}

#texto_index {
	position:absolute;
	width: 600px;
	height:316px;
	left: 36px;
	top: 578px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#rodape_infinito {
position: relative;
height: 59px;
background-color:#0c1926;
top: 35px;
}

#gallery {
	position:absolute;
	width:216px;
	height: 397px;
	top: 578px;
	left: 698px;
}

#lightbox {
	position:absolute;
	width:209px;
	height: 397px;
	top: 0px;
	left: 0px;
}

#texto_procedimentos {
	position:relative;
	width: 600px;
	height:420px;
	left: 36px;
	top: 578px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

