#albumes {
	width: 400px;
	margin-bottom: 30px;
}
#albumes #encabezado {
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	text-align: left;
	background-image: URL('../imgs/albumesCornerBG.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
#albumes #encabezado IMG {
	margin-right: 10px;
}
#albumes #listado {
	text-align: left;
	border: 1px solid #036;
	border-bottom: 10px solid #036;
	width: 400px;
	max-width: 368px;
	padding: 15px;
}
#albumes #listado A {
	text-decoration: none;
	color: #036;
}
#albumes #listado A:hover {
	background-color: #ddd;
}
#albumes #listado IMG {
	margin-top: 6px;
}
