@charset "utf-8";
/* CSS Document */
.cancion{
	text-decoration:none;
	color:#333333;
	font-size:0.7em;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.footer{
	color:#333333;
	font-size:1.0em;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.tiempo{
	text-decoration:none;
	color:#333333;
	font-size:0.7em;
	font-family:Georgia,"Times New Roman",Times,serif;
	list-style-type: disc;
}
a.menu:link,a.menu:visited{
	text-decoration:none;
	color:#333333;
	font-size:1em;
	font-family:Georgia,"Times New Roman",Times,serif;
	list-style-type: disc;
}
a.menu:hover{
	text-decoration:underline;
}
.contacto{
	text-decoration:none;
	color:#333333;
	font-size:1em;
	font-family:Georgia,"Times New Roman",Times,serif;
	list-style-type: disc;
}

