@charset "utf-8";
/* CSS Document */

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ADMIN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background-color:#40454C;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;

	
}

.wrapper {
  position: relative;
  min-height: 100%;
  min-width:900px;



  }
  .wrapper + style + iframe {
  display: none;
  }
  .content {
  padding: 0 44px;
  }


  .main {
  margin: 0 auto;
  width: 393px;
  padding-top: 23px;
  padding-bottom: 100px;
  }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '.';
  clear: both;
  height: 0;
  }
  .main {
  width: auto;
  max-width: 1000px;
  min-width: 780px;
  }
  



.logarAdm{
	margin:0 auto;
	width:393px;
	background:url(../images/bg_login.png) no-repeat 0 0 transparent;
	height:294px;
	margin-top:50px;
}


.txt_login{

	width:250px;
	margin: 0 auto 20px;
		
	
}
.txt_login h1{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#40454c;
	text-align:center;
}

.txt_login p{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#40454c;
	margin-top:-10px;
	text-align:center;
}


.login_area{
	clear:both;
	margin:0 auto;
	width:265px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}






#login{
border: 1px solid #BFBFBF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 #000000, 0 3px 3px #EEEEEE inset;
    font-size: 16px;
    height: 24px;
    width: 200px;
	margin-left:22px;
	
}

#senha{
border: 1px solid #BFBFBF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 #000000, 0 3px 3px #EEEEEE inset;
    font-size: 16px;
    height: 24px;
    width: 200px;
	margin-left:20px;
	
}


#btn_logar{
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
     background-color:#4C525A;
    background-image: -moz-linear-gradient(center top , #4C525A, #4C525A);
    border: 1px solid transparent;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
	cursor: pointer;
	float:right;
	margin-top:20px;
	
}

#btn_logar: hover{
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px; 
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
     background-color:#4C525A;
    background-image: -moz-linear-gradient(center top , #4C525A, #4C525A);
    border: 1px solid transparent;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
	cursor: pointer;
	float:right;
	margin-top:20px;
	
}

