figcaption{
	border-radius: 0.3em;
	max-width: 145px;
	padding: 0.2em;
	text-align: center;
}

.image, .foto{
	border-radius: 0.3em;
	max-width: 150px;
	height: auto;
	margin: 0;
}

.foto{	
	display: inline-block;
	padding: 0.2em;
	margin: 1em;
	margin-left: 1.5em;
	margin-top: 0;
	text-align: justify;
	vertical-align: top;
}

.foto img{
	width: 200px;
	height: auto;
}

#descripcion{
	height: auto;
}

.fdescripcion{
	background: white;
	border-radius: 0.3em;
	border: 1px dotted black;
	display: inline-block;
	margin-top: 0.1em;
	width: 330px;
	height: 100px;
	overflow-y: auto;
	padding: 0.5em;
}

figure p{
	padding: 0.2em;
}

figure ul li{
	margin-left: -3em;
	list-style: none;
}