@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	size:9px;
	font-weight: normal;
	color:#000;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#global {
	PADDING-BOTTOM: 0px; MARGIN:0px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; HEIGHT: 100% !important; PADDING-TOP: 0px; overflow-x:hidden; overflow-y:hidden;
}

#principal{
	position:relative;
	margin:0px auto;
	width:1000px;
	height:100%;
	text-align:center;
	overflow:hidden;
}

#arriba{
	position:relative;
	top:0px;
	margin:0px auto;
	width:100%;
	height:40px;
	background-color:#2D2D2D;
}

#abajoespacio{
	position:relative;
	margin:0px;
	width:100%;
	height:90px;
}


.izquierda{
	position:absolute;
	top: 0px;
	left: -0px;
	width:240px;
	text-align:left;
	background-color:#F5F5F5;
	vertical-align:top;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	height:100%;
	overflow-x:hidden;
}

.centro{
	display:block;
	float:left;
	width:528px;
	min-height:600px;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:top;
	margin-left: 240px;
}

.derecha{
	float:left;
	display:block;
	width:230px;
	text-align:left;
	background-color: rgba(255,255,255,0.6);
	vertical-align:top;
	border-bottom:1px solid #D9D9D9;

}
.derecha_fondos{
	float:left;
	display:block;
	width:232px;
	text-align:left;
	background-color: rgba(255,255,255,0.6);
	vertical-align:top;
	border-bottom:1px solid #D9D9D9;
	height:100%;
	right: 0px;
	vertical-align:top;
	position:absolute;
}

.derecha_fondos_blanco{
	float:left;
	display:block;
	width:232px;
	text-align:left;
	background-color:#FFF;
	vertical-align:top;
	border-bottom:1px solid #D9D9D9;
	height:100%;
	right: 0px;
	vertical-align:top;
	position:absolute;
}

#abajo{
	position:relative;
	clear:left;
	float:left;
	width:1000px;
	height:50px;
	text-align:right;
	background-color: #FFF;
	border-top:1px solid #D9D9D9;
}

#menuprincipal {
	position:absolute;
	height:40px;
	width:1000px;
	background-color:#2D2D2D;
	left:50%;
	margin-left:-500px;
}

.logodiv {
	display:inline-block;
	height:40px;
	width:100px;
	background-color:#2D2D2D;
	background-image:url(../../img/logo.png);
	float:left;
}
.logodiv:hover{
	background-color:#222;
}

.sugerenciasdiv {
	display:inline-block;
	height:35px;
	width:25px;
	background-color:#000;
	margin-top:5px;
	background: transparent url(../../img/sugerencias.png) no-repeat center center;
	float:left;
	cursor:pointer;
}

.sugerenciasdiv:hover{
	background-color:#CCC;
}

.notificacionesdiv {
	display:inline-block;
	height:35px;
	width:25px;
	background-color:#000;
	margin-top:5px;
	background: transparent url(../../img/aviso.png) no-repeat center center;
	float:left;
	cursor:pointer;
}

.notificacionesdiv:hover{
	background-color:#CCC;
}

.foto_sugerencias_sobrecima{
	background-color:#CCC;
}

#menuderecha {
	display:inline-block;
	height:40px;
	width:231px;
	margin-left:187px;
	text-align:right;
}

#naviIndex {  
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
}
#naviIndex li {
	margin-left:12px;
	border:0px;
	float:right; /*float:left; //para eliminar el comportamiento de elemento de bloque(salto de linea)*/
}

#buscadordiv{
	display:inline-table;
	height:40px;
	width:330px;
	margin-left:90px;
	padding:0;
	background:url(../../img/busqueda.png) no-repeat left center;
	float:left;
}

.cajetinBuscar {
	width:300px;
	height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000; background:#FFF;
	border:0px;
	margin-top:11px;
	outline-color:#FFF;
	margin-left:1px;
	float:left;
	
}
.cajetinBuscar:hover{
	outline-color:#FFF;
	border:0px;
	outline:hidden;
}

.botonForm {
	background-image:url(../../img/boton-buscar.png);
  	background-repeat:no-repeat;
  	height:21px;
  	width:20px;
	border:0px;
	margin-left:2px;
	margin-top:-1px;
}

.texto_usuario{
	font-weight:bold;
	color:#EAEAEA;
}
a.texto_usuario{
	font-weight:bold;
	color:#EAEAEA;
	text-decoration:none;
}
a.texto_usuario:hover{
	font-weight:bold;
	color:#EAEAEA;
	text-decoration:underline;
}
.foto_usuario{
	border:none;
}

.foto_herramienta{
	border:none;
	width:25px;
	height:35px;
	margin-top:5px;
	background:url(../../img/herramienta.png) bottom center no-repeat;
	cursor:pointer;
}
.foto_herramienta:hover{
	background:url(../../img/herramienta2.png) bottom center no-repeat;
	background-color:#CCC;
}

.foto_herramienta_sobrecima{
	background:url(../../img/herramienta2.png) bottom center no-repeat;
	background-color:#CCC;
}

.texto_superior{
	margin-top:10px;
}
.foto_superior{
	margin-top:5px;
}

.caja_buscar_arriba{
	float:left;
	display:inline-block;
}
.boton_buscar_arriba{
	float:left;
	display:inline-block;
	margin-top:11px;
}

#foto_izquierda{
	display:block;
	width:220px;
	height:65px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-top:20px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	box-shadow: 7px 2px 5px #D9D9D9;
	/*firefox*/
	-webkit-box-shadow: 7px 2px 5px #D9D9D9;
  	-moz-box-shadow: 7px 2px 5px #D9D9D9;
	/*IE*/
	filter: shadow(color=#D9D9D9, direction=135, strength=2);
}

#foto_perfil{
	position:absolute;
	width:40px;
	height:40px;
	overflow:hidden;
	border:1px #D9D9D9 solid;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#FFF;
	padding:1px;
	float:left;
}

#nombre_perfil{
	position:absolute;
	width:150px;
	height:40px;
	overflow:hidden;

	margin-left:60px;
	margin-top:10px;
	background-color:#FFF;
	padding:1px;
	float:left;
}
.texto_usuario_izquierda{
	font-weight:bold;
	color:#5A759F;
}
a.texto_usuario_izquierda{
	font-weight:bold;
	color:#5A759F;
	text-decoration:none;
}
a.texto_usuario_izquierda:hover{
	font-weight:bold;
	color:#5A759F;
	text-decoration:underline;
}


#izquierda_calendario{
	position:relative;
	width:190px;
	height:65px;
	margin-left:30px;
	margin-top:10px;
	border:none;
}

#izquierda_paginas1{
	position:relative;
	width:190px;
	margin-left:30px;
	margin-top:10px;
	border:none;
}

#izquierda_paginas2{
	position:relative;
	width:190px;
	margin-left:30px;
	margin-top:10px;
	border:none;
}

#cabeceras_izquierda{
	position:relative;
	width:190px;
	height:20px;
	border-bottom:1px solid #D9D9D9;
}

#cabeceras_izquierda_fin{
	position:relative;
	width:190px;
	height:20px;
	border-top:1px solid #D9D9D9;
	margin-top:10px;
	padding-top:3px;
}

#izquierda_listas_div{
	position:relative;
	width:190px;
}

h1{
	font-size:16px;
}
h2{
	font-size:13px;
}

#izquierda_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#izquierda_listas li {
	position:relative;
	margin-left:1px;
	border:0px;
	margin-top:5px;
	font-size:11px;
}

.enlace_pequeno{
	font-size:10px;
	color:#5A759F;
}

a.enlace_pequeno{
	font-size:10px;
	color:#5A759F;
	text-decoration:none;
}
a.enlace_pequeno:hover{
	font-size:10px;
	color:#5A759F;
	text-decoration:underline;
}

#paginas_div{
	position:relative;
	width:190px;
	height:24px;
}
#paginas_div:hover{
	background-color:#FEB131;
}
.paginas_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:24px;
	height:22px;
	float:left;
}
.paginas_nombre{
	display:block;
	width:156px;
	height:22px;
	float:left;
	overflow:hidden;
	margin-left:4px;
	padding-top:3px;
}

.paginas_notificaciones{
	display:block;
	width:25px;
	height:17px;
	float:left;
	overflow:hidden;
	margin-left:0px;
	padding-top:3px;
	background:#EF9027;
	text-align:center;
	font-weight:bold;
}

.publicidad_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:80px;
	height:80px;
	float:left;
	overflow:hidden;
}

.publicidad_texto{
	display:block;
	width:130px;
	float:left;
	overflow:hidden;
	margin-left:4px;
}

#cabeceras_derecha{
	margin-top:2px;
	position:relative;
	width:220px;
	height:20px;
	border-top:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	background-color:#F2F2F2;
}

.sugerencias_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:55px;
	height:54px;
	float:left;
	overflow:hidden;
}
.sugerencias_texto{
	display:block;
	width:150px;
	float:left;
	overflow:auto;
	margin-left:4px;
}
#cabeceras_derecha_fin{
	position:relative;
	width:220px;
	height:20px;
	border-top:1px solid #D9D9D9;
	margin-top:10px;
	padding-top:3px;
}

#derecha_listas_div{
	position:relative;
	width:225px;
	overflow:auto;
}

#derecha_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#derecha_listas li {
	position:relative;
	margin-left:1px;
	border:0px;
	margin-top:5px;
	overflow:auto;
}

a.sugerencias_enlace{
	font-weight:bold;
	text-decoration:none;
}

a.sugerencias_enlace:hover{
	font-weight:bold;
}

.sugerencias_estilo{
	font-size:10px;
	color:#999;
	word-wrap: break-word;
}

.notificaciones_estilo{
	font-size:10px;
	color:#000;
	word-wrap: break-word;
}

#sugerencias_div{
	position:relative;
	width:223px;
	height:auto;
	overflow:auto;
}
#sugerencias_div:hover{
	/*background-color:#093;*/
}

.sugerencias_suscribirse{
	background:url(../../img/masuno.png) no-repeat    ;
	height:20px;
}
.texto_suscribirse{
	margin-left:25px;
	margin-top:5px;
	padding-top:2px;
}

.texto_sugerencias{
	font-weight:bold;
	color:#5A759F;
}
a.texto_sugerencias{
	font-weight:bold;
	color:#5A759F;
	text-decoration:none;
}
a.texto_sugerencias:hover{
	font-weight:bold;
	color:#5A759F;
	text-decoration:underline;
}

.boton_invitar {
	margin-left:2px;
	margin-top:-1px;
}
.invitar_texto{
	display:block;
	width:190px;
	float:left;
	overflow:auto;
	margin-left:4px;
}
.invitar_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:25px;
	height:54px;
	float:left;
}

#izquierda_creditos{
	position:relative;
	float:left;
	overflow:auto;
	margin-left:250px;
	margin-top:5px;
	color:#999;
}

#derecha_enlaces{
	position:relative;
	float:left;
	overflow:auto;
	margin-left:160px;
}
#abajo_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#abajo_listas li {
	position:relative;
	margin-left:10px;
	border:0px;
	margin-top:5px;
	font-size:11px;
	float:left;
}

.texto_enlaces_abajo{
	color:#5A759F;
}
a.texto_enlaces_abajo {
	color:#5A759F;
	text-decoration:none;
}
a.texto_enlaces_abajo:hover{
	color:#5A759F;
	text-decoration:underline;
}

#centro_cambiante{
	display:block;
	width:510px;
	overflow:auto;
	text-align:left;
	vertical-align:top;
	margin-left:1px;
}

#invitar_div{
	position:relative;
	width:223px;
	height:25px;
	overflow:hidden;
}


#publicacion_div{
	position:relative;
	width:505px;
	height:auto;
	margin-left:5px;
	overflow:auto;
	vertical-align:top;
}

.publicacion_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:55px;
	height:54px;
	float:left;
	overflow:hidden;
}

.publicacion_icono_pek{
	padding-top:2px;
	padding-left:2px;
	width:45px;
	height:44px;
	float:left;
	overflow:hidden;
	text-align:center;
}

.publicacion_icono_albfot{
	width:130px;
	height:86px;
	overflow:hidden;
	text-align:center;
	border:double #999;
}

.publicacion_portada_disco{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:180px;
	height:180px;
	float:left;
	overflow:hidden;
}


.publicacion_contenido{
	display:block;
	width:444px;
	float:left;
	overflow-x:hidden;
	margin-left:4px;
}


.publicacion_enlace{
	text-align:left;
	padding-left:65px;
}

a.publicacion_enlace{
	font-weight:bold;
	text-decoration:none;
}

a.publicacion_enlace:hover{
	font-weight:bold;
	text-decoration:underline;
}

.publicacion_enlace_comentario{
	text-align:left;
	padding-left:50px;
}

a.publicacion_enlace_comentario{
	font-weight:bold;
	text-decoration:none;
}

a.publicacion_enlace_comentario:hover{
	font-weight:bold;
	text-decoration:underline;
}


#publicacion_texto{
	position:relative;
	margin-top:3px;
}

#publicacion_rockme{
	display:inline-block;
	margin-top:3px;
	width:400px;
}

#publicar_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:-12px;
}
#publicar_listas li {
	position:relative;
	margin-left:5px;
	border:0px;
	margin-top:5px;
	font-size:11px;
	float:left;
}

.texto_publicar{
	color:#5A759F;
}
a.texto_publicar {
	color:#5A759F;
	text-decoration:none;
}
a.texto_publicar:hover{
	color:#5A759F;
	text-decoration:underline;
}

#flecha_rockme{
	background-color:#FFF;
	height:100px;
}

#fin_publicacion{
	position:relative;
	border-top:1px solid #D9D9D9;
	margin-top:10px;
	padding-top:3px;
	width:495px;
	margin-left:8px;
}

#publicacion_fecha{
	
}

#rockme_comentarios { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	width:437px;
}
#rockme_comentarios li {
	position:relative;
	border-bottom:2px groove #D9D9D9;
	margin-top:0px;
	background-color:#CCC;
}

#publicacion_rockme2{
	position:relative;
	display:block;
	margin-top:3px;
}

#publicacion_rockme_icono{
	position:relative;
	display:block;
	margin-top:0px;
	background:#FFF url(../../img/mota.jpg) no-repeat;
	height:6px;
	width:15px;
	margin-left:20px;
}

#rockmes{
	position:relative;
	display:inline-block;
	margin-top:0px;
	background:url(../../img/rockme.png) no-repeat bottom;
	height:20px;
	width:18px;
	padding-top:3px;
	padding-left:3px;
}
#rockmespeople{
	position:relative;
	display:inline-block;
	padding-left:3px;
	margin-left:25px;
	margin-top:3px;
	width:300px;
}

.rockmespeople{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contestacion_div{
	position:relative;
	width:437px;
	height:auto;
	overflow:auto;
}

.contestacion_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:30px;
	height:29px;
	float:left;
}

.contestacion_texto{
	display:block;
	width:393px;
	float:left;
	overflow:auto;
	margin-left:4px;
}
#contestacion_rockme{
	display:block;
	width:385px;
	float:left;
	margin-left:4px;
}
.contestacion_form1{
	margin-left:5px;
	width:420px;
}

.contestacion_form2{
	width:387px;
	overflow:hidden;
}

#abaixo {
	position:fixed;
	bottom:0px; 
	background-color:#000;
	width:100%;
	height:50px;
	background-color: rgba(0,0,0,0.6);
}
.logoConect{
	background: url(./img/index_img/conectado.png) no-repeat top right;
}
.logoNoConect{
	background: url(../../img/index_img/no-conectado.png) no-repeat top right;
}

#naviValidar{  
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-top:67px
}
#naviValidar li {
	margin:2px;
	padding:2px;
	border:0px;
	height:15px;
}

#Conect{
	position:absolute;
	bottom:6px;
	right:1px;
	margin:0px auto;
	height:90px;
	width:365px;
	text-align:left;
}

#ConectNO{
	position:absolute;
	bottom:6px;
	right:1px;
	margin:0px auto;
	height:140px;
	width:365px;
	text-align:left;
}

.cajetinFormConect {
	font-style: normal;
	font-weight: normal;
	color:#000000;
	background-color:#FFF
	border: 1px solid #CCCCCC;
	width:125px;
}

.botonFormConect {
	font-style: normal;
	font-weight:bold;
	color: #F90;
	background-color:#333;
}
.textoForm {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#666;
	display:block;
}
.textoNoForm {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
}
.textoNoForm a{
	color:#FFF;
	text-decoration:none;
}

.textoNoForm a:hover{
	color:#FFF;
	text-decoration:underline;
}

#display
{
	width:321px;
	display:none;
	position:absolute;
	margin-left:0px;
	margin-top:30px;
	float:right; margin-right:30px;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	overflow:hidden;
	z-index:1;
	background-color:#FFF;
}
.display_box
{
padding:4px; border-top:solid 1px #dedede; font-size:12px; height:45px;
}

.display_box:hover
{
background:#3b5998;
color:#FFFFFF;
}
#shade
{
background-color:#00CCFF;

}
.display_box_hidden{
	visibility:hidden;
}


#herramientas
{
	display:none;
	width:230px;
	height:80px;
	position:absolute;
	margin-left:0px;
	margin-top:40px;
	float:right; margin-right:30px;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	overflow:hidden;
	z-index:2;
	background-color:#CCC;
}

.herramientas_ocultar{
	display:none;
}
#herramientas_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#herramientas_listas li {
	position:relative;
	margin-left:8px;
	border:0px;
	margin-top:5px;
	font-size:11px;
}

.texto_herramientas{
	font-weight:bold;
	color:#000;
}
a.texto_herramientas{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
a.texto_herramientas:hover{
	font-weight:bold;
	color:#5A759F;
	text-decoration:underline;
}

.ocultar_notificaciones
{
	display:none;
}

#displaymensajes
{
	width:321px;
	position:absolute;
	margin-left:124px;
	margin-top:40px;
	float:right; margin-right:30px;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	overflow:hidden;
	z-index:5;
	background-color:#FFF;
}

#dnnoticias
{
	width:16px;
	position:absolute;
	margin-left:110px;
	margin-top:2px;
	float:right; margin-right:30px;
	overflow:hidden;
	z-index:1;
	background-color:#F00;
	
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}

#dnmensajes
{
	width:16px;
	position:absolute;
	margin-left:140px;
	margin-top:2px;
	float:right; margin-right:30px;
	overflow:hidden;
	z-index:1;
	background-color:#F00;
	
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}

.dn_texto{
	font-size:10px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}




#cerrar_sugerencia1
{
	width:15px;
	height:15px;
	position:absolute;
	float:right;
	right:2px;
	margin-right:5px;
	margin-top:0px;
	overflow:hidden;
	z-index:10;
	background:url(../../img/icono_cerrar.gif) no-repeat;
}
#cerrar_sugerencia2
{
	width:15px;
	height:15px;
	position:absolute;
	float:right;
	right:2px;
	margin-right:5px;
	margin-top:0px;
	overflow:hidden;
	z-index:10;
	background:url(../../img/icono_cerrar.gif) no-repeat;
}
.nomostrar_sugerencia{
	visibility:hidden;
}
.mostrar_sugerencia{
	visibility:visible;
}

#cabeceras_izquierda_informacion{
	position:relative;
	width:190px;
	height:100px;
	border-bottom:1px solid #D9D9D9;
}
.peronsa_suscritas_estilo{
	font-size:10px;
	color:#000;
}

#principal_foto_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:762px;
	margin-top:10px;
}
#principal_foto_listas li {
	position:relative;
	margin-left:8px;
	margin-top:5px;
	font-size:11px;
	float:left;
}

#nombre_artista{
	margin-left:175px;
	float:left;
	margin-top:10px;
}

.texto_artista_enlace{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
a.texto_artista_enlace{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a.texto_artista_enlace:hover{
	color:#ff6600;
	font-weight:bold;
	text-decoration:underline;
}
   
.showCommentBox{
	color:#5A759F;
}
a.showCommentBox {
	color:#5A759F;
	text-decoration:none;
}
a.showCommentBox:hover{
	color:#5A759F;
	text-decoration:underline;
}

.showRockmeBox{
	color:#5A759F;
}
a.showRockmeBox {
	color:#5A759F;
	text-decoration:none;
}
a.showRockmeBox:hover{
	color:#5A759F;
	text-decoration:underline;
}

.showRockmeBox2{
	color:#5A759F;
}
a.showRockmeBox2 {
	color:#5A759F;
	text-decoration:none;
}
a.showRockmeBox:hover2{
	color:#5A759F;
	text-decoration:underline;
}

a.damemas{
	font-size:10px;
	color:#333;
	text-decoration:none;
}
a.damemas:hover{
	text-decoration:underline;
}


#listapubliacion { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#listapubliacion li {
	position:relative;
	margin-left:10px;
	border:0px;
	margin-top:15px;
	font-size:11px;
	float:left;
}

#enlaces{
	display:inline-block;
	width:450px;
}

#enlace{
	text-align:left;
	margin-left:20px;
	display:none;
}
#youtube{
	text-align:left;
	margin-left:20px;
	display:none;
}
#photo{
	text-align:left;
	margin-left:20px;
	display:none;
}

.linking{
	width:465px;
}

#paginas_div_seleccionada{
	position:relative;
	width:240px;
	height:24px;
	background-color:#F30;
}

.texto_gris{
	color:#666;
}

.texto_gris_enano{
	font-size:9px;
	color:#666;
}

a.enlace_normal{
	color:#3B5998;
	font-size:11px;
	text-decoration:none;
}
a.enlace_normal:hover{
	text-decoration:underline;
}

#arriba_sin_titulo{
	position:relative;
	width:510px;
	height:50px;
	border-bottom:#D9D9D9 solid 1px;
}
#zona_boton_fotos{
	position:relative;
	display:inline-block;
	float:right;
	margin-right:0px;
	width:100px;
	margin-top:20px;
}

#zona_titulo{
	position:relative;
	display:inline-block;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.texto_album_titulo{
	display:inline-block;
	color:#000;
	font-size:16px;
	font-weight:800;
}

.texto_enlaces_fotos{
	color:#5A759F;
}
a.texto_enlaces_fotos {
	color:#5A759F;
	text-decoration:none;
}
a.texto_enlaces_fotos:hover{
	color:#5A759F;
	text-decoration:underline;
}

.texto_enlaces_fotos2{
	color:#5A759F;
}
a.texto_enlaces_fotos2 {
	color:#5A759F;
	text-decoration:none;
}
a.texto_enlaces_fotos2:hover{
	color:#5A759F;
	text-decoration:underline;
}

.boton_cancelar {
   border-top: 1px solid #96d1f8;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 4.5px 9px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color:#FFF;
   font-size: 9px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.boton_cancelar:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.boton_cancelar:active{
	border-top-color: #1b435e;
    background: #1b435e;
}

#sortable { list-style-type: none; margin: 0; padding: 0; }
#sortable li { margin: 18px 18px 18px 18px; padding: 1px; float: left; width: 130px; height: 86px; text-align: center; }

#caratulas{
	position:relative;
	width:25%;
	float:left;
	vertical-align:top;
	margin-bottom:10px;
}

#canciones{
	position:relative;
	width:75%;
	float:left;
	vertical-align:top;
	margin-bottom:10px;
}

#sortablemusic { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortablemusic li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; }
html>body #sortablemusic li { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }

#num_cancion{
	width:20px;
	float:left;
	color:#666;
	text-align:center;
	font-size:12px;
}
#titulo_cancion{
	width:267px;
	float:left;
	text-align:left;
	padding-left:2px;
	overflow:hidden;
	font-size:13px;
	color:#333;
}
#duracion_cancion{
	width:40px;
	overflow:hidden;
	font-size:12px;
	float:left;
	text-align:center;
	color:#666;
}
#opciones1{
	width:48px;
	float:left;
	text-align:center;
}
#opcion1{
	width:16px;
	float:left;
	text-align:center;
	cursor:pointer;
}
#opcion2{
	width:16px;
	float:left;
}
#opcion3{
	width:16px;
	float:left;
}
.titulo_album{
	font-size:14px;
	font-weight:bold;
}
.eliminar{
	background:url(../../img/pages/icono-eliminar.gif) bottom no-repeat;
}
.modificar{
	background:url(../../img/pages/icono-modificar.gif) bottom no-repeat;
}
.escuchar{
	background:url(../../img/pages/escuchar-icono.png) bottom no-repeat;
}
.estrella-si{
	background:url(../../img/pages/icono-estrella-act.png) bottom no-repeat;
}
.estrella-no{
	background:url(../../img/pages/icono-estrella-des.png) bottom no-repeat;
}
@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	size:9px;
	font-weight: normal;
	color:#000;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#global {
	PADDING-BOTTOM: 0px; MARGIN:0px; PADDING-LEFT: 0px; WIDTH: 100%; PADDING-RIGHT: 0px; HEIGHT: 100% !important; PADDING-TOP: 0px; overflow-x:hidden; overflow-y:hidden;
}

#principal{
	position:relative;
	margin:0px auto;
	width:1000px;
	height:100%;
	text-align:center;
	overflow:hidden;
}

#arriba{
	position:relative;
	top:0px;
	margin:0px auto;
	width:100%;
	height:40px;
	background-color:#2D2D2D;
}

#abajoespacio{
	position:relative;
	margin:0px;
	width:100%;
	height:90px;
}


.izquierda{
	position:absolute;
	top: 0px;
	left: -0px;
	width:240px;
	text-align:left;
	background-color:#F5F5F5;
	vertical-align:top;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	height:100%;
	overflow-x:hidden;
}

.centro{
	display:block;
	float:left;
	width:528px;
	min-height:600px;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:top;
	margin-left: 240px;
}

.derecha{
	float:left;
	display:block;
	width:230px;
	text-align:left;
	background-color: rgba(255,255,255,0.6);
	vertical-align:top;
	border-bottom:1px solid #D9D9D9;

}
.derecha_fondos{
	float:left;
	display:block;
	width:232px;
	text-align:left;
	background-color: rgba(255,255,255,0.6);
	vertical-align:top;
	border-bottom:1px solid #D9D9D9;
	height:100%;
	right: 0px;
	vertical-align:top;
	position:absolute;
}

.derecha_fondos_blanco{
	float:left;
	display:block;
	width:232px;
	text-align:left;
	background-color:#FFF;
	vertical-align:top;
	border-bottom:1px solid #D9D9D9;
	height:100%;
	right: 0px;
	vertical-align:top;
	position:absolute;
}

#abajo{
	position:relative;
	clear:left;
	float:left;
	width:1000px;
	height:50px;
	text-align:right;
	background-color: #FFF;
	border-top:1px solid #D9D9D9;
}

#menuprincipal {
	position:absolute;
	height:40px;
	width:1000px;
	background-color:#2D2D2D;
	left:50%;
	margin-left:-500px;
}

.logodiv {
	display:inline-block;
	height:40px;
	width:100px;
	background-color:#2D2D2D;
	background-image:url(../../img/logo.png);
	float:left;
}
.logodiv:hover{
	background-color:#222;
}

.sugerenciasdiv {
	display:inline-block;
	height:35px;
	width:25px;
	background-color:#000;
	margin-top:5px;
	background: transparent url(../../img/sugerencias.png) no-repeat center center;
	float:left;
}

.sugerenciasdiv:hover{
	background-color:#CCC;
}

.notificacionesdiv {
	display:inline-block;
	height:35px;
	width:25px;
	background-color:#000;
	margin-top:5px;
	background: transparent url(../../img/aviso.png) no-repeat center center;
	float:left;
}

.notificacionesdiv:hover{
	background-color:#CCC;
}

.foto_sugerencias_sobrecima{
	background-color:#CCC;
}

#menuderecha {
	display:inline-block;
	height:40px;
	width:231px;
	margin-left:187px;
	text-align:right;
}

#naviIndex {  
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
}
#naviIndex li {
	margin-left:12px;
	border:0px;
	float:right; /*float:left; //para eliminar el comportamiento de elemento de bloque(salto de linea)*/
}

#buscadordiv{
	display:inline-table;
	height:40px;
	width:330px;
	margin-left:90px;
	padding:0;
	background:url(../../img/busqueda.png) no-repeat left center;
	float:left;
}

.cajetinBuscar {
	width:300px;
	height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000; background:#FFF;
	border:0px;
	margin-top:11px;
	outline-color:#FFF;
	margin-left:1px;
	float:left;
	
}
.cajetinBuscar:hover{
	outline-color:#FFF;
	border:0px;
	outline:hidden;
}

.botonForm {
	background-image:url(../../img/boton-buscar.png);
  	background-repeat:no-repeat;
  	height:21px;
  	width:20px;
	border:0px;
	margin-left:2px;
	margin-top:-1px;
}

.texto_usuario{
	font-weight:bold;
	color:#EAEAEA;
}
a.texto_usuario{
	font-weight:bold;
	color:#EAEAEA;
	text-decoration:none;
}
a.texto_usuario:hover{
	font-weight:bold;
	color:#EAEAEA;
	text-decoration:underline;
}
.foto_usuario{
	border:none;
}

.foto_herramienta{
	border:none;
	width:25px;
	height:35px;
	margin-top:5px;
	background:url(../../img/herramienta.png) bottom center no-repeat;
}
.foto_herramienta:hover{
	background:url(../../img/herramienta2.png) bottom center no-repeat;
	background-color:#CCC;
}

.foto_herramienta_sobrecima{
	background:url(../../img/herramienta2.png) bottom center no-repeat;
	background-color:#CCC;
}

.texto_superior{
	margin-top:10px;
}
.foto_superior{
	margin-top:5px;
}

.caja_buscar_arriba{
	float:left;
	display:inline-block;
}
.boton_buscar_arriba{
	float:left;
	display:inline-block;
	margin-top:11px;
}

#foto_izquierda{
	display:block;
	width:220px;
	height:65px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-top:20px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	box-shadow: 7px 2px 5px #D9D9D9;
	/*firefox*/
	-webkit-box-shadow: 7px 2px 5px #D9D9D9;
  	-moz-box-shadow: 7px 2px 5px #D9D9D9;
	/*IE*/
	filter: shadow(color=#D9D9D9, direction=135, strength=2);
}

#foto_perfil{
	position:absolute;
	width:40px;
	height:40px;
	overflow:hidden;
	border:1px #D9D9D9 solid;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#FFF;
	padding:1px;
	float:left;
}

#nombre_perfil{
	position:absolute;
	width:150px;
	height:40px;
	overflow:hidden;

	margin-left:60px;
	margin-top:10px;
	background-color:#FFF;
	padding:1px;
	float:left;
}
.texto_usuario_izquierda{
	font-weight:bold;
	color:#5A759F;
}
a.texto_usuario_izquierda{
	font-weight:bold;
	color:#5A759F;
	text-decoration:none;
}
a.texto_usuario_izquierda:hover{
	font-weight:bold;
	color:#5A759F;
	text-decoration:underline;
}


#izquierda_calendario{
	position:relative;
	width:190px;
	height:65px;
	margin-left:30px;
	margin-top:10px;
	border:none;
}

#izquierda_paginas1{
	position:relative;
	width:190px;
	margin-left:30px;
	margin-top:10px;
	border:none;
}

#izquierda_paginas2{
	position:relative;
	width:190px;
	margin-left:30px;
	margin-top:10px;
	border:none;
}

#cabeceras_izquierda{
	position:relative;
	width:190px;
	height:20px;
	border-bottom:1px solid #D9D9D9;
}

#cabeceras_izquierda_fin{
	position:relative;
	width:190px;
	height:20px;
	border-top:1px solid #D9D9D9;
	margin-top:10px;
	padding-top:3px;
}

#izquierda_listas_div{
	position:relative;
	width:190px;
}

h1{
	font-size:16px;
}
h2{
	font-size:13px;
}

#izquierda_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#izquierda_listas li {
	position:relative;
	margin-left:1px;
	border:0px;
	margin-top:5px;
	font-size:11px;
}

.enlace_pequeno{
	font-size:10px;
	color:#5A759F;
}

a.enlace_pequeno{
	font-size:10px;
	color:#5A759F;
	text-decoration:none;
}
a.enlace_pequeno:hover{
	font-size:10px;
	color:#5A759F;
	text-decoration:underline;
}

#paginas_div{
	position:relative;
	width:190px;
	height:24px;
}
#paginas_div:hover{
	background-color:#FEB131;
}
.paginas_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:24px;
	height:22px;
	float:left;
}
.paginas_nombre{
	display:block;
	width:156px;
	height:22px;
	float:left;
	overflow:hidden;
	margin-left:4px;
	padding-top:3px;
}

.paginas_notificaciones{
	display:block;
	width:25px;
	height:17px;
	float:left;
	overflow:hidden;
	margin-left:0px;
	padding-top:3px;
	background:#EF9027;
	text-align:center;
	font-weight:bold;
}

#cabeceras_derecha{
	margin-top:2px;
	position:relative;
	width:220px;
	height:20px;
	border-top:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	background-color:#F2F2F2;
}

.sugerencias_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:55px;
	height:54px;
	float:left;
}
.sugerencias_texto{
	display:block;
	width:150px;
	float:left;
	overflow:auto;
	margin-left:4px;
}

.notificaciones_texto{
	display:block;
	width:260px;
	float:left;
	overflow:auto;
	margin-left:4px;
}

#notificaciones_div{
	position:relative;
	width:323px;
	height:auto;
	overflow:auto;
	text-align:left;
}


#cabeceras_derecha_fin{
	position:relative;
	width:220px;
	height:20px;
	border-top:1px solid #D9D9D9;
	margin-top:10px;
	padding-top:3px;
}

#derecha_listas_div{
	position:relative;
	width:225px;
	overflow:auto;
}

#derecha_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#derecha_listas li {
	position:relative;
	margin-left:1px;
	border:0px;
	margin-top:5px;
	overflow:auto;
}

a.sugerencias_enlace{
	font-weight:bold;
	text-decoration:none;
	word-wrap: break-word;
}

a.sugerencias_enlace:hover{
	font-weight:bold;
}

.sugerencias_estilo{
	font-size:10px;
	color:#999;
}

#sugerencias_div{
	position:relative;
	width:223px;
	height:auto;
	overflow:auto;
}
#sugerencias_div:hover{
	/*background-color:#093;*/
}

.sugerencias_suscribirse{
	background:url(../../img/masuno.png) no-repeat    ;
	height:20px;
}
.texto_suscribirse{
	margin-left:25px;
	margin-top:5px;
	padding-top:2px;
}

.texto_sugerencias{
	font-weight:bold;
	color:#5A759F;
}
a.texto_sugerencias{
	font-weight:bold;
	color:#5A759F;
	text-decoration:none;
}
a.texto_sugerencias:hover{
	font-weight:bold;
	color:#5A759F;
	text-decoration:underline;
}

.boton_invitar {
	margin-left:2px;
	margin-top:-1px;
}
.invitar_texto{
	display:block;
	width:190px;
	float:left;
	overflow:auto;
	margin-left:4px;
}
.invitar_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:25px;
	height:54px;
	float:left;
}

#izquierda_creditos{
	position:relative;
	float:left;
	overflow:auto;
	margin-left:250px;
	margin-top:5px;
	color:#999;
}

#derecha_enlaces{
	position:relative;
	float:left;
	overflow:auto;
	margin-left:160px;
}
#abajo_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#abajo_listas li {
	position:relative;
	margin-left:10px;
	border:0px;
	margin-top:5px;
	font-size:11px;
	float:left;
}

.texto_enlaces_abajo{
	color:#5A759F;
}
a.texto_enlaces_abajo {
	color:#5A759F;
	text-decoration:none;
}
a.texto_enlaces_abajo:hover{
	color:#5A759F;
	text-decoration:underline;
}

#centro_cambiante{
	display:block;
	width:510px;
	overflow:auto;
	text-align:left;
	vertical-align:top;
	margin-left:1px;
}

#invitar_div{
	position:relative;
	width:223px;
	height:25px;
	overflow:hidden;
}


#publicacion_div{
	position:relative;
	width:505px;
	height:auto;
	margin-left:5px;
	overflow:auto;
	vertical-align:top;
}

.publicacion_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:55px;
	height:54px;
	float:left;
	overflow:hidden;
}

.publicacion_icono_pek{
	padding-top:2px;
	padding-left:2px;
	width:45px;
	height:44px;
	float:left;
	overflow:hidden;
	text-align:center;
}

.publicacion_icono_albfot{
	width:130px;
	height:86px;
	overflow:hidden;
	text-align:center;
	border:double #999;
}

.publicacion_portada_disco{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:180px;
	height:180px;
	float:left;
	overflow:hidden;
}


.publicacion_contenido{
	display:block;
	width:444px;
	float:left;
	overflow-x:hidden;
	margin-left:4px;
}


.publicacion_enlace{
	text-align:left;
	padding-left:65px;
}

a.publicacion_enlace{
	font-weight:bold;
	text-decoration:none;
}

a.publicacion_enlace:hover{
	font-weight:bold;
	text-decoration:underline;
}

.publicacion_enlace_comentario{
	text-align:left;
	padding-left:50px;
}

a.publicacion_enlace_comentario{
	font-weight:bold;
	text-decoration:none;
}

a.publicacion_enlace_comentario:hover{
	font-weight:bold;
	text-decoration:underline;
}


#publicacion_texto{
	position:relative;
	margin-top:3px;
}

#publicacion_rockme{
	display:inline-block;
	margin-top:3px;
	width:400px;
}

#publicar_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:-12px;
}
#publicar_listas li {
	position:relative;
	margin-left:5px;
	border:0px;
	margin-top:5px;
	font-size:11px;
	float:left;
}

.texto_publicar{
	color:#5A759F;
}
a.texto_publicar {
	color:#5A759F;
	text-decoration:none;
}
a.texto_publicar:hover{
	color:#5A759F;
	text-decoration:underline;
}

#flecha_rockme{
	background-color:#FFF;
	height:100px;
}

#fin_publicacion{
	position:relative;
	border-top:1px solid #D9D9D9;
	margin-top:10px;
	padding-top:3px;
	width:495px;
	margin-left:8px;
}

#publicacion_fecha{
	
}

#rockme_comentarios { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	width:437px;
}
#rockme_comentarios li {
	position:relative;
	border-bottom:2px groove #D9D9D9;
	margin-top:0px;
	background-color:#CCC;
}

#publicacion_rockme2{
	position:relative;
	display:block;
	margin-top:3px;
}

#publicacion_rockme_icono{
	position:relative;
	display:block;
	margin-top:0px;
	background:#FFF url(../../img/mota.jpg) no-repeat;
	height:6px;
	width:15px;
	margin-left:20px;
}

#rockmes{
	position:relative;
	display:inline-block;
	margin-top:0px;
	background:url(../../img/rockme.png) no-repeat bottom;
	height:20px;
	width:18px;
	padding-top:3px;
	padding-left:3px;
}
#rockmespeople{
	position:relative;
	display:inline-block;
	padding-left:3px;
	margin-left:25px;
	margin-top:3px;
	width:300px;
}

.rockmespeople{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contestacion_div{
	position:relative;
	width:437px;
	height:auto;
	overflow:auto;
}

.contestacion_icono{
	padding-top:2px;
	padding-left:2px;
	display:block;
	width:30px;
	height:29px;
	float:left;
}

.contestacion_texto{
	display:block;
	width:393px;
	float:left;
	overflow:auto;
	margin-left:4px;
}
#contestacion_rockme{
	display:block;
	width:385px;
	float:left;
	margin-left:4px;
}
.contestacion_form1{
	margin-left:5px;
	width:420px;
}

.contestacion_form2{
	width:387px;
	overflow:hidden;
}

#abaixo {
	position:fixed;
	bottom:0px; 
	background-color:#000;
	width:100%;
	height:50px;
	background-color: rgba(0,0,0,0.6);
}

#abaixoNO {
	position:fixed;
	bottom:0px; 
	background-color:#000;
	width:100%;
	height:100px;
	background-color: rgba(0,0,0,0.6);
}

.logoConect{
	background: url(../../img/index_img/conectado.png) no-repeat top right;
}
#Conect{
	position:absolute;
	bottom:6px;
	right:1px;
	margin:0px auto;
	height:90px;
	width:365px;
	text-align:left;
}

#display
{
	width:321px;
	display:none;
	position:absolute;
	margin-left:0px;
	margin-top:30px;
	float:right; margin-right:30px;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	overflow:hidden;
	z-index:1;
	background-color:#FFF;
}
.display_box
{
padding:4px; border-top:solid 1px #dedede; font-size:12px; height:45px;
}

.display_box:hover
{
background:#3b5998;
color:#FFFFFF;
}
#shade
{
background-color:#00CCFF;

}
.display_box_hidden{
	visibility:hidden;
}


#herramientas
{
	width:230px;
	height:80px;
	position:absolute;
	margin-left:0px;
	margin-top:40px;
	float:right; margin-right:30px;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	overflow:hidden;
	z-index:2;
	background-color:#CCC;
}

.herramientas_ocultar{
	display:none;
}
#herramientas_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#herramientas_listas li {
	position:relative;
	margin-left:8px;
	border:0px;
	margin-top:5px;
	font-size:11px;
}

.texto_herramientas{
	font-weight:bold;
	color:#000;
}
a.texto_herramientas{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
a.texto_herramientas:hover{
	font-weight:bold;
	color:#5A759F;
	text-decoration:underline;
}


#displaynotificaciones
{
	width:321px;
	position:absolute;
	margin-left:560px;
	margin-top:-155px;
	float:right; margin-right:30px;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	overflow:hidden;
	z-index:2;
	background-color:#FFF;
}

.ocultar_notificaciones
{
	display:none;
}

#dnnoticias
{
	width:16px;
	position:absolute;
	margin-left:110px;
	margin-top:2px;
	float:right; margin-right:30px;
	overflow:hidden;
	z-index:1;
	background-color:#F00;
	
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}

#dnmensajes
{
	width:16px;
	position:absolute;
	margin-left:140px;
	margin-top:2px;
	float:right; margin-right:30px;
	overflow:hidden;
	z-index:1;
	background-color:#F00;
	
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}

.dn_texto{
	font-size:10px;
	text-align:center;
	font-weight:bold;
}




#cerrar_sugerencia1
{
	width:15px;
	height:15px;
	position:absolute;
	float:right;
	right:2px;
	margin-right:5px;
	margin-top:0px;
	overflow:hidden;
	z-index:10;
	background:url(../../img/icono_cerrar.gif) no-repeat;
}
#cerrar_sugerencia2
{
	width:15px;
	height:15px;
	position:absolute;
	float:right;
	right:2px;
	margin-right:5px;
	margin-top:0px;
	overflow:hidden;
	z-index:10;
	background:url(../../img/icono_cerrar.gif) no-repeat;
}
.nomostrar_sugerencia{
	visibility:hidden;
}
.mostrar_sugerencia{
	visibility:visible;
}

#cabeceras_izquierda_informacion{
	position:relative;
	width:190px;
	height:100px;
	border-bottom:1px solid #D9D9D9;
}
.peronsa_suscritas_estilo{
	font-size:10px;
	color:#000;
}

#principal_foto_listas { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:762px;
	margin-top:10px;
}
#principal_foto_listas li {
	position:relative;
	margin-left:8px;
	margin-top:5px;
	font-size:11px;
	float:left;
}

#nombre_artista{
	margin-left:175px;
	float:left;
	margin-top:10px;
}

.texto_artista_enlace{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
a.texto_artista_enlace{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a.texto_artista_enlace:hover{
	color:#ff6600;
	font-weight:bold;
	text-decoration:underline;
}

.boton_fotos {
   border-top: 1px solid #ffa200;
   background: #ffa200;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ff6600));
   background: -webkit-linear-gradient(top, #ffa200, #ff6600);
   background: -moz-linear-gradient(top, #ffa200, #ff6600);
   background: -ms-linear-gradient(top, #ffa200, #ff6600);
   background: -o-linear-gradient(top, #ffa200, #ff6600);
   padding: 4.5px 9px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 9px;
   font-family:Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
.boton_fotos:hover {
   border-top-color: #ff6600;
   background: #ff6600;
   color: #0f0f0f;
   }
.boton_fotos:active {
   border-top-color: #ff3300;
   background: #ff3300;
   }
   
.showCommentBox{
	color:#5A759F;
}
a.showCommentBox {
	color:#5A759F;
	text-decoration:none;
}
a.showCommentBox:hover{
	color:#5A759F;
	text-decoration:underline;
}

.showRockmeBox{
	color:#5A759F;
}
a.showRockmeBox {
	color:#5A759F;
	text-decoration:none;
}
a.showRockmeBox:hover{
	color:#5A759F;
	text-decoration:underline;
}

a.damemas{
	font-size:10px;
	color:#333;
	text-decoration:none;
}
a.damemas:hover{
	text-decoration:underline;
}


#listapubliacion { 
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#listapubliacion li {
	position:relative;
	margin-left:10px;
	border:0px;
	margin-top:15px;
	font-size:11px;
	float:left;
}

#enlaces{
	display:inline-block;
	width:450px;
}

#enlace{
	text-align:left;
	margin-left:20px;
	display:none;
}
#youtube{
	text-align:left;
	margin-left:20px;
	display:none;
}
#photo{
	text-align:left;
	margin-left:20px;
	display:none;
}

.linking{
	width:465px;
}

#paginas_div_seleccionada{
	position:relative;
	width:240px;
	height:24px;
	background-color:#F30;
}

.texto_gris{
	color:#666;
}

a.enlace_normal{
	color:#3B5998;
	font-size:11px;
	text-decoration:none;
}
a.enlace_normal:hover{
	text-decoration:underline;
}

#arriba_sin_titulo{
	position:relative;
	width:510px;
	height:50px;
	border-bottom:#D9D9D9 solid 1px;
}
#zona_boton_fotos{
	position:relative;
	display:inline-block;
	float:right;
	margin-right:0px;
	width:100px;
	margin-top:20px;
}

#zona_titulo{
	position:relative;
	display:inline-block;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.texto_album_titulo{
	display:inline-block;
	color:#000;
	font-size:16px;
	font-weight:800;
}

.texto_enlaces_fotos{
	color:#5A759F;
}
a.texto_enlaces_fotos {
	color:#5A759F;
	text-decoration:none;
}
a.texto_enlaces_fotos:hover{
	color:#5A759F;
	text-decoration:underline;
}

.texto_enlaces_fotos2{
	color:#5A759F;
}
a.texto_enlaces_fotos2 {
	color:#5A759F;
	text-decoration:none;
}
a.texto_enlaces_fotos2:hover{
	color:#5A759F;
	text-decoration:underline;
}


#menu_desplegable{
	display:none;
	z-index:100;
	position:absolute;
	width:120px;
	height:130px;
	background-color:#FF7B00;
	margin-left:865px;
	margin-top:-128px;
	overflow-x:hidden;
	text-align:left;
	padding-left:10px;
}

#damemasearch{
	text-align:center;
	background-color:#CCC;
	overflow:hidden;
	height:25px;
}

.sugerenciax:hover{
	background-color:#CCC;
}

.preload {display: none;}