img {
	border:0;
}
a:link, a:visited {
	color: #666666;
}
a:hover {
	color: #0066cc;
}
div#allcontent {
	width:780px;
	margin:0 auto;
	font-family:Verdana;
	font-size:10px;
}
div#maincontent {
	border:1px solid #CCCCCC;
	background-color:#ffffff;
	padding:10px;
	overflow:hidden;
	zoom:1;
}
div#leftcolumn {
	width:135px;
	float:left;
}
div#rightcolumn {
	width:145px;
	float:right;
}
div#maincolumn {
	margin-left:145px;
	margin-right:155px;
}

div.paginacion {
	text-align:center;
}
div.cancion {
	background:url(imagenes/bgcan.gif) repeat-x top left;
	border:1px solid #d7d7d7;
	-moz-border-radius:10px;
	padding:8px 10px;
	margin:10px 0;
	overflow:hidden;
	zoom:1;
}
div.cancion div.left {
	float:left;
	width:300px;
}
div.cancion div.right {
	float:right;
	width:110px;
}
div.cancion div.title {
	font-weight:bold;
}
div.cancion div.title a {
	text-decoration:none;
	color:#000000;
}
div.cancion div.title a:hover {
	text-decoration:underline;
}
div.cancion div.letra {
	margin:10px 0;
}
div.cancion div.rating {
	margin:5px 0;
	height:20px;
}
div.cancion div.uploader {
	margin-bottom:5px;
}
div.cancion div.play {
	margin-top:10px;
	height:28px;
}
div.cancion div.play a {
	background:url(imagenes/play.png) no-repeat left center;
	width:26px;
	height:28px;
	display:block;
}
div.cancion div.play object {
	outline:none;
}

div.categorias div.categoria {
	overflow:hidden;
}
div.categorias div.letra {
	font-weight:bold;
	font-size:14px;
	margin-top:3px;
}
div.categorias ul {
	list-style:none;
	margin:0px;
	padding:0;
}
div.categoria .todos {
	float:right;
}

div.contact-us input.text, div.contact-us textarea {
	width:97%;
	border:1px solid #CCCCCC;
	color:#aaaaaa;
	font-size:11px;
	font-family:Verdana;
	margin:2px 0;
	padding:2px;
	-moz-border-radius:3px;
}
div.contact-us input.button {
	border:none;
	background:url('imagenes/enviar.png');
	width:62px;
	height:24px;
	cursor:pointer;
}

/* STARS */
div.stars {
	background:url(imagenes/stars.gif) no-repeat 0 0;
	width:100px;
	height:20px;
	position:relative;
}
div.current {
	background:url(imagenes/stars.gif) no-repeat 0 -20px;
	height:20px;
	position:absolute;
	left:0;
}
div.stars a {
	display:block;
	height:20px;
	position:absolute;
	left:0;
	background:url(imagenes/stars.gif) no-repeat 0 20px;
	cursor:pointer;
}
div.stars a.one {	width:20px; }
div.stars a.one:hover {	background-position:0 -40px; }
div.stars a.two { width:40px; }
div.stars a.two:hover {	background-position:0 -60px; }
div.stars a.three { width:60px; }
div.stars a.three:hover {	background-position:0 -80px; }
div.stars a.four { width:80px; }
div.stars a.four:hover {	background-position:0 -100px; }
div.stars a.five { width:100px; }
div.stars a.five:hover {	background-position:0 -120px; }

/* PAGINACION */
.paginacion {
	font-size:11px;
	overflow:hidden;
	zoom:1;
	margin:5px 0;
}
.paginacion .content {
	float:right;
}
.paginacion a {
	padding:1px 5px;
	border:1px solid #DDDDDD;
	display:block;
	float:left;
	margin:0 2px;
	text-decoration:none;
	color:#0066cc;
	outline:none;
}
.paginacion a:hover {
	background-color:#0066cc;
	color:#ffffff;
	border:1px solid #000000;
}
.paginacion span {
	display:block;
	float:left;
	padding:1px 0px;
	margin:1px 1px;
}
.paginacion span.current {
	margin:1px 4px;
	font-weight:bold;
}
.paginacion-abc {
	width:625px;
	margin:5px auto;
}
.paginacion-abc a, .paginacion-abc span.current {
	text-transform:uppercase;
}

.navbar {
	margin-bottom:10px;
	text-align:center;
}
.rate {
	font-family: Verdana;
	font-size: 10px;
	color: #3b4d66;
	border:1px solid #cccccc;
}
.filterbutton {
	background:none;
	border:none;
	background-image:url('imagenes/actualizar.png');
	width:87px;
	height:20px;
	cursor:pointer;
}

div.ie6 {
	font-size:19px;
	font-weight:bold;
	text-align:center;
}
div.ie6 img {
	margin:0 1px;
}
noscript {
	font-size:16px;
	font-weight:bold;
}