body {
	background:#f6f6f6;

}
#page{

	position:absolute;
	width:980px;
	left:50%;
	margin-left:-490px;
	background:#FFFFFF;
	top:0px;
}

#top_header{
	position:relative;
	width:100%;
	height:30px;
	background:#000000;
	line-height:30px;
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
}

.top_header_left{
	 float:left;
	 width:30%;
	 text-align:left;
	 /* IE */
	 padding-left:10px;
	 margin-right:-10px;
}

.top_header_left a{
	color:#FFFFFF;
	text-decoration:none;
}

.top_header_left a:hover{
	
	text-decoration:underline;
}

.top_header_center{
	 float:left;
	 width:40%;
	 text-align:center;
}

.top_header_right{
	 float:left;
	 width:30%;
	 text-align:right;
}

#header{
	position:relative;
	width:100%;
	height:249px;
	background:url("../img/header.png");
}

#bottom_header{
	position:relative;
	width:100%;
	height:5px;
	background:#000000;
	border-top:1px solid #FFFFFF;
}

p{
	text-align:justify;
	margin:2px 20px 20px 20px;
	padding:0px;
	font-size:13px;
	font-family:Verdana, Arial, sans-serif;
	line-height:18px;
}

.title_1{
	margin-top:15px;
	margin-left:15px;
	color:#006699;
	font-weight:bold;
	font-size:15px;
}

#container{
	position:relative;
	width:100%;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	background:url("../img/container_back.png") repeat-x;
}

.box_1{
	
	position:relative;
	width:200px;
	height:200px;
	background:url("../img/box1.png");
	float:left;
	margin:5px;
}

.box_1 .title_2{

	position:relative;
	font-family:Verdana,Arial,sans-serif;
	font-size:22px;
	color:#666666;
	text-align:center;
	margin-top:-15px;
}

.box_1 p{

	text-align:center;
	margin-bottom:0px;
}

.img_home{
	padding:20px;
	margin:20px;
	
}

#footer{
	clear:both;
	background:#000000;
	border-top:2px solid #FFFFFF;
	height:30px;
	width:100%;
}

#div_ajax_all{

	display:none;
	position:absolute;
	width:60px;
	height:60px;
	left:50px;
	top:150px;
	margin-left:-30px;
}

.boxes{
	 width:670px;
	 margin-left:50px;
}

.img_footer{

	float:right;
	margin-right:80px;
	width:400px;
	text-align:right;
	height:70px;
}

.img_footer a{

	font-size:20px;
	color:red;
	line-height:70px;
}

.img_footer a:hover{

	text-decoration:none;
}
hr{
	width:95%;
	clear:both;
}

#div_form_mail{
	display:none;
	position:fixed;
	margin:50px 10%;
	border:1px solid #663399;
	width:480px;
	height:380px;
	z-index:200;
	background:#F0F0F0;
}

#form_mais{
	padding:5px;
}

#form_mais div{
	height:24px;
}

.input_more{

	border:1px solid #999999;
	background:#FFFFFF;
	width:270px;
}

.label_more{
	float:left;
	width:100px;
	margin-left:50px;
}


.transp_bt{
	
	height:25px;
	background:transparent;
	border:none;
	font-weight:bold;
	align:right;
	cursor:pointer;
}

.transp_bt_hover{
	
	height:25px;
	background:transparent;
	border:none;
	font-weight:bold;
	align:right;
	cursor:pointer;
	color:red;
}