﻿body
{
    background-color: #004059;
    background-image: url('img/fondo.jpg');
    background-repeat: repeat-x;
    font-family: 'Century Gothic';
    font-size: 11px;
    height:100%; 
    margin: 0px auto;
    padding:0px;
}

.cssBodyFormularios
{
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

html { 
    height:100%; 
} 

a
{
    text-decoration: none;
    color: #FFCC00;
}
a:hover
{
    color: #FF6600;
}

.cssDivLineaSuperior
{
    text-align: right;
    width: 780px;
    height: auto;
    margin: 4px auto 0px auto;
}
.reloj
{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    margin-right: 4px;
}
#logo
{
    width: 780px;
    height: 50px;
    margin: 16px auto 0px auto;
}
#logo .cssImagen
{
    background-image: url('img/csj-logo.png');
    background-repeat: no-repeat;
    width: 62px;
    height: 58px;
    margin-right: 5px;
    float:left;
}
#principal
{
    background-image: url('img/fondo-contenido.png');
    width: 780px;
    height: auto;
    margin: 25px auto 0px auto;
    min-height:480px;
}
.cssDivSuperiorPrincipal
{
    background-image: url('img/superior-fondo-contenido.png');
    width: 780px;
    height: 5px;
    position: relative;
    top: -5px;
    background-repeat: no-repeat;
}
.cssDivInferiorPrincipal
{
    background-position: center bottom;
    background-image: url('img/inferior-fondo-contenido.png');
    width: 780px;
    height: 5px;
    position: relative;
    top: 0px;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
}
/* Area Logo */
.cssContenedirInformacionLogo
{
    float: left;
    width: 350px;
    height: auto;
    }
.cssAmbitoInstitucional
{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #003366;
    margin-top: 6px;
}
.cssInstitucion
{
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 14px;
    text-align: left;
    color: #003366;
    margin-top: 2px;
}
.cssContenedirInformacionUsuario
{
    padding: 5px;
    float: right;
    width: 350px;
    height: 45px;
}
.cssDivUsuarioActivo
{
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
}
.cssDivCargoUsuarioActivo
{
    text-align: right;
    color: #FFFFFF;
    }
.cssDivOpcionesUsuarioActivo
{
    margin-top: 6px;
    text-align: right;
    color: #FFFFFF;
    font-size: 9px;
}
.cssDivCopyR
{
    text-align: left;
    width: 780px;
    height: auto;
    margin: 6px auto 0px auto;
    position: relative;
    color: #FFFFFF;
    font-size: 10px;
}
/* Menu Lateral y Contenido */
.cssDivMenuLateral
{
    background-position: center bottom;
    background-image: url('img/fondo-menu-lateral.png');
    width: 230px;
    height: 450px;
    float: left;
    text-align: left;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}
.cssDivContenido
{
    background-position: center bottom;
    background-color: #FFFFFF;
    background-image: url('img/fondo-contenido-datos.png');
    width: 548px;
    height: 450px;
    float: left;
    margin-left: 0px;
}

.cssTbMenuLateral
{
    margin-left: 0px;
    margin-bottom: 6px;
}    

.cssDivCeparadorOpciones
{
    background-color: #ABDAD0;
    height: 18px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 4px;
}
.cssTdEtiquetaLateral
{
    width: 60px;
    font-size: 10px;
    text-align: right;
}
.cssTdImagenLateral
{
    width: 20px;
    text-align: center;
    padding-left: 15px;
    padding-top: 4px;
}
.cssTdBotones
{
    text-align: right;
    height: 30px;
}
.cssTbMenuLateral a
{
    color: #000080 !Important;
}
.cssIfContenido
{
    background-color: #FFFFFF;
}
.cssIfContenidoMantenimiento
{
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
}
#ifContenido
{
    width: 100%; /* Set to fit your needs */ 
    height: 423px; /* Set to a minimum height as per your needs */ 
    }
/* Resultados de Busquedas */
.cssDivEncabezadoResultados
{
    background-color: #FFFFD9;
    height: 18px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: left;
}
/* Tabla de Detalle para Temas */
.cssTdEncabezadoTema
{
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}
.cssTdSubDescriptores
{
    font-weight: bold;
    width: 160px;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
}
/* Otros Aspectos */
.cssTXTcampos
{
	font-size: 11px;
	height: 15px;
}
.cssRadMPresoluciones
{
	border-color: #6699FF;
	width: 100%;
	height: 250px;
	background-color: #FFFFFF;
	position: relative;
	top: -2px;
}
.cssDivContenedorGrillaRelacion
{
	width: 100%;
	height: 220px;
	overflow: scroll;
	background-color: #FFFFFF;
}
.cssDivContenedorRelacionTemasResoluciones
{
	width: 99%;
	height: 90px;
	overflow: auto;
	background-color: #FFFFFF;
}
.lnkInstancias
{
    color: #0000FF;
    text-decoration: underline !Important;
    font-weight: bold;
}
.cssDivMenuDescriptores
{
    width: 100%;
    height: 30px;
    background-color: #C0C0C0;
}
.cssLinkImagenkAyuda
{
  margin-right:4px;
  float:right;
  }