#ventana_contenedor {
	position:absolute;
	height:250px;
	width:570px;
	background: url(imagen/dia_grande.png) no-repeat;
	background-position: center;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	z-index:1002;
	text-align:left;
}

.ventana_cierra{
	position:relative;
	top:-24px;left:564px;
	height:30px;
	width:30px;
	cursor:pointer;
	background: url(imagen/cierra.png) no-repeat;

}

#ventana_no_cierra{
	position:relative;
	top:-24px;left:564px;
	height:30px;
	width:30px;
	
}


#ventana_texto{
	position:relative;
	height:240px;
	width:570px;
	overflow:auto;
	top:-25px;
}

#ventana_punta {
	position:absolute;
	height:25px;
	width:45px;
	background: url(imagen/punta_dia.png) no-repeat;
	display:none;
	z-index:1002;
}

.ventana_esperando
{
background: url(imagen/spinner_grande.gif) no-repeat;
background-position:center; 
}

.ventana_con_texto
{
background:none;
}

.ventana_con_texto_ojo
{
text-align: center;
background:none;
padding:0px;
font-weight:bold;
	font-size: 15px;
	color: #424242;
	line-height:20px;
	vertical-align: middle;
	

	
	
}

.centro
{
height:50px;
vertical-align: middle;
margin:auto;

margin-top:50px;
}
.ventana_cierra_modal{
	position:relative;
	top:-20px;
	left:560px;
	height:30px;
	width:30px;
	cursor:pointer;
	background: url(imagen/cierra.png) no-repeat;
	background-position:center;

	/* border-bottom:1px solid #cccccc; */
}


#transparencia {
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 20px;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}



div#autocompletador { width:320px;font-size:10px; border:1px solid #CCCCCC; }
div#autocompletador ul {width:320px;list-style-type:none;
      margin:0px;
      padding:0px;}
div#autocompletador ul li:hover {  color:#FFFFFF; background-image:url(imagen/hover.png); background-repeat:repeat-x; }
div#autocompletador ul li { margin:0px;display:block; text-decoration:none; color:#000000; background-color:#f7f7f7; line-height:30px;
  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; cursor:pointer; padding-left:5px}
