@CHARSET "UTF-8";

* {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

body{
	font-family: "Lucida Sans",Arial,Verdana,sans serif;
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	background:transparent;
	margin:0px;
}

a img, img a {
	border:0px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 0.2em;
}
h1, h2, h3 {
	margin:0px;
}

h1{
	font-size:25px;
	font-weight:normal;
}

ul, li {
	list-style-position: outside;
}

#contListaTops{
	background-color:#fff;
}

#contListaTops.show{
	display:block;
}
#contListaTops.hide{
	display:none;
}

#widget	{
	width:257px;
	min-height:510px;
	overflow: hidden;
	line-height: 100%;
}

.whitebg{
	background-color:transparent;
	z-index: 5;
}

#contDerecha .whitebg{
	background-color:#fff;
	margin-right:10px;
	padding:5px;
	border-top:1px solid #919191;
	border-left:1px solid #919191;
	float:left;
}

.titlebox h1{
	width:100%;
	margin-top:30px;
}

#contBuscador{
	background:url(../img/fondo_buscador.png) no-repeat top right;
	height:26px;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	margin-top: 12px;
}

input[type="submit"]{
	color:333333;
	font-weight:bold;
	width:58px;
	height:22px;
	border:0px;
	padding:0px;
	margin:0px;
	background:transparent;
}

.contSubmit{
	background:url(../img/button.png) no-repeat top right;
	width:58px;
	height:22px;
	float:right;
	margin:0px;
}
.contSubmit:hover{
	background:url(../img/button_roll.png) no-repeat top right;
}

.contSubmit.long input[type="submit"] {
	width:122px;
}

.contSubmit.long{
	background:url(../img/button_largo.png) no-repeat top right;
	width:122px;	
}

.contSubmit.long:hover{
	background:url(../img/button_largo_roll.png) no-repeat top right;
}

#contBuscador input#inputBuscador{
	width:141px;
	margin-top:1px;
	margin-right:6px;
}


#filtroGenero, .cuadroBusqueda{
	background-color:#c0c0c0;
	color:#000;
	padding:6px;
}

#filtroGenero .cuadroBusqueda a{
	color:#000;
	float:none;
}

.cuadroBusqueda a.otraFecha{
	float:right;
	color:#000;
}

table.tablaBusqueda{
	width:100%;
}

#filtroGenero p{
	float:left;
	line-height:20px;
	margin-right:20px;
	width:200px;
}

/* Pestanas derecha */

.contPestanas	{
	white-space: nowrap;
}

.contPestanas .pestana{
	float:left;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color:#a9a9a9;
	position:relative;
	font-size:13px;
	font-weight:bold;
	padding:5px 4px 3px 4px;
	background-color:#26211B;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#a5a4a1;
	margin-top:17px;
	width:118px;
	margin-right:0px;
	text-align:center;
	cursor:pointer;
	height:34px;
}

.contPestanas .pestana.active, .contPestanas .pestana:hover{
	background-color:#FF7C00;
	color:#fff;
	margin-top:0px;
	height: 51px;
	line-height:17px;
	cursor:pointer;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#FFB775;
}

.contPestanas .pestana .fechasTops	{
	display:none;
}

.contPestanas .pestana.active .fechasTops	{
	display:inline;
}

.infoContenido {
	width:146px;
}

.contPestanas .pestana a{
	height: 32px;
	margin-top:20px;
	line-height:17px;
}

#topCanciones {
	margin-left:0px;
}

#topAlbumes{
	margin-left:1px;
}

#topAlbumes .tipotop{
	font-size:11px;
}

h2.toptext {
	font-size:18px;
	line-height:17px;
}

/* end Pestanas derecha */


.tituloBloque{
	height:20px;
	background-color:#342e25;
	margin:5px 0px 1px 0px;
}

#contListaTops{
	clear:both;
}

#contLoUltimo{
	background-color:#342e25;
	padding:5px;
	height:352px;
	overflow-y: scroll;
}

.contContenido{
	float:left;
	display:inline;
	width:213px;
	margin-right:10px;
	border-bottom:1px dotted #969492;
	padding:12px 0px;
	height:93px;
}

.contContenido, .contContenido a{
	font-size:11px;
}

.contStars, td.stars.tooltip{
	margin-top:30px;
	height:60px;
	width:13px;
	float:right;
}

td.stars.tooltip{
	margin-top:6px;
	height:auto;
}

table.tableTop td.tooltip{
	height:12px;
}

.contStars img,  td.stars.tooltip img{
	margin-top:3px;
}

.contContenido .imgContenido{
	width:89px;
	height:89px;
	border:1px solid #fff;
	margin-right:10px;
}

.contContenido .contImagen, .contContenido .contInfo{
	float:left;
}

.estiloContenido{
	color:#ffba00;
	font-style:italic;
	line-height:25px;
}

.autorContenido h3{
	width:90px;
	font-size:11px;
	font-weight:bold;
}

.nombreContenido{
	color:#a5a4a1;
	width:90px;
	font-size:10px;
	width:90px;
}

table.tableTop td.nombreContenido_inferior{
	padding-left:2px;
	color:#A5A4A1;
	font-size:10px;
}

a.button{
	background-color:#ff6b00;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height:20px;
	padding:3px 5px;
	line-height:20px; 
}

a.button:hover{
	background-color:#ff4e00;
}

table#tableTopAlbumes td{
	background-color:#342e25;
}

/* TOP LIST */

img.imgTop{
	height:60px;
	width:60px;
	margin:3px 1px 3px 3px;
}

.nombreArtista{
	font-weight:bold;
	font-size:11px;
}

table.tableTop{
	background-color:#332d24;
	margin-bottom:5px;
	width:258px;
}

table.tableTop td{
	padding:0px;
}

#contDerecha .nombreContenido{
	font-size:10px;
	width:120px;
	line-height:11px;
}

#widget .nombreContenido a, #widget .nombreArtista a, #widget .nombreArtista .artista-name{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 146px;
	display: block;
}

#widget .nombreArtista .artista-name{
	max-width: 129px;
}

.contPestanas h2	{
	padding:0;
	margin:0;
}

:root .contPestanas h2 { margin-top:-15px \0/IE9; }  /* IE9 */

.contPosicionActual{
	font-size:30px;
	font-weight:bold;
	min-height: 23px;
	text-align: center;
}

td.tooltip{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	width:20px;
}

.contDiscos {
	text-align: right;
	font-size: 10px;
	white-space: nowrap;
}

.contDiscos img {
	vertical-align: text-bottom;
}

table.insertlist{
	background: #27241d url(../img/fondo_insertlist.jpg) repeat-y top left;
	line-height:20px;
	float:left;
	width:100%;
	padding:0px 6px;
}

/* end TOP LIST */

#pointerTops	{
	display:none;
	position:absolute;
}

.toptext	{
	height: 32px;
	line-height: 17px;
	margin-top: 20px;
}

.tipotop {
	font-size: 13px;
}

.fechasTops	{
	font-size: 8px;
	z-index: 1;
}

.tableTop	{
	z-index: 10;
}

#widget .nombreContenido	{
	white-space: nowrap;
}

#widget .noWrap	{
	white-space: nowrap;
	font-size:10px;
}
