.fondoplaylist {
	background-image: url(../img/playlist/fondoexplosion.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.elementoplay {
	font-size: 1px;
	line-height: 1px;
	background-image: url(../img/playlist/auriculares.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.tituloplay {
	font-size: 20px;
	line-height: 20px;
	font-family: Arial, Tahoma, Verdana, Poet;
	color: #FF0000;
	font-weight: bold;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.textoplay {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Tahoma, Verdana, Poet;
	font-weight: bold;
	color: #666666;
}
.textoplay em{
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Poet;
	color: #FF0000;
}
.navegacionplay {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}
.navegacionplay a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}
.navegacionplay a:visited {
	color: #330000;
}
.navegacionplay a:hover {
	color: #EE0000;
}
.esquinainfizquierda {

	background-image: url(../img/playlist/esquinaizquierda.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.esquinainfderecha {
	background-image: url(../img/playlist/esquinaderecha.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
.esquinasupderecha {
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;

}
.esquinasupizquierda {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;

}