#div_emergente_adicional {
  	position: absolute;
	height: 70%;
	width: 60%;
	z-index:1002;
	background:#FFFFFF;
	overflow: auto;
  	-webkit-border-radius: 5px 10px;  /* Safari  */
  	-moz-border-radius: 5px 10px;     /* Firefox */
	display:none;	
}

.div_fondo_negro_transparente {
	position:fixed;
	top:0px;
	float:right;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background-image:url(../imagenes/sistema/negro_transparente.png);
 	justify-content: center;
	display: flex;
	align-items: center;
	display:none;
}
#div_contenedor_emergente_scroll {
	height: 70%;
	width: 60%;
	z-index:1001;
	border: 1px solid #ffffff;
	border-top-color:#BF01FC ;
	border-right-color:#07C8F9; ;
	border-bottom-color:#07C8F9;;
	border-left-color:#BF01FC ;
	
	/*background:#FFFFFF;*/
	background:#3A3839;
	overflow: auto;
  	-webkit-border-radius: 5px 10px;  /* Safari  */
  	-moz-border-radius: 5px 10px;     /* Firefox */	
}
#div_contenido_emergente_scroll {
	position:relative;
	height: 90%;
	width: 100%;
	/*background:#FFFFFF;*/
	background:#3A3839;
	overflow: auto;
	text-align:center;
}
#div_contenedor_emergente{
	height: 70%;
	width: 60%;
	z-index:5000;
	background:#FFFFFF;
  	-webkit-border-radius: 5px 10px;  /* Safari  */
  	-moz-border-radius: 5px 10px;     /* Firefox */	
}

#div_contenedor_emergente_grande{
	height: 90%;
	width: 80%;
	z-index:5000;
	background:#FFFFFF;
  	-webkit-border-radius: 5px 10px;  /* Safari  */
  	-moz-border-radius: 5px 10px;     /* Firefox */	
}

#div_contenido_emergente {
	height:100%;
	width: 100%;
	z-index:5000;	
	vertical-align:middle;	
	text-align:center;
}

#div_b_cerrar_ventana {
	position:relative;
	float: right;
	background:url(../imagenes/sistema/cerrar_emergente.png);
	height:28px;
	width:28px;
	cursor:pointer;
}
#div_b_cerrar_ventana:hover {
	background:url(../imagenes/sistema/cerrar_emergente_hover.png);
}