
/* Fotos ----------------- */	

#fotos  {
	width: auto;
	text-align: center;
}
#fotos img {
	border: 0px solid #000000;
	margin: 0;
}
#fotos span img {
	/*width: 300px;*/

	border: 1px solid #000000;
	margin: 0;
}
#fotos a {
	position: relative;
	margin: 0 0px 0 0px;
}
#fotos a:hover {
  background-color: #ebe0b3;
	z-index: 26;
}
/* The above hover change defeats the IE/Win display changing bug */
#fotos a span {
	display: none;
}
#fotos a:hover span {
	display: block;
  position: absolute;
	top: -40px;
	left: -300px;
}

