.ventana {
	font-size: xx-small;
}

.ventana .handle {
	width: 100%;
	background-color: #C3C5C7;
	padding: 5px;
	background-image: url(../img/common/bg.png);
	height: 23px;
	font-weight: bold;
	text-align: left;
}

.ventana .botones {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 23px;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.ventana .area{
	border: 1px solid #BDBDBD;
	width: 100%;
	background-color: #F7F8F7;
	padding: 5px;
}

.ventana input {
	font-size: 1em;
	padding: 3px;
}

#ventana_graf_properties{
	position: absolute;
	height: auto;
	top: 25px;
	left: 25px;
	width: 466px;
}

#ventana_print_properties{
	position: absolute;
	height: auto;
	width: 400px;
	top: 80px;
	left: 3px;
}

#ventana_mdx_properties{
	position: absolute;
	top: 80px;
	left: 3px;
	height: auto;
	width: 733px;
}

#ventana_sort_properties{
	position: absolute;
	top: 80px;
	left: 3px;
	height: auto;
	width: 480px;
}

