﻿* {
    margin: 0px;
    padding: 0px;
}

.font13 {
    font-size:13px;
}

.titulo {
    color: #FFF;
    background-color: #ad3459;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    height: 40px;
}

.titulo label {
    padding-top: 10px;
}
.columna {
/*background-color: red;*/
padding: 3px;
}

.texto {
    vertical-align: middle;
    height: 30px;
}

.campo {
    padding: 5px;
    padding-bottom: 10px;
    height: 45px;
    box-sizing: border-box;
    /*background-color: green;*/
}

.limite {
    height: 1px;
    background-color: blue;
    padding: 1px;
}

.al100 {
    width: 100% !important;
}

.padding10 {
    padding: 10px;
}

.noPaddingSides {
    padding-left: 0px;
    padding-right: 0px;
}

.txtObservaciones {
    height: 180px;
}

#txtObservaciones {
    height: 169px;
}

#txtDescripcion {
    height: 70px;
}

#TitleM226A {
    font: Montserrat bold;
    font-size: 22px;
    color: #68686A;
}

#TitleM186A {
    font: Montserrat bold;
    font-size: 18px;
    color: #68686A;
}

#TitleM205D {
    font: Montserrat bold;
    font-size: 20px;
    color: #B38E5D;
}

#TitleM1844 {
    font: Montserrat bold;
    font-size: 18px;
    color: #434344;
}

#TitleMM1844 {
    font: Montserrat medium;
    font-size: 18px;
    color: #434344;
}

#TitleM1644 {
    font:Montserrat bold;
    font-size:16px;
    color:#434344;
}

#TitleMM1644 {
    font: Montserrat medium;
    font-size: 16px;
    color: #434344;
}

#TitleMR186A {
    font: Montserrat Regular;
    font-size: 18px;
    color: #68686A;
}

#TitleMR1644 {
    font: Montserrat Regular;
    font-size: 16px;
    color: #434344;
}

#TitleM2041 {
    font: Montserrat bold;
    font-size: 20px;
    color: #404041;
}

#TitleM2441 {
    font: Montserrat bold;
    font-size: 24px;
    color: #404041;
}

#BoxBSA9 {
    color:#a9a8a9;
}

@media (min-width:1340px) {
    .container {
        width: 1170px
    }
}

/*.container,
.container-fluid {
    margin-right: 0px;
    margin-left: 0px;
}*/

fieldset {
    border: 1px solid black;
}

div.pagina h3 {
    margin-top: 10px;
    margin-bottom: 25px;
}

fieldset {
    padding-bottom: 14px;
}

fieldset legend {
    margin-bottom: 5px;
    text-indent: 25px;
}

.btn-bajo {
    padding-top: 4px;
    padding-bottom: 4px;
}


.modal-dialog .modal-content .modal-header {
    margin-left: -1px;
}

.encuesta .row.pregunta:nth-child(even) {
    background-color: #e5e5e5;
}


/* ******************************************* Tablas ******************************************* */
table {
    margin-top: 20px;
}
    table > thead,
    table > tbody {
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

table > thead {
    border-bottom-width: 2px;
}

    table > thead > tr > th {
        text-indent: 4px;
        font-weight: bold;
        border-bottom: 1px solid #DDD;
    }
.table > thead > tr > th {
    border-top: 1px solid #DDD;
}
   
table > tbody > tr {
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

    table > thead > tr > th,
    table > tbody > tr > td {
        border-right: 1px solid #DDD;
    }

        table > thead > tr > th:first-child,
        table > tbody > tr > td:first-child {
            border-left: 1px solid #DDD;
        }


.campoTxt {
    text-align: left;
}

.campoNum {
    text-align: right;
}
/* ********************************************************************************************** */
    .font16 {
    font-size: 16px;
}

.h1_22px {
    font-size: 22px;
    color:#808080;
}

.h2_24px {
    margin-top:-20px;
    font-size: 24px;
    font-weight: bold;
}

.h4_23px {
    font-size: 23px;
    font-weight: bold;
}

.p_20px {
    font-size: 20px;
    font-weight: 500;
}

.btnBienvenida {
    border-color: #E6E6E6;
    border-radius: 5px;
    background-color: #F2F2F2;
}

.ulPestPrincipal li {
    border-radius: 10px 10px 0px 0px;
    margin-right: -1px !important;
    margin-left: -1px !important;
    
}

    .ulPestPrincipal li a {
        border: 1px solid #E6E6E6;
        background-color: #F2F2F2;
        border-radius: 10px 10px 0px 0px;
        margin-right: -9px !important;
        margin-left: -9px !important;
    }


.ulPestDetalle li {
    border-radius: 10px 10px 0px 0px;
    margin-right: -1px !important;
    margin-left: -1px !important;
    height:200px !important;
}

    .ulPestDetalle li a {
        border-radius: 10px 10px 0px 0px;
        margin-right: -9px !important;
        margin-left: -9px !important;
        height: 130px !important;
    }

.h4_18px {
    font-size:18px;
    font-weight:bold;
}

label {
    font-size: 15px;
    font-weight: 500;
}

.btn, .form-control {
    border-radius:5px;
}

.redondTitle {
    border-radius: 10px 10px 0px 0px;
    background-color: #DDDDDD !important;
    color: #545454;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.line-derecha {
    border-right-color: lightgray;
    border-right-style: solid;
    border-right-width: thin;
}
.div-vertical-botton {
    padding-top:12px;
}
.miniSubNavBar {
    background: #13322B;
    color: #ffffff;
}
.miniDiv {
    margin-top: 14px;
    margin-bottom: 14px;
}

