@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	background: #000000;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: 000000;
	overflow-x:hidden;
}

p {
 padding: 10px;
}

hr {
	height: 1px;
  	color: #fff;
	width: 50%;
}

a {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline overline;
}

a:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	position: relative;
}

#content {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12pt;
	float: left;
	color: #ffffff;
	height: 500px;
	width: 480px;
	display: inline;
	cursor: default;
	float:left;
	margin-left: 30px;
	padding: 5px;
	z-index:0;
	overflow-x: hidden;
	filter:chroma (color=#000000);
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: inherit;
	margin-right: 30px;
	margin-top: 25px;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
	height: 500px;
	width: 480px;
}

#header {
	color: #FFFFFF;
	width: 800px;
	float: left;
	height: 180px;
	cursor: default;
}

#footer {
	width: 800px;
	height: 50px;
	clear: both;
	color: #666666;
	text-align: center;
	font-size: 9px;
}

#rightcolumn {
	color: #333;
	height: 600px;
	width: 220px;
	float: left;
	cursor: default;
}
#right_top {
	color: #333;
	height: 200px;
	width: 200px;
	float: left;
	cursor: default;
	margin-top: 20px;
	margin-left: 13px;
}
#right_bottom {
	color: #333;
	height: 350px;
	width: 200px;
	float: left;
	cursor: default;
	margin-top: 40px;
	margin-left: 20px;
}

#navigation {
	float: left;
	width: 800px;
	height: 35px;
	color: #333;
	background: #000000;
}

.menu

 {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:30px;
}

/* MENU ENG */

.home {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.home:hover {
	background-position: 0 -30px;
		}

.band {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/band.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.band:hover {
	background-position: 0 -30px;
		}
		
.discography {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/discography.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.discography:hover {
	background-position: 0 -30px;
		}
		
.gallery {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/gallery.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.gallery:hover {
	background-position: 0 -30px;
		}
		
.book {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/book.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.book:hover {
	background-position: 0 -30px;
		}
		
.merch {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/merch.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.merch:hover {
	background-position: 0 -30px;
		}

.contact {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.contact:hover {
	background-position: 0 -30px;
		}	
		
/* MENU ESP */

.inicio {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/inicio.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.inicio:hover {
	background-position: 0 -30px;
		}

.banda {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/banda.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.banda:hover {
	background-position: 0 -30px;
		}
		
.discografia {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/discografia.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.discografia:hover {
	background-position: 0 -30px;
		}
		
.galeria {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/galeria.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.galeria:hover {
	background-position: 0 -30px;
		}
		
.libro {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/libro.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.libro:hover {
	background-position: 0 -30px;
		}
		
.mercancia {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/mercancia.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
		
a.mercancia:hover {
	background-position: 0 -30px;
		}

.contacto {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-image: url(images/contacto.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}


		
a.contacto:hover {
	background-position: 0 -30px;
		}	

/* ///////////////////////////////////////// */

* {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid black;
	border-top: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 10pt;
	padding: 5px;
	background-color: black;
	color: #999999;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* /////// Calendar ////////// */

#calendar {
	text-align:center;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	width:180px;
}
#calendar .calendarDetail {
	border:0px solid #000;
	margin:0 0 1em 0;
	padding:0 0 5px 0;
	width:100%;
	color:#fff;
}
#calendar .calendarDetail .title td, #calendar .calendarDetail .title a {
	font-size:1.1em;
	color:#990000;
	background-color:#aaa;
	padding:0;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
}
#calendar .calendarDetail .title1 td {
	border-bottom:1px dashed #ddd;
	padding:0.1em;
}
#calendar .calendarDetail .week td, #calendar .calendarDetail .week a {
	padding:2px;
	text-decoration:none;
	color:#fff;
	background-color:inherit;
}
#calendar .calendarDetail .week a:hover {
	color:#000;
	background-color:#eee;
}
#calendar .calendarDetail .lastMonth a, #calendar .calendarDetail .nextMonth a {
	color:#aaa;
}
#calendar .calendarDetail .weekend a {
	color:#800;
	background-color:inherit;
}
#calendar .calendarDetail .event a {
	font-weight:bold;
	color:#666666;
	background-color:inherit;
	text-decoration:underline;
}
#calendar .calendarDetail .today a {
	color:#fff;
	background-color:#808080;
	font-weight:bold;
}
#calendar .calendarDetail .calendarEvent {
	display:none;
	margin:0;
	padding:0.5em;
	position:absolute;
	width:160px;
	color:#fff;
	text-align:left;
	border:1px solid #000;
	font-weight:normal;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-color:#000000
}
#calendar .calendarDetail .calendarEvent .date {
	font-style:italic;
	list-style-image: url(images/bullet.gif);
	padding-left: 5px;
	color: #990000;
}
#calendar .calendarDetail .calendarEvent .edit {
	float:right;
}
#calendar .calendarDetail .calendarEvent a {
	font-weight:normal;
	color:#800;
	visibility:hidden;
}
#calendar .calendarDetail .calendarEvent li {
	margin:0 0 1em 0;
	list-style:disc inside none;
}
#calendar .calendarDetail td:hover > .calendarEvent {
	display:block;
}

#calendarForm {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#494949;
	color:#fff;
}
#calendarForm .title {
	text-align:center;
	color:#eee;
	background-color:#808080;
	padding:0.3em;
	margin:0 0 1em 0;
	font-weight:bold;
}
#calendarForm .credit {
	text-align:right;
	margin:0;
	padding:0 1em 0.2em 0;
	color:#C0C0C0;
	background-color:inherit;
}
#calendarForm .credit a {
	color:#C0C0C0;
	background-color:inherit;
	text-decoration:underline;
}
#calendarForm .credit a:hover {
	text-decoration:none;
}
#calendarForm form {
	margin:0;
	padding:0 0.2em;
	color:#eee;
	background-color:inherit;
}
#calendarForm form br {
	clear:both;
}
#calendarForm input, #calendarForm select, #calendarForm textarea {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0.2em 0;
}
