html * {
	margin:0;
	padding:0;
	border:0;
	text-indent: 0;
	list-style:  none;
}

body {
	background:				#000000;
	margin:					0;
	font-family: 			'Lucida Grande', 'Lucida Sans Unicode', Helvetica;
	font-size:				10px;
	color:					#999;
	font-weight: 			normal;
}

#mainContent {
	position: 				relative;
	background: 			#000;
	width:					682px;
	margin:					30px auto 0 auto;
}

#mainContent img{
	display:				block;
}

h1 a {
	background: 			url("images/layout.png") no-repeat left top;
	display:block;
	width:150px;
	height: 30px;
}

h1 a:hover {
	text-decoration: none;
	display:block;	
}

h1 a span{
	display:none;
}

#navigation {
	position:		relative;
	margin-top: 	10px;
	height: 		40px;
}

#navigation ul li {
	float:left;
	display:block;
}

#navigation ul li a{
	display:block;
	background:url("images/layout.png");	
	height:		20px;
	position:absolute;
	top:0;
	left:0;
}

#navigation ul li span{
	display:none;	
}

#navigation h3 {
	display:none;
}

#navigation #home {
	width:34px;
	background-position: -5px -42px;
	left:5px;
}

#navigation #video {
	width:39px;
	background-position: -52px -42px;
	left:52px;
}

#navigation #noticias {
	width:62px;
	background-position: -104px -42px;
	left:104px;
}


#navigation #conciertos {
	width:82px;
	background-position: -179px -42px;
	left:179px;
}

#navigation #contacto {
	width:69px;
	background-position: -274px -42px;
	left:274px;
}

#navigation #myspace {
	width:61px;
	background-position: -357px -42px;
	left:357px;
}

#navigation #audio {
	width:39px;
	background-position: -432px -42px;
	left:432px;
}

#navigation #fotos {
	width:41px;
	background-position: -484px -42px;
	left:484px;
}

#navigation #bio {
	width:20px;
	background-position: -539px -42px;
	left:539px;
}

#navigation #links {
	width:37px;
	background-position: -573px -42px;
	left:573px;
}

#navigation #creditos {
	width:64px;
	background-position: -623px -42px;
	left:623px;
}

.edicionEnLinea {
	position:absolute;
	left:10px;
	top:10px;
	color:white;	
}

.edicionEnLinea a{
	text-decoration: none;
	color:white;
	background: #666;
}

.editable {
	cursor:pointer;
}

#content {
	width:100%;
	position: relative;
	top:		30px;
	left:6px;
}

#content img {
	position:			absolute;
	left:				260px;
	top:0;
}

.imagenSeccionCasiGrande {
	left:155px;
	top:2px;
	width:525px;
	height:376px;
}

.imagenSeccionCasiGrande img {
	left:-2px;
	top:-2px;
	border:none;	
}

#textoSeccion {
	width:					250px;
	position: 				relative;
	color:					#eeeeee;
}

h2 {
	margin-bottom:			17px;
	color:					#cdcdcd;
}

h2 a {
	color:					#cdcdcd;
	font-size: 				.8em;
}

h3 {
	margin-bottom:			1em;
	font-weight: 			normal;
	font-size: 				1.6em; 
}

a {
	color: 					white;
	text-decoration: 		none;
}

a:hover {
	color:#815c41;
}



