﻿*
{
	padding: 0;
	border: 0;
}
body
{
	background-repeat:repeat-x;
    background-position:top left;
    background-color: #ffffff;
    background-image: url(Images/bg.png);
    font-family: Trebuchet MS, Verdana, Arial;
    color: #ffffff;

}
#logo
{
	text-align: center;
	padding: 170px 0 60px 0;
}
#aviso
{
	text-align: center;
	font-size: 20px;
	padding: 0 0 60px 0;
}
#botoes
{
	text-align: center;
	font-size: 12px;
	padding: 0 0 120px 0;
}
#botoes .botaoEntrar
{
	display:block;
	margin:0px auto;
	width:50%;
	float: left;
}
#botoes .botaoSair
{
	display:block;
	margin:0px auto;
	width:50%;
	float: right;
}
.botaoEntrar div, .botaoSair div
{
	padding: 10px 0 0 0;
}
.sublinhado
{
	text-decoration: underline;
	display: inline;
	margin: 0 3px 0 0;
}
#direitos
{
	color: #800000;
	font-size: 12px;
	text-align: center;
	padding: 0 0 30px 0;
	
}
#parceiros
{
	text-align: center;
}
