﻿
#controls
{
    background-color: White;
}

.HeaderGrupo
{
    border-spacing: 0;
    width: 100%;
    background-color: #428bca;
    border-color: #D6D7DE;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    color: White;
}
.HeaderGrupo:hover
{
    border-spacing: 0;
    width: 100%;
    background-color: White;
    border-color: #D6D7DE;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    color: #428bca;
}

.DefHorario
{
    background-color: White;
    display: none;
    margin: auto;
}

.DefHorarioS
{
    border-color: #000000;
    background-color: White;
}

#horario
{
    color: #3070A7;
    font-family: Open Sans;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#hinicial
{
    color: #3070A7;
    font-family: Open Sans;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#hfinal
{
    color: #3070A7;
    font-family: Open Sans;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#FinalHorario
{
    font-family: Open Sans;
    border-width: 1px;
    text-align: center;
}

.PanelGrupo
{
    border: thin solid #D6D7DE;
    background-color: White;
    position: absolute;
    width:700px;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
    text-align: center;
}

.PanelAgregarIdiomas
{
    visibility: visible;
    background-color: Red;
    width: 100%;
    height: 100%;
    top: 0%;
    position: absolute;
}
.PanelAgregarIdiomasOculto
{
    visibility: hidden;
    background-color: Red;
    width: 100%;
    height: 100%;
    top: 0%;
    position: absolute;
}

.styleGrid
{
    font-family: Open Sans;
    font-size: 14px;
    color: Black;
    border-color: #D6D7DE;
    width: 100%;
}
.headerGrid
{
    background-color: #2F70A7;
    color: white;
    text-align: center;
    font-variant: normal;
    font-weight: normal;
}

.styleRowGrid
{
    background-color: White;
}

.alternativeGrid
{
    background-color: White;
}

.PopupHeader
{
    border-spacing: 0;
    width: 100%;
    background-color: #ECECEC;
    border-color: #ECECEC;
    border-style: solid;
    border-width: 0px;
    cursor: move;
    color: White;
    text-align: right;
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: bold;
}

.tiempoI
{
    color: #3070A7;
    font-family: Open Sans;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.tiempoF
{
    color: White;
    background-color: #3070A7;
    font-family: Open Sans;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#Mensaje
{
    width: 100%;
    font-family: Open Sans;
    font-size: 12px;
    color: Red;
    background-color: transparent;
}

.MensajeError
{
    width: 100%;
    font-family: Open Sans;
    font-size: 12px;
    color: Red;
    background-color: transparent;
}
