.modal-content {
	background-color: #215272 !important;
	border: none !important;
	border-radius: 0px !important;
	
    top: 40% !important;	
}

.modal-footer {
	border: none !important;
}
.texto-anexo {
	font-size: 37px;
	padding: 50px;
	text-align: center;
}
.texto-anexo a {
	text-decoration: none;
}
.texto-anexo a:hover {
	color: #ffffff;
}
.botones-anexo {
	padding: 0px 20px 40px 20px;
	text-align: center;
}
.botones-anexo button {
	background-color: #215272;
	border: none;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	margin: 0px 20px;
}