<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pic {
	position: relative;
	left: 0px;
	top: 0px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
}

#pic a img {
	border: 0;
}

/* Este trozo es necesario para que ie aplique el efecto.*/
#pic a.p1:hover{
	border: 0px #AAA;	
}

#pic a.p1:hover .large {
    border: 1px solid #000000;
    display: block;
    height: 190px;
    left: -200px;
    position: absolute;
    top: -150px;
    width: auto;
    z-index: 100;
    transition-delay:0.6s;
}

#element_to_pop_up { display:none; }
#popup iframe {
	background: white;
	min-height: 240px;
	min-width: 450px;
}

#popup {
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 25px 5px #999;
	color: #111;
	min-width: 450px;
	padding: 15px;
}

</pre></body></html>