body{
    margin: 0;
    padding: 0;
    background-color: #f3eae8;
}

.boletines{
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.imprimir-pdf{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    color: black;
    font-size: 25px;
    /* margin: 25px 0px 0px 500px; */
    width: 300px;
    margin: 20px auto;
    /* align-items: end; */
    border: 3px ridge black;
    border-radius: 10px;
    cursor: pointer;
}

.imprimir-pdf:hover{
    background-color: #f3eae8;
    transition: 0.3s;
    width: 310px;
    /* height: 30px; */
}

.encabezado span{
    color: #4287f5;
    font-size: 50px;
    font-weight: bold;

}




.encabezado{
    /* margin: 50px 400px 1px 400px; */
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 3px ridge black;
    /* border: 3px ridge; */
    border-radius: 10px;
}

.encabezado img{
    width: 120px;
    padding: 10px;
    height: 120px;
}


.datos{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 3px ridge black;
    padding: 10px;
    color: black;
    
    
}

#alumno{
    margin: 0 auto;
    width: 900px;
    page-break-inside:avoid;
}

.alumnoInd{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    padding: 10px;
}

.alumnoInd h2{
    margin-left: 10px;
}

.divNotas{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    border-top: 3px ridge black;
}



.boletines{
    border-radius: 10px;
}
.fichasAlumno{
    border: 3px ridge black;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 90px;
    margin-top: 20px;

   
}



