.barra_titulo{
    width:100%;
    height:100px;
    display:flex;
    justify-content:space-between;
    align-items: center;
    background:#e2e2f5;
}

.barra_titulo h1{
    font-size:20px;
    color:#4058AA;
    text-align: center;
}

.barra_titulo div{
    width:30%;

}

.barra_titulo .sujetaimg{
    display:flex;
    justify-content:flex-end;
    margin:5px;
}

.color{
    background:#e2e2f5;
    color:#4058AA;
    

}

.comentarios{
    width:90%;
    margin:auto;
    display:flex;
    flex-direction:column;
    background:white;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    margin-top:50px;
    padding:10px;
    
}

.comentarios textarea{
    height: 150px;;

}

.azul{
    color:#4058AA;
    font-weight: bold;;
}

.letrapequena{
    font-size: 10px;
    text-align:center !important;
    text-decoration: none;
}


