.filtroCampo {
    width: 45%;
}

#filtro_busqueda,
#contenedorInput {
    clear: none;
    width: 46%;
}

#contenedorInput {
    margin-left:15px;
    float: left;
}

.numInscritos {
    width:100%;
    text-align:center;
    margin-bottom: 10px;
}

#table_participantes {
    width: 100%;
}

.centrado {
    text-align: center !important;
}

#noInscritos {
    text-align: center !important;
    vertical-align: top;
    padding: 5px 0px;
}

.icono-orden {
    padding: 3px;
    bottom: 2px;
    margin-left: 2px;
    position: relative;
    text-decoration: none;
}

/* Loader */
#ajaxLoader {
    display: none;
    text-align: center;
    position: relative;
}

#ajaxLoader img {
    width: 33px;
}

@media (max-width: 768px) {
    .filtroCampo {
        width: 100%;
    }

    .filtroCampo input,
    .filtroCampo select {
        clear: none;
        width: 43%;
    }
}
