.navegacion .control{
	width:58px;
	height:62px;
	position:absolute;
	color: #FFF;
	text-align: center;
	font-size: 54px;
	background-color: rgba(0, 0, 0, 0.32);
}
.navegacion .control:hover{
	cursor:pointer;
	background-color: rgba(255, 255, 255, 0.32);
	color:black;
}
.navegacion .control.izq{	
	left:0px;
}
.navegacion .control.der{
	right:0px;
}
.imagen_principal{	
	height:600px;
	background-position:center;
	position:absolute;
	width: 100%;
	z-index: -1;
	background-size:cover;
}