﻿.cssDivInfoMant
{
	text-align: left;
	width: 100%;
	height: 30px;
	padding-left: 10px;
	font-size: 12px;
	color: #000080;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.cssDivImgInfoMant
{
	float: right;
	width: 35px;
	height: 35px;
	margin-right: 16px;
	position: relative;
	top: -8px;
}
.cssDivMenuSuperior
{
    width: 100%;
    height: auto;
    display: block;
    background-color: #00FF00;
}

.cssDivMenuLateralMant
{
    width: 230px;
    height: auto;
    text-align: left;
    float: left;
    margin-left: 2px;
    margin-right: 5px;
}
.cssDivContenidoMant
{
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

/* Formularios */

.divFrmMantenimiento
{
	text-align: left;
	width: auto;
	height: auto;
	padding:0px;
}
.divFrmMantenimiento .cssDivInformacion
{
	padding: 5px;
	height: 25px;
	width: auto;
	background-image: url('img/csj-fondoinformacion.png');
	background-repeat: repeat;
}
.divFrmMantenimiento .cssImgDivInformacion
{
	float:right;
	}
.divFrmMantenimiento .cssImgSimboloInformacion
{
	width: 17px;
	height: 17px;
	float: left;
	margin-right: 5px;
}
.divFrmMantenimiento .cssDivFormulario
{
	background-image: url('img/fondo-contenido.png');
	background-repeat: repeat;
	text-align: left;
	width: auto;
	height: auto;
	min-height:200px;
}

.divFrmMantenimiento .cssDivFormularioSimple
{
	background-image: url('img/fondo-contenido.png');
	background-repeat: repeat;
	text-align: left;
	width: auto;
	height: auto;
}

.divFrmMantenimiento .cssDivFormularioBusqueda
{
    text-align: left;
    width: auto;
    height: 320px;
    min-height: 200px;
    background-color: #FFFFFF;
}
.cssTreeBusqueda
{
    margin-left: 5px;
    margin-top: 2px;
}
    
.tdLabel
{
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
}
.tdCampo
{	
    margin-left: 80px;
}
.tdCampoImagen
{
    text-align: left;
    vertical-align: top;
}
.tdCeparador
{
	padding-left: 10px;
	font-weight: bold;
	height: 30px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #336699;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #336699;
}

.tdAjuste
{
	height: 8px;
	margin-left: 40px;
}

.tdAgrupadorOpcionesBusqueda
{
    border-bottom-style: dotted;
    border-bottom-color: #C0C0C0;
    height: 20px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    background-color: #E1FFEB;
    text-transform: uppercase;
}
    
.tdBotones
{
	text-align: right;
	padding-right: 10px;
	height: 40px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #336699;
}
.botones
{
	width: 100px;
	font-size: 11px;
	margin-right: 0px;
}
/* Grillas */
.cssDivOpcionAgregar
{
	height: 20px;
	width: 90%;
	padding-top: 3px;
	padding-left: 4px;
}
/* Diseño formulario de detalle de consulta */
.tbDetalleRegistro
{
    margin-left: 0px;
}
.tdTituloCampoDetalle
{
    background-color: #C0C0C0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #99FF66;
    font-weight: bold;
}
.tdCampoDetalle
{
    background-color: #F2FFF2;
}
/* MENU SUPERIOR */
.cssTdContenedorMenu
{
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #C0C0C0;
}
/* Tabla TreeView */
.tdTreeview
{
    text-align: left;
    vertical-align: top;
    width: 240px;
    padding: 10px;
    background-color: #FFFFFF;
}
        
.tdInformacion
{
    text-align: left;
    vertical-align: top;
    width: 506px;
    background-color: #FFFFE8;
    padding: 4px;
}
.cssOpcionCargaImagen
{
    width: 130px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -40px;
    left:0px;
	background-image: url('img/fondo-contenido.png');
	background-repeat: repeat;
}
.cssContendorGrillaPrincipal
{
    width: 780px;
    height: auto;
    overflow: hidden;
}