﻿@font-face {
    font-family: "Segoe UI", Tahoma, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
}

* {
    font-family: "Segoe UI", Tahoma, Arial
}

body {
    margin: 0;
    font-size: 0.75em;
}

a:link {
    color: #990000;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #990000;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    color: #990000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.DivNota {
    font-weight: normal;
    font-size: 0.9em;
    color: #333;
    text-align: center;
    width: 30%;
    margin: 2em auto;
    border: 1px solid #b7b7b7;
    line-height: 1.5em;
    padding: 0.5em;
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#Cabecera {
    background-image: url('../Imagenes/Cabecera.jpg');
    background-repeat: repeat-x;
    height: auto;
    min-height: 80px;
    width: 100%;
}

.InicioCabecera {
    background-image: url('../Imagenes/InicioCabecera.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    height: 80px;
    width: 800px;
    z-index: 0;
}

.Boton {
    color: #fff;
    border: 0;
    padding: 4px 7px !important;
    margin: 0 5px 0 0 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    text-transform: uppercase;
    background: #a8a8a8;
    background-position: 10% 50%;
    box-shadow: inset 0 0 0 0 #2a83be;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

    .Boton:hover {
        background-image: url('../Imagenes/FondoTopTabla.jpg');
        background-position: top;
        background-repeat: repeat-x;
    }

.DivCentrado {
    text-align: center;
    width: 100%;
    margin: auto;
}
/******************************************************************************/
/* CONTENIDO CABECERA */
/******************************************************************************/

.InfoCabecera {
    width: 100%;
    position: relative;
    min-height: 20px;
    border-top: 1px solid #cce7f6;
}

.LabelInfoCabeceraIzq {
    width: auto;
    height: auto;
    float: left;
    margin-left: 15px;
    background-image: url('../Imagenes/IconoLabelInfoCabeceraIzq.png');
    background-repeat: no-repeat;
    text-indent: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
    line-height: 20px;
}

.LabelInfoCabeceraDch {
    width: auto;
    height: auto;
    float: left;
    background-image: url('../Imagenes/IconoLabelInfoCabeceraDch.png');
    background-repeat: no-repeat;
    text-indent: 16px;
    margin-left: 15px;
    color: #153d54;
    position: relative;
    line-height: 20px;
}

.IconoCabeceraCursosCongresos {
    width: 85px;
    height: 75px;
    margin: 2px 20px 0 0;
    background-image: url('../Imagenes/IconoCursosCongresos.png');
    float: right;
    position: relative;
    z-index: 15000;
}

.IconoCabeceraEmplea {
    width: 85px;
    height: 75px;
    margin: 2px 20px 0 0;
    background-image: url('../Imagenes/IconoEmplea.png');
    float: right;
    position: relative;
}

.IconoCabeceraAgendas {
    width: 85px;
    height: 75px;
    margin: 2px 20px 0 0;
    background-image: url('../Imagenes/IconoAgendas.png');
    float: right;
    position: relative;
}

.IconoCabeceraIndicadores {
    width: 85px;
    height: 75px;
    margin: 2px 20px 0 0;
    background-image: url('../Imagenes/IconoIndicadores.png');
    float: right;
    position: relative;
}

.IconoCabeceraEstudiosClinicos {
    width: 85px;
    height: 75px;
    margin: 2px 20px 0 0;
    background-image: url('../Imagenes/IconoEstudiosClinicos.png');
    float: right;
    position: relative;
}

.DivComentario {
    color: #666;
    padding: 1em;
    border: 0.1em solid #b8b8b8;
    text-align: justify;
    width: 70%;
    margin: auto;
    margin-bottom: 2em;
    z-index: 5;
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}
/**********************************************************************************************************************************************************/
/* Espera
/**********************************************************************************************************************************************************/

.DivEspera {
    color: #666;
    padding: 1em;
    border: 0.1em solid #b8b8b8;
    text-align: justify;
    width: 60%;
    margin: auto;
    margin-bottom: 2em;
    z-index: 5;
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    margin-top: 10em;
}

.DivImagenEspera {
    text-align: center;
}
/**********************************************************************************************************************************************************/
/* Bienvenida
/**********************************************************************************************************************************************************/

.Bienvenida {
    background-image: url('../Imagenes/Bienvenida.jpg');
    background-repeat: no-repeat;
    width: 40em;
    height: 30em;
    margin: auto;
    margin-top: 1em;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.BienvenidaIngles {
    background-image: url('../Imagenes/Bienvenida_EN.jpg');
    background-repeat: no-repeat;
    width: 40em;
    height: 30em;
    margin: auto;
    margin-top: 2em;
    z-index: 1;
}

.DivNotaProfesores {
    color: #666;
    padding: 1em;
    border: 0.1em solid #b7b7b7;
    text-align: justify;
    width: 90%;
    margin: auto;
    margin-bottom: 2em;
    z-index: 5;
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

.UltimoLogin {
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0.5em;
    z-index: 50;
    margin-top: 1.5em;
    margin-left: 2em;
    float: left;
    border: 1px solid #b7b7b7;
    font-size: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .UltimoLogin .LabelTexto {
        font-weight: normal
    }

.CabeceraUltimoLogin {
    line-height: 2em;
    border: 0.1em solid #b7b7b7;
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    background-image: url('../Imagenes/FondoTopTabla.jpg');
    background-position: top;
    background-repeat: repeat-x;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #fff; 
}

.InnerWidget img
{width:100%;}


/**********************************************************************************************************************************************************/
/* BienvenidaCV
/**********************************************************************************************************************************************************/

.BienvenidaCV {
    background-image: url('../Imagenes/BienvenidaCV.jpg');
    background-repeat: no-repeat;
    width: 40em;
    height: 30em;
    margin: auto;
    margin-top: 2em;
    z-index: 1;
}
/**********************************************************************************************************************************************************/
/* Bienvenida iFundanet
/**********************************************************************************************************************************************************/

.BienvenidaIfundanet {
    width: 950px;
    margin: auto;
    position: relative;
}

.IzquierdaLogin {
    margin: 0 15px 0 0;
    width: 550px;
    position: relative;
    float: left;
    padding: 5em 0 0 0;
}

.DerechaLogin {
    margin: 0;
    width: 350px;
    position: relative;
    float: left;
}

    .DerechaLogin .DivNota {
        width: 90% !important;
    }

.Slider {
    width: 550px;
    height: 200px;
    position: relative;
    margin: 0;
}

    .Slider img {
        border: 0 !important;
    }
/**********************************************************************************************************************************************************/
/* Calendario
/**********************************************************************************************************************************************************/

.JsCalendar_CabCalendario {
    font-size: 8pt;
    border-bottom-style: none;
    border: 0.1em solid #666;
    width: 25em;
    background-image: url('../Imagenes/FondoTopTabla.jpg');
    background-repeat: repeat-x;
    background-position: top;
}

    .JsCalendar_CabCalendario a:link {
    }

    .JsCalendar_CabCalendario a:visited {
    }

    .JsCalendar_CabCalendario a:active {
    }

.DivSelMeses {
    display: block;
    float: left;
    margin-right: 0.9em;
    margin-top: 0.3em;
}

.SelMeses {
    font-size: 10pt;
    color: #000;
    width: 150px;
    font-weight: normal;
    background-color: #dddddd;
    border: 0.1em solid #fff;
    vertical-align: bottom;
    left: 0.6em;
    position: relative;
}

#cbMes {
    border: 1px solid #ccc !important;
}

.JsCalendar_Ano {
    font-size: 10pt;
    color: #fff;
    font-weight: normal;
    background-color: transparent;
    border: 0px solid #666;
    width: 3em;
    top: 0em;
    left: 0.2em;
    text-align: center;
    position: relative;
}

.JsCalendar_Mes {
    font-size: 10pt;
    color: #fff;
    font-weight: normal;
    background-color: transparent;
    border: 0px solid #666;
    width: 4em;
    top: 0.1em;
    left: 0em;
    text-align: left;
    position: relative;
}

.SemCalendario {
    font-size: 10pt;
    color: black;
    background-color: #cccccc;
    border: 0.1em solid #666;
    border-top-style: none;
    border-bottom-style: none;
    height: 20px;
    width: 20em;
    text-align: center;
}

    .SemCalendario td {
        border: 0;
        border-color: #fff;
        font-size: 10pt;
        color: #000;
        border-top-style: none;
        background-color: #cccccc;
        border-bottom-style: none;
    }

.JsCalendar_DetCalendario {
    font-size: 10pt;
    color: black;
    border-right: 0.1em solid #666;
    border-left: 0.1em solid #666;
    border-bottom: 0.1em solid #666;
    border-top-style: none;
    width: 20em;
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: center;
}

    .JsCalendar_DetCalendario td {
        width: 21px;
        text-align: center;
        border: 1px solid transparent;
    }

    .JsCalendar_DetCalendario .NoDia {
        cursor: none;
    }

    .JsCalendar_DetCalendario .Dia {
        cursor: pointer;
    }

    .JsCalendar_DetCalendario td:hover {
        text-align: center;
        background-image: url('../Imagenes/FondoTabla.jpg');
        background-repeat: repeat-x;
        background-position: top;
        cursor: pointer;
        border: 1px solid #0b649e;
        color: #0b649e;
        border-collapse: collapse;
    }

.DivCambioAnualidad {
    display: block;
    width: 0.6em;
    height: 1em;
    float: right;
    margin-right: 0.5em;
    margin-top: 0.4em;
}

.DivAnualidad {
    display: block;
    float: right;
    margin: 0.3em 0 0 0.5em !important;
}

.DivMesMenos {
    display: block;
    float: left;
    margin-left: 0.2em;
    margin-top: 0.5em;
    margin-right: 0.3em;
}

.MesMenos {
    cursor: pointer;
    width: 16px;
    height: 16px;
    float: left;
    background-image: url('../Imagenes/MesMenos.gif');
    background-repeat: no-repeat;
    background-position: center;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

    .MesMenos:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

.DivMesMas {
    display: block;
    float: right;
    margin-left: 0.3em;
    margin-top: 0.8em;
}

.MesMas {
    cursor: pointer;
    width: 16px;
    height: 16px;
    float: right;
    left: 18em;
    top: 9px;
    position: absolute;
    background-image: url('../Imagenes/MesMas.gif');
    background-repeat: no-repeat;
    background-position: center;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

    .MesMas:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

.YearMas {
    cursor: pointer;
    width: 0.7em;
    height: 1em;
    margin-top: -0.1em;
    background-image: url('../Imagenes/Up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.YearMenos {
    cursor: pointer;
    width: 0.7em;
    height: 1em;
    margin-top: -0.2em;
    background-image: url('../Imagenes/Down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.FechaActual {
    cursor: pointer;
    background-color: #666;
    background-image: url('../Imagenes/FondoMenuHover.jpg');
    background-position: left top;
    color: #fff;
    border: 1px solid #990000;
    border-collapse: collapse;
}

.FechaReferencia {
    cursor: pointer;
    background-color: #ffe9c4;
    color: #000;
    border: 1px solid #666;
    border-collapse: collapse;
}
/**********************************************************************************************************************************************************/
/* Cambiar password
/**********************************************************************************************************************************************************/

.foo {
}

.AspNet-ChangePassword {
    font-size: 1em;
    padding: 0.5em;
    border: 0.1em solid #7f7f7f;
    width: 38em;
    margin: auto;
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
    text-align: center;
}

    .AspNet-ChangePassword label,
    .AspNet-ChangePassword input {
        color: #000;
    }

    .AspNet-ChangePassword input {
        font-size: 1em; /* lets the form element scale */
    }

    .AspNet-ChangePassword label em {
        text-decoration: underline;
        font-style: normal;
    }

    .AspNet-ChangePassword .AspNet-ChangePassword-ChangePasswordTitlePanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTitlePanel {
        font-weight: bold;
        line-height: 2em;
        margin-bottom: 0.3em;
        border: 0.1em solid #7f7f7f;
        color: #fff;
        background-image: url('../Imagenes/FondoTopTabla.jpg');
        background-position: top;
        text-align: center;
    }

    .AspNet-ChangePassword .AspNet-ChangePassword-InstructionPanel {
        font-weight: bold;
        line-height: 2em;
        margin-bottom: 0.3em;
        border: 0.1em solid #7f7f7f;
        color: #fff;
        background-image: url('../Imagenes/FondoTopTabla.jpg');
        background-position: top;
        text-align: center;
    }

    .AspNet-ChangePassword .AspNet-ChangePassword-FailurePanel {
        height: 4em;
        color: #990000;
    }

    .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-CreateUserPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-PasswordRecoveryPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel {
        padding: 0.25em 0.1em 0 0;
    }

    .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel {
        text-align: right;
    }

        .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel label,
        .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel label,
        .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel label,
        .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel label,
        .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel span {
            white-space: nowrap;
        }

        .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel input,
        .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel input,
        .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel input,
        .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel input {
            width: 50%;
            margin: auto;
            font-size: 1em;
            border: 0.1em solid #7f7f7f;
        }

    .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input,
    .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input {
        font-size: 1em;
        font-weight: normal;
        color: #666;
        height: 27px;
        line-height: 22px;
        margin: 0;
        padding: 0 8px 4px 8px;
        background-image: url('../Imagenes/FondoBotonSemicrol.png');
        background-repeat: repeat-x;
        background-position: bottom;
        text-decoration: none;
        background-color: #f5f5f5;
        /* A modificar segunIdentidad Corporativa Original: #f5f5f5 */
        text-shadow: 0px 1px 0px #fff;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        cursor: pointer;
    }

        .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input:hover,
        .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input:hover {
            color: #000;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            outline: none !important;
            box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
        }

    .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel,
    .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel {
        text-align: center;
    }

/**********************************************************************************************************************************************************/
/* Datalist
/**********************************************************************************************************************************************************/

.AspNet-DataList-TablaPrincipal {
    width: 100%;
    padding-top: 1em;
}

.AspNet-DataList-Caption {
    vertical-align: baseline;
    background-color: #b8b8b8;
    color: #000;
    text-align: center;
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-position: bottom;
    line-height: 2.3em;
    border-top: 0.1em solid #b8b8b8;
    border-left: 0.1em solid #b8b8b8;
    border-right: 0.1em solid #b8b8b8;
    border-bottom: 0.1em solid #b8b8b8;
}
/**********************************************************************************************************************************************************/
/* Inicio
/**********************************************************************************************************************************************************/

.DivInicio {
    width: 50em;
    height: 45em;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../Imagenes/Inicio.jpg');
}

#BtEntrar {
    font-weight: normal;
    font-size: 1.2em;
    margin: 0.5em auto 0 auto;
    color: #666;
    height: 30px !important;
    padding: 6px 10px;
    background-image: url('../Imagenes/FondoBotonSemicrol.png');
    background-repeat: repeat;
    background-position: top;
    outline: none;
    background-color: #f5f5f5;
    /* A modificar segunIdentidad Corporativa Original: #f5f5f5 */
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    line-height: 15px;
}

    #BtEntrar:hover {
        color: #000;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        outline: none !important;
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    }
/**********************************************************************************************************************************************************/
/* Login
/**********************************************************************************************************************************************************/

.AspNet-Login {
    font-size: 1em;
    padding: 1em;
    border: 0.1em solid #bebebe;
    width: 25em;
    margin: auto;
    margin-top: 5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url('../Imagenes/FondoLogin.jpg');
}

    .AspNet-Login label {
    }

    .AspNet-Login input {
        color: #000;
        border: 0;
        background-image: url('../Imagenes/FondoInput.jpg');
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .AspNet-Login input {
        font-size: 1em;
        height: 1.5em;
    }

        .AspNet-Login input:focus {
            font-size: 1em;
            border: 0.1em solid #666;
            background-color: #fff0cf;
            background-image: none;
        }

#Login1_RememberMe {
    border: 0;
}

.AspNet-Login label em {
    text-decoration: underline;
    font-style: normal;
}

.AspNet-Login .AspNet-Login-TitlePanel {
    font-size: 16px;
    font-weight: normal;
    line-height: 2em;
    margin-bottom: 0.3em;
    background-image: url('../Imagenes/FondoTopTabla.jpg');
    background-position: top left;
    text-align: center;
    border: 0;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.AspNet-Login .AspNet-Login-FailurePanel {
    height: 2em;
    margin: 0.5em auto 0 auto;
    padding: 1em;
    color: #990000;
    background-color: #fff0cf;
    border: 1px solid #bebebe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.AspNet-Login .AspNet-Login-UserPanel,
.AspNet-Login .AspNet-Login-PasswordPanel,
.AspNet-Login .AspNet-Login-RememberMePanel,
.AspNet-Login .AspNet-Login-SubmitPanel {
    padding: 0.25em 0.1em 0 0;
}

.AspNet-Login .AspNet-Login-UserPanel,
.AspNet-Login .AspNet-Login-PasswordPanel,
.AspNet-Login .AspNet-Login-SubmitPanel {
    text-align: right;
}

    .AspNet-Login .AspNet-Login-UserPanel label,
    .AspNet-Login .AspNet-Login-PasswordPanel label {
        white-space: nowrap;
        color: #666;
    }

    .AspNet-Login .AspNet-Login-UserPanel input,
    .AspNet-Login .AspNet-Login-PasswordPanel input {
        width: 9em;
    }

    .AspNet-Login .AspNet-Login-SubmitPanel input {
        font-size: 1em;
        font-weight: normal;
        color: #fff;
        height: 28px;
        line-height: 15px;
        margin: 0.5em 0.4em 0 0;
        padding: 3px 8px 4px 8px;
        background-image: url('../Imagenes/FondoTopTabla.jpg');
        background-position: -500 0;
        min-width: 110px;
        cursor: pointer;
        background-repeat: repeat-x;
        background-position: bottom;
        text-decoration: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        background: #a8a8a8;
        background-position: 10% 50%;
    }

        .AspNet-Login .AspNet-Login-SubmitPanel input:hover {
            background-image: url('../Imagenes/FondoTopTabla.jpg');
            background-position: 10% 50%;
            color: #FFF;
            border: 0;
        }

.AspNet-Login .AspNet-Login-InstructionPanel,
.AspNet-Login .AspNet-Login-HelpPanel,
.AspNet-Login .AspNet-Login-PasswordPanel,
.AspNet-Login .AspNet-Login-RememberMePanel,
.AspNet-Login .AspNet-Login-CreateUserPanel,
.AspNet-Login .AspNet-Login-PasswordRecoveryPanel {
}

.EleccionDominios {
    width: 24em;
    margin: 1em auto 0 auto;
    padding: 0.5em 0.5em 0 0.5em;
    border: 0.1em solid #7f7f7f;
    background-image: url('../Imagenes/FondoTabla.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: left;
    list-style: none;
}

    .EleccionDominios ul {
        list-style: none;
    }

    .EleccionDominios .Cabecera {
        background-image: url('../Imagenes/FondoTopTabla.jpg');
        background-repeat: repeat-x;
        color: #fff;
        text-align: center;
        border: 0.1em solid #666;
        padding: 0.2em;
        margin-bottom: 0.5em;
    }

.FloatDerecha {
    float: right;
}

.FloatIzquierda {
    float: left;
}

/**********************************************************************************************************************************************************/
/* Masterpage
/**********************************************************************************************************************************************************/

.SiteMapPath .Separador {
    background-image: url('../Imagenes/BreadCrumb.gif');
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.5em;
}

.SiteMapPath {
    text-decoration: none;
    color: #666;
    line-height: 1.5em;
}

    .SiteMapPath a {
        text-decoration: none;
        color: #990000;
    }

        .SiteMapPath a:hover {
            text-decoration: underline;
            color: #000;
        }

#ContenedorGeneral {
    display: block;
    width: 100%;
}

.Menu {
    float: left;
    min-height: 30em;
    border-top: 0.1em solid #fff;
    padding: 0;
    font-size: 1em;
    text-shadow: none;
    border: none;
    height: 20px;
    color: #fff !important;
    background-image: none;
}

.MostrarMenu {
    float: left;
    vertical-align: top;
    font-size: 100%;
    color: #990000;
    cursor: pointer;
    height: 1.5em;
    background: none;
}

    .MostrarMenu img:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        background: none;
    }

.OcultarMenu {
    background-repeat: repeat-x;
    background-position: bottom;
    color: #000;
    text-align: right;
    width: 100%;
    cursor: pointer;
    padding: 0;
}

    .OcultarMenu img {
        background: none;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }

        .OcultarMenu img:hover {
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;
            -khtml-opacity: 1;
            background: none;
        }

.PlaceHolderContenido {
    overflow: hidden;
    padding: 0 0.5%;
}

.AgrupaContenido {
}

.AgrupaContenidoExtendido {
    width: 100%;
    float: left;
}

.DivError {
    border-bottom: 1px solid #e30303;
    background-image: url('../Imagenes/MensajeAlerta.gif');
    background-repeat: no-repeat;
    background-color: #fafad2;
    line-height: 1.5em;
    text-align: justify;
    padding-left: 1.5em;
    padding-right: 1em;
    color: #990000;
    font-weight: normal;
    margin: 0em;
}

.DivMantenimiento {
    border-bottom: 1px solid #e30303;
    background-image: url('../Imagenes/MensajeMantenimiento.gif');
    background-repeat: no-repeat;
    background-color: #fafad2;
    line-height: 1.5em;
    text-align: justify;
    padding-left: 1.5em;
    padding-right: 1em;
    color: #990000;
    font-weight: normal;
    margin: 0em;
}

#Contenido {
    background-color: #fff;
    margin: 0em;
}

.BreadCrumb,
.OcultarMenu {
    border-top: 0.1em solid #fff;
    font-size: 1em;
    background-color: #898989;
    text-shadow: none;
    border: none;
    background-image: none;
    height: 20px;
    padding: 5px 0 0 0;
    color: #fff !important;
}

    .BreadCrumb a {
        color: #fff !important;
        font-size: 1em;
    }

        .BreadCrumb a,
        .BreadCrumb a:link,
        .BreadCrumb a:active,
        .BreadCrumb a:visited {
            color: #fff !important;
        }

            .BreadCrumb a:hover {
                text-decoration: underline;
            }

.Usuario {
    font-size: 1.1em;
    font-weight: normal;
    color: #fff;
    padding-left: 1.7em;
    background-image: url('../Imagenes/Usuario.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 10px !important;
    padding-top: 1px;
    line-height: 16px;
}

.Imprimir {
    padding-left: 1.5em;
    display: block;
    background-image: url('../Imagenes/Imprimir.png');
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    margin: 0 1em 0 0;
    line-height: 16px;
}

.CerrarSesion {
    padding-left: 1.5em;
    background-image: url('../Imagenes/Cerrar.png');
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    display: block;
    margin: 0 1em 0 0;
    line-height: 16px;
}

.Ayuda {
    padding-left: 1.5em;
    background-image: url('../Imagenes/Ayuda.gif');
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    margin: 0 1em 0 0;
    display: block;
    line-height: 16px;
}

.Pie {
    display: none;
    clear: left;
    width: 100%;
    border-top: 0.1em solid #848484;
    border-bottom: 0.1em solid #848484;
    background-color: #898989;
    text-align: center;
    background-image: none;
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
    font-size: 1.1em;
}

    .Pie span {
        padding: 5px 15px !important;
        display: block;
    }

.Buzon {
    padding-left: 1.5em;
    background-image: url('../Imagenes/MarcarNoLeidoGrid.gif');
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    margin: 0 1em 0 0;
    display: block;
    line-height: 16px;
}
/**********************************************************************************************************************************************************/
/* Acordeon 
/**********************************************************************************************************************************************************/

.horizontal_accordion_toggle {
    border: 1px solid #c7c7c7;
    background: url('../Imagenes/Flecha.gif') left no-repeat;
    background-position: 5px;
    vertical-align: baseline;
    line-height: 16px;
    float: left;
    color: #666;
    text-decoration: none;
    outline: none;
    height: 15px !important;
    width: auto !important;
    padding: 5px 5px 5px 25px;
    margin: 0.5em 0 0 0 !important;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .horizontal_accordion_toggle:hover {
        background-color: #f4f4f4;
        color: #000;
    }

.horizontal_accordion_toggle_active {
    background: url('../Imagenes/FlechaAbajo.gif') left no-repeat #f4f4f4;
    background-position: 5px;
    vertical-align: baseline;
    line-height: 16px;
    float: left;
    color: #666;
    text-decoration: none;
    outline: none;
    height: 15px !important;
    width: auto !important;
    padding: 5px 5px 5px 25px;
    margin: 0.5em 0 0 0 !important;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

    .horizontal_accordion_toggle_active:hover {
        color: #000;
        border-top: 1px solid #c7c7c7;
        border-left: 1px solid #c7c7c7;
        border-right: 1px solid #c7c7c7;
        border-bottom: none;
        margin: 0;
    }

.horizontal_accordion_content {
    /*height: 100px;*/
    height:auto; 
    width: 98%;
    float: left;
    background-color: #fff;
    padding: 1%;
    border-top: none;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: url('../Imagenes/FondoAuditoria.jpg') top left no-repeat;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

    .horizontal_accordion_content p {
        width: 98%;
        line-height: 150%;
        font-size: 0.7em;
        text-align: justify;
        height: auto;
        color: #666;
        background-color: #f7f7e7;
    }

#horizontal_container h3 {
    margin: auto;
    width: 100%;
    height: auto;
    font-size: 1em;
    display: block;
    clear: both;
    margin-left: 1em;
    margin-bottom: 0;
}

#horizontal_container {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    clear: both;
    margin: auto;
}

#vertical_nested_container {
    margin: auto;
    width: 100%;
}

.Descarga_head H2 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 18px;
}

.DocumentosDescarga .TituloDocumentos {
    background: transparent url('../Imagenes/FondoTopTabla.jpg') repeat-x bottom;
}

.DivNotaMoneda {
    padding: 5px 5px 5px 22px;
    position: relative;
    background: #ffffc6 url('../Imagenes/Info.png') no-repeat;
    background-position: 2px 6px;
    float: right;
    border: 1px solid #ccc;
    top: 18px;/*en firefox y Edge se ve mal con 20px*/
}

/******LAYOUT******/
.DivMenu {
    /* width: 183px;*/
    /*float: left;*/
    margin: 0;
    padding: 0;
}

.Cuerpo {
    display: flex;
}

.DivMain {
    width: 100%;
}

#menu {
    width: 183px;
}

.PlaceHolderContenido {
    overflow: inherit !important;
}
