@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background:#000 url(img/bkg.jpg) no-repeat top center;
	
	font-family:Rockwell, "Times New Roman";
	
	font-size:12px;
	
	line-height:22px;
}

#contenedor{

	margin:auto;

	width:800px;

}

#cabezera{

	width:100%;
	
	height: 110px;
	
	margin:25px 0 0 0;
	
	background-color:#000000;
	
/*nav*/

}

#nav{

	float:right;
	
	width:800px;
	
	height:110px;
	
	margin:0;
	
	padding:0;

}

#nav li{
	
	list-style:none;

	float:left;

	height:110px;

}

#nav a:link, #nav a:visited{

	text-indent:-9999px;

	text-decoration:none;

	display:block;

	height:110px;

	text-align:center;

	line-height:110px;
	
	margin:0 0 0 0;

}

.home{
	
	margin:0;

	background-image:url(img/logo.jpg);

	background-repeat:no-repeat;

	width:300px;

}

#nav .home:hover{

	background-image:url(img/logo2.jpg);

	background-repeat:no-repeat;

	width:300px;
}

.banda{
	
	margin:0;

	background-image:url(img/btn-banda.jpg);

	background-repeat:no-repeat;

	width:100px;

}

#nav .banda:hover{

	background-image:url(img/btn-banda2.jpg);

	background-repeat:no-repeat;

	width:100px;
}

.discos{
	
	margin:0;

	background-image:url(img/btn-discos.jpg);

	background-repeat:no-repeat;

	width:90px;

}

#nav .discos:hover{

	background-image:url(img/btn-discos2.jpg);

	background-repeat:no-repeat;

	width:90px;
}

.galeria{
	
	margin:0;

	background-image:url(img/btn-galeria.jpg);

	background-repeat:no-repeat;

	width:100px;

}

#nav .galeria:hover{

	background-image:url(img/btn-galeria2.jpg);

	background-repeat:no-repeat;

	width:100px;
}

.fechas{
	
	margin:0;

	background-image:url(img/btn-fechas.jpg);

	background-repeat:no-repeat;

	width:90px;

}

#nav .fechas:hover{

	background-image:url(img/btn-fechas2.jpg);

	background-repeat:no-repeat;

	width:90px;
}

.contacto{
	
	margin:0;

	background-image:url(img/btn-contacto.jpg);

	background-repeat:no-repeat;

	width:120px;

}

#nav .contacto:hover{

	background-image:url(img/btn-contacto2.jpg);

	background-repeat:no-repeat;

	width:120px;
}


/*fin nav*/	

/*cuerpo*/

#cuerpo{

	width:100%;
	
	padding:0;
	
	margin:20px 0 0 0;
}


/*columna izquierda*/

/*fotos*/

#fotos{

	width:800px;
	
	padding:0;
	
	margin:0;
	
	background-color:#000000;

}

#fotos h2{

	text-indent:-9999px;

	padding:0;

	margin:0;
	
	width:485px;
	
	height:55px;
	
	background-image:url(img/fotos.jpg);
 }

/*fin fotos*/



#videos{

	width:800px;
	
	background-color:#000000;
	
	margin-top:20px;
}

#videos h1{

	text-indent:-9999px;

	padding:0;

	margin:0;
	
	width:800px;
	
	height:55px;
	
	background-image:url(img/videos.jpg);
 }
 
#izq{

	
	padding:0;

	margin:20px 0 0 0;
	
	height:335px;
	
	float:left;
	
	width:390px;
	
	background-image:url(img/fondo-video.jpg);	
	
 }
 
#der{

	padding:0;

	margin:20px 0 0 0;
	
	height:335px;
	
	float:right;
	
	width:390px;
	
	background-image:url(img/fondo-video.jpg);	
	
	
 }
 
.video{

	margin:35px 0 0 35px;
	
}
 
#pie{

	background-image:url(img/pie.jpg);

	background-repeat:no-repeat;

	width:800px;
	
	height:150px;
	
	margin:20px 0 0 0;
}


.limpia{
	clear:both;
	
	visibility:hidden;
}

/*fin cuerpo*/


