@charset "UTF-8";
/* CSS Document */
#base #pop {
	z-index:2;
	position:absolute;
	border: 1px solid #333333;
	text-align:center;
	background-color: #FF0;
} 
#base #pop #cerrar p{
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	position:relative;
	margin-top: 3px;
	text-align:center;
	font-family: geneva;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
