@charset "utf-8";
/* CSS Document */



body {
	margin: 0 0 0 0px;
	background-color: #006;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0 0 0 0px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #FFF;
}

#formulario {
	width: 235px;
	height: 20px;
	border: thin;
	background: #304088;
	color: #FFF;
}

#formulario2 {
	width: 235px;
	height: 100px;
	border: thin;
	background: #304088;
	color: #FFF;
	}

#button {
	width: 80px;
	height: 20px;
	background: #FFF;
	color: #304088;
	margin-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: thin;
}

#total { 
	width: 750px;
    margin: 0px auto;
  }
  
#central { 
	margin: 0 0 0 0px;
}

div#central img{
	*float: left;
}

#conteudo {
	width: 750px;
	background-image:url(images/bg1.jpg);
	margin: -5px 0 0 0px;
	overflow: hidden;
}

#conteudo2 {
	width: 750px;
	background-image:url(images/bg1.jpg);
	margin: 0 0 0 0px;
	overflow: hidden;
}

#chamadas {
	padding: 30px 65px 0px;
	line-height: 120%;
	overflow: hidden;
	}
	
#linha {
	width: 7px;
	float:left;
	margin: 0px 30px 10px 30px;
}
#rodape {
	width: 750px;
	height: 237px;
	background-image: url(images/rodape.jpg);
		margin: 0 0 0 0px;
	}

#rodape2 {
	width: 750px;
	height: 285px;
	background-image: url(images/rodape2.jpg);
	margin: 0 0 0 0px;
	}

#endereco {
	width: 450px;
	height: 50px;
	padding-left: 68px;
	padding-top: 80px;
}

#endereco2 {
	width: 450px;
	height: 50px;
	padding-left: 68px;
	padding-top: 130px;
}
#direita {
	width: 380px;
	float: left;
	margin: 0px 0px 0px 68px;
	line-height: 115%;
	text-align: justify;
}

#esquerda {
	width: 180px;
	float: right;
	margin: 0px 68px 0px 0px;
	line-height: 120%;
}

#direita2 {
	width: 245px;
	float: left;
	margin: 0px 0px 0px 68px;
	line-height: 120%;
	text-align: justify;
}

#esquerda2 {
	width: 315px;
	float: right;
	margin: 0px 68px 0px 0px;
	line-height: 120%;
}


#gallery img {
	margin: 5px;
}
