.BotonDefault {
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    background: url('../../../Imagenes/BtnDefault.png') !important;
    color: White !important;
    padding: 0 !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Arial Narrow';
}
.MouseSobreBoton {
    background: url('../../../Imagenes/BtnDefaultPointer.png') !important;
    color: White !important;
    border: 0 !important;
    padding: 0 !important;
    width: 140px;
    height: 31px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Arial Narrow';
}
.BotonDefaultRojo {
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    background: url('../../../Imagenes/BtnDefaultRojo.png') !important;
    color: White !important;
    padding: 0 !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Arial Narrow';
}
.MouseSobreBotonRojo {
    background: url(../../../Imagenes/BtnDefaultRojoPointer.png) !important;
    color: White !important;
    border: 0 !important;
    padding: 0 !important;
    width: 142px;
    height: 31px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Arial Narrow';
}
.section{
    background-color: white;
    border-radius: 5px;
    text-align: center;
}