/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

body {
	margin: 0;
}
#frame {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	width: 650px;
	height: 550px;
	border: 0;
}

/* Header */

#header {
	height: 71px;
}

/* Content */

#content {
	height: 479px;
	width: 650px;
}
#content h1 {
	font-family: "Impact", "Arial Narrow", "Helvetica Narrow", "Helvetica Black", "Bitstream Vera Sans Mono";
	font-size: 19pt;
}
#content .foot {
	clear: both;
	border-top: 1px solid rgb(177, 177, 131);
	text-align: right;
}

/* AlbumInfo */

.artist a {
	font-size: 20px;
	color: rgb(82,82,34);
	font-weight: normal;
}
.artist a:hover {
	text-decoration: underline;
}
#albumInfo table {
	width: 580px;
}
#albumInfo table td.cover {
	vertical-align: top;
	width: 240px;
	border-right: 1px dotted gray;
	padding-right: 10px;
}
#albumInfo table td.cover img {
	border: 1px solid black;
}
#albumInfo table .code {
	font-family: "Courier New", Serif;
	font-size: 8pt;
	padding-top: 3px;
	text-align: right;
}
#albumInfo table td.tracklist {
	vertical-align: top;
	font-size: 8pt;
	padding-left: 12px;
	background-image: url(../images/background_textarea.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#albumInfo table td.tracklist .tit {
	padding: 10px 0 5px 28px;
}
#albumInfo table td.tracklist ol {
	list-style: decimal;
	list-style-position: outside;
	padding-left: 28px;
}
#albumInfo table .tracklist li {
	clear: both;
	border-bottom: 1px solid rgb(219, 219, 165);
	padding: 0 0 1px 0;
	margin-bottom: 1px;
}
#albumInfo table .tracklist li a.listen {
	float: right;
}
#albumInfo .desc {
	margin-top: 15px;
	padding-top: 15px;
	background-image: url(../images/background_line.png);
	background-repeat: repeat-x;
}
#albumInfo #mplayer {
	margin-bottom: 4px;
	margin-top: 4px;
	display: none;
	text-align: right;
	background-color: #B1B183;
}
.otrostitulos {
	margin-top: 20px;
}

