@charset "utf-8";
/* CSS Document */
#PopUp {
	display: none; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	border: solid black 1px; 
	padding: 10px 10px 25px 10px; 
	background-color: rgb(255,255,225); 
	text-align: justify; 
	font-size: 12px;
	
	/*--- POSICION HORIZONTAL FOTOS ---*/
	/*
	margin-left: -300px; 
	margin-top: -225px; 
	
	width: 600px; 
	height: 450px;
	*/
	
	/*--- POSICION VERTICAL CARTELES ---*/
	
	margin-left: -207.5px;
	margin-top: -286.5px; 
	
	width: 415px; 
	height: 573px;
	

	z-index: 1200;
}

#Txto {
	float:left; 
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#Fuera {
	text-align: right;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
