.items {
	position: absolute;
	height: 500px;
	width: 115px;
	left: 120px;
	top: 120px;
}
.contenido {
	position: absolute;
	height: 500px;
	width: 700px;
	left: 250px;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #A7A9AC;
	text-align: justify;
}
.reel {
	position: absolute;
	height: 150px;
	width: 150px;
	left: 300px;
	top: 197px;
}
