	
	.popup{
	border:3px solid #eee;
	min-height:2em;
	min-width:2em;
	position: absolute;
	margin-left: -170px;
	padding-top: 100px;
	padding-right: 150px;
	padding-bottom: 100px;
	padding-left: 150px;
	background-attachment: scroll;
	background-image: url(../images/trasp80.png);
	background-repeat: repeat;
	background-position: left top;
	}
	
	a.popuplink{
	background:#eee;
	text-decoration:none;
	font-weight:bold;
	padding-top: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 1.2em;
	}
	.popup iframe{
		width:99%;
		height:99%;	
	}

