@charset "iso-8859-1";
/* CSS Document */


#overlay {
	
	background-image: url(../imagenes/transparent.png);
	color:#efefef;
	width:920px;
	padding:40px 50px;
	border:none;
	display:none;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:500px;
	border:none;
	overflow-y: scroll;
}

div.overlay div.close, #overlay div.close {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../imagenes/close.png) no-repeat scroll 0 0;
cursor:pointer;
height:35px;
position:absolute;
right:18px;
top:5px;
width:35px;
}

#overlay_player {
display:block;
height:450px;
}

