/**REDEFINIDAS**/

#novedades p{
	padding-right:30px;
	border-bottom:1px solid #9bd7e4;
}

#novedades{
	margin-top:25px;
}

/**LISTAS DE REPRODUCCION**/

#columnaListas{
	width:820px;
	height:370px;	
	/*margin-bottom:20px;*/
}

.lista{
	position:relative;
	/*height:105px;*/
	padding-top:15px;
	border-bottom:1px dotted #1ea4c1;
	float:left;

}

.thumbnailLista{
	background:url(../images/listasReproduccion/bordeThumbnail.gif) no-repeat left top;
	width:133px;
	height:94px;
	float:left;
}

#columnaListas h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:670px;
	float:left;
}


#columnaListas h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#1ca4c2;
	background:none;
	float:left;
	width:670px;
}


#columnaListas h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#777676;
	float:left;
	width:670px;
}

.reproducir{
	float:left;
	margin-left:11px;
	margin-top:23px;
	margin-bottom:10px;
	width:670px;
}

.avatarPlayList{
	top:4px;
	left:3px;
	position:relative;
	width:117px;
	height:79px;
}



