html,body{
    width: 50%;  /* - equerda + direita botao*/
    height:100%;
    border: 0px solid #000000;
}
  img{
      max-width: 100%;
      height: auto;
    }

.geral{
    background: ; 
    width: 97%;
    height: 9%;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #CCCCCC;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: auto;
}

.music{
	width: 26%;
	height: 38px;
	font: 22px 'Tangerine', cursive; /*            */
	border: 2px solid #CCCCCC;
	background: #000000;   
	overflow: auto;
	margin-top: 0px;
	margin-right: 29px;
	margin-left: 29px;
	margin-bottom: 15px;
}
.positleft{
	float: left;
}

.positrigth{
	float: right;
}


.music a:link {
  color:CCCCCC;
  text-decoration:none;
}
.music a:visited {
  color:#FF0000;
  text-decoration:none;
}
.music a:hover {
  color:#C0C0C0;
  text-decoration:underline;
}
.music a:active {
  color:#CCCCCC;
  text-decoration:underline;
  font: 20px 'Tangerine', cursive; 
  background-color:#CCCCCC;
}

.imag{
    margin-left: 20px;
}

.miolo{
 /* height: 450px;*/
	width: 93%;
	text-align: center;
	margin-right: 0%;
	margin-left: 16%;
/*overflow: auto;*/
}
 
 

.estilo{       /* BOTAO    */ 
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px Groove #696969;  /* BORDA    */ 
  width:230px;   /*    */ 
  height:48px;  /*    */ 
  margin:auto;
  font: Regular;
  font-family: 'Harrington';  /*Fonte tam letra  dentro botao Principal */ 
  font-size: 28px;
  border-radius: 0px/0px;  /*    */ 
  background :#000000 url('../imga/favi.png');     /*  FUNDO DO BOTAO MENU */  
     
}

.link {
	padding-top: 30px;
	padding-bottom: 30px;
}
.estilo a:link {
  color:#CCCCCC;        /* cor letra face botao frente*/
  text-decoration:none;
}
.estilo a:visited {
  color:#CCCCCC;    /* cor letra face botao frente*/
text-decoration:none; 
}
.estilo a:hover {
  color:#999999;    /* cor passando mouse */
  text-decoration:underline;
}
.estilo a:active {    /* letras  atraz da principal */
  color:#696969;      /* cor parece e some */
  text-decoration:underline; 
  font: Regular;
  font-family: 'Harrington', cursive;font-size: px;  /* letras  atraz da principal */
  background-color:;  /* smbra atraz assim não aparece */
}