html, body{
	font-family:Arial, Geneva, sans-serif;
	margin:0;
	height: 100%;
	color:#2d2d2d;
	background-color:#489FC9;
	z-index: -10;
	position: relative;
}
a img{
	border: 0px;
}
.layout_total{
	width: 100%;
	min-height: 100%;
	overflow: auto; 
	position: relative;
}	
.bar2{
	width: 100%;
	height: 38px;
	position: absolute;
	top: 47px;
	background-color: #018bbc;
}
.back_meio{
	width: 100%;
	height: 496px;
	position: absolute;
	top: 83px;
	background-color: #0078AE;
	z-index: -1;
}
.linha{
	width: 100%;
	height: 1px;
	position: absolute;
	top: 429px;
	border-bottom: 1px solid white;
	z-index: -1;
}
.bar2_s{
	width: 100%;
	height: 40px;
	position: absolute;
	z-index: -1;
	top: 540px;
	background-color: #018bbc;
}

.layout{
	width:980px;
	background-color:#0078AE;
	height:auto;
	position: relative;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}
.table{
	width: 980px;
	height: 580px;
	float: left;
	margin-top: -90px;
	position: relative;
}
.table a:hover{
	opacity: 0.7;
}
.info1{
	width: 195px;
	height: 121px;
	position: absolute;
	z-index: 250;
	margin-top: -5px;
	margin-left: 288px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color:#0078AE;
	z-index: 610;
}
.info2{
	width: 420px;
	height: 180px;
	position: absolute;
	z-index: 250;
	margin-top: 140px;
	margin-left: 522px;
	text-align: justify;
	font-size: 16px;
	font-weight: bold;
	color:white;
	z-index: 610;
}
.img_contato{
	width: 494px;
	height: 373px;
	position: absolute;
	z-index: 5;
	top: 116px;
	right: 1px;
}
.form01{
	width: 494px;
	height: 373px;
	position: absolute;
	top: 116px;
	right: 1px;
	z-index: 80;
}
.input_contato{
	width: 392px;
	height: 28px;
	float: left;
	border: 0px;
	margin: 18px 0 0 42px;
	padding: 1px 10px ;
}
.textarea_contato{
	width: 392px;
	height: 97px;
	float: left;
	border: 0px;
	margin: 20px 0 0 42px;
	padding: 5px 10px;
	resize: none;
}
.pos_sr{
	width: 206px;
	height: 40px;
	float: right;
	margin: 35px 42px 0 0;
}
.sr{
	width: 92px;
	height: 40px;
	padding: 10px 15px 10px 15px;
	float: right;
	background-color: #939598;
	font-weight: bold;
	color: white;
	border: 0px;
}
.sr:hover{
	background-color: #848587;
}
/*------------------------------------- FOOTER*/
.footer{
	width: 100%;	
	height: 40px;
	display: block;
	font-size: 11px;
	color: #003351;
	background-color:#489FC9;
	float: left;
	position: absolute;
	top: 580px;
}
.text_position_footer{
	width:980px;
	height: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}