﻿/*#region body*/
body {
    margin: auto;
    width: 80%;
    min-width: 1024px;
    min-height: 300px;
    background-color: #eaeaea;
    padding: 0;
    border: 1px none #73AD21;
    font-family: Calibri;
}

    body th {
        font-weight: bold;
        font-family: Calibri;
        color: white;
        background-color: #2064AA;
    }

    body tr td {
        font-family: Calibri;
    }
/*#endregion*/

/*#region header*/
header {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    border: none;
    background-color: #FFFFFF;
    margin-top: 10px;
    height: 110px;
    background-image: url('../Imagenes/SGA_Logo.png');
    background-repeat: no-repeat;
    background-position: 1% 45%;
    background-size: 200px 80px;
}

    header p {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 10px;
        padding: 0;
        color: #9aacc5;
        font-size: 24pt;
        font-family: Calibri;
        font-weight: bold;
    }
/*#endregion*/

/*#region nav*/
nav {
    clear: both;
    width: 100%;
    border: none;
    background-color: #2064AA;
    display: block;
    height: 40px;
}

    nav ul {
        padding: 0;
        display: block;
        position: fixed;
        padding: 0;
        display: block;
        list-style-type: none;
        top: 0;
        height: 40px;
    }

        nav ul li {
            display: block;
            color: #FFFFFF;
            border-right: 1px solid #dddddd;
            text-align: center;
            height: 40px;
            background-color: #2064AA;
            min-width: 150px;
        }

            nav ul li a {
                padding-top: 10px;
                height: 30px;
                display: block;
            }

            nav ul li:hover {
                background-color: #4CAF50;
                display: block;
                font-weight: normal;
                font-size: 10pt;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                min-width: 150px;
            }

.navSeleccionados {
    /*background-color: #4CAF50;*/
    color: white;
}
/*#endregion*/

/*#region section*/
section {
    width: 100%;
    background-color: white;
    padding: 0;
    min-height: 450px;
}

    section h1 {
        margin: auto;
        display: block;
        text-align: center;
        padding: 0.2em;
        margin: 0;
        font-family: Calibri;
        font-size: 24pt;
        color: #9aacc5;
    }

/*#endregion*/

/*#region footer*/
footer {
    padding: 0;
    width: 100%;
    border: none;
    background-color: #2064AA;
    border-radius: 0px 0px 10px 10px;
}

    footer p {
        padding: 0;
        margin: 0;
        border: none;
        text-align: center;
        font-size: 13pt;
        color: white;
        font-family: Calibri;
    }

        footer p a {
            color: lightgray;
        }

            footer p a:hover {
                color: #4CAF50;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
            }
/*#endregion*/

/*#region Formulario de Log In*/
.controlLogIn {
    height: auto;
    padding: 0;
    border: 2px solid Black;
    border-collapse: collapse;
    font-family: Calibri;
}

    .controlLogIn table th {
        padding: 0;
        border: 1px solid Black;
        border-collapse: collapse;
    }

    .controlLogIn table td {
        padding: 0;
        border: 1px solid Black;
        border-collapse: collapse;
    }

.controlLogInTitulo {
    padding: 0;
    color: white;
    font-size: 16pt;
    font-family: Calibri;
    background-color: #2064AA;
}

.controlLogInLabel {
    text-align: Left;
    vertical-align: Middle;
    Height: 20px;
    Font-Size: 12pt;
    font-family: Calibri;
}

.controlLogInText {
    text-align: Left;
    vertical-align: Middle;
    Height: 20px;
    Font-Size: 12pt;
    font-family: Calibri;
}

.controlLogInCheck {
    Font-Size: 12pt;
    font-family: Calibri;
}

.controlLogInbtn {
    width: 100%;
    margin: 10px auto;
    padding: 4px;
    background-color: #2064AA;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #eee;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: capitalize;
}

    .controlLogInbtn:hover {
        background: #4CAF50;
        color: white;
    }

    .controlLogInbtn:active {
        background: #4CAF50;
        color: white;
    }
/*#endregion header*/

/*#region Controles*/
.controlLoginStatus {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    width: 100px;
    color: white;
    background-color: #2064AA;
    border-radius: 5px 5px 5px 5px;
}

    .controlLoginStatus a {
        color: #c67070;
    }

    .controlLoginStatus:hover {
        border-radius: 5px 5px 5px 5px;
        background-color: #4CAF50;
        color: white;
    }

.controlSiteMapArea {
    padding: 5pt;
    background-color: #eaeaea;
}

.controlSiteMap {
    color: black;
    font-family: Calibri;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .controlSiteMap a {
        color: black;
        font-family: Calibri;
        background-color: none;
    }

        .controlSiteMap a:hover {
            background-color: #4CAF50;
            color: white;
            padding: 0;
        }

.currentNodeStyle {
    color: white;
    font-family: Calibri;
    background-color: #4CAF50;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}

/*#endregion*/

/*#region Tabla*/
.tablaSimple {
    font-family: Calibri;
    font-size: 12pt;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin: auto;
}

    .tablaSimple th {
        font-size: 16pt;
        border: 1px solid #dddddd;
    }

    .tablaSimple td {
        border: 1px solid #dddddd;
    }

.tablaConBordes {
    font-family: Calibri;
    font-size: 12pt;
    border: 1px solid lightgray;
    border-collapse: collapse;
    margin: auto;
}

    .tablaConBordes th {
        font-size: 16pt;
        border: 1px solid lightgray;
    }

    .tablaConBordes td {
        border: 1px solid lightgray;
    }

.controlTablaSimpleSinBordes {
    font-family: Calibri;
    border: none;
    border: none;
    border-collapse: collapse;
    padding: 0;
}

    .controlTablaSimpleSinBordes th {
        font-family: Calibri;
        font-size: 14pt;
        border: none;
        padding: 0;
    }

    .controlTablaSimpleSinBordes td {
        font-family: Calibri;
        font-size: 12pt;
        border: none;
        padding: 0;
    }

.controlTablaSimpleConBordes {
    font-family: Calibri;
    border: none;
    border: 1px solid Black;
    border-collapse: collapse;
    padding: 0;
}

    .controlTablaSimpleConBordes th {
        font-family: Calibri;
        font-size: 14pt;
        border: 1px solid Black;
        padding: 0;
    }

    .controlTablaSimpleConBordes td {
        font-family: Calibri;
        font-size: 12pt;
        border: 1px solid Black;
        padding: 0;
    }

.tablaEspecialEspecialista {
    font-family: Calibri;
    font-size: 12pt;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin: auto;
}

    .tablaEspecialEspecialista th {
        font-family: Calibri;
        font-size: 20pt;
        border: 1px solid #dddddd;
        padding: 0;
    }

    .tablaEspecialEspecialista td {
        font-family: Calibri;
        font-size: 12pt;
        border: 1px solid #dddddd;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tablaEspecialEspecialista p {
        font-family: Calibri;
        font-size: 12pt;
    }

    .tablaEspecialEspecialista a {
        font-family: Calibri;
        font-size: 12pt;
        color: #2064AA;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .tablaEspecialEspecialista a:hover {
            font-family: Calibri;
            font-size: 12pt;
            background: #4CAF50;
            color: white;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 0px;
            padding-bottom: 0px;
        }
/*#endregion*/

/*#region TreeView*/
.controlTreeView {
    padding: 0;
}

    .controlTreeView tr {
        border: none;
    }

        .controlTreeView tr:hover {
            border: none;
            background-color: #4CAF50;
        }

        .controlTreeView tr td {
            border: none;
        }

            .controlTreeView tr td:hover {
                border: none;
                background-color: #4CAF50;
            }
/*#endregion*/

/*#region Button*/
.controlbtn {
    margin: auto;
    padding: 1px;
    background-color: #2064AA;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: white;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .controlbtn:hover {
        background: #4CAF50;
        color: white;
    }
/*#endregion*/

/*#region Grid*/
.controlGrid tr th {
    font-size: 12pt;
    border-right: 1px solid Black;
}

.controlGrid tr td {
    font-size: 10pt;
    border-right: 1px solid Black;
}
/*#endregion*/

/*#region TextBox*/
controlTextbox {
    padding: 0;
}
/*#endregion*/

/*#region Calendar*/

.myCalend:hover {
    color: white;
}

myCalend a:hover {
    color: white;
    font-weight: bold;
    background-color: #9aacc5;
}

myCalend tr td a:hover {
    color: white;
    font-weight: bold;
    background-color: #9aacc5;
}

myCalend tr td {
    color: white;
    background-color: #4CAF50;
}

.myCalendar {
    font-family: Calibri;
    background-color: #f2f2f2;
    border: 1px solid black;
    border-top: 0px;
    text-transform: uppercase;
    font-size: 14pt;
    color: white;
    font-weight: bold;
    background-color: #2064AA;
}

myCalendar tr td a {
    color: white;
}

.myCalendarDayHeader {
    font-family: Calibri;
    text-transform: uppercase;
    background-color: #2064AA;
    border: 1px solid black;
}

.myCalendarDay {
    font-family: Calibri;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    border: 1px solid black;
    height: 75px;
    font-size: 10pt;
}

    .myCalendarDay a:hover {
        color: white;
        font-weight: bold;
        background-color: #9aacc5;
    }

    .myCalendarDay td a:hover {
        color: white;
        font-weight: bold;
        background-color: #9aacc5;
    }

    .myCalendarDay tr td a:hover {
        color: white;
        font-weight: bold;
        background-color: #9aacc5;
    }

.myCalendarSelectedDay {
    font-family: Calibri;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    border: 1px solid black;
    height: 75px;
    background-color: #2064AA;
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

.myCalendarTodayDay {
    font-family: Calibri;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    border: 1px solid black;
    height: 75px;
    background-color: #2064AA;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

.myCalendarWeekendDayStyle {
    font-family: Calibri;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    border: 1px solid black;
    height: 75px;
    background-color: lightblue;
    font-size: 10pt;
}

.myCalendarOtherMonthDayStyle {
    font-family: Calibri;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    height: 75px;
    background-color: #2064AA;
    color: white;
    font-size: 10pt;
}

    .myCalendarOtherMonthDayStyle tr td a {
        background-color: #2064AA;
        color: white;
        font-size: 10pt;
    }

.calendarioHiper tr td a:hover {
    color: white;
    font-weight: bold;
    background-color: #9aacc5;
}
/*#endregion*/
