body{
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}

div.contenedorFichaCancion{
	position: relative;
	width:418px;
	height:429px;
	background:url('../Imagen/Maqueta/fondoComprarCancion.png') no-repeat top left;
	margin-left: 10px;
	margin-top: 10px;
}

div.fotoCancion {
	position: absolute;
	width: 180px;
	top: 40px;
	left: 38px;
}

div.fotoCancion img {
	border:1px solid #aaa;
}

div.reproductorFlash{
	position: absolute;
	width:200px;
	height:60px;
	bottom: 146px;
	left: 34px;
}

div.datosCancion {
	position: absolute;
	top: 67px;
	right: 32px;
	width: 160px;
	
	
}

div.datosCancion table {
	width: 160px;
}

div.datosCancion table td{
	text-align:right;
	padding-bottom: 10px;
}


div.datosCancion table td.tituloCancion{
	font-weight:700;
}

div.datosCancion table td.artistaCancion{
	font-style:italic;
}

div.creditosCosteCancion {
	position: absolute;
	top: 261px;
	left: 18px;
	width: 385px;
	height:53px;

	
	padding-top: 31px;
	padding-bottom: 4px;
	padding-left: 20px;
	
	color:#B0B2B2;
	font-weight:700;
	font-size:18px;
	
	background: no-repeat;
}

div.compraCreditosFichaCancion span.tituloDisponibles{
	float:right;
	width:71%;
	margin-top:10px;
	color:#333;
	font-weight:700;
	font-size:11pt;	
	text-align:right;	
	padding-right:120px;	
}

div.contenedorSms {
	position: absolute;
	bottom: 85px;
	left: 38px;
	
	font-size: 16px;	
}

div.descargar {
	position: absolute;
	right: 15px;
	bottom: 36px;
	width:150px;
	height: 34px;
}

div.descargar .textoClaveSms {
	position: absolute;
	right:260px;
	top:9px;
	width:115px;
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
}

div.descargar .claveSms {
	position:absolute;
	right:157px;
	top:4px;
	padding:3px;
	width:120px;
	border:1px solid #C8C9CB;
}
div.descargar .botonDescargar {
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	border: 0px;
	right: 0px;
	width:82px;
	height:31px;
	padding-bottom: 5px;
	background:url('../Imagen/Maqueta/botonDescargar.png') no-repeat transparent 0px 0px;
	text-decoration:none;
	text-align:center;
	font-size:10px;
	font-weight:700;
	color:#333;
	text-decoration: none;
	text-transform: uppercase;
}

a.linkComprar{
	display:block;
	height:82px;
	position:absolute;
	right:15px;
	text-decoration:none;
	top:265px;
	width:105px;
}

div.textoCondiciones {
	position: absolute;
	bottom: 13px;
	right: 18px;
}

div.textoCondiciones a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

div.textoCondiciones a:hover { text-decoration: underline; }


div.contenedorFichaCancion p.mensajeError{
	position:absolute;
	left:50px;
	top:150px;
	width:350px;
	font-size: 12px;
}

.botonAtras{
	position: absolute;
	left: 46px;
	top: 125px;
	padding-left: 20px;
	width: 20px;
	height: 20px;
	background: url(../Imagen/Maqueta/cajaCentral/botonAnterior.gif) no-repeat top left;
	color:#333;text-decoration:none;
}



/*IDIOMAS SMS*/

div.idiomasSMS {
	margin-top:7px;
}

div.idiomasSMS ul {
	width:100%;height:100%;
	padding:0;margin:0;
}

div.idiomasSMS ul li {
	list-style:none;
	padding:0;margin:0;
}

div.idiomasSMS ul li a {
	display:block;
	height:10px;
	margin:10px;
	margin-left:5px;
	padding-left:20px;
	color:#333;
	text-decoration: none;
}

div.idiomasSMS ul li a:hover {
	color:#333;
	text-decoration: none;
}

div.idiomasSMS ul li a span.bandera {
	display: block;
	float: left;
	width: 20px;
}

div.idiomasSMS ul li a.espanol span.bandera {
	background:url('../Imagen/Maqueta/banderes.gif') no-repeat -100px 1px;
}

div.idiomasSMS ul li a.selEs {
	color:#888;
}

div.idiomasSMS ul li a.french span.bandera {
	background:url('../Imagen/Maqueta/banderes.gif') no-repeat -100px -28px;
}

div.idiomasSMS ul li a.selFr{
	color:#888;
}


div.contenedorSms span.banderaEspana {
	display: block;
	float: left;
	width: 20px;
	height: 10px;
	margin-top: 4px;
	background:url('../Imagen/Maqueta/banderes.gif') no-repeat -100px 1px;
}

div.contenedorSms span.banderaFrancia {
	display: block;
	float: left;
	width: 20px;
	height: 10px;
	margin-top: 4px;
	background:url('../Imagen/Maqueta/banderes.gif') no-repeat -100px -28px;
}
