@charset "utf-8";

.logo_registros {
	height: 96px;
	width: 96px;
}

.ico_ayuda {
	float: right;
	height: 24px;
	width: 24px;
}

.ico_homes {
	height: 96px;
	width: 96px;
}

.seccion_home {
	margin: 20px;
}

.panel_contenedor_modulos {
	border: 4px solid #cccccc;
	border-radius: 10px;
	margin-bottom: 10px;
}

.panel_contenedor_submodulos {
	padding: 20px;
	border: 2px solid #eeeeee;
	border-radius: 10px;
	margin-top: 20px;
	width: 100%;
}

.tabla_iconos_home {
	table-layout: fixed;
}

.tabla_iconos_home td {
	text-align: center;
}

.texto_debajo_iconos_home {
	font-size: 12px;
	font-weight: bold;
	color: #36596B;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.titulo_seccion_interior_home {
	font-size: 18px;
	font-weight: bold;
	color: #36596B;
}

.int_linea_gris {
	background-color: #CCC;
	height: 1px;
	margin: 10px 0px;
	margin-bottom: 20px;
}

.titulo_ficha {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.contenedor_boton_cerrar_home {
	float: right;
}

.boton_cerrar_home {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px 10px;
	/*border: 4px solid #cccccc;*/
	border-radius: 10px;
	/*background-color: #5D98B6;*/
	/*background: linear-gradient(#C0DEEE, #5D98B6);*/
	color: #FFF;
	font-weight: bold;
	text-shadow: #030303 0px 0px 1px;
	box-shadow: #030303 0px 1px 4px;
	background-image: url(../imagenes/botones/bot_textura.png);
	background-repeat: repeat-x;
	background-position: 0px 10px;
	background: linear-gradient(#C0DEEE, #5D98B6);
}

/* A PARTIR DE ACA BORRAR 

.int_path {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #77C3EA;
}

.int_path_actual {
	color: #5D98B6;
}

#int_fecha {
	float: right;
	margin: 2px 10px 0px 0px;
}

.int_link-texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #36596B;
}

.int_link-texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.int_cmdb_solapa_seleccionada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #36596B;
}

.int_cmdb_solapa_desseleccionada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8F8F8F;
}

.int_link-texto_centrado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #36596B;
	text-align: center;
}

.int_cmdb_ficha_panel-foto {
	padding: 10px;
	margin-right: 10px;
	border: thin solid #CCC;
	border-radius: 5px;
	width: 140px
}

.int_panel_de_usuario {
	padding: 0px;
	border: thin solid #FFF;
	border-radius: 5px;
	margin-right: 10px;
}

.int_panel-borde-redondeado_pie {
	position: absolute;
	right: 50%;
	margin-right: -205px;
	margin-top: 6px;
	padding: 10px;
	border: thin solid #77C3EA;
	border-bottom-color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	background-color: #FFF;
}

.int_panel-borde-redondeado-5px_sf_linea-azul {
	padding: 10px;
	border: thin solid #77C3EA;
	border-radius: 5px;
}

.int_panel-borde-redondeado-5px_sf_linea-azul_1px-ancho {
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin-bottom: 10px;
}

.int_panel-borde-redondeado-5px_sf_linea-gris {
	padding: 10px;
	border: thin solid #CCC;
	border-radius: 5px;
}

.int_panel-borde-redondeado-5px_cf-gris_sl {
	padding: 10px;
	background-color: #e6e6e6;
	border-radius: 5px;
}

.int_panel-borde-redondeado-5px_cf-azul_sl {
	padding: 10px;
	background-color: #d9ebf5;
	border-radius: 5px;
}

.int_panel-borde-redondeado-5px_cf-azul_sl p {
	font-weight: bold;
	color: #333;
	margin: 0px;
}

.int_panel-borde-redondeado-5px_sf_linea-gris_5px-ancho {
	padding: 10px;
	border: 4px solid #cccccc;
	border-radius: 10px;
	margin-bottom: 10px;
}

.int_cabeza-de-solapa_activa {
	position: relative;
	float: left;
	top: 4px;
	margin: 0px 5px 0px 48px;
	padding: 5px;
	border: 4px solid #cccccc;
	border-radius: 10px 10px 0px 0px;
	background-color: #CCC;
}

.int_cabeza-de-solapa_inactiva {
	position: relative;
	float: left;
	top: 4px;
	margin-right: 5px;
	padding: 5px;
	border: 4px solid #cccccc;
	border-radius: 10px 10px 0px 0px;
	background-color: #E9E9E9;
}

.boton_over {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	background: linear-gradient(#C0DEEE, #5D98B6, #56646B);
	color: #FFF;
	font-weight: bold;
	text-shadow: #030303 0px 0px 1px;
	box-shadow: #030303 0px 1px 4px;
}

.boton_desactivado {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	background: linear-gradient(#FFF, #B8B8B8);
	color: #999;
	font-weight: bold;
	text-shadow: #FFF 0px 0px 1px;
	box-shadow: #898989 0px 1px 4px;
}

.int_linea_gis {
	background-color: #CCC;
	height: 1px;
	margin: 10px 0px;
}

.int_linea_gis_seccioncolapsada {
	background-color: #CCC;
	height: 1px;
	margin: 10px 0px 40px 0px;
}

.titulo_seccioninterior_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #36596B;
}

.titulo_seccioninterior_1h_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #36596B;
}

.cont_textos-generales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 5px 0px;
}

.cont_textos-generales_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}

.cont_codigo-ciudadano {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.ico_ayuda {
	float: right;
	height: 24px;
	width: 24px;
}

.ico_ayuda_24_2lineas {
	float: right;
	position: relative;
	top: 26px;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/botones/24/bot_ayuda_24.png);
}

.ico_descargar_24 {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/botones/24/bot_descargar_24.png);
}

.ico_volver_24 {
	float: left;
	margin: -5px 10px 0px 0px;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/botones/24/bot_volver_24.png);
}

.bot_cerrar {
	height: 24px;
	width: 80px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/botones/botones_clasicos/bot_cerrar.jpg);
}

.ico_cmdb_solapa_ciudadano_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_ciudadano_32.png);
}

.ico_cmdb_solapa_ciudadanodesactivado_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_ciudadanodesactivado_32.png);
}

.ico_cmdb_solapa_prestaciones_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_prestaciones_32.png);
}

.ico_cmdb_solapa_prestacionesdesactivado_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_prestacionesdesactivado_32.png);
}

.ico_cmdb_solapa_nucleofamiliar_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_nucleofamiliar_32.png);
}

.ico_cmdb_solapa_nucleofamiliardesactivado_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_nucleofamiliardesactivado_32.png);
}

.ico_cmdb_solapa_documentos_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_documentos_32.png);
}

.ico_cmdb_solapa_documentosdesactivado_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_fichasolapa_documentosdesactivado_32.png);
}

.ico_cmdb_seccciudadano_datospersonales_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_solapaciudadano_datos_32.png);
}

.ico_cmdb_seccciudadano_informacioncontacto_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_solapaciudadano_informaciondecontacto_32.png);
}

.ico_cmdb_seccciudadano_informacionvital_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_solapaciudadano_informacionvital_32.png);
}

.ico_cmdb_seccciudadano_domicilio_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_solapaciudadano_domicilio_32.png);
}

.ico_cmdb_seccciudadano_coberturasocial_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_solapaciudadano_coberturasocial_32.png);
}

.ico_cmdb_seccciudadano_formacion_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_solapaciudadano_formacion_32.png);
}

.ico_cmdb_seccciudadano_situacionlaboral_32 {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_solapaciudadano_situacionlaboral_32.png);
}

#ico_cmdb_indocumentado {
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_indocumentado_32.png);
}

#ico_cmdb_asignacionporembarazo {
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_asignacionporembarazo_32.png);
}

#ico_cmdb_puco {
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_cmdb_puco_32.png);
}

#ico_identificar-con-renaper_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_identificarconrenaper_32.png);
}

#ico_auditoria_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/ico_auditoria_32.png);
}

#ico_constancias_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/ico_imprimir-constancias_32.png);
}

#ico_fusionarficha_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_accionesdisponibles_fusionarficha_32.png);
}

#ico_cuenta-de-usuario_crear-cuenta_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cuenta-de-usuario_crear-cuenta_32.png);
}

#ico_cuenta-de-usuario_eliminar-cuenta_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cuenta-de-usuario_eliminar_32.png);
}

#ico_cuenta-de-usuario_deshabilitar-cuenta_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cuenta-de-usuario_deshabilitar_32.png);
}

#ico_cuenta-de-usuario_resetear-cuenta_32 {
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cuenta-de-usuario_resetear_32.png);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

p {
	margin: 0px 0px 10px 0px;
}

.int_linea_orig-sisa {
	background-color: #808080;
	height: 1px;
	margin: 10px 0px;
}

.link_auditoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}

.int_link-texto_orig-sisa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF; 
}

table, th, td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.tablas_celda_sisa_cabecera {
	padding: 5px 10px;
	font-weight: bold;
	color: #36596B;
}

.tablas_celda_cellpadding {
	border-collapse: separate;
	border-spacing: 10px;
	padding: 0px;
	margin: 0px;
}

.tablas_celda_sisa_amarilla {
	border: medium solid #FFF;
	padding: 5px;
	background-color: #FF9;
	color: #666;
	vertical-align: top;
}

.tablas_celda_sisa_azul_1 {
	border: medium solid #FFF;
	padding: 5px;
	background-color: #E3EEFB;
	color: #666;
	vertical-align: top;
}

.tablas_celda_sisa_azul_2 {
	border: medium solid #FFF;
	padding: 5px;
	background-color: #D1E4F8;
	color: #666;
	vertical-align: top;
}

.int_ico_flechita_expander {
	float: left;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/16/ico_flechita_expander_16.png)
}

.int_ico_flechita_expandida {
	float: left;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/16/ico_flechita_expandida_16.png)
}

.int_ico_noticias_boton_on {
	float: right;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/16/ico_boton_noticia_on_16.png)
}

#ico_cmdb_ficha_sangrefactor_0pos {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_0_pos_32.png);
}

#ico_cmdb_ficha_sangrefactor_0neg {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_0_neg_32.png);
}

#ico_cmdb_ficha_sangrefactor_apos {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_a_pos_32.png);
}

#ico_cmdb_ficha_sangrefactor_aneg {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_a_neg_32.png);
}

#ico_cmdb_ficha_sangrefactor_bpos {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_b_pos_32.png);
}

#ico_cmdb_ficha_sangrefactor_bneg {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_b_neg_32.png);
}

#ico_cmdb_ficha_sangrefactor_abpos {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_ab_pos_32.png);
}

#ico_cmdb_ficha_sangrefactor_abneg {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/32/ico_sangre_ab_neg_32.png);
}

#ico_cmdb_ficha_incucai_positivo {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_propficha_incucai_pos_32.png);
}

#ico_cmdb_ficha_incucai_negativo {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_propficha_incucai_neg_32.png);
}

#ico_cmdb_ficha_incucai_indefinido {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/32/ico_cmdb_propficha_incucai_indef_32.png);
}

#ico_renaper-si_16 {
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/ico%20RENAPER%20identsi%20-%2016x16.png);
}

#ico_fichacompartida_16 {
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/ico_fichacompartida.png);
}

#ico_fichacompleta_16 {
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/ico_fichacompleta.png);
}

#ico_nivellectura_16 {
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/ico_nivellectura.png);
}

#int_panel_de_loguin_de_usuario {
	position: absolute;
	width: 600px;
	top: 300px;
	left: 50%;
	margin-left: -300px;
	padding: 0px;
	border: thin solid #FFF;
	border-radius: 5px;
	margin-right: 10px;
	background-color: #FFF;
	box-shadow: #030303 0px 1px 20px;
}

.ico_homes_acercade_on {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/96/ico_homes_acercade_96.png);
}

.ico_homes_acercade_off {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/96/ico_homes_acercade_off_96.jpg.png);
}

.ico_homes_infografia {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/iconos/96/ico_mod_infografia_96.png);
}

.ico_homes_autoridades {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/96/ico_homes_autoridades_96.jpg.png);
}

.ico_homes_noticias {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/96/ico_homes_noticias_96.jpg.png);
}

.ico_homes_documentacion {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/96/ico_homes_documentacion.jpg.png);
}

.ico_homes_renis_politicadelregistro {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/96/ico_homes_renis_politicadelregistro_96.png);
}

.ico_homes_renis_consultarinformacionregistrada {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/96/ico_homes_renis_consultarinformaci%C3%B3n_96.png);
}

.ico_homes_renis_registrarse {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/96/ico_homes_renis_registrarse_96.png);
}

.ico_homes_renis_investigador {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_investigador_48.png);
}

.ico_homes_renis_agregarinvestigador {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_agregarinvestigador_48.png);
}

.ico_homes_renis_investigacion {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_investigacion_48.png);
}

.ico_homes_renis_agregarinvestigacion {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_agregarinvestigacion_48.png);
}

.ico_homes_renis_patrocinador {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_patrocinador_48.png);
}

.ico_homes_renis_agregarpatrocinador {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_agregarpatrocinador_48.png);
}

.ico_homes_renis_comitedeetica {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_comitedeetica_48.png);
}

.ico_homes_renis_agregarcomitedeetica {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_agregarcomitedeetica_48.png);
}

.ico_homes_renis_centrodeinvestigacion {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_consultacentrodeinvestigacion_48.png);
}

.ico_homes_renis_agregarcentrodeinvestigacion {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/iconos/48/ico_homes_renis_agregarcentrodeinvestigacion_48.png);
}

#logo_sisa {
	height: 50px;
	width: 138px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/logo_sisa.png)
}

.logo_modulos_sisageneral_96 {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/modulos/96/sisa_general_96.png);
}

.logo_modulos_usuarios_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/modulos/48/usuarios_48.png);
}

.logo_modulos_alertas_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/modulos/48/alertas_48.jpg);
}

.logo_modulos_noticias_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/modulos/48/noticias_48.png);
}

.logo_modulos_noticias_96 {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/modulos/96/noticias_96.png);
}

.logo_modulos_autoridadesyreferentes_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/modulos/48/autoridades_48.png);
}

.logo_modulos_autoridadesyreferentes_96 {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/modulos/96/autoridades_96.png);
}

.logo_modulos_infografia_96 {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/logos/modulos/96/ico_homes_infografia_96.jpg.png);
}

.logo_registros_cmdb_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/CMDB_48.png);
}

.logo_registros_cmdb_ficha_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/CMDB_FICHA_48.png);
}

.logo_registros_redos_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/REDOS_48.png);
}

.logo_registros_refecv_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/REFECV_48.png);
}

.logo_registros_refes_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/REFES_48.png);
}

.logo_registros_refes_96 {
	height: 96px;
	width: 96px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/96/REFES_96.png);
}

.logo_registros_refeps_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/REFEPS_48.png);
}

.logo_registros_renis_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/RENIS_48.png);
}

.logo_registros_ccc_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/CCC_48.png);
}

.logo_registros_bndo_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/BNDO_48.png);
}

.logo_registros_nomivac_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/NomiVac_48.png);
}

.logo_registros_remediar_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/REMEDIAR_48.png);
}

.logo_registros_redes_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/REDES_48.png);
}

.logo_registros_pnt_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/PNT_48.png);
}

.logo_registros_refar_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/REFAR_48.png);
}

.logo_registros_snvs_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/SNVS_48.png);
}

.logo_registros_pnh_48 {
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/registros/48/PNH_48.png);
}

#logo_msal {
	height: 50px;
	width: 175px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/terceros/logo_msal.png)
}

#logo_argentina_pais_cbg {
	float: left;
	height: 33px;
	width: 170px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/logos/terceros/logo_argentinapaisconbuenagente.png)
}

#logo_bsas {
	float: left;
	height: 50px;
	width: 200px;
	border: thin solid #CCC;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/logos/terceros/logo_ministerio_bsas.jpg)
}

#logo_pie_renaper {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/terceros/24/logo_renaper_24.png)
}

#logo_pie_syntis {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/terceros/24/logo_syntis_24.png)
}

#logo_pie_arsat {
	height: 24px;
	width: 51px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/logos/terceros/24/logo_arsat_24.png)
}

#logo_pie_hl7 {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/logos/terceros/24/hl7_internacional_24.png)
}

#foto-del-ciudadano {
	height: 140px;
	width: 140px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/foto_del_ciudadano.png);
}

#foto-del-ciudadano_sinfoto {
	height: 140px;
	width: 140px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/foto_del_ciudadano_sinfoto.png);
}

#foto-del-ciudadano_paneldeusuario {
	height: 70px;
	width: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../imagenes/foto_del_ciudadano.png);
}

.int_textura_trama_superior_1 {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../imagenes/background/trama_superior_1.jpg)
}

.int_textura_trama_superior_2 {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../imagenes/background/trama_superior_2.jpg)
}

.int_textura_trama_inferior_1 {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../imagenes/background/trama_inferior_1.jpg)
}

.int_textura_trama_inferior_2 {
	padding: 0px;
	height: 50px;
	width: 100%;
	background-position: 0px 17px;
	background-repeat: repeat-x;
	background-image: url(../imagenes/background/trama_inferior_1.jpg)
}

#componente_linea_base {
	height: 20px;
	width: 100%;
	background-repeat: repeat-x;
	background-image:
		url(../imagenes/background/componente-linea_extremo.png)
}

#componente_linea_fundido {
	float: left;
	height: 20px;
	width: 580px;
	background-repeat: no-repeat;
	background-image:
		url(../imagenes/background/componente-linea_cuerpo.png)
}

#cubre_pantalla {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(119, 195, 234, .5);
}

.util_clear-float {
	clear: both;
}

.util_marginar-a-la-derecha {
	float: right;
}

.util_marginar-a-la-izquierda {
	float: left;
}

.util_margen_vertical_10px {
	margin: 10px 0px;
}

.util_margen_vertical_40_60px {
	margin: 40px 0px 60px 0px;
}

.util_margen_vertical_40px {
	margin: 40px 0px;
}

.util_margen_horizontal_10px {
	margin: 0px 10px;
}

.util_padding_20px {
	padding: 20px;
}
.int_panel-borde-redondeado-5px_sf_linea-azul_paneldeusuario {
	padding: 10px;
	border: thin solid #77C3EA;
	border-radius: 5px;
	margin-right: 10px;
}
/**/