.content {
    padding: 15px;
}

.pageTitle {
    color: #003399;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #6699ff;
}

.smallText {
    font-size: 11px;
}

.blueText {
    color: #003399;
}

.tabla {
    float: left;
    margin-right: 15px;
    width: 600px;
    border-radius: 6px;
    border-spacing: 0;
}

.cupon {
    float: left;
}

.box {
    border: 1px solid #6699ff;
    border-radius: 6px;
    padding: 5px 10px 15px;
    background: white;
}

.wraper-compra {
    height: 100vmin !important;
    margin: 0 auto -59px;
    max-width: 1000px;
    min-height: 100%;
    background:url(../images/contentBkg.jpg) repeat-x #ffffff;
    box-shadow: 0 0 20px 10px #ccc;
}

.orden {
    font-size: 16px;
    font-weight: bold;
}

.formPopUp {width:100%}

.formPopUp>tbody>tr>td{padding:10px 5px;}