html {height: 100%; width: 100%}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background: #cd8666 url(../img/bg/home.gif) center top no-repeat;
	background-attachment: fixed;
	height: 100%;
	text-align:center;
}
body#agenda {
	background: #cd8666 url(../img/bg/agenda.jpg) center top no-repeat fixed;
}
body#grupo {
	background: #cd8666 url(../img/bg/elgrupo.jpg) center top no-repeat fixed;
}
body#contact {
	background: #cd8666 url(../img/bg/contact.jpg) center top no-repeat fixed;
}
body#artistas {
	background: #cd8666 url(../img/bg/artistas.jpg) center top no-repeat fixed;
}
body#stgo {
	background: #cd8666 url(../img/bg/stgo.jpg) center top no-repeat fixed;
}
body#noticias {
	background: #cd8666 url(../img/bg/noticias.jpg) center top no-repeat fixed;
}
body#guestbook {
	background: #cd8666 url(../img/bg/guestbook.jpg) center top no-repeat fixed;
}
body#links {
	background: #cd8666 url(../img/bg/links.jpg) center top no-repeat fixed;
}
body#memorias {
	background: #cd8666 url(../img/bg/memorias.jpg) center top no-repeat fixed;
}
body#musicclips {
	background: #cd8666 url(../img/bg/musicclips.jpg) center top no-repeat fixed;
}
img {
	border: 0;
}
h1 {
	margin: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
h2 {
	margin-top: 0;
	font-size: 14px;
}
td {
	font-size: 12px;
}
/* HOMEPAGE */
#home h1 img {
	margin-top: 7px;
}
#home h1 span {
	display: none;
}
#home #balk {
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 275px;
	background: url(../img/home/balk.gif) left top no-repeat;
}
#home #homecontent {
	padding: 0;
	width: 998px;
	height: 627px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
#home #homecontent a {
	display: block;
	float: left;
	height: 285px;
	margin-bottom: 103px;
}
#home #homecontent a:hover {
	background-position: 0 -459px;
}
#home a#grupo {
	width: 201px;
	background: url(../img/home/grupo.png) left top no-repeat;
}
#home a#artistas {
	width: 203px;
	background: url(../img/home/artistas.png) left top no-repeat;
}
#home a#agenda {
	width: 198px;
	background: url(../img/home/agenda.png) left top no-repeat;
}
#home a#guestbook {
	width: 211px;
	background: url(../img/home/guestbook.png) left top no-repeat;
}
#home a#noticias {
	background: url(../img/home/noticias.png) left top no-repeat;
	width: 179px;
}
#home a#contact {
	background: url(../img/home/contact.png) left top no-repeat;
	width: 192px;
}
#home a#memorias {
	background: url(../img/home/memorias.png) left top no-repeat;
	width: 201px;
}
#home a#musicclips {
	background: url(../img/home/musicclips.png) left top no-repeat;
	width: 201px;
}
#home a#santiago {
	background: url(../img/home/santiago.png) left top no-repeat;
	width: 216px;
}
#home a#links {
	background: url(../img/home/links.png) left top no-repeat;
	width: 188px;
}

/* */

/* CONTENT */
#nav-container {
	position: absolute;
	left: 0;
	top: 26px;
	width: 100%;
	background: url(../img/balk.png) center top no-repeat;
	padding: 14px 0 0 0;
}
a#logo {
	display: block;
	text-align: center;
}`
#logo img {
	display: block;
	margin: 0 auto;
}
#nav {
	list-style-type: none;
	width: 994px;
	margin: 5px auto 0 auto;
	padding: 0;
}
#nav li {
	float: left;
}
#nav li h1 {
	height: 0;
	font-size: 0;
	line-height: 0;
	width: 0;
	overflow: hidden;
}
#nav li a {
	display: block;
	height: 92px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#contact #nav li a.contact,
#artistas #nav li a.artistas,
#links #nav li a.links,
#musicclips #nav li a.musicclips,
#memorias #nav li a.memorias,
#guestbook #nav li a.guestbook,
#noticias #nav li a.noticias,
#agenda #nav li a.agenda,
#stgo #nav li a.stgo,
#grupo #nav li a.grupo,
#nav li a:hover {
	background-position: 0 -200px;
}
#nav li a.grupo {
	background-image: url(../img/nav/grupo.png);
	width: 100px;
}
#nav li a.agenda {
	background-image: url(../img/nav/agenda.png);
	width: 105px;
}
#nav li a.guestbook {
	background-image: url(../img/nav/guestbook.png);
	width: 104px;
}
#nav li a.artistas {
	background-image: url(../img/nav/artistas.png);
	width: 104px;
}
#nav li a.noticias {
	background-image: url(../img/nav/noticias.png);
	width: 90px;
}
#nav li a.contact {
	background-image: url(../img/nav/contact.png);
	width: 95px;
}
#nav li a.memorias {
	background-image: url(../img/nav/memorias.png);
	width: 92px;
}
#nav li a.musicclips {
	background-image: url(../img/nav/music-clips.png);
	width: 101px;
}
#nav li a.links {
	background-image: url(../img/nav/links.png);
	width: 84px;
}
#nav li a.stgo {
	background-image: url(../img/nav/stgo.png);
	width: 118px;
}
#content {
	width: 900px;
	margin: 0 auto;
	padding: 250px 20px 70px 40px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
#content a {
	font-weight: bold;
	color: #930000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #5c0000;
}
#content img.left  {
	float: left;
	padding: 5px;
	background-color:#FFFFFF;
	margin: 0 10px 10px 0;
}
#content img.right  {
	float: right;
	padding: 5px;
	background-color:#FFFFFF;
	margin: 0 10px 10px 10px;
}
.agenda-item {
	padding: 21px 0 8px 0;
	border-bottom: 1px solid #5c0000;
	margin-left: 216px;
}
.agenda-item h2 {
	color: #930000;
}
h4 {
	margin: 0 0 10px 0;
}
.artist {
	margin: 0 0 20px 0;
}
.artist img {
	float: left;
	margin: 0 10px 0 0;
}
