@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
#aviso_manutencao {
	height: 425px;
	width: 568px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -212px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -284px;
	background-image: url(imagens/aviso_manutencao.png);
	background-repeat: no-repeat;
}
#aviso_manutencao #msg_rodape {
	position: absolute;
	height: 30px;
	right: 50px;
	bottom: 20px;
	text-align: center;
	width: 250px;
}
#aviso_manutencao #msg_titulo {
	position: absolute;
	left: 40px;
	top: 40px;
}
#aviso_manutencao #msg_conteudo {
	position: absolute;
	left: 40px;
	top: 120px;
	height: 130px;
	width: 350px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #003471;
	font-size: 10px;
}
#aviso_manutencao #msg_titulo h3 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	font-variant: normal;
}
#aviso_manutencao #msg_conteudo p {
	font-size: 22px;
	line-height: 32px;
}
#aviso_manutencao #msg_rodape a {
	font-size: 20px;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #003473;
}
a:visited {
	text-decoration: none;
	color: #003473;
}
a:hover {
	text-decoration: underline;
	color: #0057C1;
}
a:active {
	text-decoration: none;
	color: #0057C1;
}
#pag_info {
	position: absolute;
	left: -1000px;
}
