﻿/*
* Nombre : Site.css
* Descripcion : Estilo del Master Page Inicial.
* Sugerencia : Los estilos estan ordenados alfabeticamente, siguiendo primero los ID's y
				despues las Clases.
* Autor : Ricardo Chumpitaz
* Fecha Creación: 20/01/12
*/

/*
* SECTION : ID'S */

::-ms-clear {
    display: none;
}
.marginLeft81
{
    margin-left: 81px;
}
.marginLeft83
{
    margin-left: 83px;
}
.pegarDerecha {
	float: right;
}
.ddlClienteRegistroUsuario {
	width: 300px !important;
}
#btnwindow{ visibility: hidden; }

.textoInformativo { text-align:right; padding-bottom:5px; margin-top: 10px !important; position: relative !important; font-weight: bold; }
.textoInformativoModalFila {padding-right: 55px !important; margin-bottom: -25px;}
.color {
	font-family: Calibri;
	font-weight: bold;
	font-size: 20pt;
	text-align: left;
	vertical-align: middle
}
.Width17 {
	width: 17px !important;
}
.Width48 {
	width: 48px !important;
}
.Width184 {
	width: 184px !important;
}
.Width130
{
    width: 130px !important;
}
.Width120
{
    width: 120px !important;
}
.marginLeft41 {
	margin-left: 25px !important; /*41*/
}
.NoBold {
	font-weight: normal !important;
}
.Width100 {
	width: 100px !important;
}
.NoMargin
{
    margin: 0px !important;
    padding: 0px !important;
}

.div-acciones
{
	border: 0px;
	width: 18px;
	display: inline-block;
	display: inline;
	float: left !important; 
	margin-left: 2px !important;
	zoom: 1 !important;
}

.MenuPrincipal
{
	margin: 0px auto;
}

.div-accionesmenu
{
	border: 0px;
	display: inline-block;
	display: inline;
	float:   left !important;
	margin-left: 2px !important;
	margin-top :2px !important;
	zoom: 1 !important; 
	margin: 0px auto;
}


#ArribaPunteada
{
	margin-top: 14px;
}

.Padding5
{
   padding-left: 5px !important;
	padding-right: 5px !important;
}

.Sector
{
	width: 208px !important
}

.ClienteTelefono
{
	width: 142px !important
}
.breadcrumb
{
	color:#6D81C5; 
	font-family:Arial; 
	/*font-weight: bold; */
	font-size: 10px; 
	margin-top: 20px; 
	margin-bottom: -8px
}

.breadcrumbMantSocios
{
	color:#6D81C5; 
	font-family:Arial; 
	/*font-weight: bold; */
	font-size: 10px; 
	margin-top: 0px; 
	margin-bottom: 12px
}

.breadcrumbFormato
{
	color:#6D81C5; 
	font-family:Arial; 
	/*font-weight: bold; */
	font-size: 10px; 
	margin-top: -26px; 
	margin-bottom: -4px
}
#btnCargar
{
	float: right;
	background: url(../Imagenes/Botones/imb_Cargar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnCargarModal
{
	float: right;
	background: url(../Imagenes/Botones/imb_Cargar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#ddlCia02
{
	visibility: hidden;
}
#btnGuardar
{
	margin-left: 20px;
	/*float: right;*/
}
#btnNuevoS, #btnNuevoC, #btnNuevoCuenta, #btnNuevoContacto, #btnNuevoContacCobranza, #btnNuevaDireccion, #btnNuevaSede
{
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	background: url(../Imagenes/Botones/imb_Nuevo.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}

.margin-right-10{ margin-right:10px !important;}
#btnNuevoU
{
	background: url(../Imagenes/Botones/imb_Nuevo.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
	float: right;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.AjustarMarginBotton
{
	margin-bottom: 0px !important;
}
#FormularioRegistroDatosPersonales
{
	margin-bottom: 6px;
}

/*Botones*/
#btnLimpiar, #btnBuscar, #btnExportar, #btnCancelarModal, #btnGrabar, #btnCerrar, #btnRegresarRechazar, #btnRegresarEmail, #btnRegresar, #btnGuardar {
    border-style: none;
	border-color: inherit;
	border-width: medium;
	/*float: right;*/
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	text-align: center;
	margin-right: 55px;
    color:#FFF;
    font-weight:bold;
}
#btnLimpiar, #btnBuscar, #btnExportar{
    background-color:#f18626;
}

#btnLimpiar:hover, #btnBuscar:hover, #btnExportar:hover{
    background-color:#FFF;
    border:1px solid #f18626;
    color:#f18626;
}
#btnCancelarModal, #btnGrabar, #btnCerrar, #btnRegresarRechazar, #btnRegresarEmail, #btnRegresar, #btnGuardar {
    background-color:#006eb5;
}

#btnCancelarModal:hover, #btnGrabar:hover, #btnCerrar:hover, #btnRegresarRechazar:hover, #btnRegresarEmail:hover, #btnRegresar:hover, #btnGuardar:hover {
    background-color:#FFF;
    border:1px solid #006eb5;
    color:#006eb5;
}

#btnGuardar {
    margin-right:0px !important; 
}
/*Fin Botones*/

#btnNuevo
{
	float:left;
	background: url(../Imagenes/Botones/imb_Nuevo.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
/*#btnLimpiar
{
	/* float:right; 
	margin-right: 10px;
	background: url(../Imagenes/Botones/imb_Limpiar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}*/
#btnRefrescar
{
	float:left;
	background: url(../Imagenes/Botones/imb_Refrescar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
/*#btnCancelarModal
{
	background: url(../Imagenes/Botones/imb_Cancelar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnGrabar
{
	float: right;
	background: url(../Imagenes/Botones/imb_Aprobar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}*/
#btnContinuar
{
	float: right;
	background: url(../Imagenes/Botones/imb_Continuar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnAgregar
{
	background: url(../Imagenes/Botones/imb_Agregar.png) no-repeat;
	width: 92px;
	height: 24px;
	cursor: pointer;
	outline: none;
	border: none;
}
.btnAnadir
{
	background: url(../Imagenes/Botones/imb_Agregar.png) no-repeat !important;
	width: 92px !important;
	height: 24px !important;
	cursor: pointer !important;
	outline: none !important;
	border: none !important;
}
.btnAgregar
{
	background: url(../Imagenes/Botones/imb_Aceptar.png) no-repeat !important;
}
#btnAgregarCliente
{
	float: right;
	margin-right: -3px;
	margin-bottom: 7px;
	background: url(../Imagenes/Botones/imb_Agregar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
/*#btnBuscar
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	/*float: right;
	margin-right: 10px; 
	background: url(../Imagenes/Botones/imb_Buscar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	text-align: left;
	margin-right: 55px;
}*/
#btnLogin, #btnSalir
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	float: right;
	margin-right: 30px; /*0px*/
	/*background: url(../Imagenes/Botones/imb_IniciarSesion.png) no-repeat;*/
	width: 126px;
	height: 23px;
	cursor: pointer;
	outline: none;
	text-align: center;
    color:#00a6d0;
    font-weight: bolder;
    background-color: transparent;
}

#btnLogin:hover, #btnSalir:hover {
    text-decoration:underline;
}


#btnGenerar
{
	float: right;
	background: url(../Imagenes/Botones/imb_Generar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnEliminarTodos
{
	float: right;
	background: url(../Imagenes/Botones/imb_Eliminar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnCalcular
{
	float: right;
	background: url(../Imagenes/Botones/imb_Calcular.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnAgregarCliente
{
	float: right;
	margin-right: -3px;
	margin-bottom: 7px;
}
#btnIngresar
{
	background: url(../Imagenes/Botones/imb_Ingresar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnOlvideContrasena
{
	background: url(../Imagenes/Botones/imb_OlvideContraseña.png) no-repeat;
	width: 146px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
/*#btnRegresar
{
	float:left;
	background: url(../Imagenes/Botones/imb_Regresar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}

#btnRegresarEmail
{
	/*float:left;
	background: url(../Imagenes/Botones/imb_Salir.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}*/
/*#btnRegresarRechazar
{
	/*float:left;
	background: url(../Imagenes/Botones/imb_NO.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}*/
#btnCerrar
{
	float:left;
	background: url(../Imagenes/Botones/imb_Cerrar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnValidar
{
	background: url(../Imagenes/Botones/imb_Validar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
 #btnExportarModal, #btnExportarExcel
{
	/*background: url(../Imagenes/Botones/imb_Exportar.png) no-repeat;*/
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
	/*float: right;*/
	margin-right: 10px;
	margin-top: 3px;
	/*margin-bottom: 3px;*/
}
#btnExportarPDF
{
	background: url(../Imagenes/Botones/imb_ExportarPdf.png) no-repeat;
	width: 125px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.btnEliminar
{
	background: url(../Imagenes/Botones/imb_Eliminar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
	float: right;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*#btnGuardar
{
	background: url(../Imagenes/Botones/imb_Guardar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}*/

.btnAceptar {
	background: url(../Imagenes/Botones/imb_Aceptar.png) no-repeat;
	width: 90px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
	float: right !important;
}
#btnEditarM
{   /*background: url(../Imagenes/Botones/boton-editar.png) no-repeat;*/
	background: url(../Imagenes/Botones/imb_IngresarDatos.png) no-repeat;
	width: 154px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
}
/*#btnSalir
{
	background: url(../Imagenes/Botones/imb_CerrarSesion.png) no-repeat;
	width: 126px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
	margin-right: 30px;
	float: right;
}*/
/*#btnAgregar{margin-left:25px;margin-top:10px;margin-bottom:10px;}*/
#btnAdjuntar
{
	background: url(../Imagenes/Botones/imb_Adjuntar.png) no-repeat;
	width: 92px;
	height: 24px;
	cursor: pointer;
	outline: none;
	border: none;
}
#btnNuevoUsuario
{
	background: url(../Imagenes/Botones/imb_NuevoUsuario.png) no-repeat;
	width: 113px;
	height: 23px;
	cursor: pointer;
	outline: none;
	border: none;
	margin-left: 103px;
}
#CapaNroCuentaCombo
{
	display: none;
}
#dashed01
{
	border-top: 2px dashed #838587;
	padding: 0px;
	margin: 0px;
}
.divfrmLogin
{
	background: url(../Imagenes/frmBackLogin.gif) no-repeat;
	margin: 100px auto 0px auto;
	width: 380px;
	height: 200px;
}
.divfrmLogin2
{
	background: url(../Imagenes/frmBackLogin2.gif) no-repeat;
	margin: 10px auto 0px auto;
	width: 380px;
	height: 150px;
}
#frmLoginTop
{
	width: 390px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}
#frmLoginBottom
{
	width: 367px;
	margin: 0px auto 10px auto;
}
#frmRegistroPersonalNatural, #frmRegistroPersonalExtranjera
{
	display: none;
}
#frmFilaTipoPersonaEdicion
{
	display: none;
}
/*
#footer
{
	position: relative;
	bottom: 0px;
	background: #002A5C;
	color: White;
	height: 94px;
}
*/
* html #footer {    position: absolute;    }

    #footer {
    clear: both;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background:#006eb5;
    color: #fef9ee;
    overflow:hidden;
    margin: 0 auto 0 auto;
    width: 960px; 
    }
    .footerIzquierda  {
    padding:15px 120px 15px 60px;
    float:left;
    color: #fff;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;      
    }
    #footerDerecha {
    padding:10px;
    float:left;	
    color: #fff;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;    
    text-align: center;  
    }
#headTitulo 
{
    height:40px; background:#3c71A7; margin-left:200px; position:relative; padding:10px;    
	margin: 0 auto 0 auto;
    width: 820px; 
}
.tituloBanner
{
	color:#fff;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: auto;
	margin-top:3px;
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
}
.subTituloBienvenida
{
	color:#fff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: auto;
	margin-top:5px;
}

#footerTexto01
{
	padding: 30px 5px 5px 30px;
	font-size: 11px;
	width: 530px;
	color: #FFFFFF;
	float: left;
}
/*
#header
{
	height: 83px;
	position: relative;
}
*/
div#wrapper {
position: absolute;
top: 0;
left: 0;
}

/*MODALM*/
#header {
    /*position: relative;
    z-index: 500;*/
    width: 960px;
    /*height: 200px;*/
    text-align: center;
   /* background: #fff url(../Imagenes/Iconos/logo03-1.png) no-repeat;*/
}

#header img {
    /* height:60px; */
    float:left;
    /* margin-left: 10px; */
    /* margin-top: 10px; */
    width: 960px;
}

#header span{
    width:960px;
    font-family: 'Museo Sans 300';
    font-size:21px;
    font-weight:700;
    color: #00a6d0;
    float:left;
    margin: 20px auto;
}

#fsBusqAvanzada {
    background-color:#F2FAFC; /*rgba(0, 166, 216, 0.05);*/
}
/*FIN MODALM*/

#headerTituloAplicacion
{
	background: url(../Imagenes/headerArriba.gif) repeat-x;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
	font-weight: bold;
	position: relative;
	font-size: 12pt;
	height: 48px;
}
#JLTLogoBottom
{
	float: right;
}
#JLTImageLogo
{
	float: left;
	margin: 15px 0px 0px 20px;
}
#JLTLogo
{
	float: right;
	margin: 15px 20px 0px 0px;
}
#labelHasta2
{
	width: 36px !important;
	margin-left: 2px !important;
}
#labelHasta 
{
    width: 30px !important;
	margin-left: 5px !important;
}
#labelDesde 
{
    width: 35px !important;
	margin-left: 0px !important;
}
/*#lblPeriodo{margin-left:225px;}*/
#lblUsuarioCuenta span
{
	float: right;
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 4px;
	color: #002B5C;
}
#leftPanelRegistro, #rightPanelRegistro
{
	float: left;
	width: 390px;
}
#main
{
	margin: 0px auto;
	background:#fff;
	width: 960px;
}
#mainContent
{
	min-height: 400px; 
	position: relative; 
}
#menu
{
	background: #931A30;
	height: 31px; 
}
.menuHeader
{
	margin: 0px auto;
	overflow: hidden;
}
.menuHeader li
{
	float: left;
	height: 51px;
	width:180px;
}
.menuHeader li a
{
	display: block;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 31px;
	line-height: 31px;
	outline: none;
	border: none;
}
#menuEjecutivo
{
	margin: 0px auto;
	overflow: hidden;
	width: 900px;
}
#menuEjecutivo li
{
	float: left;
	height: 51px;
}
#menuEjecutivo li a
{
	display: block;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 31px;
	line-height: 31px;
	outline: none;
	border: none;
}
.mensajeErrorRegistroUsuario
{
	background: #FFFFFF url(../Imagenes/error_validacion_small.JPG) no-repeat 0 0;
	color: #DE1062;
	margin: 0px 0px 0px 10px;
	display: none;
	width: 740px;
	padding: 3px 0px 3px 37px;
	font-size: 11px;
	color: #D11242;
	height: 14px;
}
#txtDesde, #txtHasta, #txtVigHasta, #txtVigDesde
{
	border: 1px solid #939598;
	/*border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;*/
	padding: 0.2em;
	color: #333333;
}
#UlMenuNavegacion1
{ 
	margin: 0px auto;
}
#UlMenuNavegacion, #UlMenuNavegacionMantenimiento01, #UlMenuNavegacionProcesoCierre
{
	margin: 50px auto;
}
#UlMenuNavegacionSSEE
{
	width: 640px;
	margin: 0px auto;
}
#UlMenuNavegacionMantenimiento02
{
	width: 640px;
	padding-top: 30px !important;
	margin: 0px auto;
}

#UlMenuNavegacionContenidos
{
	width: 480px;
	margin: 0px auto;
}
#UlMenuNavegacionMantenimiento01
{
	width: 640px;
	padding-top: 80px !important;
}
#UlMenuNavegacionAtencion, #UlMenuNavegacionCliente
{
	width: 360px;
	margin: 0px auto;
}

/*
* SECTION : Clases'S ****************************************
*/
.AjustarCargaTramaCia
{
	width: 550px !important;
	float: left;
	margin-left: 0px !important; /***YLP ANTES 15PX**********/
}
.centradoPanelRegresar
{
	padding: 0em;
	/*width: 787px;*/
	margin: 30px auto;
}
.centradoRegresar
{
	width: 400px;
	margin: 20px auto;
	text-align: center;
}
.CargaTramaBtn
{
	margin-top: 11px;
}
#myThrobber
{
	text-align: left;
	margin-top: 15px;
	font: 12px Arial;
	color: #D11242;
}
.clear
{
	clear: both;
}
.public int ColumnaLeft01, .public int ColumnaRight01
{
	color: #808285;
	font-size: 7pt;
	float: left;
	width: 208px;
	margin-right: 14px;
	text-align: justify;
}

.public int ColumnaLeft01 span {
	text-align: left !important;
}

.ErrorInputClass
{
	color: #f18626 !important;
	font-size: 12px !important;
}
.filaRowCarga
{
	width: 800px;
	padding: 0.5em;
	margin: 3px auto;
}
.filaRowCarga label
{
	color: #231F20;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}
.filaRowFormulario01
{
	/*width: 850px;*/
	margin: 10px auto;
}
.filaRowFormulario01 label
{
	display: inline-block;
    color: #00a6d0;
	font-size: 11px;
	/*margin-left: 91px;****** Revisar xq se cambio*/
	/*margin-left: 54px;*/
	/*font-weight: bold;*/
	width: 140px; /*revisar, está afectando el comportamiendo de la pantalla "Admin. de declaraciones"*/
}

#divBusqueda .filaRowFormulario01 label {
    width: 161px;
    text-align:right;
}

.filaRowFormulario04
{
	width: 400px;
	margin: 10px auto;
}
.filaRowFormulario04 label
{
	display: inline-block;
	/*margin-left: 91px;****** Revisar xq se cambio*/
	/*margin-left: 54px;*/
	color: #231F20;
	font-size: 11px;
	width: 180px; /*revisar, está afectando el comportamiendo de la pantalla "Admin. de declaraciones"*/
}

.verticalAlignBottom
{
	vertical-align: bottom;
}
.verticalAlignMiddle
{
	vertical-align: middle;
}
.marginLeft12
{
	margin-left: 12px;
}
.marginLeft20
{
	margin-left: 20px;
}
.marginLeft21
{
	margin-left: 22px;
}
.marginLeft82
{
	margin-left: 82px;
}
.marginLeft84
{
	margin-left: 84px;
}
.marginLeft85
{
	margin-left: 85px;
}
.marginLeft86
{
	margin-left: 86px;
}
.marginLeft87
{
	margin-left: 87px;
}
.marginLeft88
{
	margin-left: 88px;
}
.marginLeft118
{
	margin-left: 118px;
}
.marginLeft165
{
	margin-left: 165px;
}
.marginLeft178
{
	margin-left: 178px;
}
.marginLeft239
{
	margin-left: 239px;
}
.marginLeft240
{
	margin-left: 240px;
}
.marginLeft245
{
	margin-left: 245px;
}
/*MODALM*/
div#divPalabraClave {
  width: 850px;
  margin: 0px auto 20px;
  position:relative;
}

.filaRowFormulario01 label#Label1 {
  font-size: 15px;
  margin-left: 35px;
  font-weight:bold;
}

.filaRowFormulario01 label:first-child {
  margin-left: 12px;
  color: #00a6d0;
  font-size: 11px;
  /*font-weight: bold;*/
}
/*FIN MODALM*/
.filaRowFormularioD
{
	width: 447px;
	margin: 10px auto;
	float: right;
}
.filaRowFormularioD label
{
	display: inline-block;
	margin-left: 90px;
	color: #231F20;
	font-size: 11px;
	font-weight: bold;
	width: 115px;
}
.frmLoginRow
{
	margin: 0px auto 10px auto;
	width: 280px; /***YLP ANTES: 260PX***/
}
.fieldset01
{
	border: 0px solid #002B5C !important;
    width:900px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /*padding:1em;*/ /*padding-bottom:0px;  MODALM*/ 
	/*width: 787px;*/
	margin-top: 20px; /*padding: 3px 0px 3px 0px;*/
    margin: 0px auto;
}
#btnValidar
{
	_top: 8px;
}

.FechaSpan {
	color: #231F20;
	font-size: 11px;
	font-weight: bold !important;
}

.fieldset02
{
	color: #D11242;
	border: 1px solid #D11242 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.5em;
	width: 800px;
	margin: 15px auto;
	text-align: center;
	font-size: 11px;
}
.fieldset03
{
	border: 1px solid #002B5C !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 5px 4px 9px;
	width: 390px;
	margin: 2px auto 2px auto;
	color: #002B5C;
	font-size: 11px;
}
.fieldset03 legend
{
	font-size: 13px;
	font-weight: bold;
}
.fieldset03 h3
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #002B5C !important;
}
.fieldset04
{
   /* border: 1px solid #002B5C !important;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*padding: 0.5em;*/
	width: 970px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.fieldset04 legend
{
	color: #002B5C;
	font-size: 13px;
	font-weight: bold;
}

.fieldset04 h3
{
	/*color: #002B5C;*/
	color:#8b8c8c;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	background-color: #EEEEEE;
	padding: 5px 0px;
}
.fieldset01 legend
{
	color: #9298AC; /*#002B5C;*/
	font-size: 13px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #E8E8E8;
	width: 780px;
	height: 20px;
	padding: 0px 0px 0px 0px;
}
.fieldset02 legend
{
	text-align: center;
	color: #D11242;
	font-size: 11px;
	font-weight: bold;
}
.filaRowFormulario02
{
	width: 787px;
	margin: 10px 12px;
}
.filaRowFormulario02 input[type=checkbox]
{
	display: inline-block;
	margin-right: 8px;
	margin-left: 10px;
}
.filaRowFormulario02 label
{
	color: #231F20;
	font-size: 11px;
	font-weight: bold;
}
.frmLoginRowBottom
{
	width: 240px;
	text-align: right;
	margin: 0px auto 11px auto;
}
#EmpresaCapa
{
	margin-left: 90px;
}
.InformacionCapa
{
	width: 920px;
	margin: 0px auto;
	height: 150px;
}
.InformacionCapaLeft, .InformacionCapaRight
{
	float: left;
	width: 446px;
	height: 155px;
}
.inputDefault01, .selectDefault01
{
	border: 1px solid #939598;
	border-radius: 2px 3px 3px 2px;
	-moz-border-radius: 2px 3px 3px 2px;
	-webkit-border-radius: 2px 3px 3px 2px;
	padding: 0.3em;
	color: #939598;
}
.inputDefault02, .selectDefault02, .selectDefault05, .selectDefault06, .modal5-select, .ddlClienteRegistroUsuario
{
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding: 0.2em;
	min-width: 225px;
	color: #333333;
}
.inputDefault03, .selectDefault03, .selectDefault04, .selectDefault09
{
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding: 0.2em;
	min-width: 225px;
	color: #333333;
}
.inputPalabraClave2
{
	width: 290px !important;
	Height: 16px !important;
}
.inputPalabraClave
{
	width: 600px !important; /*MODALM*/
}
.inputSumilla
{
	width: 290px !important;
	Height: 70px !important;
}
.inputDefault04
{
	width: 50px !important;
}
.inputDefault04NR
{
    width: 51px !important;
}
.inputDefault05NR
{
    width: 109px !important;
}
.inputDefault05
{
	width: 108px !important;
}
.InformacionCapaRight
{
	margin-left: 25px;
}
.lineaPunteada
{
	background: url(../Imagenes/lineaPunteada.gif) repeat-x;
	height: 5px;
}
.marginFieldUsuarioPendiente
{
	margin-top: 90px !important;
}
.Menu
{
	width: 812px !important;
}
.Menu
{
	width: 512px !important;
}
.menuSSEE
{
	width: 812px !important;
}
.menuCliente
{
	width: 512px !important;
}
.MenuPequeno
{
	width: 90px !important;
}
.MenuLargo
{
	width: 180px !important;
}
.RegistroExito
{
	width: 550px !important;
	margin: 40px auto !important;
	background: #C4CBDE;
	border: 1;
	padding: 0px 0px 30px 0px;
}
.RegistroExito h4
{
	background: #002A5C;
	color: #FFFFFF;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
.RegistroExito p
{
	color: #002B5C;
	font-size: 13px;
	width: 400px;
	margin: 40px auto 20px auto;
	text-align: center;
}
.span01
{
	display: block;
	color: #D11242;
	font-size: 7pt;
	margin: 6px 0px 5px 0px;
	font-weight: bold;
}
.span02
{
	display: block;
	color: #002B5C;
	font-size: 7pt;
	margin: 6px 0px 5px 0px;
	font-weight: bold;
}
.span03
{
	color: #002B5C;
	font-weight: bold;
}
.UlNavegacion
{
	overflow: hidden;
}
.UlNavegacion ul
{
	float:right;
    vertical-align:top;
    position:absolute;
}
.UlNavegacion li
{
	float:right;
	width: 235px;
	
}
.UlNavegacion li a
{
	text-decoration: none;
	display: block;
	outline: none;
	border: none;
	text-align: justify; 
	width:235px;
}

.UlNavegacion li a span
{
	display: block;
	color: #002B5C;
	font-size: 13px;
	margin: 1px 1px;
}

.UlNavegacion td a
{
	text-decoration: none;
	display: block;
	outline: none;
	border: none;
	text-align: left;  
}

.UlNavegacion td a span
{
	display: block;
	color: #002B5C;
	font-size: 13px;
	margin: 1px 1px; 
}


.menuContenido a
{
    text-decoration: none;
    display: block;
	outline: none;
    float: right; 
    width: 70px; 
    display: inline-block; 
    text-align: center;
	color: #002B5C;
	font-size: 11px;
}

.menuContenido a:hover
{
    text-decoration: none;
    display: block;
	outline: none;
    float: right; 
    width: 70px; 
    display: inline-block; 
    text-align: center;
	color: #376092;
	font-size: 11px;
}

.divContenido 
{
	margin-top: 30px; 
	width: 800px; 
	padding-bottom: 20px; 
	position: relative;
}

.BlancoExito
{
	background: #C4CBDE;
	padding: 1px 8px 1px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 400px;
	margin: 0px auto;
}
.selectDefault02
{
	width: 176px !important;
}
.modal5-select
{
	width: 325px !important;
}
.selectDefault03
{
	width: 206px !important;
}
.selectDefault09
{
	width: 208px !important;
}
.selectDefault04
{
	width: 215px !important;
}
.selectDefault05
{
	width: 100px !important;
}
.selectDefault06
{
	width: 150px !important;
}
.selectDefault07
{
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding: 0.2em;
	color: #939598;
	width: 250px !important;
}
.selectDefault08
{
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding: 0.2em;
	color: #939598;
	width: 122px !important;
}
.RequeridoInput
{
	border-left: 2px solid #f18626 !important;
}
.RequeridoInput02
{
	border-left: 3px solid #f18626;
}
.frmLoginRow label
{
	color: #231F20;
	display: inline-block;
	font-size: 11px;
	margin: 2px 30px 0px 0px;
	text-align: right;
	width: 70px; /*****YLP ANTES: 50PX******/
}
.frmLoginRow .selectDefault01
{
	width: 160px !important;
}
.msgError01
{
	color: #D11242;
	width: 370px;
	text-align: right;
	font-size: 11px;
	margin: 10px auto 13px auto;
	height: 11px;
}
.msgError02
{
	color: #D11242;
	text-align: center;
	font-size: 10pt;
	margin: 10px auto 13px auto;
}
.ui-dialog-title
{
	display: none;
	background: none !important;
	border: none !important;
}
.frmRegistroPersonalLeft
{
	float: left;
	width: 380px;
}

.frmRegistroPersonalLeft label
{
	width: 130px !important;
}

.frmRegistroPersonalRight
{
	float: left;
	width: 394px;
}
.frmRegistroPersonalRight label
{
	width: 100px !important;
}

.frmRegistroPersonalRight input[type="text"]
{
	width: 215px;
}

.Width223
{
	width: 223px !important;
}

.dsp-inline-block {
	display:inline-block;
}

.frmRegistroPersonalRow
{
	margin: 10px auto;
}
.frmRegistroPersonalRow label, .frmRegistroPersonalRow label
{
	display: inline-block;
	width: 150px;
	color: #231F1A;
	font-size: 11px;
	font-weight: bold;
}
.optDefault01
{
	color: #231F1A;
	font-size: 11px;
	font-weight: bold;
}
.optDefault01 label
{
	display: inline-block;
	margin-left: 6px;
	margin-right: 10px;
}
.RowPanelRegistro01
{
	width: 390px;
	margin: 7px 5px;
}
.labelAnexo
{
	width: 40px !important;
	margin-left: 4px;
}
.txtCentral
{
	width: 70px !important;
}
.txtAnexo
{
	width: 40px !important;
}
.PanelRegistro
{
	width: 774px; /*margin:10px auto 0px auto;*/
	margin-left: 10px;
}
.TablitaCeleste
{
	border-top: 1px solid #A4A7A9 !important;
	/*width: 787px;*/ /*margin:10px auto;*/
	width: 100%;
	padding: 0px;
	border-left: 1px solid #A4A7A9 !important;
}
.TablitaCeleste tr.CelesteClaro:hover, .TablitaCeleste tr.BlancoClaro:hover
{
	/*background: #F0F0F0;*/
}
.TablitaCeleste .Paginacion
{
	height: 40px;
}
.TablitaCeleste .Paginacion table
{
	margin-left: 10px;
}
.TablitaCeleste .Paginacion table td
{
	border: none !important;
}
.TablitaCeleste .Paginacion span
{
	color: #002B5C;
	font-weight: bold;
	font-size: 11px;
	background: #DCE3E8;
	padding: 6px;
	margin: 3px 2px 3px 0px;
	border-radius: 3px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.TablitaCeleste .Paginacion a
{
	color: #002B5C;
	text-decoration: none;
	margin: 3px 2px 3px 0px;
	font-size: 11px;
	padding: 6px;
}
.TablitaCeleste .Paginacion a:hover
{
	background: #EBF1F5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*MODALM*/
tr[class=BlancoClaro]:hover {
    background-color:#DCE3E8;
}

#subMenu
{
	background: #30538C;
	height: 31px;
}
.subMenu
{
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	overflow: hidden;
}
.subMenu li
{
	float: left;
	height: 51px;
}
.subMenu li a
{
	width: 200px;
	height: 31px;
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
}

#cerrar_session
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	opacity: 0.75;
	right: 20px;
	top: -5px;
}
#cerrar_session:hover
{
	opacity: 1.0;
}
.menuTrabajadores
{
	width: 820px;
	margin: 30px auto 35px auto;
}
.menuDeclaraciones
{
	width: 822px;
	margin: 30px auto 35px auto;
}
.menuDeclaraciones li a
{
	width: 273px !important;
}
.menuTrabajadores li a
{
	width: 410px !important;
}
.text-azul {
	color: #002B5C;
}
.filaRowFormulario05
{
	color: #002B5C;
	width: 600px;
	margin: 15px auto;
	font-weight: bold;
}
.filaRowFormulario05 label
{
	margin-right: 20px;
}
.HeaderTablita
{
	background:#006EB5;/* #00B9E4;*/
}
.alinear
{
	position: relative;
	top: -1px;
	margin-left: 20px;
	display: inline-block;
	top: /*\**/ 8px\9;
}

.alinearFila
{
	display: inline !important;
}
.BorderAzulino
{
	/*border: 1px solid #002B5C;*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 820px;
	margin: 15px auto;
	background-color: #F8F8F8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.TablitaCeleste th
{
	border-bottom: 1px solid #A4A7A9 !important;
	border-right: 1px solid #A4A7A9 !important;
	text-align: center;
	padding: 5px 0px;
	color: #FFFFFF;
	font-size: 11px;
    font-weight:bold;
}
.TablitaCeleste td
{
	padding: 1px 5px;
	border-bottom: 1px solid #A4A7A9 !important;
	border-right: 1px solid #A4A7A9 !important;
	color: #231F1A;
	font-size: 11px;
	/*text-align: left;*/
}
.BlancoClaro
{
	background: #FFFFFF;
	/*text-transform: uppercase;*/
}
.CelesteClaro
{
	background: rgba(0, 174, 221, 0.2);/*#dfe9f4;*/
	/*text-transform: uppercase;*/
}
.AccionesClass a
{
	display: inline-block;
	width: 40px;
	text-align: center;
	border-left: 1px solid #A4A7A9;
}
.AccionesClass a:first-child
{
	border-left: none !important;
}

.btnUtilitario
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-border-radius: 2px;
	-webkit-user-select: none;
	background-color: #f5f5f5;
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #666;
	cursor: default;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	line-height: 27px;
	margin: 11px 6px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	width: 250px;
	margin: 10px auto;
	display: block;
	cursor: pointer;
}
.btnUtilitario:hover
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background-color: #F8F8F8;
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	color: #333;
}
.margenes-left
{
	margin-left: 20px;
}
.errorGift
{
	color: #D11242;
	display: none;
}

#divCargaLogin
{
	display: block;
	float: left;
	font-size: 9px;
	margin-left: 15px;
	display: none;
}
#radioOpciones
{
	display: inline-block;
	width: 206px;
}
#radioOpciones label
{
	width: 20px;
	margin-left: 15px;
}
#Paginacion
{
	width: 825px;
	margin: 2px 0px;
	font-size: 12px;
}
#Paginacion input[type=submit]
{
	background-color: transparent;/*#DCE3E8;*/
	/*box-shadow: 3px 3px 3px rgba(0,0,0,0.1);*/
	color: #444751;
	padding: 0.2em;
	/*border-radius: 3px;*/
	border: 0px solid #DCE3E8;
	cursor: pointer;
	margin-right: 3px;
	font-size: 12px;
	/*font-weight: bold;*/
    text-decoration:underline;
}
#btnIr{   margin-right: 20px !important;  padding-left: 5px !important; width: 40px !important;  }
#lblPagina {   margin-right: 10px !important; /*font-weight: bold;*/ }

#Paginacion input[type=text]
{
	width: 30px;
	/*margin-right: 10px; MODALM*/
}

/*MODALM*/
#Paginacion input[type=submit]:hover {
  color: rgb(0, 110, 181);
}
/*FIN MODALM*/

#Acciones
{
	margin: 2px 0px;
	font-size: 12px;
	display: inline;
	float: right;
}
#Acciones input[type=submit]
{
	background: #DCE3E8;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	color: #444751;
	padding: 0.4em;
	border-radius: 3px;
	border: 1px solid gainsboro;
	cursor: pointer;
	margin-right: 3px;
	font-size: 12px;
}

.PersonalButton
{
	outline: none;
	width: 315px !important;
	height: 25px !important;
	float: left;
	/* background: url(../Imagenes/Botones/imb_Examinar.png) no-repeat 100% 1px !important;*/
}
.PersonalButton input[type=text]
{
	padding: 0.2em;
	width: 208px !important; 
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	margin-top: -1px;
	_margin-top: 10px;
	float: left;
}
.PersonalButton input[type=file]
{
	height: 24px !important;
	/*float: left;*/
}


.PersonalButtonForm
{
	outline: none;
	width: 277px !important;
	height: 25px !important;
	float: left;
	background: url(../Imagenes/Botones/imb_Examinar.png) no-repeat 100% 1px !important;
}
.PersonalButtonForm input[type=text]
{
	padding: 0.2em;
	width: 170px !important; 
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	margin-top: -1px;
	_margin-top: 10px;
	float: left;
}
.PersonalButtonForm input[type=file]
{
	height: 24px !important;
	/*float: left;*/
}

/*
.PersonalButtonForm
{
	outline: none;
	width: 277px !important;
	height: 25px !important;
	background: url(../Imagenes/Botones/imb_Examinar.png) no-repeat 100% 1px !important;
	float: left;
}
.PersonalButtonForm input[type=text]
{   padding: 0.2em;
	 width: 170px !important;
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
		
   
	margin-top: -1px;
	_margin-top: 10px;
}
.PersonalButtonForm input[type=file]
{
	height: 24px !important;
}

*/

.inputDefault06
{
	border: 1px solid #939598;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding: 0.2em;
	width: 60px;
	color: #939598;
}
.AgregarTipoSeguro
{
	float: right !important;
	margin-top: 0px !important;
}
.msgError03
{
	margin: 15px 0px 8px 0px;
	color: #D11242;
}
#lblUsuarioModal
{
	font-weight: bold;
	display: inline-block;
	margin: 4px 0px;
}
.Oculto
{
	display: none !important;
}
.MarginLeft730 {
	margin-left: 730px;
}
.Horizontal
{
	display: table-row;
	clear: : right;
}
#btnAgregar1
{
	background: url(../Imagenes/Botones/imb_Agregar1.png) no-repeat;
	width: 50px;
	height: 24px;
	cursor: pointer;
	outline: none;
	border: none;
}
.AjustarTop
{
	/*margin-top: -90px;*/
	float: right;
	width :330px;
}
.AjustarBot
{
	margin-bottom: 15px;
}

#wrapper
{
	margin: 0 auto 0 auto;
	width: 787px;
	text-align: left; /*background: red; */
}
.fieldset01 h3 {
	margin: 0;
	color: #9298AC; /*#002B5C;*/
	font-size: 13px;
	font-weight: bold;
	height: 20px; 
	padding-top: 2px;
}
.fieldset01 h3 span
{
	padding-left: 10px;
	color: #006EB5;/*MODALM*/
}

/*MODALM*/
h3#hListExp {
  background-color: #006EB5;
}
h3#hListExp .spanLabel {
  color: #FFF;
}
/*FIN MODALM*/

.fieldset04 h3 span
{
	padding-left: 10px;
}

.fieldset04 h4
{    background-color:#649ac8;
	  margin: 0;
	color: #FFFFFF; /*#002B5C;*/
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #E8E8E8;
	height: 20px;
	padding: 5px 0;
	 } 

.fieldset04 h4 span
{
	padding-left: 10px;
}

.btn_separator
{
	height: 23px;
	padding-top: 10px; /*******YLP ANTES 20PX**/
	padding-bottom: 10px;
}

.btn_separator02
{
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#RadioOpcionesTipoPersona
{
	padding-top: 10px;
}

.Panel01
{ margin-left: 33px;
	
	
	}
	
	.scrollVertical
	{
		border:2px dotted  #EEEEEE;
	/*height:210px;*/
	height:240px;
	
	overflow: auto;
	padding: 8px;
		} 
	.general {margin: 0 auto 0 auto;width:1000px;}
	


.padding_top10{ padding-top:10px;}
.padding_top05{ padding-top:5px;}
.padding_left10{ padding-left:10px;}
.padding_left05{ padding-left:5px;}
.padding_left42{ padding-left:30px;}
.padding_left89 { padding-left: 89px; }
/*.tabla_td_height30{ height:27px;}*/
.pading_top_botton{
padding-top:10px; /*padding-bottom:10px;*/
padding-left:15px;
}

#wrapper02{margin: 0 auto 0 auto; width: 819px;}
#wrapper03{margin: 0 auto 0 auto; width: 960px;}
#btn1
{ float:left;
	}
	#btn2
{ float:right;
	}
  
.Centrado
{
	text-align: center !important;
}  

.Centrado td
{
	text-align: center !important;
}
.Fuente9 {
	font-size: 9px !important;
}
.Fuente9 td {
	font-size: 9px !important;
}

.SinBorde
{
	outline:none;
}

.SinBorde:active
{
	outline:none;
}

.RUC 
{
	width: 100px;
	text-align: center !important;
}

.RUC td
{
	width: 100px;
	text-align: center !important;
}

.RazonSocial
{
	width: 646px;
}
.titulo-h3{
	margin: 0;
	color: #9298AC; /*#002B5C;*/
	font-size: 13px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #E8E8E8;
	height: 20px; /*padding-top:5px;*/
}
.titulo-h3 span
{
	padding-left: 10px;
}
.margin-right-menos-10
{
margin-right: -10px !important;    
}
.margin-top-10
{
	margin-top: 10px !important;
}  
.msgError05
{
	color: #D11242;
}  
.float-left
{
	float:left;
}
.input-fecha01
{
	border: 1px solid #939598;
	border-radius: 2px 3px 3px 2px;
	-moz-border-radius: 2px 3px 3px 2px;
	-webkit-border-radius: 2px 3px 3px 2px;
	padding: 0.3em;
	width: 65px;
	color: #939598;
	}

.texto-centrado
{
   text-align:center !important;
}

.alineacionIzquierda03
{
	margin-left:3px !important;
}

.alineacionIzquierda10
{
	margin-left:10px !important;
}

.alineacionIzquierda51
{
	margin-left:51px !important;
}

.alineacionIzquierda42
{
	margin-left:42px;
}

.alineacionIzquierda43
{
	margin-left:43px;
}

.alineacionIzquierda82
{
	margin-left:82px !important;
}

.alineacionIzquierda83
{
	margin-left:83px !important;
}

.alineacionIzquierda85
{
	margin-left:85px !important;
}

.alineacionIzquierda107
{
	margin-left:107px !important;
}

.alineacionIzquierda206
{
	margin-left:206px !important;
}

.alineacionIzquierda212
{
	margin-left:212px !important;
}
.width786
{
	width: 786px !important;
}
.width810
{
	width: 810px !important;
}
.padding0
{
	padding-left:0px !important;
}
.Derecha
{
	text-align:right !important;
}
.floatLeft
{
	float:left !important;
}
.floatRight
{
	float:right;
}
.height02
{
	height:2px;
}
.height08
{
	height:8px;
}
.marginTop7
{
	margin-top:7px;
}

.row
{clear:both;
	margin: 0.2em 0;
	}
.row li {
	float: left;
	margin: 0.2em 0;
	padding-right:10px;
}

.left
{ /*float:left;*/
	}

.fuploadArchivoSustento { 
	padding-right:3px;
}
#flArchivo, #fuploadArchivoSustento, #fuploadArchivo
{ 
	padding-right:3px;
}

#PanelExito
{
	background:#C4CBDE;

}

.btnCentradoVertical{
   float:left; width:150px;padding-top:110px;
    }


.div-main-declaracion-exito{
	color: #002B5C;
	font-family: Arial, Sans-Serif;
	width: 675px;
	height: 430px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -333px;
	margin-top: -150px;
}

.div-main-declaracion-exito-constancia{
	color: #002B5C;
	font-family: Arial, Sans-Serif;
	width: 390px;
	height: 430px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -150px;
}

.fieldset-declaracion-exito
{
    border: 1px !important;
    border-color: #002B5C !important;
    border-style: solid !important;
    border-radius: 8px 8px 8px 8px !important;
    height: 330px !important;
    position: absolute !important;	
}

.fieldset-declaracion-exito-constancia
{
    border: 1px;
    border-color: #002B5C;
    border-style: solid;
    border-radius: 8px 8px 8px 8px;
    position: absolute;	
    width: 390px;
    height:330px;
}

.fieldset-declaracion-exito legend 
{
    color: #002B5C !important;
	font-weight: bold !important;
	font-size: 18px !important;
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    display: block !important;
    position: relative !important;
    top: -20px !important;
    left: 194px !important;   
}

.fieldset-declaracion-exito-constancia legend 
{
    color: #002B5C !important;
	font-weight: bold !important;
	font-size: 18px !important;
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    display: block !important;
    position: relative !important;
    top: -20px !important;
    left: 32px !important;
}
.div-check-constancia {
	float: left !important;
	margin-left: 64px !important;
	margin-top: 14px !important;
	margin-bottom: 30px !important;
	width:230px !important;
}

.div-check {
	float: left !important;
	margin-left: 55px !important;
	margin-top: 14px !important;
	margin-bottom: 30px !important;
	width:230px !important;	
}

.div-check-ie7 {
	float: left;
	margin-left: -100px;
	margin-top: 14px;
	margin-bottom: 30px;	
	width:230px;
	height: 200px;
}
.div-check div {
	color: #002B5C !important;
	font-size: 9pt !important;
}

.div-nota {
	float: right !important;
	margin-right: 40px !important;
	margin-top: 54px !important;
}
.img-declaracion-check {
	width: 221px;
	height: 189px;
	margin-bottom: 5px;
}

.div-declaracion-exito-botones {
	text-align: center;
	margin-top: 10px;	
}

.div-declaracion-exito-texto {
	margin-top: 10px;
}

.span-declaracion-exito-descarga 
{
    color: #002B5C;
	font-weight: bold;
	font-size: 15px;
    text-align: left;
	width: 426px;
	border-radius: 8px;
	left: 10px; 
	top: 0px;
	position: relative;
	margin-bottom: 5px;
}

.span-declaracion-exito-formato
{
    color: #DD436F;
	border-color: #DD436F;
	border-width: 2px;
	border-style: solid;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	width: 300px;
	border-radius: 4px;
	padding: 10px 0px 10px 15px;
}

.btn-no {
	background: url(../Imagenes/DeclaracionExito/a_btnNo.jpg) no-repeat;
	width: 37px;
	height: 25px;
	cursor: pointer;
	outline: none;
	border: none;
	float: right;
	right: 80px;
	position: relative;
}

.btn-si {
	background: url(../Imagenes/DeclaracionExito/a_btnSi.jpg) no-repeat;
	width: 37px;
	height: 25px;
	cursor: pointer;
	outline: none;
	border: none;
	float: left;
	left: 65px;
	position: relative;
}

.formato-movi {
	background: url(../Imagenes/DeclaracionExit/DeclaracionExito/a_FormatoMov.jpg) no-repeat;
	width: 218px;
	height: 31px;
	cursor: pointer;
	outline: none;
	border: none;
	float: left;
	left: 50px;
	top: 11px;
	position: relative;
}

.MarginLeft230 {
	margin-right: 215px !important;
}

.ui-datepicker-trigger {
	width: 21px;
	height: 21px;
	margin-bottom: -5px;
	margin-left: 5px;
	cursor: pointer;
}

.marginLeft60 {
	margin-left: 60px !important;
}

.fieldset01 margin-top-5 {
	margin-top: 0px !important;
}

#menuSuperior td
{
    width: 123px;
}
.tablaMenu td
{
    width: 144px;
}

.tablaMenu
{
    margin-top: 30px;    
}

.checkbox-style
{
    left:80px !important;
    position:relative !important;
    
}

.lbl-checkbox-style
{
   width: 60px !important;
   position:relative !important;
   left:85px !important;
}

.txt-Desde
{
    
    
}
.ui-widget {font-family: Arial !important; /*Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;*/}
.ui-widget th {font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;}
.ui-widget td {font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif !important;}
.ui-datepicker-title { color: #ffffff !important; }
.ui-widget-header { background:#006EB5 !important; border:1px solid #006EB5 !important;}
.ui-widget-header A { color: #ffffff !important;}
.ui-state-hover A { color: #c77405 !important;}
.ui-state-hover A:hover { color: #c77405 !important;}
.ui-widget-header .ui-icon { background-image: url(images/ui-icons_ffffff_256x240.png) !important;}
/*.ui-icon { background-image: url(images/ui-icons_222222_256x240.png) !important; WIDTH: 16px !important}*/
.ui-widget-content { background:#FFF !important; }
.ui-widget-content .ui-state-active { background:url(images/ui-bg_glass_65_ffffff_1x400.png) #ffffff repeat-x 50% 50% !important; border: 1px solid #fbd850 !important; color: #eb8f00 !important; font-weight: bold !important;}
.ui-widget-content .ui-state-default {background: url(images/ui-bg_glass_100_f6f6f6_1x400.png) #f6f6f6 repeat-x 50% 50% !important; color: #1c94c4;} 
.ui-widget-content .ui-state-highlight { /*background: url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) #ffe45c repeat-x 50% top !important;*/ border: 1px solid #f18626 !important;}
.ui-dialog .ui-dialog-titlebar { padding:1em 1em; }
.ui-dialog { padding:0 !important }
.ui-widget-overlay { background:#000000 !important }         
.ui-widget-content { border:1px solid #E4E4E4 !important; }
.ui-dialog .ui-dialog-title { float:none !important; display: block; text-align: center !important; font-size:13px; }
.ui-dialog .ui-dialog-content { padding: 0px !important; }

.div-link-formato {
	float: right; display: inline-block; margin-right: 15px;
}

.label-desde
{
    padding-left: 3px\9 !important;
}

.loader
{
    background: gray;
    top: 0;
    left: 0;
    filter: alpha(opacity=60);
    opacity: 0.6;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2147483647;
    text-align: center;
}

.loader img
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
}

.formato-pdf {
	background: url(../Imagenes/Iconos/ico_pdf.png) no-repeat;
	width: 25px;
	height: 27px;
	cursor: pointer;
	outline: none;
	border: none;
	float: left;
	left: 50px;
	top: 11px;
	position: relative;
}

.SubTitle
{
	margin: 0;
	color: #9298AC; /*#002B5C;*/
	font-size: 13px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #E8E8E8;
	height: 20px; /*padding-top:5px;*/
}

/*COMENT*/
.morecontent span {
    display: none;
}
.comment {
    /*width: 100%;
    background-color: #f0f0f0;
    margin: 10px; */
    color: #231F1A;
    font-size: 11px;
    width: 400px;
    max-width:420px;
    display: inline-block;
    text-align: left;
    overflow:   auto;
}
.sumilla
{
    word-wrap: break-word;   
}

.morelink a {
    color: #0254EB
}

.morelink a:visited {
    color: #0254EB
}

.Numeracion
{   
    font-weight: bold;
    /*float: left;*/
}

#lblEtiquetaNro
{   
    margin-right: 20px;
}
#lblNroExpendiente
{   
    margin-right: 50px;
}

.LoginName
{   
    margin-left: 5px;
    margin-top: 30px;    
    font-weight: bold;
    float: left;
}
.IsFecha
{
	max-width: 70px;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}
.CaracteresPalabraClave
{
    font-size: 16px;
}
.GridNumeracion
{
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
    color: #004E91;
    padding-top:10px;
}

#messages.error {
	background-color: #F18626;
}
#messages.ok{
	background-color:#00a6d0;    
}
#messages.mant {
	left: 40%;
	width: 400px;
	position: fixed;
	top: 45%;
	opacity: 1; 
	display: none;
	color: #FFFFFF;
	text-align: center;
	z-index: 5000;
	padding: 12px 5px 5px 4px;
    /*border-radius: 10px;*/
}
#messagespop.error {
	background-color: #f18626;
}
#messagespop.ok{
	background-color:#00a6d0;    
}
#messagespop.mantpop 
{
    color: #FFFFFF;
	left: 25%;/* 30%; aestrada*/
	width: 400px;
	position: absolute; /*fixed;*/
	top: 70%; /*50%*/
	opacity: 1; 
	display: none;
	text-align: center;
    padding-top:10px;
}
.input-consulta
{
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
}
.leyenda
{
    color: #000;
    font-size: 11px;
}
#TablaHead
{
    font-size: 14px;
    text-align: left;
}
#Uploadmessage.normal 
{
    color: #000000;	
	text-align: left;
	background-color: #FFFFFF;
	font-size:10px;
	margin-left: 15px;
	font-weight: bold;	
}
#Uploadmessage.error {
	color: #C43B35;
	font-weight: bold;	
}
#Uploadmessage.ok{
	color:#006eb5;    
	font-weight: bold;
}
/* Ajax Loader */
.overlay
{
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.overlayContent
{
    z-index: 9999990;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}
.overlayContent h2
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.overlayContent img
{
    width: 80px;
    height: 80px;
}


#divBusqueda .filaRowFormulario01 {
    position:relative;
}

/*Mensaje ayuda*/
.btnAyuda {
    cursor:pointer;
}

div.msjAyuda {
    padding:5px;
    display:none;
    width:150px;
    background-color:#00a6d0;
    color:#FFF;
    font-size:10px;
    position:absolute;
    z-index:999;
    bottom:-30px;
}

#msjAyudaEO, #msjAyudaSR, #msjAyudaTE, #msjAyudaNLU, #msjAyudaTSV {
    left:440px;
}

#msjAyudaSTR, #msjAyudaCR, #msjAyudaSCR, #msjAyudaDpto, #msjAyudaNSV {
    left:890px;
}

div#msjPalabraCLave {
  position: absolute;
  left: 805px;
  bottom: -12px;
}

.btnAyudaHide {
    visibility:hidden;
}
/**/

/*Enlace politica de proteccion de datos personales*/
#politicaDatos {
    position:absolute;
    background-color:#F18626;
    top:50px;
    margin-left:-135px;
    padding:5px;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    z-index:99;
}

#politicaDatos a {
    text-decoration:none;
    color:#FFF;    
    display:block;
    float:left;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

#politicaDatos img {
    display:block;
    float:right;
    margin-left:5px;
}

#politicaDatos a span {
    display: block;
    float: left;
    width: 130px;
    /*text-align:justify;*/
}
/*FIN Enlace politica de proteccion de datos personales*/