.row{
	width:100%;	
	margin:0;
	padding:0;
	max-width:2000px;	
}
.row-menu{
margin-top:300px;
	height: 50px;
background:#010101;	
}

.menu{
width:42%;
padding:0 0;
float:left;
}

.menu-left{
text-align:right;
}

.top-menu{
position:absolute;

}

.top-menu-fixed{
position:fixed;
top:-300px;
z-index:300;
}

#repertorio ul{
list-style:none;
}

.menu ul{
list-style:none;
	margin:0;
	padding:10px;
	
}

.menu ul li{
	margin:2px;
	padding:0;
	display:inline;
}

.black{
background-color:#f0f0f0;
}

.negro{
background-color:#151515;
}

.play { width: 20px; background:#f0f0f0;display:block;padding:0 5px;margin:0;float:right;}

.audio{
	display:none
}

#audioini{
	display:block;
	width:100%;
	
}

.cite {
  border-left: 5px solid #ffdb3a;
  padding: 10px 0 10px 30px;
  margin: 0 0 1rem -10px;
}

.cite p {
   font-style: italic;
}
	
.menu ul li a{
	padding:16px 10px;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	background-color:#000000;
	color:#f0f0f0;
}

.menu ul li a:hover{
	background-color:red;
}

#repertorio {
    background: url("../img/musica.png") no-repeat  bottom right;

}

#biografia {

background: url("../img/papiro.jpg") no-repeat  center ;
background-size: 100% 100%;

}

#biografia  p{
font-weight: bold;
}

.centrado{
text-align:center
}

.logo{
width:160px;
margin-top:-50px;
float:left;
}

.logo-fixed{
width:130px;
margin-top:-15px;
float:left;
}

.fondo{
height:600px;
width:100%;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:30px;
    right:0;
    display:none;
    text-indent:-9999px;
    background: url('../img/icon_top.png') no-repeat;
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 64.063em) {
	.logo{
width:80px;
margin-top:-10px;
}

	.logo-fixed{
width:80px;
margin-top:10px;
}

.menu ul li a{
font-size:12px;
padding:16px 0px;
}

.fondo{
height:300px;
}


.row-menu{
margin-top:200px;
}

.top-menu-fixed{
top:-215px;

}

.menu{
width:43%;

}

}

@media screen and (max-width: 49em) {
.menu-left{
width:47%;
}

.menu-right{
width:53%;
}

	.logo{
display:none;
margin-top:-10000px;
}
	.logo-fixed{
display:none;
margin-top:-10000px;
}
  
}
