﻿body {
    font-family: "Arial", Open Sans;
    font-size:14px;
}

#wrapper {
    width: 100%;
    /*max-width: 600px;*/
    margin: 10px auto;
    padding: 0px 0;
    
    /*Add HGBF*/
    /*border:1px solid #ff0000;*/
}

.page-head-content {
    margin-top:15px;
    /*display: none;*/
}

.page-head-image {
    padding-top: 5px;
    text-align: center;
}

    .page-head-image img {
        width: 30%;
        border-radius: 50%;
        padding: 4px 0;
    }

.headercellQR {
    color: #666666;
    font-weight: normal;
    font-size: 20px;
    font-family: "Arial",Open Sans;
    padding-left: 0;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 20px;
    background: url(../Images/rayita-naranja.png) no-repeat left 2px;
}


.labelQR {
    color: #264e72;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

.lblinfo {
    /*color: #264e72;*/
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: normal;
    text-align:left;
}

.client {
    color: #264e72;
    text-align: center;
    font-weight: bold;
}

.dveh {
    color: #264e72;
    text-align: center;
    font-weight: normal;
}

.chktipo1 {
    color: #fff;
    background: #264e72;
    font-size: 18px;
    text-align:center;
}

.chktipo2 {
    color: #fff;
    background: #f89420;
    font-size: 18px;
    text-align:center;
}

/*****************************************************
 Progress..
******************************************************/
.loading {
    font-family: Arial,'Open Sans';
    font-size: 15pt;
    color: #264e72;
    font-weight: bold;
    /*border: 3px solid #96a019;*/
    /*width: 220px;
    height: 75px;*/
    display: none;
    position: fixed;
    background-color: #fcfcfc;
    z-index: 999;
    text-align: center;
    padding-top: 24%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.parragrahp {
    margin-top: 30px;
    margin-bottom: 35px;
}