section#datos{
	background-color: rgba(35,45,54,1);
	height: auto;
	width: 100%;
	text-align: center;
	border: 0px solid red;
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 150px;
	padding-right: 150px;
}





.galery {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background-color:  rgba(35,45,54,1);
		
}
.galery a {
	width: 23%;
	height: 180px;
	background: no-repeat center center;
	background-size: cover;
	margin-bottom: 22px;
	margin-left: 10px;
	margin-right: 10px;
}

.modal_box {
	position: fixed;
	top: 0;
	bottom: 0px;	
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.45);
	z-index: 99;
	opacity: 0;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
	pointer-events: none;
	
}
.modal_box:target {
	
	opacity: 1;
	pointer-events: auto;
}
.modal_box > div {
	
	width: 70%;
	position: relative;
	margin: auto;
	margin-top: 1%;
	padding: 1%;
	
	
}

.modal_box > div img {
	
	max-width: 100%;
	margin-bottom: 10px;
}


.modal_box > div img#deca {
	
	max-width: 100%;
	height: 650px;
	margin-bottom: 10px;
}

.modal_box > div img#regla {
	height: 650px;
	max-width: 100%;
	margin-bottom: 10px;
}



.close {
		background: rgba(56,68,94,0.40);
		color: #FFFFFF;
		line-height: 25px;
		font-size: 15px;
		position: absolute;
		width: 24px;
		right: 30px;
		top: 30px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		
	}

	.close:hover { 
		background: #35b2ff; 
}

