﻿@charset "utf-8";
/* CSS Document */

*
{
	padding: 0;
	margin: 0;
}

img {
	border: none;	
	
}

BODY, HTML
{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #EEEEEE;
}

#esqueciSenha-portal {
    height: 187px;
    width: 577px;
    padding: 30px 0 0;
}

#esqueciSenha-portal .titulo {
    color: #036DB6;
    font: bold 32.3pt sans-serif;
    padding-bottom: 20px;
}

#esqueciSenha-portal .info {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    
    padding-bottom: 20px;
}

#esqueciSenha-portal ul {
    list-style: none;
}

#esqueciSenha-portal ul li a {
    color: #58595B;
    font: bold sans-serif;
    line-height: 40px;
}

#esqueciSenha-portal label {
    color: #036DB6;
    font: 14px sans-serif;
    line-height: 30px;
}

#esqueciSenha-portal .campoDataNascimento {
    background: #DDD;
    width: 146px;
    margin-bottom: 25px;
}

#esqueciSenha-portal .campoEmail {
    width: 258px;
    background: #DDD;
    margin: 5px 0;
}

#esqueciSenha-portal input {
    border: none;
    padding: 10px 5px;
}

#esqueciSenha-portal .botaoEnviarEsqueciSenha {
    background: #E96824;
    color: white;
    padding: 5px 8px;
    margin: 2px 3px 25px 0px;
    cursor: pointer;
}

#esqueciSenha-portal #lblConfirmacaoSucesso {
    margin: 2px 3px 25px 0px;
    line-height: 45px;
}

#esqueciSenha
{
	padding-left: 189px;
	width: 950px;
	height: 200px;
}

#barra_informatize
{
	height: 32px;
	width: 100%;
	background: #E96824;
	padding: 5px 0 5px;
}

#barra_informatize #logo
{
	float: left;
	width: 156px;
	padding: 2px;
}

#barra_informatize UL LI A:hover
{
	background: #AB4C16;
}

#menu_barra UL LI
{
	display: inline;
	float: left;
	padding: 10px;
}
#menu_barra UL LI A
{
	color: #FFFFFF;
	padding: 5px 10px;
}

#redes_barra
{
}

#redes_barra UL LI
{
	display: inline;
	float: right;
	padding: 0 3px;
}
#redes_barra
{
	margin: 0 13px 0 0;
}

#head_esqueciSenha
{
	width: 100%;
	height: 206px;
	margin: 0 auto 0;
	z-index: 99;
	background: url(../img/bg-login.png);
}

#head_esqueciSenha H1
{
	font: bold 78.3pt sans-serif;
	padding: 116px 10px 10px 139px;
	color: #EEEEEE;
	letter-spacing: -7px;
}

A
{
	color: #000;
	text-decoration: none;
}