@media only screen and (min-width: 577px) {
    body{
        background-color:#8DA6D6;
        margin-top: 0%;
     }

     .links {
         
         min-height: 100px;
         font-size: 30px;
     }
     .aAnt{
         font-size: 40px;
         padding: 15px;
         
     }
     .aNex{
         font-size: 40px;
         padding: 15px;
         
     }
     
     .aAnt:hover{
         font-weight: bold;
         font-size: 60px;
         
     }
     .aNex:hover{
         font-weight: bold;
         font-size: 60px;
         
     }
     
     
     
     h1{
         
         text-align: center;
         font-family: Comic Sans MS; 
         font-weight:bold; 
         font-size: 80px; 
         color: #FF0000; 
         text-shadow: -1px 0 #414D68, 0 1px #414D68, 1px 0 #414D68, 0 -1px #414D68, -2px 2px 0 #414D68, 2px 2px 0 #414D68, 1px 1px #414D68, 2px 2px #414D68, 3px 3px #414D68, 4px 4px #414D68, 5px 5px #414D68; 
         height: 100%;
         padding: 40px;
         background-color:#18171c;

         color: #fff;
 
 text-shadow:
     0 0 5px rgba(0,178,255,1),
     0 0 10px rgba(0,178,255,1),
     0 0 20px rgba(0,178,255,1),
     0 0 40px rgba(38,104,127,1),
     0 0 80px rgba(38,104,127,1),
     0 0 90px rgba(38,104,127,1),
     0 0 100px rgba(38,104,127,1),
     0 0 140px rgba(38,104,127,1),
     0 0 180px rgba(38,104,127,1);
     }

     
     

     .elDiv{
         display: grid;
         grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
         text-align: center;
     }

     .ocultar{
         display: none;
     }

     .loader{
         display: block;
         margin: auto;
     }

     .links{
         text-align: center;
         font-size: 30px;
     }

     .sinEvo{
         background-color: #54C7C7;
     }

     .formLogin{
         text-align: center;
     }

     .formLogin > *{
         padding: 0.5rem;
         margin: 1rem auto;
         display: block;
         width: 100%;
     }
     
     .aUser{
        margin-right: 10px;
        right: 10px; 
     }

     .navCabeza{

         display: flex;
         flex-direction: row;
         justify-content: space-between;
         max-height: 80px;
         margin-top: 15px;
         padding: 5px;
         
         
     }
     .bienvenida{
         font-family: Arial Black; 
         font-weight: bold; font-size: 30px; 
         background: #202020; 
         -webkit-background-clip: text; 
         -moz-background-clip: text; 
         background-clip: text; 
         color: transparent; 
         text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3); 
         margin-right: 15px;
         color: #1a0a77;


     }

     figure{
         display: flex;
         flex-direction: column;
         border: 3px solid #2F4F4F;
         
         border-radius: 12%;
     }
     
     figure img{
         background-color: #4682B4;
         border-top-right-radius:18%;
         border-top-left-radius:18%;
     }
     
     figure figcaption{
         font-size: 35px;
         font-family: Arial; 
         font-size: 30px; 
         color: black; 
         text-shadow: 0px 0px 9px #508AD3;
         font-weight: bolder;
         background-color: #E6E6FA;
     }
     
     .botAdd{
         width: 40%;
     }

     .losStats{
         display: flex;
         justify-content: center;
         
     }

     .ataque{
         font-size: 20px;
         background-color: #A52A2A; /* Green */
         border: none;
         color: white;
         padding: 10px 25px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         border-radius: 20%;
         
         
        }
        .ataque {
         -webkit-transition-duration: 0.4s; /* Safari */
         transition-duration: 0.4s;
         }

         .ataque:hover {
             background-color: #B22222; /* Green */
             color: white;
             font-size: 22px;
         }

         .defensa{
             font-size: 20px;
             background-color: #A9A9A9; /* Green */
             border: none;
             color: white;
             padding: 10px 25px;
             text-align: center;
             text-decoration: none;
             display: inline-block;
             border-radius: 20%;
             
             
            }
            .defensa {
             -webkit-transition-duration: 0.4s; /* Safari */
             transition-duration: 0.4s;
             }
 
             .defensa:hover {
                 background-color: #B22222; /* Green */
                 color: white;
                 font-size: 22px;
             }
     
    figure tr{
         display: flex;
         flex-direction: row;
        justify-content: space-between;
        margin-top: 7px;
     }
     

     li, ul{
         list-style-type: none;
        
     }
     ul{
         display:grid;
         place-items:center;
     }
     li{
         width: 300px;
         display: flex;
         justify-content:space-between;
         padding: 10px;
         
     }
    
     .liRegistro{
         width: 400px;
         display: flex;
         justify-content:space-between
     }
     .liButton{
         display: flex;
         justify-content:center;
        }
        .liLetra{
         display: flex;
         justify-content:center;
        }

        .divLogin{
         height: 100%;
        }
        
        /*botones */

        .ingresar{
         
             background-color: #008CBA; /* Green */
             border: none;
             color: white;
             padding: 15px 32px;
             text-align: center;
             text-decoration: none;
             border-radius: 12px;
             font-size: 16px;
             
         
        }
        .goSesion{
         background-color: #B22222; /* Green */
             border: none;
             color: white;
             padding: 10px 22px;
             text-align: center;
             text-decoration: none;
             border-radius: 12px;
             font-size: 30px;
             
        }
        .goSesion:hover{
         background-color: #FF0000;
        }
        .registrarUsuario{
         background-color: #4CAF50 ; /* Green */
             border: none;
             color: white;
             padding: 10px 22px;
             text-align: center;
             text-decoration: none;
             border-radius: 12px;
             font-size: 16px;
        }
        .registrar{
         background-color: #4CAF50 ; /* Green */
             border: none;
             color: white;
             padding: 10px 22px;
             text-align: center;
             text-decoration: none;
             border-radius: 12px;
             font-size: 16px;
        }

        .elFooter{
         text-shadow: 0 0 3px #FF0000;
         font-size: 40px;
        }

        .siguiente{
         font-size: 20px;
         background-color: #4CAF50; /* Green */
         border: none;
         color: white;
         padding: 10px 25px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         border-radius: 50%;
         
         
        }
        .siguiente {
         -webkit-transition-duration: 0.4s; /* Safari */
         transition-duration: 0.4s;
         }

         .siguiente:hover {
             background-color: #B22222; /* Green */
             color: white;
             font-size: 22px;
         }

         
         .previo{
             font-size: 20px;
             background-color: #000000; /* Green */
             border: none;
             color: white;
             padding: 10px 25px;
             text-align: center;
             text-decoration: none;
             display: inline-block;
             border-radius: 50%;
            }
            .previo {
             -webkit-transition-duration: 0.4s; /* Safari */
             transition-duration: 0.4s;
             }
 
             .previo:hover {
                 background-color: #B22222; /* Green */
                 color: white;
                 font-size: 22px;
             }

             .add{
                 font-size: 20px;
                 background-color:  #00008B; /* Green */
                 border: none;
                 color: white;
                 padding: 10px 25px;
                 text-align: center;
                 text-decoration: none;
                 display: inline-block;
                 border-radius: 20%;
                }
                .add {
                 -webkit-transition-duration: 0.4s; /* Safari */
                 transition-duration: 0.4s;
                 }
     
                 .add:hover {
                     background-color: #0000FF; /* Green */
                     color: white;
                     font-size: 22px;
                 }

             figcaption tr{
                 position: relative;
                 align-items: center;

             }



        /* ----------*/
     .formLogin{
         display:grid;
         place-items:center;
         width: 600px;
     }
     .elDivLogin{
         display:grid;
         place-items:center;
     }
     
     .divRegistro{
         display:grid;
         place-items:center;
     }
     .formRegistrar{
         margin-top: 100px;
         min-height: 70%;
         width: 50%;
         
     }

     .liLetra{
         margin-top: 20px;
     }
     label{
          font-size: 15px;
          font-weight:bold;


     }

     .divA{
         list-style-type: none;
         margin: 0;
         padding: 0;
         overflow: hidden;
         background-color: #333;
         
         border-radius: 12px;
     }
     .divA a{
         
             padding: 10px;
             font-size: 45px;
     
         color: white;
         text-align: center;
         padding: 14px 16px;
         text-decoration: none;
     }

     .divA a:hover {
         background-color: #111;
     }
     

/* */
.general{
 min-height: 100%;
 
}

.elTable {
 font-family: arial, sans-serif;
 border-collapse: separate;
 width: 80%;
 margin-top: 100px;
 border: 1px solid black;
}
.tHead {
 background-color: #191970;
 font-size: 25px;
 color: white;
 
}
.trBody{
 background-color:#F5DEB3;
}

.trBody:hover {
 background-color: #f5f5f5;
 font-weight: bold;
 
}



.divTable{
 display: flex;
 justify-content: center;
 align-items: center;
 margin: auto;
 margin-bottom: 20px;
 
 
}
/* la tabla*/


td, th {
 min-width: 11%;
 border: 1px solid #ccc;
 text-align: center;
 padding: 8px;
}



.ocultar{
 display: none;
}
      
       
      
.registroExitoso{
 align-items: center;
 text-align: center;
}
.registroExitoso P{
 font-size: 60PX;
}

div p{
 font-size: 40px;
 color: #B22222;
 font-family: bold;
}

.imgExi{
 width: 350px;
 height: 400px;
}
       


}

        


/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/


@media only screen and (max-width: 576px) {
    body{
        background-color:#8DA6D6;
        margin-top: 0%;
     }
    .links {
            
        min-height: 100px;
        font-size: 30px;
    }
    .aAnt{
        font-size: 25px;
        padding: 10px;
        
    }
    .aNex{
        font-size: 25px;
        padding: 10px;
        
    }
    
    .aAnt:hover{
        font-weight: bold;
        font-size: 60px;
        
    }
    .aNex:hover{
        font-weight: bold;
        font-size: 60px;
        
    }
    
    
    
    h1{
        
        text-align: center;
        font-family: Comic Sans MS; 
        font-weight:bold; 
        font-size: 40px; 
        color: #FF0000; 
        text-shadow: -1px 0 #414D68, 0 1px #414D68, 1px 0 #414D68, 0 -1px #414D68, -2px 2px 0 #414D68, 2px 2px 0 #414D68, 1px 1px #414D68, 2px 2px #414D68, 3px 3px #414D68, 4px 4px #414D68, 5px 5px #414D68; 
        height: 100%;
        padding: 40px;
        background-color:#18171c;

        color: #fff;

text-shadow:
    0 0 5px rgba(0,178,255,1),
    0 0 10px rgba(0,178,255,1),
    0 0 20px rgba(0,178,255,1),
    0 0 40px rgba(38,104,127,1),
    0 0 80px rgba(38,104,127,1),
    0 0 90px rgba(38,104,127,1),
    0 0 100px rgba(38,104,127,1),
    0 0 140px rgba(38,104,127,1),
    0 0 180px rgba(38,104,127,1);
    }

    
    

    .elDiv{
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
        text-align: center;
    }

    .ocultar{
        display: none;
    }

    .loader{
        display: block;
        margin: auto;
    }

    .links{
        text-align: center;
        font-size: 30px;
    }

    .sinEvo{
        background-color: #54C7C7;
    }

    .formLogin{
        text-align: center;
    }

    .formLogin > *{
        padding: 0.5rem;
        margin: 1rem auto;
        display: block;
        width: 100%;
    }
    
    .aUser{
       margin-right: 10px;
       right: 10px; 
    }

    .navCabeza{

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-height: 80px;
        margin-top: 25px;
        padding: 15px;
        
        
    }
    .bienvenida{
        font-family: Arial Black; 
        font-weight: bold; font-size: 30px; 
        background: #202020; 
        -webkit-background-clip: text; 
        -moz-background-clip: text; 
        background-clip: text; 
        color: transparent; 
        text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3); 
        margin-right: 15px;
        color: #1a0a77;


    }

    figure{
        display: flex;
        flex-direction: column;
        border: 3px solid #2F4F4F;
        
        border-radius: 12%;
    }
    
    figure img{
        background-color: #4682B4;
        border-top-right-radius:18%;
        border-top-left-radius:18%;
    }
    
    figure figcaption{
        font-size: 15px;
        font-family: Arial; 
        
        color: black; 
        text-shadow: 0px 0px 9px #508AD3;
        font-weight: bolder;
        background-color: #E6E6FA;
    }
    
    .botAdd{
        width: 40%;
    }

    .losStats{
        display: flex;
        justify-content: center;
        
    }

    .ataque{
        font-size: 10px;
        background-color: #A52A2A; /* Green */
        border: none;
        color: white;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 20%;
        
        
       }
       .ataque {
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        }

        .ataque:hover {
            background-color: #B22222; /* Green */
            color: white;
            font-size: 18px;
        }

        .defensa{
            font-size: 10px;
            background-color: #A9A9A9; /* Green */
            border: none;
            color: white;
            padding: 5px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            border-radius: 20%;
            
            
           }
           .defensa {
            -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
            }

            .defensa:hover {
                background-color: #B22222; /* Green */
                color: white;
                font-size: 18px;
            }
    
   figure tr{
        display: flex;
        flex-direction: row;
       justify-content: space-between;
       margin-top: 7px;
    }
    

    li, ul{
        list-style-type: none;
       
    }
    ul{
        display:grid;
        place-items:center;
    }
    li{
        min-width: 350px;
        display: flex;
        justify-content:space-between;
        padding: 10px;
        
    }
   
    .liRegistro{
        width: 200px;
        display: flex;
        justify-content:space-between
    }
    .liButton{
        display: flex;
        justify-content:center;
       }
       .liLetra{
        display: flex;
        justify-content:center;
       }

       .divLogin{
        height: 100%;
       }
       
       /*botones */

       .ingresar{
        
            background-color: #008CBA; /* Green */
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            border-radius: 12px;
            font-size: 16px;
            
        
       }
       .goSesion{
        background-color: #B22222; /* Green */
            border: none;
            color: white;
            padding: 5px 11px;
            text-align: center;
            text-decoration: none;
            border-radius: 12px;
            font-size: 20px;
            
       }
       .goSesion:hover{
        background-color: #FF0000;
       }
       .registrarUsuario{
        background-color: #4CAF50 ; /* Green */
            border: none;
            color: white;
            padding: 10px 22px;
            text-align: center;
            text-decoration: none;
            border-radius: 12px;
            font-size: 16px;
       }
       .registrar{
        background-color: #4CAF50 ; /* Green */
            border: none;
            color: white;
            padding: 10px 22px;
            text-align: center;
            text-decoration: none;
            border-radius: 12px;
            font-size: 16px;
       }

       .elFooter{
        text-shadow: 0 0 3px #FF0000;
        font-size: 40px;
       }

       .siguiente{
        font-size: 10px;
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 50%;
        
        
       }
       .siguiente {
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        }

        

        
        .previo{
            font-size: 10px;
            background-color: #000000; /* Green */
            border: none;
            color: white;
            padding: 5px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            border-radius: 50%;
           }
           .previo {
            -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
            }

            

            .add{
                font-size: 20px;
                background-color:  #00008B; /* Green */
                border: none;
                color: white;
                padding: 10px 25px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                border-radius: 20%;
               }
               .add {
                -webkit-transition-duration: 0.4s; /* Safari */
                transition-duration: 0.4s;
                }
    
                .add:hover {
                    background-color: #0000FF; /* Green */
                    color: white;
                    font-size: 22px;
                }

            figcaption tr{
                position: relative;
                align-items: center;

            }



       /* ----------*/
    .formLogin{
        display:grid;
        place-items:center;
        width: 600px;
    }
    .elDivLogin{
        display:grid;
        place-items:center;
    }
    
    .divRegistro{
        display:grid;
        place-items:center;
        
    }

   
    .formRegistrar{
        margin-top: 100px;
        min-height: 70%;
        width: 100%;
        
    }

    .liLetra{
        margin-top: 40px;
    }
    label{
         font-size: 25px;
         font-weight:bold;


    }

    .divA{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
        
        border-radius: 12px;
    }
    .divA a{
        
            padding: 10px;
            font-size: 25px;
    
        color: white;
        text-align: center;
        padding: 7px 8px;
        text-decoration: none;
        
    }

    .divA a:hover {
        background-color: #111;
    }
    

/* */
.general{
min-height: 100%;

}

.elTable {
font-family: arial, sans-serif;
border-collapse: separate;
width: 80%;
margin-top: 100px;
border: 1px solid black;
}
.tHead {
background-color: #191970;
font-size: 25px;
color: white;

}
.trBody{
background-color:#F5DEB3;
}

.trBody:hover {
background-color: #f5f5f5;
font-weight: bold;

}



.divTable{
display: flex;
justify-content: center;
align-items: center;
margin: auto;
margin-bottom: 20px;


}
/* la tabla*/


td, th {
min-width: 11%;
border: 1px solid #ccc;
text-align: center;
padding: 8px;
}



.ocultar{
display: none;
}
     
      
     
.registroExitoso{
align-items: center;
text-align: center;
}
.registroExitoso P{
font-size: 60PX;
}

div p{
font-size: 40px;
color: #B22222;
font-family: bold;
}

.imgExi{
width: 350px;
height: 400px;
}
}
