﻿
@font-face {
    font-family:'Hack Nerd Font';
    src: url('/fonts/Hack_Regular_Nerd_Font_Complete.ttf');
}
.FuenteBoton {
    font-family: 'Hack Nerd Font';
}

.FuenteNerd {
    font-family: 'Hack Nerd Font';
}


.colorboton {
    /*
        background: #ffd800;
        color: white;
           border: 1px solid #006;
    */
    font-weight: 200;
    font-size: 14px;
    min-height: 54px;
    line-height: 27px;
    border: none; /* <-- This thing here */

    border-radius: 10px;
}

.TamanioFuenteIconoBoton {
    font-weight:100;
    color: white;
    font-size: 24px;
}

.TamanioFuenteVersion {
    /*font-weight: bold;*/
    font-size: 10px;
}

.area {
    text-align: center;
    display: block;
    
    
}

.content {
    display: table-cell;
    vertical-align: middle;

}

.brsmall {
    display: block;
    margin-bottom: -.0em;
}

.brxsmall {
    display: block;
    margin-bottom: -.8em;
}

