*{ margin: 0;
        padding: 0;}
         
         body{
             background-image: url("bandeiracoreia.png");
             background-repeat: no-repeat;
             background-size: cover;
            
         }
         
         .Titulo{
          width:auto;
          height:100px;
          background-color: #c60c30;
          color: white; 
          font-family: inherit;
          font-size: 20;
         display: block;
         }
         
         
         .Selecao{
           padding: 10px;
           display: flex;
           flex-direction: row;
            
         }
         
         .craque{
             
               margin-top:-90px;
               right: 10px;
             
         } 
         
         
         
         .rodape {
             
              left: 0;
              bottom: 0;
              width: 100%;
              background-color:#003478;
              color: white;
              text-align: center;
         }   
		 
		 .informacoes {
             
	         width:780px;
             height:530px;
             background-color: #B22222;
             color: white;
			 margin-top: -100px;
			 margin-left:  100px;
             font-size: 19px;
          background-color: transparent;
         }
         
       
         .sele{
            color:white;
            width: 290px;
            margin-top: -270px;
            font-size: 25px;
            text-align: center;
            font-family: inherit;
         }
         
         .craque{
             padding: 10px;
            display: flex;
            flex-direction: row;
            margin-top: 2vh;
         }
         
         .data{
             color:white;
         }
         .title{
             width: 410px;
             text-align: center;
             color: white;
             margin-top: 2vh;
             margin-bottom: 6vh;
             font-size: 25px;
             font-family: inherit;
         }
        
         #craque{
            margin-right: 5vh;
         }
         
         .data{
             display: flex;
             flex-direction: column;
             font-size: 23px; 
             margin-right: 6vh;
         }
         
         
       
          .nova{
        
       margin-left: 120px;
              background-color: transparent;
}
    h1{
        
        text-align: center;
        color: white;
    }

    
    table, td{
        
        border: solid white;
        
    }
    
    table{
        
        width: 400px;
        height: 240px;
        border-collapse: collapse;
        margin: auto;
        
    }
    
    td{
       text-align: center;
       padding: 10px;
       width: 80px;
       font-weight: bold;
       color: white;
       font-size: 15px;
    }
    
    tr:hover {
      background-color:  #c60c30;
     
   }
         
         
.imgselecao{
    top: 70px;
    left: 50px;
    float: left;
}

.tabela{
    margin-left: 100px;
}

.imgseta{
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    float:  left;
    z-index: 99;
}

.imgcoreia{
    margin-left: 460px;
    margin-top: -90px;
}