
.blocosMural {
	width: 200px;
	height: 180px;
	background-color: red;
	margin: 0 12px 10px 0;
	overflow: hidden;
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}
.blocosMural:hover{
	 filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.blocosMural .photo { position:relative; width:100%; height:150px }

.blocosMural img {
	width: 200px;
	height: 180px;
}
.blocosMural .legend {
	background-color: black;
	margin-top: -40px;
	width: 200px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
}

.blocosMural .legend div { color: #FFF; }

#scape_form {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
#scape_form {
	width: 0px;
	height: 0px;
	background-color: white;
	visibility: hidden;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.blocosMural{ width: 100%; height: auto; }
	.blocosMural .photo { width: 100% }
	.blocosMural img{ width: 100%; height: auto;  }
	.blocosMural .legend { width: 100%}
}