﻿.CeldaPrincipal
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

.EnlaceDeContenido
{
    font-size: 14px;
    color: #6633cc;
    font-family: 'Tahoma';
    list-style-type: none;
    text-decoration: none;
    font-weight: bold;
}

.EnlaceDeHerramientas
{
    font-size: 14px;
    color: #0033cc;
    font-family: 'Trebuchet MS';
    list-style-type: none;
    text-decoration: none;
    font-weight: normal;
}

.EnlaceSuperior
{
    font-size: 15px;
    color: #000000;
    font-family: 'Trebuchet MS';
    list-style-type: none;
    text-decoration: none;
    font-weight: normal;
}

.EnlaceSuperior:Hover
{
    font-size: 15px;
    color: #000000;
    font-family: 'Trebuchet MS';
    list-style-type: none;
    text-decoration: underline;
    font-weight: normal;
}

.EnlaceDeContenido:Hover
{
    font-size: 14px;
    color: black;
    font-family: 'Tahoma';
    list-style-type: none;
    text-decoration:underline;
    font-weight: bold;
}

.CeldaEncabezado
{
     background-image:url(imagenes/encabezado.jpg);
}

.Tabla
{
    border-right: #3366ff 1px solid;
    border-top: #3366ff 1px solid;
    border-left: #3366ff 1px solid;
    border-bottom: #3366ff 1px solid;
    background-color: #ddffde;
}

.TablaEncabezado
{
    font-size: 11;
    color: white;
    border-bottom: #6699ff 1px solid;
    font-family: Tahoma;
    background-color: #3333ff;
    text-decoration: none;
}

.NombreDeRecurso
{
    font-size: 14pt;
    color: #ff9900;
    font-family: Tahoma;
    text-decoration: none;
}

.NombreDeRecursoLeido
{
    font-size: 14pt;
    color: #ff9900;
    font-family: Tahoma;
    text-decoration: line-through;
}

.DescripcionDeRecurso
{
    font-size: 11pt;
    color: #666666;
    font-family: Tahoma;
}

.DescripcionDeContenido
{
    font-size: 9pt;
    font-family: Tahoma;
    text-decoration: none;
}

.EtiquetasDeContenidoLeido
{
    font-weight: bold; 
    font-size: 13pt; 
    color: black; 
    font-family: 'Trebuchet MS'; 
}

.EtiquetaDeBienvenida
{
    font-size: 13pt;
    color: #ff9900;
    font-family: Tahoma;
}

h3.toggler
{
    cursor: pointer;
    font-family: Verdana;
    font-size: 16px;
    color: #528CE0;
    margin: 0 0 0px 0;
    padding: 3px 5px 3px;
    background-color: #ccccff;
    border-right: #6699ff 1px solid;
    border-top: #6699ff 1px solid;
    border-left: #6699ff 1px solid;
    border-bottom: #6699ff 1px solid;
}

.element 
{
    margin-top: 0px;
    padding: 0px;
    background-color: aliceblue;
    border-right: #6699ff 1px solid;
    border-left: #6699ff 1px solid;
    border-bottom: #6699ff 1px solid;
   }
   
.elementfinal 
{
    margin-top: 0px;
    padding: 0px;
    border-bottom: #6699ff 1px solid;
}

.EnlaceDeAdministracion 
{
    font-weight:normal; font-size: 10pt; color: #3300ff; font-family: 'Trebuchet MS'; text-decoration: none; 
}

.EtiquetaDeFormulario
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial;
}

.TablaDeFormulario
{
    background-color: aliceblue;
}

.TituloDeFormulario
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    border-bottom: silver 1px solid;
    font-family: Tahoma;
    background-color: #ffcc00;
    text-decoration: none;
    height: 40px;
}

.Enlace
{
    font-size: 10pt;
    color: #3333ff;
    font-family: Tahoma;
    text-decoration: none;
    font-weight:bold;
}

.LabelDeFormulario
{
    font-size: 10pt;
    font-family: Verdana;
    text-decoration: none;
}


.EtiquetaDeRepeater
{
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
    font-family: Tahoma;
    text-decoration: none;
}

.ValorDeRepeater
{
    font-size: 11pt;
    color: gray;
    font-family: Tahoma;
    text-decoration: none;
}

.PreguntaDeExamen
{
    font-weight: bold;
    font-size: 11pt;
    font-family: Tahoma;
    text-decoration: none;
}

.RespuestaDeExamen
{
    font-size: 11pt;
    font-family: Tahoma;
    text-decoration: none;
}

.TablaDePreguntasDeExamen
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
}

.LineaSuperior 
{
        border-bottom: silver 1px solid;
}

#ctl00_UpdateProgress1
{
    bottom: 0px;
    right: 0px;
    position:fixed;
    width: 230px;
    height: 120px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color: lightcyan;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#7D7E7E);
}
#modal .modalTop
{
	width: 230px;
    background-color: Transparent;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
#modal .modalTitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

#modal .modalTop a, .modalTop a:visited
{
    color: #ffffff;
}

#modal .modalBody
{
    padding: 10px;
    text-align: left;
}

.EtiquetaDeTexto
{
    font-size: 11pt;
    font-family: Tahoma;
}

.FechaDeRecursoLeido
{
    font-size: 11pt;
    color: #cc0000;
    font-family: Tahoma;
}

.EstadoDeExamen
{
    font-size: 11pt;
    color: #cc0000;
    font-family: Tahoma;
    font-weight:bold;
}

.NombreDeUsuario
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma;
    text-decoration: none;
}

.TablaDeEncabezadoDeTema
{
    border-right: gainsboro 2px solid;
    border-top: gainsboro 2px solid;
    border-left: gainsboro 2px solid;
    background-color: azure;
    font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma;
}

.TablaDeTema
{
    border-right: gainsboro 2px solid;
    border-top: gainsboro 2px solid;
    border-left: gainsboro 2px solid;
    border-bottom: gainsboro 2px solid;
}

.EncabezadoDeRespuestaDeForo
{
    font-size: 10pt;
    color: white;
    font-family: Tahoma;
    background-color: royalblue;
}

.EnlaceDeInicio
{
    font-weight: bold;
    font-size: 13px;
    color: navy;
    font-family: "Tahoma";
    text-decoration: underline;
}

.EtiquetaDePorcentaje
{
    font-weight: normal;
    font-size: 9pt;
    font-family: Tahoma;
}

.EnlaceChico
{
    font-size: 8pt;
    font-family: Tahoma;
    text-decoration: none;
}

.EncabezadoDeMensaje
{
    border-right: activeborder 1px solid;
    border-top: activeborder 1px solid;
    border-left: activeborder 1px solid;
    border-bottom: activeborder 1px solid;
    background-color: threedlightshadow;
}

.CuerpoDelMensaje
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    height: 300px;
    vertical-align:top;
}

.LineaInferior
{
    border-bottom: gainsboro 1px solid;
}

.CuerpoDelCurriculum
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    vertical-align:top;
}

.NombreDeCurso
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma;
}

.LogueadoEn
{
    font-size: 8pt;
    font-family: Tahoma;
}

.TablaDeLogin
{
    border-right: #3399cc 1px solid;
    border-top: #3399cc 1px solid;
    border-left: #3399cc 1px solid;
    border-bottom: #3399cc 1px solid;
}

.BienvenidaLogin
{
    font-size: 11pt;
    font-family: Tahoma;
}

.TablaDeAlerta
{
    border-right: #ff6666 1px solid;
    border-top: #ff6666 1px solid;
    border-left: #ff6666 1px solid;
    border-bottom: #ff6666 1px solid;
}

.EtiquetaDeAlerta
{
    font-size: 10pt;
    color: #000000;
    font-family: Tahoma;
    text-decoration: none;
}

.Novedad
{
    font-size: 10pt;
    color: black;
    font-family: Tahoma;
    text-decoration: none;
}

.TiempoDeAlerta
{
    font-size: 8pt;
    color: gray;
    font-family: Tahoma;
}