﻿/* RESET AND GENERAL */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {	
	font-family:Arial, Helvetica, sans-serif;
}

body {
	line-height: 1.4em;
	color: #605a52;
	background:#1882a7 url(images/bg.jpg) repeat-x top;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	container: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	color:#c60033;
	text-decoration:none;
}

a:hover {
	color:#0e4e64;
}

.clearfix:after {
	container:".";
	display:block;
	height:1px;
	clear:both;
	visibility:hidden;
}

/* INTRO */


/* HEADER */
#container {	
	width:700px;
	margin:0 auto;
}

#header-image {	
	background:url(images/head-bg.jpg) no-repeat top center;
	height:155px;
}

#bottom-bg {	
	background:url(images/bg-bottom.jpg) repeat-x bottom;
}

#header h1 {
	height:67px;
	width:700px
}

#illustration {	
	background:url(images/ilust.jpg) no-repeat top;
	height:228px;
}


/* NAVIGATION */

.nav {	
	background:url(images/menu.gif) no-repeat;
	height:38px;
	width:700px;
	position:relative;
	margin:0;
	border-bottom:2px solid #e4cd79
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 38px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

/* --- nav espectaculos --- */
.nav .mespec a:link, .nav .mespec a:visited {
	width: 167px;
	left: 0;
}
.nav .mespec a:hover, .nav .mespec a:focus {
	background: url(images/menu.gif) no-repeat 0 -38px;
}
.nav .mespec a:active {
	background: url(images/menu.gif) no-repeat 0 -76px;
}
.nav-mespec, .nav-mespec-click {
	position: absolute;
	width: 167px;
	height: 38px;
	top: 0;
	left: 0;
	background: url(images/menu.gif) no-repeat 0 -38px;
}
.nav-mespec-click {
	background: url(images/menu.gif) no-repeat 0 -76px;
}


/* --- nav integrantes --- */
.nav .mintegra a:link, .nav .mintegra a:visited {
	width: 158px;
	left: 167px;
}
.nav .mintegra a:hover, .nav .mintegra a:focus {
	background: url(images/menu.gif) no-repeat -167px -38px;
}
.nav .mintegra a:active {
	background: url(images/menu.gif) no-repeat -167px -76px;
}
.nav-mintegra, .nav-mintegra-click {
	position: absolute;
	width: 158px;
	height: 38px;
	top: 0;
	left: 167px;
	background: url(images/menu.gif) no-repeat -167px -38px;
}
.nav-mintegra-click {
	background: url(images/menu.gif) no-repeat -167px -76px;
}

/* --- nav agenda --- */
.nav .magenda a:link, .nav .magenda a:visited {
	left: 325px;
	width: 120px;
}
.nav .magenda a:hover, .nav .magenda a:focus {
	background: url(images/menu.gif) no-repeat -325px -38px;
}
.nav .magenda a:active {
	background: url(images/menu.gif) no-repeat -325px -76px;
}
.current-magenda .magenda a:link, .current-magenda .magenda a:visited {
	background: url(images/menu.gif) no-repeat -325px -38px;
	cursor: default;
}
.nav-magenda, .nav-magenda-click {
	position: absolute;
	width: 120px;
	height: 38px;
	left: 325px;
	background: url(images/menu.gif) no-repeat -325px -38px;
}
.nav-magenda-click {
	background: url(images/menu.gif) no-repeat -325px -76px;
}

/* --- nav galeria --- */
.nav .mgaleria a:link, .nav .mgaleria a:visited {
	width: 119px;
	left: 445px;
}
.nav .mgaleria a:hover, .nav .mgaleria a:focus {
	background: url(images/menu.gif) no-repeat -445px -38px;
}
.nav .mgaleria a:active {
	background: url(images/menu.gif) no-repeat -445px -76px;
}
.nav-mgaleria, .nav-mgaleria-click {
	position: absolute;
	width: 119px;
	height: 38px;
	top: 0;
	left: 445px;
	background: url(images/menu.gif) no-repeat -445px -38px;
}
.nav-mgaleria-click {
	background: url(images/menu.gif) no-repeat -445px -76px;
}

/* --- nav hist --- */
.nav .mhist a:link, .nav .mhist a:visited {
	width: 136px;
	left: 564px;
}
.nav .mhist a:hover, .nav .mhist a:focus {
	background: url(images/menu.gif) no-repeat -564px -38px;
}
.nav .mhist a:active {
	background: url(images/menu.gif) no-repeat -564px -76px;
}
.nav-mhist, .nav-mhist-click {
	position: absolute;
	width: 136px;
	height: 38px;
	top: 0;
	left: 564px;
	background: url(images/menu.gif) no-repeat -564px -38px;
}
.nav-mhist-click {
	background: url(images/menu.gif) no-repeat -564px -76px;
}

/* --- GENERAL --- */

#content-home {
	background: #f2e7ce url(images/content-bg.jpg) repeat-x top;
	padding:26px 30px 12px
}

#content-page {
	background: #f2e7ce url(images/content-bg.jpg) repeat-x top;
	padding:36px 0 18px
}

#content-page h1 {
	color:#073e65;
	text-transform:uppercase;
	font-size:1.45em;
	padding:0 30px 6px 30px;
	font-weight:bold;
}

h3 {
	text-transform:uppercase;
	font-size:.75em;
	font-weight:bold;
	border-top:1px solid #b5ad9a;
	border-bottom:1px solid #c2b9a5;
	padding:2px 0;

}

.post {
	background: url(images/bullet.gif) no-repeat top left;
	margin-top:20px;
}

.post-placer {
	padding:10px 30px 30px 30px;
}

.post-placer-two {
	padding:20px 30px 0 30px;
}

p {
	font-size:.9em;
	padding-bottom:8px
}

#contet-home p {
	padding:0 30px;
}

p.no-pad {
	padding-bottom:0
}

.module {
	padding:28px 0 24px;
}

.spacer {
	padding-top:20px
}

#ilust-bottom {
	background: url(images/bottom-ilust.jpg) no-repeat top;
	height:294px
}

.miembro {
	border-bottom:1px solid #cecabb;
	height:70px;
	margin-bottom:8px;
	width:320px;
	float:left;
}

.miembro p, .miembro2 p {
	margin:0;
	text-align:left;
	padding-right:10px;
	line-height:1.3em
}

.miembro p strong, .miembro2 p strong {
	color:#8c0000;
}

.miembro p span, .miembro2 p span {
font-size:.8em
}

.miembro img {
	border:1px solid #cecabb;
	float:left;
	margin-right:8px
}

.miembro2 {
border-bottom:1px solid #cecabb;
margin-bottom:8px;
width:320px;
float:left;
}

p.fix {
color:#f2e7ce;
padding:0;
clear:both;
width:640px
}

#footer {
	background-color:#221c18;
	border-top:2px solid #eed67e
}

#footer-cont {
	width:700px;
	margin:0 auto;
	padding:30px 0 20px;
	color:#f2e7ce;
}

#footer p {
	padding:8px 0 14px;
	font-size:.85em;
}

#footer a {
	color:#da0033
}

#footer a:hover {
	color:#a69d8a;
	text-decoration:none;
}

#footer h2 {
	text-transform:uppercase;
	font-size:1.3em;
	color:#f2e7ce;
}

#footer ul {
	padding-top:8px;
	font-size:.85em;
}

#footer li a {
	background:url(images/bullet-footer.gif) no-repeat left;
	padding-left:16px;
	color:#f2e7ce;
}

#footer li a:hover {
	background:url(images/bullet-footer-hover.gif) no-repeat left;
	text-decoration:none;
	color:#a69d8a
}

.module01 {
	width:175px;
	float:left;
}

#footer p.small  {
	font-size:.75em
}

h2#title {
	text-transform:uppercase;
	border-bottom:1px solid #c2b9a5;
	padding:0 30px 0px;
}

p.zoom {
float:left;
display:inline;
width:70px;
margin-right:10px;
padding-bottom:2px
}

ul.hist {
	font-size:.85em
}

ul.hist li {
	background:url(images/star.gif) no-repeat left;
	padding-left:14px
}

#disco {
	clear:both;
	padding-top:18px;
	margin-bottom:10px;
	font-size:.85em
}

#disco img {
	padding-right:35px;
	float:left;
}

#disco .tracklist {
	margin-left:400px;
	border-left:1px solid #c2b9a5;
}

a.download {
	background-color:#073E65;
	color:#F3E7CF;
	padding:5px 8px;
	font-size:.9em;
	font-weight:bold
}

a.download:hover {
	background-color:#DA0033
}