@charset "utf-8";
/* CSS Document */

#pop
{
	z-index:3; 
	position:absolute; 
	border:1px solid #333333; 
	background-color:#CDCDCD; 
	width:500px;
	height:500px;
}

#pop-bg
{
	z-index:2; 
	position:absolute;
	width:100%;
}

#pop #contents
{
	
	width:340px;
	height:470px;
	position:relative;
	margin:5px;
	overflow:auto;
}

#pop #arrastrador
{
	cursor:pointer;
	width:100%;
	height:20px;
	position:relative;
	background-color:#333333;
}

#pop #arrastrador #cerrar
{
	float:right;
	cursor:pointer;
	background-image:url(../gui/general/icona-salir.png);
	width:20px;
	height:17px;
	position:relative;
	margin-top:-1px;
	padding-top:3px;
}
