#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#8F8F8F;
	display:block;	
}
  
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	display:block;
	z-index:9999;
	padding:20px;
}

.close {
	display: block; 
	text-align: right; 
}

#boxes .titulo_modal {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	line-height: normal;
	text-transform: uppercase;
}

#boxes #solinforma {/* modal CONTATO */
	display: none;
	float: left;
	width: 80%;
	height: 420px;
	padding: 5%;
	left: 5%;
	background-color: #FFF;	
	top: 10%;
	bottom: 0;
	color: #525269;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
}

#boxes #ligamos {/* modal LIGAMOS PARA VOCE */
	display: none;
	float: left;
	width: 80%;
	height: 440px;
	padding: 5%;
	left: 5%;
	background-color: #FFF;	
	top: 10%;
	bottom: 0;
	color: #525269;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#boxes #cadastro {/* modal CADASTRO */
	display: none;
	float: left;
	width: 80%;
	height: 420px;
	padding: 5%;
	left: 5%;
	background-color: #FFF;
	top: 10%;
	bottom: 0;
	color: #525269;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	overflow: auto;
}

#boxes #manutencao {/* modal MANUTENÇÃO */
	display: none;
	float: left;
	width: 80%;
	height: 420px;
	padding: 5%;
	left: 5%;
	background-color: #FFF;
	top: 10%;
	bottom: 0;
	color: #525269;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	overflow: auto;
}

}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
#boxes .titulo_modal {
	font-size: 22px;
}
}

@media only screen and (min-width: 600px) {
#boxes .titulo_modal {
	font-size: 25px;
	letter-spacing: 3px;
}

#boxes #solinforma {
	width: 500px;
	height: 430px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -225px;	
	position: fixed;
}

#boxes #ligamos {
	width: 500px;
	height: 450px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -225px;	
	position: fixed;
	background-size: 400px 370px;
	text-align: center;
}

#boxes #cadastro {
	width: 500px;
	height: 430px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -225px;	
	position: fixed;
	background-size: 400px 370px;
	text-align: center;
}

#boxes #manutencao {
	width: 500px;
	height: 430px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -225px;	
	position: fixed;
	background-size: 400px 370px;
	text-align: center;
}
}

