@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

body{
	background:#FFFFFF url("../images/barraTopo.jpg") center top repeat-x;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 20px;
	margin:0;
	padding:0;
	color:#000;
}
ul,p {
	margin:0;
	padding:0;
}

/* =============================================================================
   TITULOS
   ========================================================================== */   

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', Verdana, Arial;  
  	font-weight: 300;
  	margin:0 0 15px 0;
  	padding:0;  
  	letter-spacing: 0.01em;  	
}
h1 {  
  font-size: 28px;
  line-height: 30px;
}
h2 {  
  font-size: 22px;
  line-height: 25px;
}
h3 {    
  font-size: 18px;
  line-height: 20px;
}
h4, h5, h6 {    
  font-size: 16px;
  line-height: 18px;
}
h1 span, h2 span, h3 span, h4 span , h5 span, h6 span{ 
	font-size:14px;
}
.hTitulohr{
	margin:0 0 5px 0;
}


img{ 
	vertical-align:middle; 
}

a{ 
	text-decoration:none;
}
a:hover{
	text-decoration:underline; 
}

#barraDefault{
	width:100%;
	height:40px;
}
#geral{
	width:980px;
	margin:auto;
	height:450px;
	margin-top:-30px;
}

	#geralLeft{
		width:490px;
		float:left;	
	}
	
		#BlocoLogo{
			width:400px;
			height:310px;
			margin:15px 0 0 15px;
			padding:40px 15px;
			background:#f3f3f3;
			text-align:center;
			-moz-box-shadow: 5px 5px 5px #888;
			-webkit-box-shadow: 5px 5px 5px #888;
			box-shadow: 5px 5px 5px #888;
		}
		
		.imgLogoDefault{
			width:350px;
			max-width:350px;
			display:block;
			margin:auto
		}
	
	.geralRight{
		width:490px;
		float:right;
		margin-top:40px;	
	}

	.geralInputs{
		width:400px;
		float:left;
		margin-left:27%;
		margin-top:40px;	
	}
	#recuperarSenha{
		width:490px;
		float:right;
		margin-top:40px;	
		display:none;
	}

#footer{
	width:100%;
	height:80px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}

.EnviaForm{
	min-height:50px;
	margin-bottom:20px;
}

.floatRight{
	float:right;
}

.clear{
	clear:both }
	
.PaginaAguarde{
	width:100%;
	position:absolute;
	top:0; left:0;
	background-color:rgba(209,209,209,0.8);
	z-index:999999 
}	
.imgPaginaAguarde{
	width:150px;
	height:150px;
	display:block;
	position:absolute;
	left:50%; top:50%;
	margin:-75px 0 0 -75px; }
	
.pstrength-minchar, #senha_minchar{
	font-size:10px; 
	color:#999;
}
	