body {
    margin: 5px;
    font-size: 12px;
}

img {
    border: none;
}

a img {
    border: none;
}

.barra {
    width: 83%;
    background-color: #E5B219;
    border-bottom: #999 1px solid;
    border-top: #999 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 19em;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #FFF;
    float: left;
    display: inline;
}

.barra a {
    color: #FFF;
    text-decoration: none;
}

.tituloCabezal {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.tituloMediano {
    font-size: 15px;
    font-weight: bold;
}

.leftColumn {
    width: 18em;
}

.centerColumn {

}

.rightColumn {

}

.columnaLogin {
    width: 15em;
    vertical-align: top;
}

.columnaLlamados {
    vertical-align: top;
}

.confirmacionDatos {
    font-weight: bold;
    padding-left: 5px;
}

.form-border {
    border: 1px solid #cccccc;
}

.helpIconColumn {
    width: 20px;
    text-align: center;
}

/* Style rules to make data tables look better */

.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}

.list-paging-header {
    background-color: white;
}

.list-paging-footer {
    background-color: white;
}

.list-row-even {
    background-color: #eeeeee;
    height: 30px;
}

.list-row-odd {
    background-color: #eeeeee;
    height: 30px;
}

/* constancia impresion */
.noprint, .print {
    display: none;
}

@media screen {
    .noprint, .printns {
        display: block;
    }

    .print {
        display: none;
    }
}

@media print {
    .print {
        display: block;
    }

    .noprint, .printns, {
        display: none;
    }
}

#constanciaPublicacion {
    font-size: 16px;
    margin: 10px;
    width: 85%;
    word-spacing: 5px;
    line-height: 1.3em;
}

/* Style rules for message severity levels */

.MsgInfo {
    color: green;
    font-weight: bold;
}

.MsgWarn {
    color: orange;
    font-weight: bold;
}

.MsgError {
    color: red;
    font-weight: bold;
}

.MsgFatal {
    color: red;
    font-style: italic;
    font-weight: bold;
}

