h3 {
	font-size: 14pt;
	color: #0000FF;
	font-weight: normal;
	margin: 5px;
}

h3 em {
	color: Black;
	font-style: normal;
}

#miniaturas {
	/*border: 1px solid lime;*/
	width: 530px;
	overflow: auto;
}

#miniaturas a {
	display: block;
	padding: 5px;
	border: 1px solid silver;
	float: left;
	margin: 5px;
	width: 150px;
	text-align: center;
}

#miniaturas a:hover {
	border: 1px solid blue;
	background-color : #DDF0FF;
}

#botones {
	text-align: center;
	margin: 8px;
}

#botones a {
	border: 1px solid silver;
	background-color: #E7E7E7;
	padding: 4px 10px;
	font-weight: bold;
}

#foto {
	text-align: center;
}