/* CSS Document */

body {
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
	
#div_construcao {
  position: absolute;
  margin: auto;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  text-align:center;
}

#congAnteriores {
	font-family: 'Montserrat', sans-serif;
	margin:0;
	height:38px;
	line-height:38px;
	text-align:center;
	padding-right:18px;
	font-size: 120%;
}
#congAnteriores a {
	color:#961727;
	text-decoration:none;
	font-weight:bold;
}
#congAnteriores a:hover {
	color:#FFFFFF;
	text-decoration:none;
}