<style type="text/css">
/*by Miguel Cabrera www.miguecabrera.com*/
.miguecabrera{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #E9E9E9;
	padding: 2px;
	left: auto;
	border: 1px dashed gray;
	visibility: hidden;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}


.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: auto;
	left: auto; /*position where enlarged image should offset horizontally */
	z-index: auto;
	cursor: auto;
}
.alinea{
	float:left;
	
}
</style>


