.altotituloX
{
    height: 80px!important;
}

.btnTxbusca {
    max-width: 250px;
}

.paded
{
    padding: 1% 1% 1% 1%;
}

.enlinea
{
    display: flex;
    flex-wrap: wrap;    
}
.disB {
    display: block;
}

.df {
    display:flex;
}

.img-fluid {
    max-height: 250px;
}


.ifra {
    border: 0px none;
    scrolling: no;
    width: 100%;
    height: 95%;
}

.bordeSup {
    border-top: 1px solid silver;
}

.ancho100
{
width: 100%;
}

.ancho49
{
width: 49%;
}

.ancho45
{
width: 45%;
}

.an300p{
    width:300px;
}

.rojo {
    color:red!important;
}

.bold {
    font-weight: bold;
}

.bct{
    background-color: transparent!important;
}

.bcw {
    background-color: white;
}

.ma {
    margin:auto auto!important;
}

.maH {
    margin:0 auto!important;
}

.boton80
{
    margin: 2% auto 2%;
    width: 80%;
    height: 40px;
    display: block; /*text center */
    padding: 0px 0px 0px 0px;
}

.invisible
{
    display:none;
}

.divdisabled {
    pointer-events: none !important;
}

.inputpaginas
{
    width:40px;
    border:0.3px solid silver;
    text-align: center;
}

.cp
{
    cursor:pointer;
}

.cn {
    cursor:not-allowed!important;
}

@media only screen and (max-width: 600px ) {
    .btnTxbusca {
        max-width: 170px;
    }
}