body{
    background-image: url('/img/numeros-bingo.jpg');
}
.tapafondo{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: -1;
    background-color: rgba(255,255,255,.5);
}
.divtitu{
    height: 7vh;
    border-bottom: 3px solid black;
    overflow-y: hidden;
}

.titulo{
    width:70%;
    text-align:center;
    vertical-align: top;
    display: inline-block;
}

.titulouser{
    font-size: large;
    font-weight: 700;
    width:29%;
    display: inline-block;
    border-left: 3px solid black;
    height: 7vh;

}

.usertxt{
    font-size: large;
    font-weight: 500;
    display: inline-block;
}

.bola{
    border: 1px solid grey;
    border-radius: 50%;
    width:5.5vh;
    height:5.5vh;
    vertical-align: middle;
    display: inline-block;
    position:relative
}
.fondo-letra{
    position:absolute;
    border-radius: 50%;
    width: 50%;
    height: 50%;
    top: 26%;
    left: 25%;
    vertical-align: middle;
    align-items: center;
    text-justify: auto;
    background-color: white;
    line-height: 100%;
    font-weight: 800;
    font-size: 2.5vh;
}

.mimain{
    border: 3px black solid;
    margin-top: 2vh;
    margin-bottom: 2vh;
    height: 96vh;
    border-radius: 30px 30px 0 0;
    padding:0;
    background-color: rgba(255,255,255,.8);
}

.midata{
    height: 88.3vh;
}

.panel{
    border: black 2px solid;
    margin-top: 1vh;
}

.panel_titulo{
    background-color: rgb(163, 91, 231);
    width: 100%;
    height: 3vh;
    text-align: center;
    font-weight: 700;
    color: white;
    letter-spacing: 2px;
    font-variant-caps: small-caps;
    font-size: large;
    line-height: 125%;
    border: 0px white solid;;
    border-bottom: 2px black solid;
}

.panel_scrool_mid{
    height: 36vh;
    overflow-y: scroll;
}

.panel_scrool{
    height: 74vh;
    overflow-y: scroll;
}

.panel_scrool_full{
    height: 85vh;
    overflow-y: scroll;
}

.panel_scrool_venta{
    height: 72vh;
    overflow-y: scroll;
}

.panel_scrool_sc_mid{
    height: 39vh;
    overflow-y: scroll;
}

.panel_scrool_sc_mid a{
    text-decoration: none;
}

.panel_scrool_sc{
    height: 83vh;
    overflow-y: scroll;
}

.panel_scrool_sc a{
    text-decoration: none;
}

.panel_controles{
    bottom:0;
    width: 100%;
    /*height:3vh;*/
    padding-top: 2px;
    padding-bottom: 0px;
    border-top: 2px black solid;
    text-align: right;
}

.panel_controles a,
.panel_controles .btn-sm,
.panel_controles .btn,
.panel_controles button
{
    height: 3vh;
    line-height: 90%;
}

.colored{
    background-color: white;
}

.colored:nth-child(even){
    background-color: rgb(226, 255, 206);
}

.cliselect{
    background-color: grey;
    color:white;
}

.cabeza-reven{
    height: 3vh;
    overflow: hidden;
    font-size: 20px;
    font-family: arial;
    font-weight: 900;
}

.cabeza-publi{
    height: 8vh;
    overflow: hidden;
    font-size: 20px;
    font-family: arial;
    font-weight: 900;
    border-bottom: 2px black solid;
    margin: 0;
    padding:0
}
