﻿body {
    background-color: white;
}

.login-box2 {
    width: 400px;
    margin: 5px auto;
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 77%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 77%,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 77%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
    overflow: hidden;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.15);
}

.btn-primary2 {
    background-color: #58b3e8;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #58b3e8, #58b3e8);
    background-image: -ms-linear-gradient(top, #58b3e8, #58b3e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58b3e8), to(#58b3e8));
    background-image: -webkit-linear-gradient(top, #58b3e8, #58b3e8);
    background-image: -o-linear-gradient(top, #58b3e8, #58b3e8);
    background-image: linear-gradient(top, #58b3e8, #58b3e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'58b3e8, endColorstr='#'58b3e8, GradientType=0);
    border-color: #58b3e8#58b3e8 #58b3e8#58b3e8;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-primary2:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #58b3e8;
        *background-color: #58b3e8;
    }

    .btn-primary2.active,
    .btn-warning.active,
    .btn-danger.active,
    .btn-success.active,
    .btn-info.active,
    .btn-inverse.active {
        color: rgba(87, 182, 230, 0.75);
    }

    .btn-primary:active,
    .btn-primary2.active {
        background-color: #58b3e8;
    }

.footer2 {
    min-height: 24px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
}

.footer1 {
    min-height: 24px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
}

.topUp {
    min-height: 24px;
    width: 100%;
    position: fixed;
    top: 0;
    clear: both;
}


/*marrón*/
.btn-marron {
    background-color: #621132;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #621132, #8d1948);
    background-image: -ms-linear-gradient(top, #621132, #8d1948);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#621132), to(#8d1948));
    background-image: -webkit-linear-gradient(top, #621132, #8d1948);
    background-image: -o-linear-gradient(top, #621132, #8d1948);
    background-image: linear-gradient(top, #621132, #8d1948);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'621132, endColorstr='#'8d1948, GradientType=0);
    border-color: #4c0d27 #4c0d27 #a31c53 #a31c53;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


/*dorado*/
.btn-dorado {
    background-color: #bc9b59;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: -ms-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc9b59), to(#bc9b59));
    background-image: -webkit-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: -o-linear-gradient(top, #bc9b59, #bc9b59);
    background-image: linear-gradient(top, #bc9b59, #bc9b59);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'bc9b59, endColorstr='#'deae34, GradientType=0);
    border-color: #bc9b59 #bc9b59 #bc9b59 #bc9b59;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: none;
}

    .btn-dorado:hover {
        background-color: #a99267;
        color: white !important;
    }

.btn-marron:hover,
.btn-marron:active,
.btn-marron.active,
.btn-marron.disabled,
.btn-marron[disabled] {
    background-color: #a31c53;
    color: white;
}

.btn-marron:active,
.btn-marron.active {
    background-color: #a31c53 \9;
}

.btn-marron-bisel {
    border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}



.btn-dorado:hover {
    background-color: #a99267;
    color: white !important;
}

.btn-marron:hover,
.btn-marron:active,
.btn-marron.active,
.btn-marron.disabled,
.btn-marron[disabled] {
    background-color: #a31c53;
    color: white;
}

.btn-marron:active,
.btn-marron.active {
    background-color: #a31c53 \9;
}

.btn-marron-bisel {
    border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}

.field-validation-error {
    color: red;
}

fieldset {
    border: 1px solid #ae192d;
}

.headerMine {
    font-weight: bold;
    font-size: 23px;
    height: 38px;
    padding-top: 20px;
    color: #646464;
}

button.btn-close {
    background-color: transparent;
    border: 0px;
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.footer1 {
    background-image: -webkit-linear-gradient(top, #d3c2b4, #f2ede8);
}
.bg-vino{
    background-color:#ae192d;
}