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

#Canciones #cancion {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position:relative;
}
#Canciones #cancion #titulo {
	padding-right:10px;
}
#Canciones #cancion #play_btn {
	position:absolute;
	right:0px;
	bottom:5px;

}
#canciones_descargables .clearfix {
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;	
}
#canciones_descargables .clearfix strong {
	display:block;
	float:left;
	font-weight:bold;
	width:300px;
}
#canciones_descargables .clearfix b {
	color: #595959;
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
}
#Canciones ul {
	margin-top: 10px;
	text-transform: uppercase;
}
#Canciones ul li {
	font-weight: bold;
}
