/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

a, a:visited{
	color: #033D7C;
	text-decoration: underline;
}

a:hover { color: #568BC6;}

div#redirecionamento {
	width: 460px;
	height: 224px;
    position: relative;
	margin: 100px auto 0px auto;
	background-color: #FFFFFF;
	color: #000000;
	background: url(http://www.unip.br/img/layout/redir_fundo.jpg) no-repeat center top;
	padding: 6px 20px 20px 20px;
	text-align: center;
}

h1 { margin: 0px auto; padding: 0px;}

h1 a {
	width: 460px;
	height: 76px;
    display: block;
	background: url(http://www.unip.br/img/layout/redir_logo.jpg) no-repeat center;
}

h1 a span, div#carregando span , div#manutencao span {display: none;}

#carregando {
	height: 70px;
	width: 460px;
	background: url(http://www.unip.br/img/layout/redir_carregando.gif) no-repeat center;
	margin-top: 10px;
}

#manutencao {
	height: 70px;
	width: 460px;
	background: url(http://www.unip.br/img/layout/redir_manutencao2.gif) no-repeat center;
	margin-top: 10px;
}

#redirecionamento p {
	width: 460px;
	margin-top: 10px;
	float: left;
	display: block;
	text-align: center;
}


#splash ul {margin-top: 25px;}
#splash ul li {list-style-type: none; }
#splash ul li a {display: block; width: 350px; height: 25px;}


