/** import & load **/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/** Create nice canvas to work on **/

* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Open Sans', Helvetica, sans-serif;
}

/** Player styles **/
.player {
	position: relative;
	width: 268px;
	height: 292px;
	border-radius: 45px;
	background-image: url(../img/rp.png);	
}
#stationlogo {
	position:absolute;
	width:180px;
	height:180px;
	margin:10px;
	box-shadow:0 0 2px 3px #888;
	border: 1px solid rgb(0, 0, 0);
}
#nowplaying {
	position: absolute;
	right: 0;
	margin: 12px;
	width: 1px;
	height: 1px;
	border-radius: 5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.2); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d8ba', endColorstr='#cacdb2',GradientType=0 ); /* IE6-9 */
	background-position: bottom;
}
.popout {
	position: absolute;
	right: 10px;
	top: 5px;
}
#albumcover {
	position:absolute;
	left:0;
	margin:8px;
	
	width:80px;
	height:80px;
	
	background:url("");
	background-size:100%;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.2);
}
#current {
	position: absolute;
	right: 15px;
	margin: 25px 14px;
	width: 148px;
	height: 21px;
	text-align: center;
	color: rgb(255,255,255);
	top: 137px;
	font-size: 14px;
}
.big { font-size:1em; }
.artist {
	font-weight:bold;
}
.title {

}


.station {
	font-style:italic;
}
.logo { 
position: absolute;
right: 119px;
bottom: 20px;
width: 50px;
}
.links {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 28px;
	top: 190px;
}#aguaja{										/* posición iconos sociales */
	height: 78px;
	width: 240px;
	position: absolute;
	left: 15px;
	top: 52px;
}
#alinks{										/* posición iconos sociales */
	height: 64px;
	position: absolute;
	left:91px;
	top: 140px;
	text-align: center;
	color: #FFD600;
	font-size: 14px;
}
#radio{										/* posición iconos sociales */
	height: 64px;
	position: absolute;
	left: 28px;
	top: 139px;
	text-align: center;
	font-size: 14px;
	color: rgb(255,255,255);
}
#cancion{										/* posición iconos sociales */
	height: 64px;
	position: absolute;
	left: 28px;
	top: 162px;
	text-align: center;
	font-size: 14px;
	color: rgb(255,255,255);
}a img {
border-style: none;
}
