@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nabla&display=swap');

/*archivo css con las cosas generales*/
body{font-family: Roboto;
    font-style: normal;
    margin: 0;
    position: relative;
    overflow: auto;
    display: flex;
    flex-direction: column;

}


p, h1, h2, h3{
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

.proy > li, .cont>li{
    margin-left: 20%;
    margin-right: 20%;
    list-style: none;
}


/*Tablas*/
table{
    border: 4px solid;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    
}
th, td{
    border: 2px solid;
    padding: 15px;
}
th{
    text-align: center;
}
td ul, td ol{
    margin: 0;
    padding-left: 20px;
}
td ul{
    padding-right: 30px;
}

/*Funcionamiento base de los enlaces*/
a{
    padding: 3px;
    text-decoration: underline;
    color: #0066ff;
}
a:hover {
    background:#ffcc66 ;
    color: #0066ff;
}

/*misc*/
.ShonenJmp{
    height: 425px;
    padding: 5px;
}
.pointless >li, .Registro > li{
    list-style: none;
}
#logo{
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 2px;
}
