﻿.templateTable {
    border: solid 1.5px #C4C4C4; /*#965134;*/
    border-collapse: collapse;
    color: Black;
    font-family: Arial;
    font-size: 11px;
    width: 100%;
}

.templateTable td { padding: 6px; }

.templateTable tr.header {
    background-color: #FFFFFF; /* background-color: #EDEDED; */
    border: solid 1.5px #C4C4C4; /* border: solid 1.5px #965134; */
    padding: 6px;
}

.templateTable td.value { font-weight: bold; }

#Content { text-align: center; }

#internalContent { text-align: center; }

.tblInhabil {
    border: 1px solid #E2E2E2;
    border-collapse: collapse;
    width: 100%;
}

.tblInhabil th {
    background-color: #F0F0F0;
    font-size: 1.2em;
    /*width:120px;*/
    text-align: center;
}

.tblInhabil td { text-transform: uppercase; }


.ui-button-text, .ui-dialog-title { font-size: 15px; }

.botonDerecho { float: right; }

.cpHeader {
    background-color: #24135F;
    color: white;
    cursor: pointer;
    font-family: "auto Trebuchet MS", Verdana;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    padding: 4px;
}

.cpBody {
    background-color: #DCE4F9;
    border: 1px gray;
    font: normal 11px auto Verdana, Arial;
    padding: 4px;
    padding-top: 7px;
    width: 450px;
}

.imgbtn {
    margin-top: -30px;
    position: absolute;
}

.cdata {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    width: 100%
}

.cheader {
    background-color: #e6e6e6;
    border: dashed 1px;
    border-color: rgba(0, 0, 0, 0.4);
    border-top: dashed 1px;
    height: 70px;
}

.cheader h2 {
    font-size: 15px;
    padding-left: 40px;
    padding-top: 5px;
}

.modalPopup {
    background-color: #ffffdd;
    border-color: Gray;
    border-style: solid;
    border-width: 3px;
    padding: 3px;
    width: 250px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.style2 { font-size: medium; }