#box
{
	background: black;
	border-radius: 7px;
	color: white;
	height: 290px;
	margin: 0 0 0 20px;
	text-align: center;
	padding: 10px;
	width: 400px;
}
 
#box-imagen{
	background: black;
	height: 250px;
	overflow: hidden;
	width: 400px;
}
 
#box-imagen img
{
	height: 100%;
	position: relative;
	width: 100%;
}