/* Estructura */
	.ventana 
	{
		position: absolute; left: 50%; top: 50%; margin-left:-400px; margin-top:-300px;
	}

	.pagina	{width:800px; height:600px;}
	
	img {border-style:none;}
	

