.ventana-modal-cerrar {
	cursor				: pointer;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	vertical-align		: middle;
}

.ventana-modal-barra-sup-izq
{
	background-image:url(../images/modal_esquina_sup_izq.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:10px;
	height:15px;
}

.ventana-modal-barra-sup
{
	background-image:url(../images/modal_esquina_sup.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:transparent;
	width:100%;
}

.ventana-modal-barra-sup-der
{
	background-image:url(../images/modal_esquina_sup_der.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:transparent;
	width:10px;
	height:15px;
}

.ventana-modal-barra-inf-izq
{
	background-image:url(../images/modal_esquina_inf_izq.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:transparent;
	width:10px;
	height:15px;
}

.ventana-modal-barra-inf
{
	background-image:url(../images/modal_esquina_inf.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:transparent;
}

.ventana-modal-barra-inf-der
{
	background-image:url(../images/modal_esquina_inf_der.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:transparent;
	width:10px;
	height:15px;
}

.ventana-modal-contenido
{
	background-color:#CBCDCA;
	border-right:1px solid #484848;
	border-left:1px solid #484848;
}

.ventana-modal-barra {
	text-align			: right; 
	width				: 100%; 
	/*border-bottom		: 2px solid #000000;*/
}

.ventana-modal-fondo[class] {
	background-image	: url(../images/modal-fondo.png);
}

.ventana-modal-sombra[class] {
	background-image	: url(../images/modal-fondo.png);
}

.ventana-modal-ventana {
	border				: 2px none #000000;
	width				: 100%;
	height				: 100%;
}