/************************Estilos de las Ventanas *********************/
	.fondo
	{
		position: absolute;
		/* opacity: 0.5; */
		background-color: #cccccc;
		width: 100%;
		height: 100%;
		left: 0pt;
		top: 0pt;
		z-index: 99;
	}
	.window
	{
		position: absolute;
		border: 1px solid #dedede;
		background-color: #ffffff;
		z-index: 99;
	}
	.window .buttons a:hover
	{
		color: #de1e1c;
	}
	.window .buttons a
	{
		text-decoration: none;
	}
	.window .buttons
	{
		float: right;
		width: 10%;
		background-color: #cde1e1;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 80%;
	}
	.window .title
	{
		float: left;
		width: 90%;
		cursor: move;
		color: #ffffff;
		background-color: #cde1e1;
		text-align: center;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 80%;
		font-weight: bold;
		letter-spacing: 2pt;
	}
	.window .inside
	{
		float: left;
		overflow: auto;
	}
