@charset "utf-8";

body {
	margin:0px;
	padding:0px;
	font-size:13px;
	background-color:#474141;
	color:#f0f0f0;
	font-family: Arial, Verdana, sans-serif;
	}

img{
	border:none;
}

a{
	color:#f0f0f0;
	text-decoration:underline;
}

.textoLaranja{
	color:#de7010;
	text-decoration:none;
	font-weight:bold;
}

.link1{
	color:#de7010;
	text-decoration:none;
	font-weight:bold;
}

.link1:hover{
	text-decoration:underline;
}

.link2{
	color:#ffffff;
	text-decoration:none;

}

.link2:hover{
	text-decoration:underline;
}


textarea{
	border:none;
	padding:5px 5px 5px 5px;
	background-color:#F4F4F4;
	font-family: Arial, Verdana, sans-serif;
	font-size:13px;
}

#corpo{
	width:100%;
	background-color:#37362E;
	background-image:url(../imagens/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px 0px 20px 0px;
}

#site {
	width:950px;     
	margin:0 auto;
}

#topo {
	height:50px;
	border-bottom:1px solid #c30;
	}



.box1{
	float:left; 
	width:290px;
	padding:0px 20px 0px 0px;
	background-image: url('../imagens/sp_box_home.gif');
	background-position:right;
	background-repeat:no-repeat;
}

.box2{
	float:left; 
	width:280px;
	padding:0px 10px 0px 10px;
}

.box3{
	float:right; 
	width:290px;
	padding:0px 20px 0px 20px;
	background-image: url('../imagens/sp_box_home.gif');
	background-position:left;
	background-repeat:no-repeat;

}


#rodape {
	width:100%;
	height:100px;
	padding:80px 0px 0px 0px;
	font-size:11px;
	clear:both;
	background-image: url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
}

.alinhamento{
	width:950px;
	margin:0 auto;
}

.swf_topo{
	width:100%;
	text-align:center;
}

/*FORMULARIO*/
.form_1{
	border:none;
	padding:3px 5px 0px 5px;
	background-color:#F4F4F4;
	font-size:13px;
}

.form_left{
	float:left;
	width:7px;
	height:24px;
	background-image:url("../imagens/form_left.jpg");
}

.form_center{
	float:left;
	height:24px;
	background-image:url("../imagens/form_center.jpg");
}

.form_right{
	float:left;
	width:7px;
	height:24px;
	background-image:url("../imagens/form_right.jpg");
}

.form_textarea{
	width:304px;
	height:110px;
	padding:10px;
	background-image:url("../imagens/form_bg_textarea.jpg");
}

.clear{
	clear:both;
}
	
.img_base{
	width:100%;
	text-align:center;
}

