.thumbnail:hover span{ /*CSS for enlarged image*/
position: fixed;
visibility: visible;
width:650px;
left: 50%;
margin-left:-90px;

height:600px;
top: 50%;
margin-top:-350px;
z-index: 50;
}
.TableUp {
	font-size:15px;
	padding: 0px 0px 120px 0px;/*  UP RIGHT DOWN LEFT*/
	right:100px;
}
.TableDown {
	font-size:12px;
	padding: 40px 0px 0px 0px; /*  UP RIGHT DOWN LEFT*/
}
.Linea {
	position:relative;
	width:100px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	border-width:1px;
	padding: 0px 0px 0px 0px;
	right:-0px;
}