.container{
	width: 1097px;
	margin:auto;
}

#menu{
	text-align: center;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0px;
	float:left;
}

#menu>ul>li{
	display: inline-block;
	vertical-align: top;
}

#menu a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px;
}

#menu .submenu{
	position: absolute;
	display: none;
	
}

.submenu li{
	font-size: 12px;
	font-family: sans-serif;
	text-align:left;
	width: 174px;
	height: 25px;
	margin:0px;
	background-color: #555;
}



.submenu li:hover{
	width: 174px;
	height: 25px;
	background-color: #333;
}

#menu li:hover .submenu{
	display: block;
}

.b_inicio .fuera{
	text-indent: -9999px;
	margin:4px;
	height:35px;
}

.b_inicio{	
	width: 174px;
	height: 42px;
	background-image: url(../img/b_inicio.png);
	float:left;
}

.b_inicio:hover{
	width: 174px;
	height: 42px;
	background-image: url(../img/b_inicio_hover.png);
	float:left;
}

.b_nosotros .fuera{
	text-indent: -9999px;
	height:35px;
}


.b_nosotros{	
	width: 174px;
	height: 42px;
	background-image: url(../img/b_nosotros.png);
	float:left;
	margin-left:10px;
}

.b_nosotros:hover{
	width: 174px;
	height: 42px;
	background-image: url(../img/b_nosotros_hover.png);
	float:left;
}

.b_fotos .fuera{
	text-indent: -9999px;
	height:35px;
}


.b_fotos{	
	width: 174px;
	height: 42px;
	background-image: url(../img/b_fotos.png);
	float:left;
	margin-left:10px;
}

.b_fotos:hover{
	width: 174px;
	height: 42px;
	background-image: url(../img/b_fotos_hover.png);
	float:left;
}

.b_canciones .fuera{
	text-indent: -9999px;
	height:35px;
}


.b_canciones{	
	width: 174px;
	height: 42px;
	background-image: url(../img/b_canciones.png);
	float:left;
	margin-left:10px;
}

.b_canciones:hover{
	width: 174px;
	height: 42px;
	background-image: url(../img/b_canciones_hover.png);
	float:left;
}

.b_promociones .fuera{
	text-indent: -9999px;
	height:35px;
}


.b_promociones {	
	width: 174px;
	height: 42px;
	background-image: url(../img/b_promociones.png);
	float:left;
	margin-left:10px;
}

.b_promociones:hover{
	width: 174px;
	height: 42px;
	background-image: url(../img/b_promociones_hover.png);
	float:left;
}

.b_ubicanos .fuera{
	text-indent: -9999px;
	height:35px;
}


.b_ubicanos {	
	width: 174px;
	height: 42px;
	background-image: url(../img/b_ubicanos.png);
	float:left;
	margin-left:10px;
}

.b_ubicanos:hover{
	width: 174px;
	height: 42px;
	background-image: url(../img/b_ubicanos_hover.png);
	float:left;
}