#mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	background: #000;	
	z-index: 99999;
}
  
#boxes .window {
	display: block;
	position: absolute;
	left: 0;
	top: 0;		
	padding: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #4F4F50;
	font-size: 15px;
	background: #FFF;
	z-index: 999999;
}

.close {
	display: block; 
	text-align: right; 
} 

#boxes #solinforma {/* mais informações */
	position: fixed;
	display: none;
	float: left;
	width: 80%;
	height: auto;
	padding: 5%;
	left: 5%;
	top: 7%;
	overflow: auto;
}

#boxes #financiamento {/* simulador de financiamento*/
	position: fixed;
	display: none;
	float: left;
	width: 80%;
	height: auto;
	padding: 5%;
	left: 5%;
	top: 7%;
	overflow: auto;
}

#boxes #financiamento .bancos {
	float: left;
	clear: none;
	width: 37%;
	margin: 10px 3% 10px 3%;
	text-align: center;
	border: solid 1px #CCC;
	padding: 2.5%;
}

#boxes #agenda {/* agenda*/
	position: fixed;
	display: none;
	float: left;
	width: 80%;
	height: 420px;
	padding: 5%;
	left: 5%;
	top: 7%;
	overflow: auto;
}
/* fim simulador de financiamento*/

@media only screen and (min-width: 480px), only screen and (orientation:landscape) {
#boxes #solinforma {
	float: left;
	width: 80%;
	top: 10%;
	left: 5%;
}

#boxes #financiamento {
	float: left;
	width: 80%;
	top: 10%;
	left: 5%;
}

#boxes #agenda {
	float: left;
	width: 80%;
	top: 10%;
	left: 5%;
}	
}

@media only screen and (min-width: 600px) {
#boxes #solinforma {
	width: 450px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 40%;
	margin-top: -225px;	
}

#boxes #financiamento {
	width: 450px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 40%;
	margin-top: -225px;	
}

#boxes #financiamento .bancos {
	float: left;
	clear: none;
	width: 24%;
	margin: 30px 2.5% 10px 2.5%;
	padding: 1.5%;
}

#boxes #agenda {
	width: 450px;
	height: auto;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 40%;
	margin-top: -225px;	
}
}

@media only screen and (min-width: 768px) {
#boxes #solinforma {
	width: 500px;
	top: 40%;
}

#boxes #financiamento {
	width: 500px;
	top: 40%;
}

#boxes #agenda {
	width: 500px;
	top: 40%;
}
}

