.fancybox-skin {
	background: #005f21 !important;
	border-radius: 10px;
}

.fancybox-close {
	position: absolute;
	top: -16px !important;
	right: -12px !important;
	width: 33px !important;
	height: 40px !important;
	cursor: pointer;
	z-index: 8040;
	background: url(../img/cerrar.png) !important;
}

.popup {
	width: 330px;
	height: 250px;
	padding: 0 25px;
	text-align: center;
}

.popup h2 {
	color: white;
	font-family: 'futura_condensedbold', sans-serif;
	font-size: 37px;
	padding-top: 70px;
}

.popup h5 {
	color: white;
	font-family: 'futura_light_condensed', sans-serif;
	font-size: 18px;
}


@media screen and (min-width: 1200px){

	.popup {
		width: 500px;
		padding: 0 50px;
	}
}