@font-face {    font-family: "digital";    
src: url(../fonts/digital-7.ttf) format("truetype");}
#pantalla{    
    text-align: right;    
    font-family: digital;    
    color: limegreen;    
    background: black;    
    font-size: 2em;    
    padding-right: 4%;    
    border-radius: 10px;    
    border:5px ;}
#pantallaiva{    
    text-align: right;    
    font-family: digital;    
    color: limegreen;    
    background: black;    
    font-size: 2em;    
    padding-right: 4%;    
    border-radius: 10px;    border:5px ;}
#pantallasubt{    
    text-align: right;    
    font-family: digital;    
    color: limegreen;    
    background: black;    
    font-size: 2em;    
    padding-right: 4%;    
    border-radius: 10px;    
    border:5px ;}
#pantallautili{    
    text-align: right;   
    font-family: digital;  
    color: limegreen;  
    background: black; 
    font-size: 2em;   
    padding-right: 4%;  
    border-radius: 10px;  
    border:5px ;}
    
#pantallacant{   
    text-align: center;    
    font-family: digital; 
    color: limegreen;  
    background: black;    
    font-size: 2em;  
    padding-right: 4%;  
    border-radius: 10px; 
    border:5px ; }
label {    
    white-space: nowrap; 
    overflow: hidden;   
    text-overflow: ellipsis;
    margin: 0;  
    resize: horizontal;}
option {   
    background: red;}
    /* Modal Content/Box */
.w3-modal-content {    
    background-color: #fefefe; 
    /*margin: 15% auto; *//* 15% from the top and centered */ 
    padding: 20px;   
    border: 1px solid #888; 
    left: 10%;   
    top: 0;   
    width: 80%; /* Full ancho */   
    height: 85%; /* Full altura */ 
    /* width: 100%; /* Could be more or less, depending on screen size */ 
    /*height: 75%;*/    /*overflow-y: initial !important;*/   
    overflow-y: auto;    overflow-x: auto;
    
    }
    
.imgRedonda {   
    width:300px;  
    height:300px;  
    border-radius:160px; 
    border:1px solid #777;/*--- Para color letras rojas en datatable revisados */
    
    }
    
    
.Fondobarrastitulos{   
    background :#0F2539;
    }
    

.Fondodetalestitulos{   
    background :#546E7a;
    }
    
.Letrasbarras{   
    color :#F2CB05;
    }
            
            
            
            
            
            