.img_hospedaje{
	background-image: url("../img/recovery/img_hospedaje_hover.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_hospedaje:hover{
	background-image: url("../img/recovery/img_hospedaje.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_enfermeria{
	background-image: url("../img/recovery/img_enfermeria_hover.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_enfermeria:hover{
	background-image: url("../img/recovery/img_enfermeria.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_gimnasio{
	background-image: url("../img/recovery/img_gimnasio_hover.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_gimnasio:hover{
	background-image: url("../img/recovery/img_gimnasio.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_spa{
	background-image: url("../img/recovery/img_spa_hover.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_spa:hover{
	background-image: url("../img/recovery/img_spa.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_nutricion{
	background-image: url("../img/recovery/img_nutricion_hover.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}

.img_nutricion:hover{
	background-image: url("../img/recovery/img_nutricion.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 350px;
	transition: .5s ease-in-out;
}