.popup {
	margin: 0 auto;
    padding: 20px;
	padding-top: 40px;
	border-radius: 10px;
}
.close {
	border: 3px solid #ffffff;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 50px;
	padding: 3px 7px;
	background-color: #2CB01D;
}
.trasparente {
	background-color: #000000;
	opacity: 0.8;
	margin: 0 auto;
	position: fixed;
	z-index: 999999999;
	height: 100%;
	width: 100%;
    top: 0px;
    left: 0px;
	display: none;
}
.popupcontainer {
    right: 5%;
    left: 5%;
    position: fixed;
    z-index: 999999999;
    top: 5%;
    max-height: 90%;
	overflow: auto;
	display: none;
}
.popup-pulsante {
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	background: -ms-linear-gradient(top,  #00adee,  #0078a5);
	background: -o-linear-gradient(top,  #00adee,  #0078a5);
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 20px;
	border: solid 1px #0076a3;
	max-width: 150px;
}
.popup-foto {
	height:220px;
	float: left;
	min-width: 400px;
    text-align: center;
    margin-bottom: 20px;
}
.popup-foto img {
	height: 100%;
}
.popup-foto a {
	text-decoration: none;
}
.popup-foto a:hover {
	text-decoration: none;
}
.popup-foto a:visited {
	text-decoration: none;
}