﻿html,body,table {
    width:99%;
    height:99%;
}
.menu {
    font-family: 'Century Gothic';
    font-size: 16px;
    color: #164B64;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
    .menu:hover {
        font-family: 'Century Gothic';
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        background-color: #164B64;
    }
    .menu:active {
        font-family: 'Century Gothic';
        font-size: 16px;
        color: #164B64;
        font-weight: bold;
        background-color: #D3D2D2;
    }
.boton {
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #164B64;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.boton:hover {
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #164B64;
}

.boton:active {
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #164B64;
    font-weight: bold;
    background-color: #D3D2D2;
}
.caja {
    font-family: 'Century Gothic';
    font-size: 12px;
    background-color: #ebe5bc;
    color: #164B64;
    border: solid;
    border-radius: 2px;
    border-color: #D3D2D2;
}
.campo {
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #164B64;
    font-weight: bold;
}
.titulo {
    font-family: 'Century Gothic';
    font-size: 18px;
    color: #164B64;
    font-weight: bold;
}
.centrado {
    text-align: center;
    margin: auto auto;
}
.isq {
    text-align: left;
    margin: auto auto;
}
.der {
    text-align: right;
    margin: auto auto;
}
.texto {
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #164B64;
    font-weight: bold;
}
