﻿.fondo_de_pantalla {
    background-image: url('../assets/img/background.jpg')
}

.mayus-content-table {
    text-transform: uppercase; 
    font-size: 0.8em;
}

@media screen and (min-width: 13in) {
    #convocatoriaTable th,
    #convocatoriaTable td {
        max-width: 140px; 
        white-space: pre-wrap;
        font-size: 1em; 
    }

    .text-empleo {
        font-size: 22pt;
    }
}

@media screen and (max-width: 14in) {
    #convocatoriaTable th,
    #convocatoriaTable td {
        max-width: 140px; 
        white-space: pre-wrap;
        font-size: 0.6em; 
    }

    .text-empleo{
        font-size: 22pt;
    }
}

@media screen and (min-width: 14.1in) and (max-width: 16in) {
    #convocatoriaTable th,
    #convocatoriaTable td {
        max-width: 140px; 
        white-space: pre-wrap;
        font-size: 0.9em; 
    }

    .text-empleo{
        font-size: 28pt;
    }
}