﻿@font-face {
    font-family: zonaweb;
    src: url(../fonts/Nexa_Light.otf);
}

html, body {
    height: 100%;
}
body {
    background-color: #bf002d !important;
    height: 100%;
}

.pnlMapa {
    background: url(../images/mapa.png) no-repeat center bottom #3c3939;
    width: 100%;
    height: 50%;
    text-align: center;
    display: table;
}

.aba {
    background: url(../images/aba.png) no-repeat center top;
    width: 100%;
    height: 89px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    font-family:zonaweb;
    color: #7c7a79;
}

.pnlQrCode {
    text-align: center;
}

.qrCode {
    display: inline-block;
    background: url(../images/qr_code_zonaweb.gif) no-repeat center center;
    width: 140px;
    height: 140px;
    text-align: center;
}

.logo {
    display: table-cell;
    background: url(../images/logo.png) center center no-repeat;
    width: 298px;
    height: 77px;
}
