@charset "utf-8";
/* CSS Document */

section#conteudo{
	display:block;
	width:520px;
	height:700px;
	float:left;
	border-right: 1px solid #2E8B57;
	padding-right: 5px;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

section#conteudo article#txtmunicipios{
	font-family: Arial, sans-serif;
	font-size:12pt;
	text-indent:50px;
}


.nome{
	width:165px;
	height:40px;
	float:left;
	margin-right:0px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:0px;
}

.nome a{
	text-decoration:none;
	color:#000000;
}

.nome{
	background: -moz-linear-gradient(#4DFF4D, #99FF99) no-repeat scroll 0 0 transparent;
 /*cantos arredondados*/
    border-radius: 10px 10px 10px 10px;
 /*Sombreamento*/
    box-shadow: 4px 3px 1px #00FF00;
	-webkit-box-shadow: 9px 5px 3px #00FF00;
   -moz-box-shadow: 9px 5px 3px #00FF00;
   border:solid 1px #00FF00;
  }


aside#noticias{
	display:block;
	width:470px;
	float:right;
	padding-right: 5px;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

iframe#frameroraima_municipios{
	width:450px;
	height:700px;
	border:none;
	overflow:hidden;
}
