﻿html, body, .text, .label, .label2, td, p, a
{
	font-family:Tahoma;
    font-size: 12px;
}

html, body 
{
    width: 100%;
    height: 100%;
    margin: 0px;
    /*overflow: hidden;*/
}
    
.divMensajeInfo,
.divMensajeInfoExtends
{
    background-image: url('../imagenes/bo_info_left.gif');
    background-repeat: no-repeat;
}

.divMensajeInfo
{
    background-position: center bottom;
    width: 70px;
    height: 70px;
}


.divMensajeInfoExtends
{
    width:88%;
    padding-top:2px;
    padding-left:50px;
    padding-right:50px;    
    min-height: 45px;    
}

.divMensajeAlert
{
	width:70px;
	height:70px;	
    background: url('../imagenes/mensajes/precaucion.png') no-repeat bottom center;
}

.botonAplicar
{
    background-position: center center;
    height: 20px;
    width: 20px;
    border: 0px solid;
    background: transparent url('../imagenes/play_green.png') no-repeat center center;
    vertical-align: middle;
}
.botonAplicar[disabled] 
{
    background: transparent url('../imagenes/play_green_dis.png') no-repeat center center;
}
.botonAplicar:hover 
{
    background: transparent url('../imagenes/play_green_sel.png') no-repeat center center;
}
.botonAplicar[disabled]:hover 
{
    background: transparent url('../imagenes/play_green_dis.png') no-repeat center center;
}

.botonBusqueda
{
    background-position: center center;
    height: 20px;
    width: 20px;
    border: 0px solid;
    background: transparent url('../imagenes/find_catalogo.png') no-repeat center center;
    vertical-align: middle;
}
.botonBusquedaDisabled 
{
	background: transparent url('../imagenes/find_catalogo_dis.png') no-repeat center center;
	vertical-align: middle;
}	
.botonBusqueda[disabled] 
{
    background: transparent url('../imagenes/find_catalogo_dis.png') no-repeat center center;
}
.botonBusqueda:hover 
{
    background: transparent url('../imagenes/find_catalogo_sel.png') no-repeat center center;
}
.botonBusqueda[disabled]:hover 
{
    background: transparent url('../imagenes/find_catalogo_dis.png') no-repeat center center;
}

.botonBusquedaDirecta{
  height:20px;
  width:20px;
  border:0px solid;
  background: transparent url('../imagenes/search.png') no-repeat center center;
  vertical-align: middle;
}
.botonBusquedaDirectaDisabled 
{
	background: transparent url('../imagenes/search_dis.png') no-repeat center center;
	vertical-align: middle;
}	
.botonBusquedaDirecta[disabled] 
{
    background: transparent url('../imagenes/search_dis.png') no-repeat center center;
}
.botonBusquedaDirecta:hover 
{
    background: transparent url('../imagenes/search_sel.png') no-repeat center center;
}
.botonBusquedaDirecta[disabled]:hover 
{
    background: transparent url('../imagenes/search_dis.png') no-repeat center center;
}

.botonGenerar{
  height:20px;
  width:40px;
  border:0px solid;
  cursor: pointer;
  background: transparent url('../imagenes/sistema.gif') no-repeat top left;
}
.botonGenerar:hover 
{
    background: transparent url('../imagenes/sistema_dis.gif') no-repeat top left;
}

.botonBusquedaArbol{
  height:20px;
  width:20px;
  border:0px solid;
  background: transparent url('../imagenes/AsignaUA.gif') no-repeat center center;
  vertical-align: middle;
}

.botonBusquedaArbol[disabled] 
{
    background: transparent url('../imagenes/AsignaUA_dis.gif') no-repeat top center;
}

.botonBusquedaArbol:hover 
{
    background: transparent url('../imagenes/AsignaUA.gif') no-repeat top center;
}
.botonBusquedaArbol[disabled]:hover 
{
    background: transparent url('../imagenes/AsignaUA_dis.gif') no-repeat top center;
}
 
.botonAgregar{
  height:17px;
  width:20px;
  border:0px solid;
  cursor: pointer;
  background: transparent url('../imagenes/plus.png') no-repeat top center;
  vertical-align: middle;
}

.botonAgregar:hover 
{
	cursor: pointer;
    background: transparent url('../imagenes/plus_sel.png') no-repeat top center;
}

.botonAgregar[disabled='disabled'] 
{
	cursor: none;
    background: transparent url('../imagenes/plus_dis.png') no-repeat top center;
}

.botonAgregar[disabled='disabled']:hover 
{
	cursor: none;
    background: transparent url('../imagenes/plus_dis.png') no-repeat top center;
}

.botonQuitar{
  height:17px;
  width:20px;
  border:0px solid;
  cursor: pointer;
  background: transparent url('../imagenes/minus.png') no-repeat top center;
  vertical-align: middle;
}

.botonQuitar:hover 
{
	cursor: pointer;
    background: transparent url('../imagenes/minus_sel.png') no-repeat top center;
}

.botonQuitar[disabled='disabled'] 
{
	cursor: none;
    background: transparent url('../imagenes/minus_dis.png') no-repeat top center;
}

.botonQuitar[disabled='disabled']:hover 
{
	cursor: none;
    background: transparent url('../imagenes/minus_dis.png') no-repeat top center;
}

.botonGuardar{
  height:17px;
  width:20px;
  border:0px solid;
  cursor: pointer;
  background: transparent url('../imagenes/iconSave.gif') no-repeat top center;
  vertical-align: middle;
}

.botonGuardar:hover 
{
	cursor: pointer;
    background: transparent url('../imagenes/iconSave.gif') no-repeat top center;
}

.botonGuardar[disabled='disabled'] 
{
	cursor: none;
    background: transparent url('../imagenes/iconSave_dis.gif') no-repeat top center;
}

.botonGuardar[disabled='disabled']:hover 
{
	cursor: none;
    background: transparent url('../imagenes/iconSave_dis.gif') no-repeat top center;
}

.botonActualizar{
    height:17px;
    width:20px;
    border:0px solid;
    cursor: pointer;
    background: transparent url('../imagenes/actualizar.png') no-repeat top center;
    vertical-align: middle;
}

.botonActualizar:hover 
{
    cursor: pointer;
    background: transparent url('../imagenes/actualizar.png') no-repeat top center;
}

.botonActualizar[disabled='disabled'] 
{
    cursor: none;
    background: transparent url('../imagenes/actualizar_dis.png') no-repeat top center;
}

.botonActualizar[disabled='disabled']:hover 
{
    cursor: none;
    background: transparent url('../imagenes/actualizar_dis.png') no-repeat top center;
}


.btnMensajes
{    
  height:25px; 
  border:0px solid; 
}

.LabelC,
table.formulario labelC
{
    font-family:Tahoma;
    font-size: 12px;
    text-align: center;
}
.LabelL,
table.formulario labelL
{
    font-family:Tahoma;
    font-size: 12px;
    text-align: left;
}
.Label,
table.formulario label
{
    font-family:Tahoma;
    font-size: 12px;
    text-align: right;
}

.lblObligatorio::after {
    content: "*" !important;
    margin-right: 2px !important;
}
.Label::after {
    content: "";
    color: red;
    margin-left: 0px;
    margin-right: 9px;
    text-align: right;
    font-family: inherit;
    font-size: inherit;
}
.Check
{
    font-family:Tahoma;
    font-size: 12px;
}
input[type=text], input[type=password]
{
    font-family:Tahoma;
    font-size: 12px;
    color: #000000; 
    /*background-color: #6699CC; 
    border: #000099; */
    border: #D3E2E5;
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
}
input[type=text][disabled='disabled'] 
{
    /*background-color: #e0e0e0; */
    color: #000000; 
}

input[readonly] 
{
    background-color: #EEEEEE; 
    color: #000000; 
}

textarea
{
    font-family:Tahoma;
    font-size: 12px;
    color: #000000; 
    /*background-color: #6699CC; 
    border: #000099; */
    border: 1px solid #D3E2E5;
    /*width: 893px;*/
	height: 65px;
}
textarea[disabled='disabled'] 
{
    /*background-color: #e0e0e0; 
    color: #FFFFFF; */
}
Select
{
    font-family:Tahoma;
    font-size: 12px;
    color: #000000; 
    /*background-color: #6699CC; 
    border: #000099; */
    border: #D3E2E5;
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
}
Select[disabled='disabled'] 
{
    /*background-color: #e0e0e0; 
    color: #FFFFFF; */
}



table.formulario, table.formulario *,
div.resumenValidaciones ul
{
	font-family:Tahoma;
	font-size:12px;
}

table.formulario>tbody>tr>td:first-child
{
	vertical-align: top;
	text-align: right;
	padding-top: 3px;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:10000; color: #aaaaff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 10px 0 0 0;
	width:200px;
	color: #4169E1;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url('../imagenes/bubble.gif') no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url('../imagenes/bubble_filler.gif') repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url('../imagenes/bubble.gif') no-repeat bottom;
}
/*table.formulario>tbody>tr>td>label
{
	vertical-align: top;
	text-align: right;
	padding-top: 3px;
}*/

/*table.formulario>tbody>tr>td>label.obligatorio
{
	color: Blue;
}*/

.sessionFinalizada 
{
    position:relative;
    padding: 6px;
    border-style: none;
    border-width: 0px;
    width : 600px;
}

.sessionFinalizada .message, .sessionFinalizada .buttons
{
    
}

.sessionFinalizada .message, .sessionFinalizada .message2
{
    width:88%;
    padding-top:2px;
    padding-left:70px;
    padding-right:70px;
    background-image: url('../imagenes/bo_login_left.gif');
    background-repeat: no-repeat;
    min-height: 55px;    
}

.sessionFinalizada .message2 
{
    background-image: url('../imagenes/bo_login_top.gif');
    min-height: 60px; 
}

.sessionFinalizada .submessage
{
    width: 88%;
    padding-left: 25px;
    padding-right: 25px;
    background-image: url('../imagenes/information.png');
    background-repeat: no-repeat;
    background-position: 2px 0px;        
    min-height: 25px;
}

.alturasubmessage
{
    height:20px; 
    vertical-align:top;       
}


.sessionFinalizada .buttons 
{
    text-align:right;
}

.bloqueErrores
{
    padding: 6px;
    border-style: none;
    border-width: 0px;
    width: 700px;
}

.bloqueErrores hr, .bloqueErrores p, .bloqueErrores ul, .sessionFinalizada hr
{
    width:99%;
}

.bloqueErrores ul, .sessionFinalizada ul
{
    line-height: 20px;
    list-style-type: none;
}

.bloqueErrores ul li, .sessionFinalizada ul li
{
    padding-left: 24px;
    background: transparent url('../imagenes/ActivarDesactivar.png') no-repeat;
    background-position: 0 2px;
    font-weight: bold;
    font-size: 11px;
}

.bloqueErrores #mensajeDeErrorTitle, .bloqueErrores .mensajeDeErrorTitle 
{
    width:90%;
    padding-left:55px;
    padding-right:55px;
    padding-bottom:-10px;
    margin-bottom:-10px;
    padding-top:0px;
    margin-top:0px;    
    font-size:12;
}

.bloqueErrores #mensajeDeError, .bloqueErrores .mensajeDeError
{
    width:90%;
    padding-left:55px;
    padding-right:55px;
    background-image: url('../imagenes/mensajes/precaucion.png');
    background-repeat: no-repeat;
    min-height: 45px;
    height: 45px;
}

.bloqueErrores #cajitaDeError, .bloqueErrores .cajitaDeError, .bloqueErrores textarea
{
    border: 1px solid #666666;
    background-color: #FFFFCC;
    overflow: auto;
    width: 99%;
    height: 105px;  
    white-space:pre-line;
}

input[type=button], input[type=submit], button
{
    height:23px;
    border:none;
}

.CedulaCatastralStyle fieldset
{
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
}
         
.CedulaCatastralStyle legend
{
    padding-left: 2px;
    padding-right: 2px;
}
         
.CedulaCatastralStyle td, .CedulaCatastralStyle_Table
{
    padding: 2px;
}

.SistemaFolder 
{
    text-align:center;
    position:relative; 
    overflow:inherit; 
    width:100%; 
    height:100%; 
    visibility:visible;
    display:block;
}
 
.SistemaIconImage 
{
    text-align:center;
    position:relative; 
    overflow:hidden; 
    width:100%; 
    height:100%;
    display:block;
}
 
.SistemaIconText
{
    text-align:center;
    position:relative; 
    overflow:auto; 
    width:100%; 
    height:100%;
    display:block;
}
 
.SistemaIconText Table
{
    width:100%;
    height:100%;
    padding:5px;
    display:block;
}

.SistemaIconText Table td
{
    vertical-align:top;
}

.CampoFormulario
{
    width:100%;
    float:left;
}

.EtiquetaFormularioRequerida
{
    text-align:right;
    color:Blue;
}

.bodyCatalogo
{
    background-color: #e6ebdd;
}
.FormLabelTD
{
    vertical-align: top;
    text-align: right;
}
.FormField
{
    width:100%;
}
.ListBackground
{
    background-color:White;
    overflow:auto;   
    width: 250px; 
    height: 100px;
    border-style:outset;
    border-color:White;
}
td.linkRojo a:link {color: #ff0000;}
td.linkRojo a:active {color: #ff0000;}
td.linkRojo a:visited {color: #ff0000;}
td.linkRojo a:hover {color: #ff0000;}

td.linkNegro a:link {color: black;}
td.linkNegro a:active {color: black;}
td.linkNegro a:visited {color: black;}
td.linkNegro a:hover {color: black;}


div.dhxform_item_label_left.AddItem div.btn_txt {
    background-image: url(../imagenes/botones/agregar.png);
    background-repeat: no-repeat;
    /*background-position: 11px 2px;
            padding: 0px 15px 0px 31px!important;*/
}

div.dhxform_item_label_left.DeleteItem div.btn_txt {
    background-image: url(../imagenes/botones/EliminarHabilitado.png);
    background-repeat: no-repeat;
    /*background-position: 11px 2px;
            padding: 0px 15px 0px 31px!important;*/
}


/*REQ.102205*/
div.simple_bold,
div.simple_link {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	font-family: Roboto, Arial, Helvetica;
	font-size: 16px;
	color: #000000;
}

div.simple_label {
    font-family: Roboto, Arial, Helvetica;
	font-size: 12px;
	color: #404040;
}

div.simple_bold {
	font-weight: bold;    
}

 .GridPlantilla label {
     display: inline-block;
     width: 190px;
     text-align: right;
     left: 0px;
     bottom: 210px;
     position: absolute;
     margin-left: -15px;
 }
 
.GridPlantilla {
     margin-top: 50px;
 }
/*FIN REQ.102205*/