.btnAlbum {
	width: 300px;
	height: 300px;
	text-align: center;
	background-color: #FFF;
	margin: 10px;
	padding-top: 7px;
	transition: all 0.5s;
	color: #333;
	cursor: pointer;

	background-repeat: no-repeat;
	background-size: 180% auto;
	background-position: center;
}

.btnAlbum:hover {
	background-color: #CCC;
}

.btnAlbum a {
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	color: #333;
}

.hoverProy {
	width: 295px;
	min-height: 190px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	transition: all 0.5s;
	background-color: transparent;
	background-position: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
}

.hoverProy:hover {
	height: 250px;
	cursor: pointer;
	background-image: url("../Imagenes/vermas.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0.5);
}

.titleAlbum {
	width: 300px;
	min-height: 45px;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}

.titleAlbum p {
	font-size: 30px;
	color: #FFF;
	font-weight: 300;
}

.imgAlbum {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 5px;
}

.imgAlbum img {
	max-width: 200%;
}

.imgAlbumChico {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 5px;
}

.contentAlb {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;

  	margin: 0.5% 1% 1% 1%;
    height: auto;
    padding: 2%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    -o-border-radius: 10px 0px 10px 0px;
}

.imgGalery {
	width: 295px;
	height: 250px;
	float: left;
	text-align: center;
	margin: 10px;
}

.imgGalery img {
	border: 2px solid #CCC;
}