@charset "utf-8";
#topo{
	width:100%;
	height:300px;
background: #77a2d6; /* Old browsers */
background: -moz-linear-gradient(top, #77a2d6 0%, #133962 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77a2d6), color-stop(100%,#133962)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #77a2d6 0%,#133962 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #77a2d6 0%,#133962 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #77a2d6 0%,#133962 100%); /* IE10+ */
background: linear-gradient(to bottom, #77a2d6 0%,#133962 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a2d6', endColorstr='#133962',GradientType=0 ); /* IE6-9 */
	border-bottom:#35861c solid 8px;
}

#topo_error_page{
	width:100%;
	height:140px;
background: #77a2d6; /* Old browsers */
background: -moz-linear-gradient(top, #77a2d6 0%, #133962 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77a2d6), color-stop(100%,#133962)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #77a2d6 0%,#133962 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #77a2d6 0%,#133962 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #77a2d6 0%,#133962 100%); /* IE10+ */
background: linear-gradient(to bottom, #77a2d6 0%,#133962 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a2d6', endColorstr='#133962',GradientType=0 ); /* IE6-9 */
	border-bottom:#35861c solid 8px;
}

#limite_error_page{
	width:540px;
	height:80px;
        margin-left: 44%;
        padding-top: 40px;
}

#limite{
	width:505px;
	height:65px;
	margin: 0 auto;
}

#overlay_loading {
  background: none repeat scroll 0 0 #FFFFFF;
  display: none;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

#loading {
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 9999;
  display: none;
}

#limite img{
	margin-top:230px;
	margin-left:93px;
}

#login{
	width:485px;
	height:150px;
	margin: 0 auto;
	margin-top:15px;
}

#login .input-login{
	height:32px;
	float:left;
	margin-right:5px;
}

#login .input-senha{
	width:160px;
	height:32px;
	float:left;
}

#footer{
	width:480px;
	height:100px;
	margin:0 auto;
	margin-top:30px;
}

#versao{
	float: left;
	margin-top: 270px;
	margin-left: 298px;
	position: absolute;
	color: white;
	font-size: 10px;
}
