.galeria{ padding:10px;}
	.album{ padding:20px; overflow:hidden;}
		.capa{ height:120px; overflow:hidden; background:#EEE; border:#EEE 5px solid; border-radius:5px 5px 5px 5px; margin-bottom:10px; position:relative}
		.capa:hover{ transform: scale(1.05);}
			.capa b{ position:absolute; background:#EEE; padding:5px 10px 5px 5px; color:#000; border-radius:0 0 5px 0; font-size:10px;}
			.capa img{ width:100%;}
	.album span{ font-size:10px; background:#EEE; padding:5px; border-radius:5px;}

.foto{ padding:10px; height:120px; overflow:hidden;}
	.foto img{ width:100%;}