.ventana {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 300px;
	height: 300px;
	overflow: hidden;
	display: none;
	margin: 0px;
}
.ventanaTop {
	height: 30px;
	overflow: 30px;
	position: relative;
	overflow: hidden;
	cursor: move;
}
.ventanaTopContent {
	margin-right: 13px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family: verdana, helvetica, tahoma, sans-serif;
}
.ventanaProtect {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-right: 13px;
	overflow: hidden;
	width: 100%;
	height: 30px;
}
.ventanaMin {
	position: absolute;
	right: 24px;
	top: 10px;
	cursor: pointer;
}
.ventanaMax {
	position: absolute;
	right: 24px;
	top: 10px;
	cursor: pointer;
	display: none;
}
.ventanaClose {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.ventanaRes {
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: se-resize;
}
.ventanaBottom {
	position: relative;
	height: 270px;
	background-color: yellow;
}
.ventanaBottomContent {
	position: relative;
	height: 20px;
	margin-right: 13px;
	background-color: red;
}
.ventanaContent {
	position: absolute;
	top: 30px;
	left: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
	font-family: verdana, helvetica, tahoma, sans-serif;
	margin: 10px;
}
/** problemas con la herencia
.ventanaContent * {
	padding: 10px;

}
*/

.ventanacontenido {
	padding: 10px;
}

.ventana_titular {
	font-size: 20px;
}

.ventana_formulario { 
	width: 700px;
	color: #1e3243;
	font-size: 12px;
}
.ventana_formulario li { 
	margin-top: 7px;
	margin-bottom: 8px;
	float: left;
	display: inline;
}


.ventanaContent
 { 
	color: #666666;
}
/***********************/
.ventana,
{
	border: 1px solid #FFFFFF;
}

/* ESTILOS COLOR AZUL */	

.ventana {
	background-color: #b7b7b7;
}
/***********************/
.ventanaTopContent {
	color: #000000;	
}
.ventanaContent 
 { 
	background-color: #FFFFFF;
}

.ventanaContent {
	border: 1px solid #000000;
}

