*{
	padding:0px;
	margin:0px;
}
#buscaCodigo{
	position:relative;
	top:138px;
	left:820px;
	width:140px; 
	border:solid 0px red;
	height:30px;

}
body{
	font-family: arial;
	font-size: 0.8em;
	color: #222;
	background: #fff;
	text-align:center;
	scrollbar-arrow-color:#000;
	scrollbar-face-color:#f8c305;
	scrollbar-shadow-color:#000;
	scrollbar-darkshadow-color:#f8c305;
	scrollbar-track-color:#000;
	scrollbar-face-width:1px;
	scrollbar-face-height: 5px;

	
}

#base {
	width: 100%;
    clear: both;
	border: solid 0px red;
	
	
}

#wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: solid 0px #003399;
}

#content {
	width: 980px;
	padding:0px;
	text-align: left;
}

#topo {
	clear: both;
	width: 980px;
	height: 180px;
	background:url(../images/topo.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	margin: 0 auto;
	border: solid 0px red;
	padding-top:0px;

}

#menu-topo{
	position: relative;
	width: 980px;
	height: 30px;
	top: 146px;
	left: 0px;
	display: inline;
	border: 0px solid #FFF;
	float: left;
}

#menu-topo #links{
	position: relative;
	top: -10px;
    font-family: arial;
    font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	display: inline-block;
}

#menu-topo #links:hover{
	/*
	background-image: url(../images/menu-on.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
	*/
	color: #f8c305;
}



#basefooter{
	width: 980px;
	/*background: #222;*/
	background: #fff url('../images/footer.jpg') no-repeat;
	color: #fff;
	text-align: left;;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	border: solid 0px red;
	height:350px;
}
#content_footert{
	float:left;
	border:solid 0px red;
	width:202px;
	height:200px;
	margin-top:100px;
	margin-left:30px;
	margin-bottom:10px;
}

#footer{


}
#end_footer {
	margin: auto;
	width: 980px;
}
#content_footert h3{
text-align:left;
}
#content_footert a{
text-align:left;
color:#ccc;
width:200px;
float:left;
font-weight:italic;
font-size:11px;
margin-top:7px;
border:solid 0px red;
text-decoration:none;
border:none;
}
#content_footert img{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
#content_footert img:hover{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#social_topo img{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
#social_topo img:hover{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#fundo_form {
	background-image: url(../images/fundo.png)repeat;

	height: 100%;
	width: 100%;
	position:absolute;
	z-index:99999;
	border:solid 0px red;

}
#form_email {
	height: 510px;
	width: 500px;
	border: 5px solid #CCC;
	margin-top: 50%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #666;
	border-radius: 10px;
	top:-100px;
	position:relative;
	
}
#fundo_form #form_email form input {
	background-color: #FFF;
	width: 250px;
	border: 1px solid #000;
	margin-left: 0px;
	border-radius: 6px;
	margin-bottom: 15px;
}
 #fundo_form #form_email form textarea {
	background-color: #FFF;
	width: 250px;
	border: 1px solid #000;
	margin-left: 0px;
	border-radius: 6px;
	margin-bottom: 15px;
}





