.img-mini , .img-check-orador{
    width: 2em;
}

.img-check-orador{
    width: 4em;
}

.img-check-orador:hover{
    transform: scale(3);
}

.img-mini:hover{
    transform: scale(3);
}

.header-table{
    text-align: center;
}

.titulomodulo{
    font-weight:400;
    padding-top: 5px 10px 5px 10px;
    /*border: solid 1px grey;*/
    border-radius: 8px;
    /*box-shadow:  2px 1px 1px grey;*/
    text-align: center;
    width:  100%;
}

.tablaDatos{
    border: solid 1px lightgrey;
    /*box-shadow:  2px 1px 1px grey;*/
    padding: 5px;
    border-radius: 8px;
}

/*
* Estilo para la s actividades
*/

img.right{
    float: inline-end;
    box-sizing: content-box;
    border: solid  transparent 5px;
    padding: 5px;
    padding-top: 0px;
}

img.left{
    float: inline-start;
    box-sizing: content-box;
    border: solid transparent 5px;
    padding: 5px;
    padding-top: 0px;
}

img.fotocv{
    max-width: 120px
}


.cuerpo img{
    max-width: 180px;
    height: auto;
    object-fit: contain;
}

/*
.cke_dialog
{
    z-index: 10055 !important;
}
    */
