#mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background:#8F8F8F;	
}
  
#boxes .window {
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	z-index: 9999;
	padding: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #868D8E; 
	font-size: 15px;
	background: #FFF;
}

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

.titulo_modal {
	clear: both;
	font-family: 'CircularStd-Bold';
	color: #2B2B2B;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	line-height: normal;
}

.txt_modal {
	clear: both;
	text-align: justify;
	margin-top: 10px;
	font-size: 13px;
}

.txt_modal span {
	font-weight: bold;
}

#boxes #online {/* online*/
	position: fixed;
	display: none;
	float: left;
	width: 80%;
	padding: 5%;
	left: 5%;
	top: 10%;
	overflow: auto;
}
	
#boxes #online .links_sistema {
	float: left;
	clear: none;
	width: 45%;
	margin: 30px 2.5% 10px 2.5%;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	font-family: "WorkSans-Medium"; 
	color: #2B2B2B;
}
	
#boxes #online .links_sistema img {
	width: 80px;
}

#boxes #online .links_sistema p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

@media only screen and (min-width: 585px) {	
#boxes #online {
	width: 50%;
	padding: 3%;
	left: 22%;
	top: 15%;
}
}

@media only screen and (min-width: 1280px) {
#boxes #agenda {
	width: 40%;
	padding: 2.5%;
	left: 27.5%;
}
	
#boxes #online {
	width: 40%;
	padding: 2.5%;
	left: 27.5%;
}
	
.titulo_modal {
	font-size: 25px;
}
	
#boxes #online .links_sistema {
	font-size: 18px;
	line-height: 18px;
}
}