@import url("reset.css");
@import url("lib.css");
@import url("form.css");
@import url("flash_errors.css");

body
{
	margin: 0;
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 80%;
	color: #777;
}

#esquerda
{
	background: url("../images/esquerda.jpg");
	float: left;

}

#direita
{
	background: url("../images/direita.jpg");
	float: right;
}

#esquerda, #direita
{
	width:50%;
	height: 600px;
	position: relative;
}

#main
{
	width: 960px;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	z-index: 10;
	min-height: 600px;
}

#logo
{
	float: left;
	margin-top:20px;
	margin-bottom:20px;
}

#acesso-restrito
{
	float: right;
}

#acesso-restrito img
{
	float: left;
	margin-top:4px;
	margin-right: 6px;
}

#acesso-restrito p
{
	clear: both;
}

#acesso-restrito input[type=text],#acesso-restrito input[type=password]
{
	width:90px;
	height: 16px;
	margin-right: 6px;
	float:left;
}

#acesso-restrito #chamada
{
	margin-bottom:8px;
}

#acesso-restrito a
{
	color:#fff;
	font-size: 0.9em;
	text-decoration: none;
}

#acesso-restrito input[type=image]
{
	float: left;
	margin-top:3px;
}

#menu
{
	float: left;
	margin-top:100px;
	margin-left: 250px;
	position: absolute;
}

#menu ul
{
	margin: 0;
	padding: 0;
}

#menu li
{
	display: inline;
	list-style-type: none;
	margin-right: 12px;
}

#menu li:last-child
{
	margin-right: 0;
}

.div-esqueci-senha
{
	position: absolute;
	margin-top:40px;
}

h2
{
	text-transform: uppercase;
	font-size: 1.7em;
}

#rodape
{
	text-align: left;
	margin-top:30px;
	margin-bottom:20px;
}

#rodape p
{
	margin-left: 30px;
}

#rodape p.fonte-menor
{
	font-size: 0.9em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 4px;
}

#rodape span
{
	font-size: 0.9em;
}

#divisao
{
	text-align: center;
}

.wrapper
{
	clear: both;
}

a
{
	color:#444;
}

a:hover
{
	color:#c00;
}

#redes-sociais
{
    margin-left: 30px;
    margin-top: 10px;
}