/* PROMO */
#promo {
	background-image: url(../img/promo-galeria.jpg);
}

/* CONTENT */
.galeria {
	margin-top:0;
}
.galeria ul {
	float:left;
	width:100%;
}
.galeria ul li a {
	z-index:100;
}
.galeria ul li a.notvisible {
	display:none;
}
.galeria ul li p {
	color:#FFF;
	font-size:2.4em;
	font-weight:800;
	margin-bottom:0;
	position:absolute;
	top:calc(50% - 16px);
	text-align:center;
	text-shadow:0 0 6px rgba(0,0,0,.65);
	text-transform:uppercase;
	width:100%;
	z-index:1;
}
.galeria ul li a:hover {
	background-color:rgba(255,255,255,0);
}
.galeria ul li:hover div {
	background-color:#837A71;
    height: 100%;
	opacity:.8;
    position: absolute;
	width: 100%;
}
.galeria ul li img.icono {
	display:none;
	position: absolute;
    bottom: 10px;
	right: 10px;
    width: auto;
	z-index:1;
}
.galeria ul li:hover img.icono {
	display:block;
}

@media screen and (max-width: 480px) {
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 1365px) {
}
@media screen and (min-width:481px) and (max-width: 720px) {
}
@media screen and (min-width:721px) and (max-width: 999px) {
}
@media screen and (min-width:721px) and (max-width: 1365px) {
}