.TPopUpVelo,
.TWindowVelo {
  background-color: #000;
}

.TPopUpSombra,
.TWindowSombra {
  background-color: transparent;
}
		
/*########## Ventana #############*/			

IMG, DIV, A, INPUT { behavior: url(/js/iepngfix.htc); }
	
.Ventana {
	background: transparent url(/imagenes/ventana.png) no-repeat;
	height: 400px;
	width: 560px;	
}	

.Ventana .BotonCerrar {
	position: relative;
	top: 0px;
	left: 525px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}	


.Ventana .Interior {
	padding: 30px 50px;
}	



		
		
		
