body{
	background-color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	background-image:url(imagens/fundo.png);
}
* img{
	border:none;
}
a{
	color:#69F;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
#box-geral{
	margin:0 auto;
	background-color:#CCC;
	background-image:url(imagens/fundo-ponta-negra.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:420px;
	border:#000 solid 1px;
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-360px;
	margin-top:-210px;

}
#box-logo{
	float:left;
	background-image:url(imagens/fundo-logo.jpg);
	margin:40px 0 0 30px;
	display:inline;
	width:470px;
	height:138px;
	border:#000 1px solid;
	text-align:center;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
#logotipo{
	border:none;
	margin:17px 0 0 0;
}
#box-fale-conosco{
	background-color:#FFF;
	margin:40px 0 0 30px;
	display:inline;
	float:left;
	width:220px;
	height:140px;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	border:#d77123 1px solid;
}
#box-interno-fale-conosco{
	margin:5px;
}
#box-boca-no-trombone{
	background-color:#FFF;
	margin:30px 0 0 30px;
	display:inline;
	float:left;
	width:220px;
	height:180px;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	border:#cc2229 1px solid;
}
#box-interno-boca-no-trambone{
	margin:5px;
}
#box-marica-em-foco-online{
	background-color:#FFF;
	margin:30px 0 0 30px;
	display:inline;
	float:left;
	width:220px;
	height:180px;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	border:#0081d0 1px solid;
}
#box-interno-mf-online{
	margin:5px;
}
#jornal-online{
	float:left;
	margin:5px;
}
#box-anuncie-jornal{
	background-color:#FFF;
	margin:30px 0 0 30px;
	display:inline;
	float:left;
	width:220px;
	height:180px;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	border:#96c044 1px solid;
}
#box-interno-anuncie{
	margin:5px;
}

#contato input,textarea{
	border:#999 solid 1px;
}
#contato h1{
	font-size:26px;
	color:#F90;
	margin:12px 0 12px 0;
}
