@CHARSET "UTF-8";


html * {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:				#000000;
	margin:					0;
	font-family: 			Arial, Geneva, Helvetica;
	font-size:				10px;
	color:					#999;
	font-weight: 			normal;
}

#mainContent {
	background: 			#000;
	width:					682px;
	height: 				380px;
	position:				absolute;
	top:					50%;
	left:					50%;
	margin-top:				-193px;
	margin-left: 			-338px;	
	border:					2px solid #69655d;		
}

#mainContent img{
	border:					2px solid #000;
	display:block;
}

h1 {
	position: 				absolute;
	top:					-36px;
	left:-1px;
}

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:				absolute;
	top:					387px;
	left:					-3px;
}

#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;
}

.editable {
	cursor:pointer;
}

.imagenSeccion {
	position:absolute;
	left:304px;
	top:2px;
	width:376px;
	height:376px;
}

.imagenSeccion img {
	position:absolute;
	left:-2px;
	top:-2px;
	border:none;	
}

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

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

#textoSeccioncontenedor {
	width:					250px;
	height: 				330px;
	position: 				absolute;
	top:					20px;
	left:					10px;
	overflow: 				hidden;
	padding: 				8px;
	text-align: 			justify;
	color: 					#b3b3b3;
	font-family: 			Arial, Helvetica;
	font-size: 				11px;
	line-height: 			18px;
	overflow: 				hidden;
}

#textoSeccioncontenido {
	width:					250px;
}

#textoSeccioncontenedor p{
	margin-top: 			5px;
}

#textoSeccionarriba {
	width:					17px;
	height:					9px;
	background:				url("images/layout.png") no-repeat;
	background-position: 	-26px -76px;
	cursor: 				pointer;
	position:				absolute;
	top:					340px;
	left:					287px;
}

#textoSeccionabajo {
	width:					17px;
	height:					9px;
	background:				url("images/layout.png") no-repeat;
	background-position: 	-5px -76px;
	cursor: 				pointer;
	position:				absolute;
	top:					360px;
	left:					287px;
}

h2 {
	margin-bottom:			17px;
}

.enlacesVideos {
	display:				block;
	width:					155px;
	height:					20px;
	position: 				relative;
	left:					10px;
	background-position: 	-4px -99px;
	font-size: 				14px;
	float:					left;
	clear:					both;
	height:					20px;
}


#videoFuimos {
	top:					50px;
}

#videoVerte {
	top:					80px;	
	background-position: 	-60px -133px;
}

#videoMaking {
	top:					100px;
	background-position: 	-15px -162px;
	height: 				40px;
}

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


a:hover {
	color:white;
}




