#propiedades	{
	position: absolute;
	left: 100px;
	top: 120px;
	width: 560px;
	height: 300px;
	padding: 0px 0px 0px;
	background-color: beige;
	color: black;
	border: 1px blue groove;
	overflow: hidden;
	visibility: hidden;
}

#controlesPropiedades	{
	margin: 0px;
	width: 100%;
	height: 20px;
	background-color: blue;
	float: left;
	text-align: center;
}


#tituloPropiedades	{
	cursor: move;
	color: white;
	margin: 0px;
	padding: 0px;
	width: 534px;
	float: left;
}


#cerrarPropiedades	{
	margin: 0px;
	padding: 0px 2px;
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

#piePropiedades	{
	text-align: left;
	position: absolute;
	background-color: #eeeeee;
	color: gray;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 280px;
}
