body,td,th {
    color:#000000;
}

.ui-widget-content  {
    background: url(../images/imagenPrincipalHuamboya.jpg) !important;

    margin-left:5px;
    margin-right:0px;
    margin-top:5px;
    margin-bottom:5px;
    border: 5px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;


    height: auto;
    max-width: 100%;
    width: auto;
}

body{
    margin-left:5px;
    margin-right:0px;
    margin-top:5px;
    margin-bottom:5px;
    background-image: url("/GlobalGad/javax.faces.resource/images/imagenPrincipalHuamboya.jpg.gad") !important; 
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    height: auto;
    max-width: 100%;
    width: auto;
}

.titulo1 {
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    font-size:40px;
    font-style:normal;
    font-weight: bold;
}

.titulo2 {
    font-family:sans-serif ,Arial, Helvetica;
    text-align: left;
    font-size: 14px !important;
    font-weight: bolder;
    color: #614E13;
}

.log-btn{
    background-color: #D9B23F;
    color: #fff;
    padding: 5px 15px;
    border-right: 1px #95771D solid;
    border-bottom: 1px #95771D solid;
    font-weight: bold;
    width: 257px !important;
    height: 37px !important;
    border-radius: 5px !important;
}


.log-input{
    width: 250px !important;
    height: 30px !important;
}

.login {
    width:25%;
    float: bottom;
    margin-left: 40px;
    margin-top: 130px;
    vertical-align: bottom;
}

.button {
    background: #D9B23F !important; /* red */
    border: none !important;
    color: white !important;
    padding: 14px 26px;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 257px !important;
    height: 44px !important;
}

.button:hover {
    background-color: #D9B23F !important; 
    color: grey !important;
}