@charset "utf-8";
/* CSS Document */
body
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ECF0F1 url(../images/bg.png);
	margin:0;
}

#corpo
{
	margin: 15px auto;
	width:950px;
	border:3px solid #324E69;
}

.topo
{
	width:100%;
	height:94px;
	background:#395C82 url(../images/bg_topo.png) repeat-x;
	clear:both;
} 

#topo
{
	border-bottom:3px solid #324E69;
}

#logo
{
	float:left;
	margin-left:15px;
	margin-top:15px;
}

#menu
{
	float:right;
	width:670px;
	height:50px;
	margin-top:45px
}

.aba
{
	float:left;
	width:131px;
	height:49px;
	background:url(../images/aba.png) no-repeat;
	margin-right:3px;
	background-position:0px 5px;
}

.aba:hover
{
	background-position:0px 0px;
}

.aba_selecionada
{
	float:left;
	width:131px;
	height:49px;
	margin-right:3px;
}

.aba a, .aba_selecionada a
{
	display:block;
	width:131px;
	height:49px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:20px;
	text-decoration:none;
	text-align:center;
}

.aba a:hover
{
	color:#CCCC00;
}

#botoes
{
	width:100%;
	height:173px;
	clear:both;
	background-color:#324E69;
}

.botao
{
	width:314px;
	height:173px;
	float:left;
	background:#CCCCCC url(../images/botao.jpg) no-repeat;
	margin-right:4px;
	vertical-align:bottom;
	font-size:14px;
}

.botao:hover
{
	background-position:-3px -3px;
}

.botao a
{
	display:block;
	height:20px;
	text-align:center;
	font-size:14px;
	padding-top:150px;
	color:#333333;
	text-decoration:none;
}

#rh
{
	margin-right:0px;
}

#conteudo
{
	background-color:#FFFFFF;
	padding:10px;
	height:380px;
	overflow:auto;
}

.titulo
{
	display:block;
	width:330px;
	padding:2px 7px 2px 7px;
	color:#3B5E85;
	font-weight:bold;
	background:#E1E1E1;
	margin-bottom:10px
}

.txt_quadro
{
	width:583px;
	float:left;
	color:#34597E;
}	

.quadro
{
	height:110px;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

.quadro img
{
	float:left
}

#rodape img
{
	float:left;
	margin-top:18px;
	margin-left:15px;
}

#rodape #txt_rodape
{
	float:left;
	margin-top:18px;
	margin-left:15px;
	color:#FFFFFF;
}