#Playlist{
	border: 1px inset #676767;
	padding: 8px;
	width: 180px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	float: left;
	}
	
#Playlist h3{
	border-bottom: 1px solid #0C0C0C;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	}

#Playlist h2{
	font-weight: bold;
	margin-bottom: 3px;
	}
	
#Playlist p{
	font-size: 12px;
	}
	
#Playlist .artista{
	font-size: 10px;
	color: #B7B7B7;
	}
	
#Playlist .musica{
	display: block;
	color: white;
	}
	
#Playlist table{
	width: 100%;
	}
	
#Playlist table tr td{
	margin-bottom: 8px;
	border-bottom: 1px solid #0C0C0C;
	border-top: 1px solid #2B2B2B ;
	padding:5px;
	vertical-align: top;
	}
	
#Playlist table tr td{
	border-bottom: 0px;
	}
	
#Playlist .player{
	width: 16px;
	}

#miolo{
	margin-left: 220px;
	position: relative;
	}
	
#miolo #agenda{
	margin-bottom: 30px;
	width: 621px;
	height: 150px;
	background: #181818;
	position: relative;
	}
#miolo #ag_data a{
	font-size: 78px;
	font-family: "Arial Black";
	letter-spacing: -4px;
	color: white;
	position: absolute;
	top: 35px;
	left: 23px;
	text-decoration: none;
	text-shadow: #000 5px 5px 5px;
	}
	
#miolo #ag_titulo a{
	color: white;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-decoration: none;
	text-shadow: #000 5px 5px 5px;
	}
	
#linkagenda{
	background: black;
	color: white;
	font-size: 9px;
	padding: 3px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	position: absolute;
	right: 0px;
	bottom: -15px;
	}
	
#miolo #agenda.contact{
	background: url(/static/arquivo/agenda-default-dj2.jpg);
	}
	
#agenda #linkcontact{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 621px;
	height: 150px;
	z-index: 3;
	}
	
#agenda #tel{
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 32px;
	letter-spacing: -2px;
	font-weight: bold;
	}
	
#agenda #eml{
	position: absolute;
	top: 85px;
	left: 30px;
	}
	
#agenda #mens{
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
	
#miolo h1{
	font-size: 28px;
	margin-bottom: 8px;
	}
	
#miolo p{
	color: white;
	margin-bottom: 10px;
	}
	
.noticia{
	border-bottom: 1px solid gray;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: auto;
	}
	
.noticia h1{
	letter-spacing: -2px;
	color: #D6C7BB;
	}

.noticia img{
	border: 1px solid #636363;
	padding: 2px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}

#maisnoticias{
	position: absolute;
	bottom: -8px;
	right: 0px;
	background: #707070;
	padding: 5px;
	font-size: 10px;
	-webkit-border-radius: 3px;
	}
