@charset "utf-8";
/* CSS Document */
	
#ejemplares ul{
}

#ejemplares li{
	float:left;
	text-align:center;
	margin:1em 3.8em 1em 0.2em;
	list-style:none;
}
	
#ejemplares li img{
	display:block;
	border-color:#2d2825;
	}
	
h3{	
	margin-top:0.3em;
}

h3:hover {
	text-decoration:underline;
	}

br {
	clear:both;
	}
