@charset "utf-8";
/* CSS Document */

html, body {
	
	width: 100%;
	text-align: center;
	
}

body{
	
	background:#FFD9DA;
	text-align:center;
	margin: 0px;
	padding: 0px;
	
}

#fundo-principal{
	background:url(../Imagens/Fundos/fundo-central.png) no-repeat bottom ;
	width: 1000px;
	margin-bottom:15px;
	padding: 0 0 40px 0;
	float: left;
	margin-top: -50px;
	z-index: 0;
}

#fundo-menu{
	background:url(../Imagens/Fundos/fundo-menu.png) no-repeat;
	width:636px;
	height:52px;
	margin-top: -3px;
	float:right;
	margin-right:23px;
	text-align:left;
}

#fundo-menu img {
	border: none;	
}

#fundo-destaques{
	background:url(../Imagens/Fundos/fundo-destaques.png) no-repeat;
	width:628px;
	height:215px;
	margin-top:43px;
	float:right;
	margin-right:33px;
	text-align: left;
}

#fundo-prestacao-contas{
	background:url(../Imagens/Fundos/fundo-prestacao_contas.png) no-repeat;
	width:270px;
	height:168px;
	margin-top:3px;
	float:left;
	margin-left:35px;
}

#fundo-videos{
	background:url(../Imagens/Fundos/fundo-videos.png) no-repeat;
	width:239px;
	height:183px;
	margin-top:30px;
	float:left;
	margin-left:34px;
	padding: 60px 0 0 35px;
}

#fundo-galeria{
	background:url(../Imagens/Fundos/fundo-galeria_fotos.png) no-repeat;
	width:610px;
	height:235px;
	margin-top:10px;
	float:right;
	margin-right:28px;
	padding: 0 0 0 30px;
}

#fundo-eventos{
	background:url(../Imagens/Fundos/Eventos.png) no-repeat;
	width:270px;
	height:100px;
	margin-top:-20px;
	float:left;
	margin-left:43px;
}

#fundo-ultimas-noticias{
	background:url(../Imagens/Fundos/fundo-ultimas_noticias.png) no-repeat;
	width:639px;
	height:243px;
	margin-top:-30px;
	float:right;
	margin-right:28px;
}

#fundo-eventos ul{
	margin-top:87px;
	margin-left:-10px;
	margin-right:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	color:#DA251C;
	list-style:url(../Imagens/bolinha.png);
	list-style-position:outside;
}

#fundo-eventos ul a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	color:#DA251C;
}

#fundo-eventos li{
	margin-top:5px;
	float:left;
}

#fundo-ultimas-noticias ul{
	margin-top:60px;
	margin-left:-7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	color:#DA251C;
	list-style:none;
}

#fundo-ultimas-noticias a{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	color:#DA251C;

}

#fundo-ultimas-noticias li{
	margin-top:5px;
	float:left;
}
