﻿#idtblmasterprincipal 
{
    width: 1000px;
    height: 650px;
    border: 0px;
    /* background-image: url('../images/uno.jpg'); */
    background-repeat:no-repeat;
}

#idtblsecundaria 
{
    width: 1000px;
    height: 650px;
    border: 0px;
}

#iddivmastersel1
{
    border-width:1px;
    border-color:Black;
    border-style:solid;
    width:58px;
    height:78px;
    background-color:Green;
    position:absolute;
    top:330px;
    left:490px;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
	font-size:14px;
	/*color:#EA7326;*/
	color:#000080;
    margin-left: 6px;
    text-transform:capitalize;
    font-weight:bolder;
    text-align:left;
}

.BotonModificar
{
    background: url(../images/modificar.png) no-repeat top left;
     display: block;
     width: 37px;
     height: 34px;
     text-indent: -9999px; /* hides the link text */
}

.Boton1
{
    background-image:url(../images/boton1.png); 
    background-repeat:no-repeat; 
    width:154px; 
    height:28px; 
    font-family:Arial; 
    font-size:11px; 
    color:#6A6A6A; 
    text-align:center; 
    font-weight:bolder; 
    cursor:pointer;
}

.ListadoTitulo
{
    background-color:#EEEEEE;
    font-family:Arial;
    font-size:12px;
    font-weight:bolder;    
    text-align:left;
    height:21px;
    color :#6A6A6A;
}

.ListadoRegistro
{
    height:10px;
    vertical-align:top;
    text-align:left;
    color:#333333;
    font-size:12px;
    font-family:Tahoma;
}

.ListadoOperaciones
{
    font-family:Arial;
    font-size:11px;
    font-weight:bolder;    
    text-align:center;
    color :#6A6A6A;
}

.ListadoLinea
{
    color:#EA7526;
}

.ListadoTdImages
{
    text-align:center;
    vertical-align:middle;
    width:50px;
}

.ListadoImages
{
    border:0px;
    text-align:center;
    vertical-align:middle;
    width:18px;
    height:19px;
    cursor:pointer;
}

.ListadoImages2
{
    border:0px;
    text-align:center;
    vertical-align:middle;
    width:25px;
    height:29px;
    cursor:pointer;
}

.ListadoImages3
{
    border:0px;
    text-align:center;
    vertical-align:middle;
    width:18px;
    height:19px;
}

.ListadoFila
{
    background-color:Aqua;
}

.Notas
{
    color:#999999;
    font-size:11px;
    font-family:Arial;
    text-align:center;
}

.Notas:hover
{
    color:#6A6A6A;
}

.Notas2
{
    color:#999999;
    font-size:12px;
    font-family:Arial;
    text-align:left;
}

.Notas2:hover
{
    color:#6A6A6A;
}
.ListadoFila:hover
{
    background-color:Black;    
}

.bordeTabla
{
    border-width:1px;
    border-style:solid;
}

.PlanParrafo
{
    width:500px;
    font-size:12px;
}

.PlanTablaRegistro
{
    width:100px;
    font-size:11px;
}

.PlanCajas
{
    width:100px;
    font-size:11px;
}

.GlosarioTitulo
{
    text-align:left;
    color:Red;
    font-size:12px;
    font-family:Tahoma;
    font-weight:bold;

}

.GlosarioDescripcion
{
    text-align:justify;
    color:#666666;
    font-size:11px;
    font-family:Tahoma;
}

.DivAyuda
{
height:1px; width:1px; visibility:hidden; overflow-y:auto; overflow-x:hidden; position:absolute; background-color:#FFC;
border-color:Gray;
}

.ImagenAyuda
{
    width:18px;
    height:18px;
    cursor:pointer;
}