﻿html, body {
    height: 100%;
    width:100%;
    font-size:12pt;
}
body {
    background:#fff;
    color:#333;
}
.fullHeight{
    height:100%;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}


.navbar{
    height:50px;
}
.bg-dark {
    background-color: #3c464d !important;
    color: #eee;
}
.navbar-light .navbar-brand{
    color: #eee !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #eee !important;
}

.bsContainer{
    min-height:100%;
    overflow:hidden;
}


/*----------modal*/
.modal-backdrop {
    background-color: #333;
}

.modal-header {
    background-color: #952342;
    color: #ddd;
}
.modal-body{
    background-color: #fff;
    color: #333;
    font-size:11pt;
}

.btn-primary {
    background-color: #952342;
    color: #ddd;
    font-size:11pt !important;
}
/*----------------*/
.btn-wrap{
    padding-top:25px;
}

.vFontBlack18b {
    font-size: 18pt;
    color: #666;
    font-weight: bold;
}
.vFontBlack12 {
    font-size: 12pt;
    color: #666;
    font-weight: normal;
}
.vFontBlack14b {
    font-size: 14pt;
    color: #666;
    font-weight:bold;
}
.vFontBlack11b {
    font-size: 11pt;
    color: #666;
    font-weight: bold;
}


.btn-danger{
    background-color: #952342 !important;
    font-size:12pt;
    padding:0px 0px !important;
    height:40px !important;
   /* background-color: #4d0f12;*/
}

.MT40 {
    margin-top: 40px;
}
.MT50 {
    margin-top: 50px;
}
.MH0 {
    margin-right: 0px;
    margin-left: 0px;
}
.MH20 {
    margin-right: 20px;
    margin-left: 20px;
}
.MH30 {
    margin-right: 30px;
    margin-left: 30px;
}
.MV10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.MV20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.MV30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.PH50{
    padding-left:50px;
    padding-right:50px;
}
.PH30 {
    padding-left: 30px;
    padding-right: 30px;
}
.PH20 {
    padding-left: 20px;
    padding-right: 20px;
}
.PV10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.PV100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.PT10 {
    padding-top: 10px;
}
.PB10 {
    padding-bottom: 10px;
}



.linkRojo11 {
    color: #a22044;
}
.linkRojo11:hover {
        color: #cb2654;
        /*text-decoration: none;*/
    }
.linkRojo12 {
    color: #a22044;
    font-size:12pt;
}
.linkRojo12:hover {
        color: #cb2654;
        /*text-decoration: none;*/
    }

