/*BASE DEL REPRODUCTOR DE LA SECCION ESCUCHANOS*/
BODY{
	margin:0px;
	background-image:url(../img/base_cuadro_encuesta.jpg);
	/*Estilo de Fuente*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;	
	color:#FFFFFF;
	text-align:left;
}
#base_player{
	position:relative;
	clear:both;
	background-image:url(../img/base_reproductor.gif);			
	width:314px;
	height:70px;
}
#player{
	position:relative;
	margin-top:2px;
	margin-left:7px;
	width:300px;
	height:48px;
	border:2px solid #FBDC04;	
}
#cabecera_player{
	position:relative;
	clear:both;
	width:320px;
	height:39px;
	background-image:url(../img/ficha_player_sup.gif);
}
/*BASE DEL REPRODUCTOR DE LA SECCION ESCUCHANOS FIN*/