@charset "UTF-8";
#generalInfo{
	width:797px;
	height:499px;
	background-color:#000;	
}
#contenedor_arrastre{
	top:5px;
	width:310px;
	position:absolute;
	z-index:1;
}
#textos_info{
	top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
#textos_etiqueta1{
	position:relative;
	z-index:2;
	float:left;
	margin:0 0 0 5px;
	background-color:#000;
	opacity:0.8;
	padding:5px;
}
#textos_etiqueta2{
	position:relative;
	z-index:3;
	float:right;
	margin:0 5px 0 0;
	background-color:#000;
	opacity:0.8;
	padding:5px;
}
#caja_simbologia_info{
	position:relative;
	z-index:3;
	bottom:400px;
	width:797px;
	height:77px;
	top:-75px;
	overflow:hidden;		
}
#caja_cerrar_simbologia{
	text-decoration:none;
	cursor:pointer;
	margin: 0;
	padding: 0;
	font-size: 20px;
	position:relative;
	z-index:4;
}