*{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0;
	padding : 0;
	background-repeat : no-repeat;
}
body{
	background-color : White;
	background-image : url(img/fundo.jpg);
	background-repeat: repeat-x;
}
ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu{
	position : absolute;
	left : 25px;
	top : 154px;
	width : 660px;
	height : 27px;
	display : block;
	z-index: 2;
}

#menu h3{
	float : left;
	margin-right : 8px;
	display : block;
}
#menu h3 a{
	text-indent : -3000px;
	display : block;
	height : 27px;
}
#menu h3 a.sel,
#menu h3 a:hover{
	background-position : 0 -27px;
}
#menu h3#mn1 a{	background-image : url(img/mortes-cidades-atingidas.gif); width : 176px;}
#menu h3#mn2 a{	background-image : url(img/rodovias-interditadas.gif); width : 176px;}
#topo a,
#topo{
	position : absolute;
	left : 0;
	top : 0;
	width : 900px;
	height : 31px;
	display : block;
}
#topo{
	background-image : url(img/topo.gif);
}
#banner{
	position : absolute;
	left : 216px;
	top : 41px;
	z-index:3;
}
#box{
	position : absolute;
	width : 852px;
	left : 21px;
	top : 179px;
	display : block;
	height: 450px;
	background-image: url(img/fundo-janela.gif);
	background-repeat: no-repeat;
	padding: 3px;
}
#titulo{
	width : 858px;
	height : 39px;
	display : block;
	position : absolute;
	left : 21px;
	top : 112px;
}
#titulo h2{
	color: #034976;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #a2a2a2;
}
#infos {
	position : absolute;
	width : 852px;
	left : 708px;
	top : 186px;
	width: 163px;
	height: 440px;
	z-index: 2;
	overflow: auto;
}
#infos li{
	padding: 3px 2px;
	margin-bottom: 2px;
	border-bottom:1px dotted #d5d5d5;
}
.cor1{
	background-color:#e6e6e6;
}
.cor2{
	background-color:#ebebeb;
}
.atualizado{
	color:#FF0000;
	font-weight:bold;
	margin-bottom:18px;
}
