@charset "utf-8";
/* CSS Document */

article h2 {
	color: #fff;
	background-color: rgba(173,194,96,0.9);
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	bottom: 0;
	position: absolute;
	font-weight: lighter;
}

body:not(.is-touch) .tiles article:hover h2 {
	display: none;
	opacity: 0;
}


.content p {
	background-color: rgba(173,194,96,0.9);
	display: block;
	width: 100%;
	bottom: 0;
	position: absolute;
	margin-left: -5%;
}

.marco_imagen {
	margin: 5%;
	float: left;
	width: 20%;
	height: 30%;
	
}


.marco_imagen img {
	width: 100%;
}


.descripcion_tecnica {
	clear: both;
}



	@media screen and (max-width: 900px) {
	
.marco_imagen {
	margin: 5%;
	float: left;
	width: 40%;

}

}
	


	@media screen and (max-width: 600px) {
	
.marco_imagen {
	margin: 5%;
	float: none;
	width: 100%;

}

}
	