﻿
.content-separator, .archive-separator {
    background: #D5D5D5;
    clear: both;
    color: #FFE;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
}

.content-separator {
    margin: 20px 0;
}

.archive-separator {
    margin: 10px 0;
}


.error, .notice, .success {
    font: 13px normal Arial, Verdana;
    border: 1px solid #DDD;
    margin-bottom: 1em;
    padding: 0.6em 0.8em;
}

.error {
    background: #FBE3E4;
    color: #8A1F11;
    border-color: #FBC2C4;
    opacity: 0.8;
    filter: alpha(opacity=80); /* IE8- */
}

    .error a {
        color: #8A1F11;
    }

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
    opacity: 0.8;
    filter: alpha(opacity=80); /* IE8- */
}

    .notice a {
        color: #514721;
    }

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    opacity: 0.8;
    filter: alpha(opacity=80); /* IE8- */
}

    .success a {
        color: #264409;
    }


h2 { /* for compatibility only, remove once all h2's have been removed */
    color: #333999;
    font-size: 18px;
    font-family: arial;
}


.style-left {
    width: 10%;
}

.style-center {
    width: 70%;
}

.style-rigth {
    width: 80%;
}


body {
    font-size: 14px;
    color: #333333;
    min-width: 1050px;
    max-width: 100%;
    background-image: url('../Images/page-bg.jpg');
}

.post {
    padding: 15px;
    font: 14px normal Arial, Verdana;
}


/* ---- button styles ------------------------------------------------------------------------ */

.buttonstyle {
    font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Verdana, Arial;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #000000;
    width: 145px;
    height: 22px;
    background-color: #E0E0E0;
    font-weight: 700;
}

.acc-heading {
    width: auto;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: -2px;
}

.acc-pane {
    width: auto;
    font-size: 14px;
    background-color: #DFEBF7;
    background-image: url('../Images/page-bg-lighter.jpg');
    background-position: left top;
    background-repeat: repeat;
}

.post-title {
    color: #333999;
    font-size: 21px;
    font-family: 'Segoe UI Light', 'Segoe UI', arial;
    text-shadow: 1px 1px 2px #ffffff;
}

.post-date {
    font: 14px normal Arial, Verdana;
    margin-bottom: 6px;
    text-shadow: 1px 1px 1px #ffffff;
}

.static-accordion {
    border: 1px solid #a6c9e2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 10px;
    font: 14px normal Arial, Verdana;
    background-color: #DFEBF7;
    background-image: url('../Images/page-bg-lighter.jpg');
    background-position: top;
    background-repeat: repeat;
}

.static-acc-header {
    background-color: #336699;
    color: #ffffff;
    height: 15px;
    padding-top: 1px;
    padding-bottom: 4px;
    padding-left: 30px;
    /*background-image: url('../Images/staticheader.png');*/
    font: 14px normal Arial, Verdana;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.column-content {
    padding: 10px;
    font: 14px normal Arial, Verdana;
    color: rgb(121,121,121);
}

    .column-content a {
        color: #456;
    }

        .column-content a:hover {
            color: #000;
        }

.column-title {
    color: rgb(81,81,81);
    font: 16px normal Arial, Verdana;
}

.text-separator {
    padding: 0 5px;
}

.footer {
    padding: 10px;
    font: 11px normal Arial, Verdana;
    text-shadow: 1px 1px 1px #ffffff;
}

    .footer a {
        color: #579;
    }

        .footer a:hover {
            color: #000;
        }

.logininfo {
    font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Verdana, Arial;
    font-size: 14px;
    vertical-align: top;
    width: 300px;
    min-width: 300px;
    text-shadow: 1px 1px 1px #ffffff;
}

.systemtitle {
    font: 28px normal Times New Roman;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 8px;
    width: 550px;
    text-shadow: 1px 1px 2px #ffffff;
}

.systemlogo {
    display: block;
    width: 485px;
    height: 90px;
    background-image: url('../Images/csit-logo.jpg');
    background-size: contain; /* Ajusta la imagen dentro del espacio sin recortarla */
    background-repeat: no-repeat; /* Evita que se repita */
}

.systemlogo1 {
    overflow: hidden;
    white-space: nowrap; /* Evita que el texto se desplace */
}

.container {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre la imagen y el texto */
}

.dashboardtable {
    border-collapse: collapse;
    background-color: #E6EEF6;
}

.ContentPlaceHolderMain {
    min-height: 390px;
}

.highlight {
    background-color: #F1F4F9;
}

.graybox {
    background-color: #F1F4F9;
    min-width: 50px;
    height: 22px;
    padding-top: 1px;
}

.graybox250 {
    background-color: #F1F4F9;
    min-width: 250px;
    height: 22px;
    padding-top: 1px;
}

.graybox120 {
    background-color: #F1F4F9;
    min-width: 120px;
    height: 22px;
    padding-top: 1px;
}

.roundedborder {
    border: 1px solid #A6C9E2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.arial-narrow {
    font-size: 8pt;
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif
}

/* ************************************* CSS homepage ***************************************** */

.plzH1 {
    font-size: 23px;
    color: #023185;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial, Helvetica, sans-serif;
}

.plzH2 {
    font-size: 23px;
    color: #FFFFFF;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial, Helvetica, sans-serif;
}

/*********************************** PEOPLE - HD Content Titles ************************************/
.Bg_hd_cont_blue_estandar {
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    height: 22px;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #285096;
    padding: 0px;
}

.Bg_hd_cont_people_lightblue {
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    height: 22px;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #4B99CE;
    padding: 0px;
}

.Bg_hd_cont_people_red {
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    height: 22px;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #BA1A3A;
    padding: 0px;
}

.Bg_hd_cont_people_yellow {
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    height: 22px;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFCC00;
    padding: 0px;
}

.Bg_hd_cont_people_orange {
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    height: 22px;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #D86528;
    padding: 0px;
}

.Bg_hd_cont_people_green {
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    height: 22px;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #229F51;
    padding: 0px;
}

.Bg_hd_cont_people_purple {
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    height: 22px;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #6E3C85;
    padding: 0px;
}

/* ****************************************************************** */
/* ********************* end CSS homepage *************************** */
.leftPane {
    padding-right: 10px;
    margin-right: 20px;
}

.leftPane, .rightPane {
    float: left;
}

.previmage {
    width: 230px;
    height: 220px;
    vertical-align: middle;
}

#pvwImage {
    margin: 10px;
    width: 200px;
    height: 180px;
    vertical-align: middle;
}

.size-custom {
    width: 315px;
}

.custom-buttonPTV {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: blue;
    border: none;
    cursor: pointer;
}

