.bloc {
    margin: 0px 0.5rem;
}

.titulo{
    display: flex;
    height: 50px;
    
}

.Eliminar{
    margin-right: 10px;
}

.titulo-Bloc{
    margin-left: 2%;
    width: 100%;
    border: none;
    font-size: 30px;
}

.titulo-Bloc:focus{
    outline: none;
}

.accesorios{
    display: flex;
    align-items: center;
}

.select{
    height: 44px;
    border: none;
    font-size:small;
    margin-right: 15px;
}
.selectLetra {
    height: 44px;
    border: none;
    font-size:small;
    margin-right: 15px;
}

.letras p{
    display: inline-block;
    margin-left: 20px;
    margin-right: 25px;
}

@media screen and (max-width: 500px) {
    
    .letras p {
        margin-left: 0;
    }
}

.letras p:hover{
    cursor: pointer;
    color: #488AFF;
}

select:hover{
    cursor: pointer;
    color: #488AFF;
}

.negrita{
    font-weight: bold;
}
.subrayar{
    text-decoration: underline;
}
.tachado{
    text-decoration: line-through;
}

.divInputNota{
    display: flex;
    justify-content: space-evenly;
}

.textarea{
    width: 98%;
    height:660px;
    border: none;
}

.textarea:focus{
    outline: none;
}