@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background: #bbbb95 url(../images/home-fundo.jpg) repeat-y center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#071440;
}

#principal {
	width:960px;
	margin:0 auto;
	background-color:#FFF;
}

#logo {
	text-align:left;
	width:379px;
	height:86px;
	margin: 20px 0 0 15px;
	float:left;
}

#login {
	text-align:right;
	width:380px;
	margin: 50px 20px 15px 15px;
	float: right;
}

#login #empresa {	
	float: left;
}

#login input.botao {
	background:#071440;
	color:#ffffff;
	border:1px solid #007bbe;
	width:30px;
}

#login input,select {
	background:#f7f7f7; 
	border:1px solid #007bbe;
	width: 100px;
} 

#clear {
	clear:both;
}

#imghome {
	background-image:url(../images/home-img.jpg);
	width:960px;
	height:377px;
	padding-top: 7px;
}

#barrahome {
	background: url(../images/barra-home.jpg) no-repeat;
	width:960px;
	height:30px;
	padding-top: 7px;
}

#recuperar {
	text-align:center;
	width:80px;
	padding: 2px;
	margin-left:817px;
	background-color:#071440;
	font-size:9px;
}

#recuperar a{
	color:#FFF;
	text-decoration:none;
}

#recuperar a:hover{
	text-decoration: underline;
}

#invalido {
	position: absolute;
	text-align:center;
	width:150px;
	padding: 2px;
	margin: 80px 0 0 730px;
	font-size: 11px;
	color: #E83209;
}

#erro {
	min-width: 40%;
	max-width: 50%;
	text-align: center;
	color: #E83209;
}

#senhaRecuperada {
	min-width: 40%;
	max-width: 50%;
	text-align: center;
	color: #317B04;
}

#error {
	background-image:url(../images/barra-home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:960px;
	height:279px;
	padding-top: 7px;
}

#imgerror {
	background-image:url(../images/error.png);
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	padding-top: 7px;
	height: 300px;
	width:30%;
}
#texterror {
	float:left;
	padding-top: 7px;
	height: 300px;
	padding-top: 50px;
	max-width:70%;
}

/* INTERNA */

#logoint {
	width:379px;
	height:86px;
	margin: 20px 0 0 15px;
	float:left;
}