@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
html{
	background: #ffffff;
}
section#player{
	text-align: center;
	
}
img#logo{
	border: 0 solid #00ff00;
	border-radius: 0;
	display: block;
	height: 60%;
	width: 70%;
}
button{
	background: #000000;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0.2em solid #00ffff;
	border-radius: 0;
	display: block;
	margin: auto;
	height: auto;
	width: 70%;
}

section#playlists{
	display: inline-block;
	text-align: center;
	height: auto;
	width: 70%;
}
img#play, img#pause, img#winamp, img#media{
	margin: auto 9% ;
	height: 20%;
	vertical-align: middle;
	width: 20%;
}

.artista {
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color: #FF0000;
}
.album {
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color: #1100FF;
}
.numero {
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color: #8B008B;
}
.tema {
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color: #800000;
}
