
#miniaturas{
	overflow-x: auto;
	overflow-y: hidden;
	height: 80%;
	width: 80%;
	margin:0 auto;
}

#miniaturas ul{
	padding:0px;
	max-width: 250%;
	border: 0px solid red;
}
#miniaturas ul li{
	list-style-type: none;
	border: 1px solid;
	display: inline-block;
	width:280px; height:280px;
	margin: 5px;
	vertical-align: top;
	cursor: pointer
}
#miniaturas ul li img{
	width:280px; height:280px;
}
#Galeria{
	z-index: 50;
	z-index: 50;
    background-color: rgba(27, 27, 27, 0.7);
    position: fixed;
    top: 0;
    display:none;
    text-align: center;
    width: 100%;
	height:100%;
}

#Galeria img{
	max-height: 80%;
	margin-top: 90px;
}