body {
    background-color: black;
    color: white;
    font-family: 'Italianno', cursive;
}

.centrado{
    height: 100vh;
    display:flex;
    justify-content: center;
    align-items: center;
}
.oculto { display: none;}

.centrado a { text-decoration: none; }

.roboto { font-family: 'Roboto', sans-serif; font-size: 18px; }

.alto { width: 220px; height: 220px; background-color: white; border-radius: 120px;}
.destacado {font-style: italic; color: #ffffff ; }
.empresa { font-style: italic; color: #abacae; font-weight: 700; font-size: 16px;}
.coGris { color: #abacae;}
.tam14 {font-size: 14px;}
.tam16 {font-size: 16px;}

.mifondo {
    background-image: url('./img/background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000000;
}

.table thead tr th, .table tbody tr td {
    border: none;
}
.categoriaCursos {
    background-color: #2B579A !important;
}

tr:hover{
    background-color:teal !important;
}
.help { cursor: help; }
.raton { color: white; font-weight:bold; font-style: italic;}
