
/***************************************************
				   OVERLAY
***************************************************


	
	/* use a semi-transparent image for the overlay */
	#overlay {
	
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed
	div.contentWrap {
		height:441px;
		overflow-y:auto;
	}
	 */

.overlay {
	background:url(../js/white.png) no-repeat #D3D4D5;
	border:none;
	padding:40px;	
	width:700px;  
	display:none;
}

.close {
	background:url(../js/close.png) no-repeat transparent;
	position:absolute;
	top:80px;
	display:block;
	right:0; 
	width:40px;
	height:17px;
	cursor:pointer;
}

a.player { 		
	display:block;
	height:385px;			
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

div#lightbox p.pie_video{
	
	margin-top:10px;
	padding:30px;
	background-color:transparent;
	color: #000;
	font-weight: normal;
	font-size:11px;
	line-height:normal;
	text-align:left;
	text-decoration:none;
	width: 600px;
	}

div#lightbox p.biografia{
	border-top: dotted black 1px;
	margin-top:10px;
	padding:30px;
	background-color:#D3D4D5;
	color: #000;
	font-weight: normal;
	font-size:11px;
	line-height:normal;
	text-align:left;
	text-decoration:none;
	width: 600px;
	clear:both;
	}
	
	
div#lightbox div.overlay img{
	width:320px;
	height:240px;
	float:left;
	margin:20px
	
	}
	
/* heredado
dl#menu dd{
	border-bottom: dashed 1px gray;
	padding: 10px 0 16px 0;
	margin: 0;

}

dl#menu dd img{
	float: left;
	width: 90px;
	height: 59px;
	-moz-box-shadow: 0 0 5px #333232;
	-webkit-box-shadow: 0 0 5px#333232;
	box-shadow: 0 0 5px #333232;

}

dl#menu dd img a:hover{
	opacity: 0.5;

}

dl#menu dd p{
	font-size:12px;
	line-height:normal;
    color:black;
	text-align:left;
	text-decoration:none;
	padding-left:120px;
	width: 250px;
	}
	
dl#menu{color:#33CC99;}
