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:FF0000;
  text-decoration:none;
}
.music a:visited {
  color:#FF0000;
  text-decoration:none;
}
.music a:hover {
  color:#FF0000;
  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: 1px solid #CCCCCC ;  /* BORDA COR   */ 
  width:232px;   /*    */ 
  height:50px;  /*    */ 
  margin:auto;
  font: Regular;
  font-family: Cookie;  /*Fonte tam letra  dentro botao Principal */ 
  font-size: 30px;
  border-radius: 10px/10px;  /*    */ 
  background :#000000 url('../imga/favi.png');     /*  FUNDO DO BOTAO MENU */  
     
}

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

