table{
	background-color:#FAFAFA;
    margin: auto;
    width: 50%;
	border: 1px solid #D8D8D8;
    border-radius: 5px;
}
.imagen{
	opacity: 0.5;
    filter: alpha(opacity=50);
	width:200px;
    margin: auto;
    width: 200px;
}
.imagen:hover{
	opacity: 1;
    filter: alpha(opacity=100);
}
table{
	background-color:#FAFAFA;
    margin: auto;
    width: 50%;
	border: 1px solid #D8D8D8;
    border-radius: 5px;
}