html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background: url(/img/bg.jpg);
	color: #333;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	background: white;
}
a.wo-style:hover {
	background: none;
}
#header {
	height: 318px;
	width: 960px;
	margin-left: 3px;
	background: url(/img/bg-header.jpg) no-repeat;
}
#principal {
	width: 966px;
	margin: 0 auto;
	background: url(/img/bg-content.jpg) repeat-y;
	min-height: 600px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
#menu ul li {
	float: left;
	margin: 0 7px 5px 0;
}
#menu #language li {
	margin: 0;
	padding: 0;
	height: 35px;
}
#menu {
	padding: 100px 0 0 50px;
}
#menu a:hover {
	background: none;
}
#marquee {
	height: 23px;
	background: white;
	width: 960px;
	margin-left: 3px;
	padding-top: 7px;
	font-size: 14px;
	letter-spacing: 4px;
}
#marquee p {
	margin: 0;
	display: inline;
}
#content, #content-wo-pd {
	padding: 20px 33px 0 33px;
	min-height: 400px;
	margin: 0;
}
#content-wo-pd {
	padding: 20px 0 0 0;
}
h2 {
	margin: 10px 0 0 0;
	height: 35px;
}
h2 span {
	display: block;
	text-indent: -50000px;
}
h2.wo-pd {
	padding-left: 33px;
}
h3.wo-pd {
	padding-left: 33px;
}
#current-page {
	background-color: white;
}
a.link-marked {
	background: white;
}


/* NOTêCIES */
#news-left {
	float: left;
	width: 520px;
	margin-right: 30px;
}
#news-right {
	float: left;
	width: 350px;
}
ul#news {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#news li h3, #news-left h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}
ul#news li h3 a:hover {
	background: white;
}
ul#news li img {
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
}
#comment-list {
	margin: 0;
	padding: 0;
}
ul#news li .hr, #comment-list .hr {
	width: 520px;
	margin: 20px 0 20px 0;
}
#news-right #next-tour {
	width: 350px;
	padding: 30px 0 0 15px;
	cursor: pointer;
}
#news-right #next-tour table {
	width: 320px;
	height: 42px;
	background: black;
	color: white;
	padding: 0 5px 0 5px;
}
#news-right #next-tour table p {
	margin: 0;
}
#news-right #next-tour table td, #news-right #next-tour table th {
	text-align: left;
	font-size: 12px;
}
#news-right #next-tour table th {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
#news-right #next-tour {
	width: 350px;
	height: 85px;
	padding: 28px 0 0 15px;
	background-repeat: no-repeat;
}
#news-right #video-preview {
	width: 350px;
	height: 300px;
	padding: 28px 0 0 15px;
	background-repeat: no-repeat;
}
#news-subscribe, #news-links, #leave-comment, .contact {
	background-color: #f2f1f1;
	border: 1px dotted #333;
	padding: 15px;
}
#news-subscribe h4, #news-links h4, #leave-comment h4, .contact h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
	text-transform: lowercase;
}
.contact img {
	float: right;
}
#news-subscribe, #leave-comment {
	clear: both;
	width: 488px;
	margin-top: 20px;
}
.contact {
	margin: 10px auto;
	width: 300px;
}
.contact a {
	font-weight: bold;
}
#news-links {
	width: 318px;
}
#news-links img {
	margin: 10px;
}
#news-links a:hover {
	background: none;
}
#news-rss {
	width: 118px;
	border-right: 1px dotted #333;
	padding-right: 15px;
	margin-right: 15px;
	float: left;
}
#news-email {
	float: left;
	width: 335px;
}
#news-email label, #leave-comment label {
	width: 50px;
	display: block;
	clear: both;
	float: left;
	text-align: right;
	margin-right: 7px;
}
#leave-comment label {
	width: 65px;
}
#news-email input, #leave-comment input, #leave-comment textarea {
	background-color: white;
	margin-bottom: 5px;
	height: 16px;
	margin-right: 10px;
	float: left;
	width: 190px;
	border: 1px solid #666;
}
#captcha-img {
	float: left;
}
#leave-comment textarea {
	width: 404px;
	height: 80px;
}
#news-email .button, #leave-comment .button {
	width: 60px;
	height: 20px;
}
#leave-comment .button {
	float: right;
}
p#news-bf {
	text-align: right;
	width: 100%;
	margin: 0;
}
p#news-bf a {
	margin-left: 10px;
}
ul#comment-list {
	list-style: none;
	padding-left: 0;
}
span.comment-author {
	background-color: white;
	font-weight: bold;
}
p.comment-text {
	margin-top: 15px;
}
#info-comment {
	background: white;
	padding: 7px;
	width: 520px;
	margin: 10px 0;
}




/* CONCERTS */
#tour-table-top {
	background: url(/img/tour-table-top.gif) no-repeat;
	height: 10px;
}
#tour-table-bottom {
	height: 10px;
	background: url(/img/tour-table-bottom.gif) no-repeat bottom left;
}
table#tour-table {
	width: 900px;
	padding: 0 10px;
	background-color: white;
	border-spacing: 0;
}
table#tour-table th {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
table#tour-table th, table#tour-table td {
	text-align: left;
	height: 22px;
	border-bottom: 1px dashed #999;
}
table#tour-table tr.old {
	color: #999;
}
table#tour-table tr.next {
	font-weight: bold;
}
table#tour-table td.odd {
	background-color: #f6f6f6;
}
table#tour-table p {
	margin: 0;
}

/* VIDEOS */
#video-list {
	width: 390px;
	margin-right: 30px;
}
#video-right {
	float: right;
}
#video-preview {
	width: 495px;
	height: 415px;
	padding: 15px 0 0 15px;
	background: url(/img/video-bg.gif) no-repeat;
}
#video-right p {
	width: 500px;
}
#video-list ul {
	padding: 0;
	list-style-type: none;
}
#video-list ul li a {
	color: #999;
}
#video-list ul li a:hover {
	color: #333;
	background: none;
}
#video-list ul li.video-videoclip-title a {
	color: #333;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
#video-list ul li.video-videoclip-title a:hover {
	background: white;
}
#video-list ul li.video-videoclip-title span#current-page {
	font-size: 15px;
}
#video-list p {
	margin: 0;
}
#video-list h3 {
	margin: 15px 0 0 0;
	padding: 0;
	height: 25px;
}
#video-list h3 span {
	display: block;
	text-indent: -50000px;
}
#video-list h4 {
	text-transform: uppercase;
	margin: 0;
}

/* DISCOS */
ul#album-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#album-list li {
	width: 435px;
	height: 126px;
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 20px 32px;
	cursor: pointer;
	_margin-left: 17px;
}
ul#album-list li img {
	margin: 7px 0 0 7px;
}
ul.tracklist {
	list-style-type: none;
	padding: 0;
}

/* DETALL DISC */
#album-detail-covers {
	width: 321px;
	height: 555px;
	background-repeat: no-repeat;
	margin-left: 33px;
	float: left;
	_margin-left: 17px;
}
#album-detail-covers img {
	margin: 19px 0 19px 20px;
}
#album-detail-content {
	float: left;
	margin: 1px 0 0 10px;
	width: 430px;
}
#album-detail-content h3 {
	margin: 0;
}
#album-detail-right-bar {
	width: 140px;
	background-color: white;
	_float: right;
}
#album-detail-right-bar ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 7px 0 0 0;
}
#album-detail-right-bar li {
	padding: 5px 0 3px 0;
	cursor: pointer;
}
#album-detail-right-bar-top {
	float: right;
	width: 140px;
	background: url(/img/album-detail-right-bar-top.gif) no-repeat top left;
	margin-right: 3px;
	height: 7px;
}
#album-detail-right-bar-bottom {
	height: 7px;
	width: 140px;
	background: url(/img/album-detail-right-bar-bottom.gif) no-repeat bottom left;
}
#album-detail-content .tracklist {
	width: 350px;
}
.tracklist .tracklist-lyric {
	float: right;
	width: 60px;
}
.tracklist .tracklist-lyric a {
	color: #666;
}


/* LLETRES */
.hr {
	clear: both;
	background: url(/img/bg-hr.gif) repeat-x;
	height: 1px;
	width: 900px;
	margin: 30px 0;
}
.hr-song {
	background: url(/img/bg-hr-canco.gif) repeat-x;
	width: 500px;
	height: 3px;
	margin: 20px 0;
}
ul#lyrics-album-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#lyrics-album-list li {
	height: 46px;
	background-repeat: no-repeat;
	width: 400px;
	margin-bottom: 15px;
	cursor: pointer;
}
ul#lyrics-album-list li img {
	margin: 4px 0 0 4px;
}
.lyrics-album-cover {
	float: left;
	width: 127px;
	height: 119px;
	padding: 7px 0 0 7px;
	background: url(/img/lyrics-album-cover.gif) no-repeat;	
}
.lyrics-album-lyrics {
	width: 500px;
	margin-left: 167px;
}
.lyrics-album-lyrics ol {
	padding-left: 17px;
}
.icon-back, .icon-top {
	background: none;
}
#news-left .icon-top {
	float: right;
	margin-bottom: 15px;
}
#news-left .icon-back {
	margin-bottom: 15px;
}
.song-name {
	font-weight: bold;
}

/* FAMILIA */
#family-index {
	width: 500px;
	margin-bottom: 30px;
}
#family-index h3 {
	display: inline;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#family-index p {
	display: inline;
	font-size: 18px;
	color: #6d6d6d;
}
#family-photo {
	float: left;
	margin-right: 30px;
}
#family-detail {
	float: left;
}
#family-detail p {
	text-align: justify;
	_width: 900px;
}
#family-detail p.short {
	_width: 380px;
}
#family-detail h4 {
	padding: 0;
	margin: 0;
}
#family-detail h4.short {
	margin-top: 100px;
}
#family-detail h4 span {
	display: block;
	text-indent: -50000px;
}

/* GALERIA */
ul#gallery-photos {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#gallery-photos li {
	width: 180px;
	padding: 10px;
	margin-left: 33px;
	_margin-left: 17px;
	background: url(/img/gallery-bg-photo.gif) no-repeat;
	float: left;
}
ul#gallery-photos li img {
	margin-bottom: 10px;
}
ul#gallery-photos li p {
	margin: 0;
}
ul#gallery-photos li p.gallery-title {
	font-weight: bold;
	margin-bottom: 2px;
}
ul#gallery-photos li p.gallery-title span {
	font-weight: normal;
}
h3#tit-gallery {
	padding-top: 0;
	margin-top: 0;
}
#tit-gallery span {
	font-weight: normal;
	font-size: 12px;
}
#gallery-back {
	float: right;
	margin-right: 33px;
}
#gallery-back a:hover {
	background: none;
}


/* FOOTER */
#footer {
	clear: both;
	width: 940px;
	margin: 30px 0 0 3px;
	background-color: black;
	height: 20px;
	padding: 10px 10px 0 10px;
}
#footer p {
	margin: 0;
	color: white;
}
#footer p#credits {
	float: right;
}
#footer a {
	color: white;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}


/* E5E0 */
#e5e0 {
	margin: 0;
	background: black;
}
#e5e0 img {
	display: block;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: -215px;
	margin-left: -215px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 439px;
	height: 430px;
}