@charset "utf-8";
body{
	margin:0px;
	border:0px;
	
	font-family: 'Muli', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#333;
}

img{ border:0px; outline:none; }
a { outline:none; text-decoration:none; }
/*******************************************/
#topo{
	margin:0 auto;
	width:1000px;
	height:210px;	
}
.animacao{
	z-index:3;
}
.menu_back{
	width: 500px;
	height: 24px;
	z-index:2;
	margin-top:-50px;
	margin-left:480px;
}

.menu{
	width: 335px;
	height: 15px;
	z-index:1;
	margin-top:-43px;
	margin-left:565px;
}
/*******************************************/
.linha_conteudo_tp{
	width:1000px;
	height:34px;
	margin:0 auto;
	background-image:url(../images/linha_tp.png);
	background-repeat:repeat-x;
}

#conteudo{
	margin:0 auto;
	width:1000px;
}

.titulo{
	font-size:22px;
	color:#007E91;
	font-weight:400;	
}

.sub_titulo{
	font-size:18px;
	color:#535353;
}

/*******************************************/
#blocos{
	width:915px;
	height:260px;
	margin:0 auto;
}

/*******************************************/
#rodape{
	margin:0 auto;
	width:1000px;
	height:60px;
	background-image:url(../images/img_rodape.png);
}