﻿@charset "UTF-8";
/* CSS Document */

body{
	/*DEGRADE COBUS*/
/*	background:url(../imgs/fondo_degrade_v2.png) repeat-x fixed;*/
	font-family:'Abel', sans-serif;
	font-size:12px;
	z-index:0;
}

/*------------- */
/*	 HEADER     */
/*------------- */

#header{
	height:96px;
	background:#FFF;
}

#content_header{
	width:914px;
	margin:0 auto;
}

#container-fluid{
	display:flex !important;
}


/*COMEX
#content_header h1{
	background:url("../imgs/bitmaps/equifax.jpg");
	width:179px;
	height:34px;
	overflow:hidden;
	text-indent:-999px;
	float:left;
	margin:30px 0 0 10px;
}*/

/*------------- */
/*	   MENU     */
/*------------- */

#filtros_busq{
	width:300px !important;
}

#content_header ul{
	font-family:'Abel', sans-serif;
	font-size:11px;
	float:right;
	margin:40px 0 0 0;
}

	#content_header ul li{
		display:inline;
	}

		#content_header ul li a{
    		text-decoration:none;
    		color:#525252;
		}
		
		#content_header ul li a:hover{
			color:#006699;
		}

/*------------- */
/*	CONTENIDO   */
/*------------- */

#main-content > #container{
	justify-content: center;
	display: flex;
}

/* inicio modificacion estilos */
	#container{
	margin:0 auto;
	font-family: 'Abel', sans-serif;
	}
/* fin modificacion estilos */
	#container #principal{
		margin:6px 0 0 0;
		width:920px;
		height:295px;
		background:url("../imgs/bitmaps/bk_principal.png");
		position:relative;
	}
	
	#container #principal_uru{
		margin:6px 0 0 0;
		width:920px;
		height:295px;
		background:url("../imgs/bitmaps/bk_principal_uru.png");
		position:relative;
	}
	
	#container #pais{
		width:75px;
		height:13px;
		padding:0 0 0 35px;
		position:absolute;
		top:12px;
		left:35px;
		text-decoration:none;
		color:#000;
	}

	/*------------- */
	/*	 PAISES     */
	/*------------- */
	
	#container a#btn_despliegue{
		position:absolute;
		top:10px;
		left:200px;
		width:115px;
		background:url("../imgs/bitmaps/arrow_down.gif") no-repeat 97px 6px;
		text-decoration:none;
		color:#000;
	}
	
	#container #contenedor_paises{
		position:absolute;
		top:6px;
		left:280px;
		width:178px;
		padding:32px 0 0 0;
		background:#FFF;
		border:1px solid #999;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	#container #contenedor_paises #btn_cerrar{
		display:block;
		width:20px;
		background:url("../imgs/bitmaps/arrow_up.gif") no-repeat 5px 2px;
		position:absolute;
		top:6px;
		left:10px;
		overflow:hidden;
		text-indent:-999px;
	}
	
	#container #menu_paises{
		list-style:none;
	}

		#container #menu_paises li{
			margin:0 0 5px 0;
			padding:0 0 0 2px;
		}

			#container #menu_paises li a{
				display: block;
				font-size:11px;
				text-decoration:none;
				color:#000;
				padding:4px 0 0 35px;
				height: 17px;
			}

				.arg{
					background:url(../imgs/bitmaps/arg.gif) no-repeat 10px center;
				}
				.arg-off{
					background:url(../imgs/bitmaps/arg-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.bol{
					background:url(../imgs/bitmaps/bol.gif) no-repeat 10px center;
				}
				.bol-off{
					background:url(../imgs/bitmaps/bol-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.bra{
					background:url(../imgs/bitmaps/bra.gif) no-repeat 10px center;
				}
				.bra-off{
					background:url(../imgs/bitmaps/bra-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.chi{
					background:url(../imgs/bitmaps/chi.gif) no-repeat 10px center;
				}
				.chi-off{
					background:url(../imgs/bitmaps/chi-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}

				.col{
					background:url(../imgs/bitmaps/col.gif) no-repeat 10px center;
				}
				.col-off{
					background:url(../imgs/bitmaps/col-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.cos{
					background:url(../imgs/bitmaps/cos.gif) no-repeat 10px center;
				}
				.cos-off{
					background:url(../imgs/bitmaps/cos-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.ecu{
					background:url(../imgs/bitmaps/ecu.gif) no-repeat 10px center;
				}
				.ecu-off{
					background:url(../imgs/bitmaps/ecu-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.usa,
				.ubl{
					background:url(../imgs/bitmaps/usa.gif) no-repeat 10px center;
				}
				.usa-off,
				.ubl-off{
					background:url(../imgs/bitmaps/usa-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.mex{
					background:url(../imgs/bitmaps/mex.gif) no-repeat 10px center;
				}
				.mex-off{
					background:url(../imgs/bitmaps/mex-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.sal{
					background:url(../imgs/bitmaps/sal.gif) no-repeat 10px center;
				}
				.sal-off{
					background:url(../imgs/bitmaps/sal-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.esp{
					background:url(../imgs/bitmaps/esp.gif) no-repeat 10px center;
				}
				.esp-off{
					background:url(../imgs/bitmaps/esp-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.pan{
					background:url(../imgs/bitmaps/pan.gif) no-repeat 10px center;
				}
				.pan-off{
					background:url(../imgs/bitmaps/pan-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}				
				
				.par{
					background:url(../imgs/bitmaps/par.gif) no-repeat 10px center;
				}
				.par-off{
					background:url(../imgs/bitmaps/par-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.per{
					background:url(../imgs/bitmaps/per.gif) no-repeat 10px center;
				}
				.per-off{
					background:url(../imgs/bitmaps/per-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.uru{
					background:url(../imgs/bitmaps/uru.gif) no-repeat 10px center;
				}
				.uru-off{
					background:url(../imgs/bitmaps/uru-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.ven{
					background:url(../imgs/bitmaps/ven.gif) no-repeat 10px center;
				}
				.ven-off{
					background:url(../imgs/bitmaps/ven-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.ukr{
					background:url(../imgs/bitmaps/ukr.gif) no-repeat 10px center;
				}
				.ukr-off{
					background:url(../imgs/bitmaps/ukr-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
				.rus{
					background:url(../imgs/bitmaps/rus.gif) no-repeat 10px center;
				}
				.rus-off{
					background:url(../imgs/bitmaps/rus-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}

				.eur{
					background:url(../imgs/bitmaps/eur.gif) no-repeat 10px center;
				}
				.eur-off{
					background:url(../imgs/bitmaps/eur-off.gif) no-repeat 10px center;
					padding:4px 0 0 35px;
				}
				
					#container #principal #menu_paises li a:hover, #container #principal_uru #menu_paises li a:hover{
						background-color:#e5ecf6;
					}
	
	/*------------- */
	/*  FIN PAISES  */
	/*------------- */
	
	
#wspIframe {
	float:right!important;
	left:auto!important; 
	right: 70px !important;
	bottom:0.9rem!important;

}

	/*COBUS*/
	.contenedor_2{
		height:28px;
		float:right; 
		width:600px; 
	}
	
	.contenedor_2 div{
		margin-right:8px;
	}
	
	.contenedor_2 .contenedor_riesgo, .contenedor_finalizar{
		margin-top:10px;
		border-left:1px dotted #333;
	}
	
	.contenedor_2 .contenedor_riesgo a:hover, .contenedor_finalizar a:hover{
		border-bottom:1px #007799 dotted;
	}
	
	.contenedor_riesgo{
		float:left;
		width:98px;
		background-color:#99CCFF;
		background:url("../imgs/bitmaps/arrow_right.gif") no-repeat 94px;
	}
	
	.contenedor_riesgo .btn_riesgo{
		margin-left:2px;
		color:#000;
		text-decoration:none;
	}
	
	.contenedor_finalizar{
		float:right;
	}
	
	.contenedor_finalizar .btn_finalizar{
		margin-left:2px;
		color:#000;
		text-decoration:none;
	}
	
	#container h2{
	width:150px;
	height:53px;
	position:absolute;
	top:41px;
	/*left:28px;*/
		left:19px;
	overflow:hidden;
	}
	/*inicio estilo modificado*/

	.popup-line {
		float:left;
		width:100%;
		
	}
		
	.popup-line label {
		float:left;
		
	}
	
	.popup-line input {
		float:left;
		margin: 0px 10px 0 10px;
	}

	p.nombre_empresa{
		font-family:"Abel", sans-serif;
		background:url("../imgs/bitmaps/flechaazul.png") no-repeat left 4px;
		font-size:14px;
		font-weight:100;
		float:left;
		padding:0 0 0 10px;
		width:668px;
	}
	
	.rut_empresa{
		font-family:"Abel", sans-serif;
		font-size:14px;
		color:#666;
		padding-left:10px;
		font-weight:100;
		
	}
	
	.nombre_empresa{
		font-family:"Abel", sans-serif;
		background:url("../imgs/bitmaps/flechaazul.png") no-repeat left center;
		font-size:14px;
		font-weight:bold;
		float:left;
		padding:0 0 0 14px;
		
	}
		
		
		.ventana {
		width: 500px;
		float:left;
		padding: 20px;
		font-family:"Abel", sans-serif;
		font-size: 14px;
		border:1px #8D8D8D solid;
	}
	
	.clmn1 {
		width:100%; 
		float:left; 
		padding-bottom:10px;
	}
	
	.clmn2 {
		width:150px; 
		float:left; 
		padding-bottom:10px;
	}
	
	.clmn3 {
		width:300px; 
		float:left; 
		padding-bottom:10px;
		
	}
	
	h4 { 
		font-size:16px;
		text-align:center;
		text-transform:uppercase;
		color:#526994;
		font-weight:100;
		
	}
	
		.deshabilitar	{
			text-align: center;
			margin:20px 0;
			width: 100%;
		}
			
		.deshabilitar a	{
			text-align: center;
			background: #006699;
			padding: 1%;
			text-decoration:none;
			color: #fff;
			font-size:16px;
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			transition: all 0.2s linear;
			
		}
		
		.deshabilitar a:hover	{
			text-align: center;
			background: #006699;
			padding: 1%;
			text-decoration:none;
			color: #fff;
			font-size:16px;
			-webkit-opacity: 0.5;
			-moz-opacity: 0.5;
			-moz-transform: scale(0.5);
			opacity: 0.5;
		}	

	.email-segui {
		font-size:14px;
		font-family: 'Abel', sans-serif;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	#container h4{
	width:130px;
	/*height:85px;*/
		height:150px;
	position:absolute;
	top:120px;
	left:20px;
	overflow:hidden;
	font-family:'Abel', sans-serif;
	font-size:12px;
	color:#0000;
	}
	/*fin estilo modificado*/
	
	#container h5{
	width:190px;
	height:63px;
	position:absolute;
	top:245px;
	left:20px;
	overflow:hidden;
	font-family:'Abel', sans-serif;
	font-size:11px;
	color:#0000;
	}
	
	/* inicio estilo modificado */
	#container #principal h3, #container #principal_uru h3{
	font-family:'Abel', sans-serif;
	font-size:17px;
	color:#FFF;
	margin-top: -3px;	
	}
	/* fin estilo modificado */
	
	#container h3.title_imp{
		position:absolute;
		top:50px;
		left:210px;
		width:110px;
		height:17px;
		font-size:16px;
	}
	
	#container h3.title_exp{
		position:absolute;
		top:56px;
		left:210px;
		width:110px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_exportaciones.gif");
	}

	#container h3.title_tra{
		position:absolute;
		top:56px;
		left:210px;
		width:110px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_transito.gif") no-repeat;
	}
	
	#container h3.title_ope{
		position:absolute;
		top:56px;
		left:210px;
		width:110px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_aduaneras.gif") no-repeat;
	}
	
	#container h3.title_ranking{
		position:absolute;
		top:56px;
		left:210px;
		width:110px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_ranking.gif") no-repeat;
	}
	
	#container h3.title_glosa{
		position:absolute;
		top:56px;
		left:210px;
		width:110px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_glosa.gif");
	}
	
	#container h3.title_cons{
		position:absolute;
		top:50px;
		left:350px;
		width:127px;
		height:18px;
		font-size:16px;
	}
	
	#container h3.title_multiple{
		position:absolute;
		top:50px;
		left:350px;
		width:136px;
		height:18px;
		font-size:16px;
	}
	
	#container h3.title_historica{
		position:absolute;
		top:55px;
		left:350px;
		width:170px;
		height:18px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_consulta_historica.gif") no-repeat;
	}
	
	#container h3.title_diaria{
		position:absolute;
		top:50px;
		left:350px;
		width:170px;
		height:18px;
		font-size:16px;
	}
	
	#container h3.title_resultado{
		position:absolute;
		top:56px;
		left:350px;
		width:46px;
		height:15px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_glosa.jpg");
		
	}
	
	/*SEGUNDO TITULO PARA LOS BUSCADORES*/
	#container h3.title2_ranking{
		position:absolute;
		top:56px;
		left:350px;
		width:110px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_ranking.gif");
	}
	
	#container h3.title_bus_cuit{
		position:absolute;
		top:56px;
		left:350px;
		width:170px;
		height:18px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_cuit.gif") no-repeat;

	}
	
	#container h3.title_bus_glosa{
		position:absolute;
		top:56px;
		left:350px;
		width:170px;
		height:18px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_glosa.gif") no-repeat;

	}
		
	#container h3.title_bus_rut{
		position:absolute;
		top:56px;
		left:350px;
		width:170px;
		height:18px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_rut.gif") no-repeat;

	}
	
	#container h3.title_bus_nit{
		position:absolute;
		top:56px;
		left:350px;
		width:170px;
		height:18px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_nit.gif") no-repeat;

	}
	
	#container h3.title_bus_posi{
		position:absolute;
		top:50px;
		left:350px;
		width:170px;
		height:18px;
		font-size:16px;
	}
	
	#container h3.title_bus_ruc{
		position:absolute;
		top:56px;
		left:350px;
		width:170px;
		height:18px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_ruc.gif") no-repeat;

	}
	/*SEGUNDO TITULO PARA LOS BUSCADORES*/
	
	#container h3.title3_aduana{
		position:absolute;
		top:56px;
		left:420px;
		width:122px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_aduana.gif");
	}
	
	#container h3.title3_pais_ori{
		position:absolute;
		top:56px;
		left:420px;
		width:122px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_pais_ori.gif");
	}
	
	#container h3.title3_pais_adq{
		position:absolute;
		top:56px;
		left:420px;
		width:145px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_pais_adq.gif");
	}
	
	#container h3.title3_pais_des{
		position:absolute;
		top:56px;
		left:420px;
		width:145px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_pais_des.gif");
	}
	
	#container h3.title3_medio{
		position:absolute;
		top:56px;
		left:420px;
		width:160px;
		height:17px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_medio.gif");
	}
	
	#container h3.title3_glosa{
		position:absolute;
		top:56px;
		left:420px;
		width:46px;
		height:15px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_glosa.jpg");
	}
	
	#container h3.title3_importadores{
		position:absolute;
		top:56px;
		left:420px;
		width:110px;
		height:16px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_importadores.gif");
	}
	
	#container h3.title3_exportadores{
		position:absolute;
		top:56px;
		left:420px;
		width:110px;
		height:16px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_exportadores.gif");
		
	}
	
	#container h3.title_buscador{
		position:absolute;
		top:50px;
		left:210px;
		width:122px;
		height:17px;
		font-size:16px;
	}
		
	#container h3.title_vacio{
		position:absolute;
		top:56px;
		left:350px;
		width:46px;
		height:15px;
		overflow:hidden;
		text-indent:-999px;
		background:url("../imgs/bitmaps/title_vacio.gif");
	}
	
	#container #principal h3.importaciones, #container #principal_uru h3.importaciones{
		position:absolute;
		top:56px;
		left:265px;
	}
	
	#container #principal h3.exportaciones, #container #principal_uru h3.exportaciones{
		position:absolute;
		top:56px;
		left:450px;
	}
	
	#container #principal_uru h3.transito{
		position:absolute;
		top:56px;
		left:650px;
	}
	/*inicio estilo modificado */
	#container #principal ul.opciones_importaciones, #container #principal_uru ul.opciones_importaciones{
	position:absolute;
	top:80px;
	left:265px;
	list-style:url("../imgs/bitmaps/bullet_04.gif");
	font-family: 'Abel', sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
	/*fin estilo modificado*/
	#container #principal ul.opciones_seguimientos, #container #principal_uru ul.opciones_seguimientos{
		position:absolute;
		left:360px;
		list-style:url("../imgs/bitmaps/bullet_04.gif");
		font-family:'Abel', sans-serif;
		font-weight:bold;
	}
	
	#container #principal ul.opciones_importaciones li, #container #principal_uru ul.opciones_importaciones li, #container #principal ul.opciones_seguimientos li, #container #principal_uru ul.opciones_seguimientos li{
		margin:8px 0 6px;
	}
	
	#container #principal ul.opciones_importaciones li a, #container #principal_uru ul.opciones_importaciones li a, #container #principal ul.opciones_seguimientos li a, #container #principal_uru ul.opciones_seguimientos li a{
		text-decoration:none;
		color:#000;
	}
	
	#container #principal ul.opciones_importaciones li a:hover, #container #principal_uru ul.opciones_importaciones li a:hover, #container #principal ul.opciones_seguimientos li a:hover, #container #principal_uru ul.opciones_seguimientos li a:hover{
		color:#006699;
	}
	
	/*inicio estilo nuevo */
	#container #principal ul.opciones_exportaciones, #container #principal_uru ul.opciones_exportaciones{
	position:absolute;
	top:80px;
	left:455px;
	list-style:url("../imgs/bitmaps/bullet_04.gif");
	font-family:'Abel', sans-serif;
	font-weight:bold;
	font-size: 14px;
	}
	
	/*fin estilo nuevo */
	
	#container #principal ul.opciones_exportaciones li, #container #principal_uru ul.opciones_exportaciones li{
		margin:8px 0 6px;
	}
	
	#container #principal ul.opciones_exportaciones li a, #container #principal_uru ul.opciones_exportaciones li a{
		text-decoration:none;
		color:#000;
	}
	
	#container #principal ul.opciones_exportaciones li a:hover, #container #principal_uru ul.opciones_exportaciones li a:hover{
		color:#006699;
	}
	
	#container #principal ul.tipo_consulta, #container #principal_uru ul.tipo_consulta{
		list-style:url("../imgs/bitmaps/bullet_03.gif");
		margin:0 0 0 20px;
	}
	
	#container #principal ul.tipo_consulta li, #container #principal_uru ul.tipo_consulta li{
		margin:2px 0 2px;
	}
	
	#container #principal ul.tipo_consulta li a, #container #principal_uru ul.tipo_consulta li a{
		text-decoration:none;
		color:#000;
		font-weight:normal;
	}
	
	#container #principal_uru ul.opciones_transito{
		position:absolute;
		top:96px;
		left:635px;
		list-style:url("../imgs/bitmaps/bullet_04.gif");
		font-family:'Abel', sans-serif
		font-weight:bold;
	}
	
	#container #principal_uru ul.opciones_transito li{
		margin:8px 0 6px;
	}
	
	#container #principal_uru ul.opciones_transito li a{
		text-decoration:none;
		color:#000;
	}
	
	#container #principal_uru ul.opciones_transito li a:hover{
		color:#006699;
	}
	
	#container #principal_uru ul.tipo_consulta{
		list-style:url("../imgs/bitmaps/bullet_03.gif");
		margin:0 0 0 20px;
	}
	
	#container #principal ul.tipo_consulta li, #container #principal_uru ul.tipo_consulta li{
		margin:2px 0 2px;
	}
	
	#container #principal ul.tipo_consulta li a, #container #principal_uru ul.tipo_consulta li a{
		text-decoration:none;
		color:#000;
		font-weight:normal;
	}
	
	
	/*------------------ */
	/*     CONSULTAS     */
	/*------------------ */
	
	#container #principal_consulta{
		margin:6px 0 0 0;
		width:920px;
		height:105px;
		background:url("../imgs/bitmaps/top_consulta.png");
		position:relative;
	}
	
	#container #principal_consulta_rank{
		margin:6px 0 0 0;
		width:920px;
		height:105px;
		background:url("../imgs/bitmaps/top_consulta_rank.jpg");
		position:relative;
	}
	
	#contenido_consulta, #fondo{
		float:left !important;
		width:960px;
		margin:0 auto;
		margin-top:30px;
		background-color:#FFFFFF;
		/*padding-left:20px;*/
		padding-bottom:20px;
	}

	#contenido_result, #fondo{
		float:left;
		width:1100px;
		margin:0 auto;
		margin-top:30px;
		background-color:#FFFFFF;
		/*padding-left:20px;*/
		padding-bottom:20px;
	}
	
	#contenido_consulta_der, #fondo_der{
		background-color:#FFFFFF;	
		float:left;
		width:633px;
		margin:0 auto;
	}

	#contenido_result_der, #fondo_der{
		background-color:#FFFFFF;	
		float:left;
		width:633px;
		margin:0 auto;
	}
			
	#contenido_consulta legend, #filtro_multiple legend, #contenido_consulta_der legend{
		display:none;
	}

	#contenido_result legend, #filtro_multiple legend, #contenido_result_der legend{
		display:none;
	}
	
	#contenido_consulta p, #contenido_consulta_der p{
	font-weight:normal;
	margin:2px 0 4px 3px;
	font-size:15px;
	/*color: #006699;*/
	}

	#contenido_result p, #contenido_result_der p{
	font-weight:normal;
	margin:2px 0 4px 0;
	font-size:13px;
	color: #006699;
	}
	
	#contenido_consulta #resppagina{
		width:400px;
		padding-left:540px;
		text-align:center;
		float:left;
	}

	#contenido_result #resppagina{
		width:400px;
		padding-left:540px;
		text-align:center;
		float:left;
	}
	
	#contenido_consulta #totales{
		width:720px;
		padding:25px 0 0 150px;
		text-align:left;
		float:left;
	}

	#contenido_result #totales{
		width:720px;
		padding:25px 0 0 150px;
		text-align:left;
		float:left;
	}
	
	#contenido_consulta #totales .datostotales{
		width:100px;
		text-align:center;
		float:left;
		/*border-top:1px solid #CCCCCC;*/
		/*border-bottom:1px solid #CCCCCC;*/
	}

	#contenido_result #totales .datostotales{
		width:100px;
		text-align:center;
		float:left;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
	}
	
	#contenido_consulta #totales .datostotales-notop{
		width:100px;
		text-align:right;		
		float:left;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #FFFFFF;
	}

	#contenido_consulta{
		padding:2% 0;
	}

	#contenido_result #totales .datostotales-notop{
		width:100px;
		text-align:right;		
		float:left;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #FFFFFF;
	}
	
	#cierre_bottom{
		float:left;
		width:920px;
		height:31px;
		background:url("../imgs/bitmaps/bk_bottom.png");
	}
	
	.rounded_top{
		float:left;
		width:736px;
		height:10px;
		margin:25px 0 0 100px;
		background:url("../imgs/bitmaps/bk_rounded_top.gif") bottom center no-repeat;
	}
	
	.rounded_top_der{
		float:left;
		width:500px;
		height:10px;
		margin:25px 0 0 70px;
		background:url("../imgs/bitmaps/bk_rounded_top_der.gif") bottom center no-repeat;
	}	
	
	.rounded_bot{
		float:left;
		width:736px;
		height:10px;
		margin:0 0 0 100px;
		background:url("../imgs/bitmaps/bk_rounded_bot.gif") no-repeat;
	}
	
	.rounded_bot_der{
		float:left;
		width:500px;
		height:10px;
		margin:0 0 0 70px;
		background:url("../imgs/bitmaps/bk_rounded_bot_der.gif") no-repeat;
	}
	
	.rounded_top_m{
		float:left;
		width:580px;
		height:10px;
		margin:25px 0 0 20px;
		background: url("../imgs/bitmaps/bk_rounded_top_m.gif") bottom center no-repeat;
	}
	
	.rounded_bot_m{
		float:left;
		width:580px;
		height:10px;
		margin:0 0 0 20px;
	
	}
	
	#glosa{
	float:left;
	width:850px;
	height:auto;
	margin:0 0 0 100px;
	padding:10px;
	background-color: #FFF;
	}
		
	#glosa_der{
	float:left;
	width:540px;
	height:auto;
	margin:0 0 0 70px;
	padding:10px;
	background-color: #FFF;
	}
	
	#glosa #tipo_ranking{
		width:560px;
		float:left;
		margin-bottom:5px;
	}
		
	#glosa #tipo_ranking #txtranking{
		width:170px;
		float:left;
	}
	
	#glosa #tipo_ranking #radioranking{
		width:200px;
		float:left;
	}
	
	#glosa #tipo_ranking #radioranking select{
		width:140px;
		margin-left:5px;
	}

	.selected{
		background-color:#006699;
		color:white;
	}
	
	#glosa_multiple{
	float:left;
	width:560px;
	margin:0 0 0 20px;
	padding:10px;
	
	}
	
	#consulta_glosa, #consulta_glosa_der{
	float:left;
	margin:5px 0 0 0;
	font-size: 14px;
	font-family: 'Abel', sans-serif;
	}
	
	#consulta_glosa_m{
		float:left;
		margin:5px 0 0 0;
	}

	#consulta_rut, #consulta_rutder{
		float:left;
		margin:5px 0 0 35px;
	}
	
	#consulta_rut_der{
		float:left;
		margin:5px 0 0 35px;
	}
		
	#consulta_rut_m{
	float:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}
	#busca_rut{
		float:left;
		width:300px;
		margin:5px 0 0 50px;
	}
	
	#consulta_social{
		float:left;
		margin:5px 0 0 0px;
		clear:left;
	}
	
	#glosa label, #glosa_der label, #glosa_multiple label{
	float:left;
	font-size:14px;
	display:block;
	background-image: url(../imgs/bitmaps/flechaazul.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin:5px 5px 0 0;
	padding:0 0 0 10px;
	text-transform: uppercase;
	margin-left:2px;
	}
	
	#consulta_social label{
	float:left;
	font-size:14px;
	margin:5px 0 0 0;
	display:block;
	width:190px;
	background:url("../imgs/bitmaps/flechaazul.png") no-repeat 0 2px;
	padding:0 0 0 10px;
	}
	
	#glosa #consulta_glosa input, #glosa_der #consulta_glosa_der input, #glosa_multiple input{
	width:40px;
	height:18px;
	margin:2px 2px;
	border:1px solid #7f9db9;
	float:left;
	font-size: 13px;
	}
	
	#glosa input#pos5, #glosa input#pos4, #glosa input#pos3, #glosa input#pos2, #glosa_multiple input#pos5, #glosa_multiple input#pos4, #glosa_multiple input#pos3, #glosa_multiple input#pos2, #glosa_der input#pos4, #glosa_der input#pos3, #glosa_der input#pos2{
		width:25px;
	}
	
	#glosa #consulta_rut input#cuit_panama{
		width:150px;
		height:20px;
		margin:2px 2px;
		border:1px solid #7f9db9;
		float:left;
	}

	#glosa #consulta_rut input#rut, input#cuit, #consulta_rut_m input#rut, #glosa #consulta_rut input#imp1, #glosa #consulta_rut input#imp2, #glosa #consulta_rut input#imp3, #glosa_der #consulta_rutder input{
		width:85px;
		height:20px;
		margin:2px 2px;
		border:1px solid #7f9db9;
		float:left;
	}
	
	#glosa #consulta_rut input#imp1_silver, #glosa #consulta_rut input#imp2_silver, #glosa #consulta_rut input#imp3_silver{
	width:85px;
	height:18px;
	margin:0 1px;
	border:1px solid #CCC;
	float:left;
	background-color:#FFF;
	}
	
	#glosa #consulta_rut input#verificador, input#hid_verif, #consulta_rut_m input#verificador{
	width:20px;
	height:20px;
	margin:0 0 0 2px;
	border:1px solid #7f9db9;
	float:left;
	margin-top:2px;
	}
	
	#consulta_social input{
	width:80px;
	height:21px;
	margin:0 4px 0 4px;
	border:1px solid #7f9db9;
	float:left;
	font-size: 13px;
	margin-top:3px;
	}
	
	.silver{
	border:1px solid #EFEFEF;
	background-color:#EEE;
}
	
a.ppal_silver{
	font-size:13px;
	text-decoration:none;
	color:#333;
	display:block;
	float:left;
	height:22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #EFEFEF;
	text-transform: uppercase;
}

a.ppal{
	font-size:13px;
	text-decoration:none;
	color:#333;
	display:block;
	float:left;
	height:22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	/*padding-top: 2px;*/
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #EFEFEF;
	text-align: center;
	text-transform: uppercase;
	margin-top:2px;
	text-align:center;
	}

a.ppal:hover{
	color:#FFF;
	background-color: #126092;
}

a.rut_silver{
	font-size:13px;
	text-decoration:none;
	color:#333;
	display:block;
	float:left;
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #EFEFEF;
	text-transform: uppercase;
}

a.rut{
	font-size:13px;
	text-decoration:none;
	color:#333;
	display:block;
	float:left;
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	/*padding-top: 2px;*/
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	text-transform: uppercase;
	background-color: #EFEFEF;
	margin-top:3px;
	text-align:center;
}

a.rut:hover{
	color:#FFF;
	background-color: #126092;
}
	
	a.basic{
		font-size:9px;
		text-decoration:none;
		color:#000;
		display:block;
		float:left;
		clear:both;
		margin:6px 0 0 2px;
		width:132px;
		height:10px;
		background:url("../imgs/bitmaps/btn_glosa3.gif") no-repeat 100px center;
	}
	
	a.resultado{
		clear:both;
	}
	
	a.detalle{
		clear:both;
	}
	
	a:hover{
		color:#001966;
	}
#fecha1_1, #fecha1_2, #fecha2_1{
	width:40px;
	font-size: 13px;
	}
#fecha1_2, #fecha2_2 {
	width:90px;
	font-size: 13px;
	}
	
	#fecha1_3, #fecha2_3{
	width:55px;
	font-size: 13px;
	}
	
	#filtro{
	float:left;
	width:766px;
	margin:0 0 0 100px;
	padding:6px;
	background-color: #FFFFFF;
	padding-left:9px;
	}
	
	#filtro_multiple{
	float:left;
	width:560px;
	margin:0 0 0 20px;
	background:#FFFFFF;
	padding:6px;
	padding-left:10px;
	}
	
	#filtro_multiple #consulta_multiple_detalles #cajaconsulta{
		width:450px;
		float:left;
		padding-top:7px;
	}
	
	#filtro_multiple #consulta_multiple_detalles #cajaconsultader{
		width:260px;
		float:right;
	}
	
	#filtro_multiple #consulta_multiple_detalles #cajaconsulta a.ppal_m{
		text-decoration:none;
		font-size:13px;
		color:#333;
		display:block;
		float:left;
		height:20px;
		text-transform: uppercase;
		margin-top: 5px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 4px;
		padding-top: 0px;
		padding-right: 7px;
		padding-bottom: 0;
		padding-left: 7px;
		background-color: #EFEFEF ;
		width: auto;
	}

	#filtro_multiple #consulta_multiple_detalles #cajaconsulta a.ppal_m:hover{
		color:#FFF;
		background-color: #126092;
	}
	
	#consulta_filtro, #consulta_filtro_hasta, #consulta_filtro_m{
		float:left;
		width:330px;
	}

	#consulta_filtro, #consulta_filtro_hasta{
		margin-top:6px;
	}
	
	#filtro label, #filtro_multiple label{
	float:left;
	font-size:14px;
	margin:2px 10px 0 2px;
	display:block;
	background:url("../imgs/bitmaps/flechaazul.png") no-repeat 0 2px;
	padding:0 0 0 10px;
	text-transform: uppercase;
	}
	#consulta_filtro_hasta label{
		background: none;
	}
	#consulta_filtro select, #consulta_filtro_hasta select{
	/*margin:0 2px 0 2px;*/
	margin: 2px 5px 0 5px;
	float:left;
	font-size: 14px;
	}
	
	#filtro a.calendar, #filtro_multiple a.calendar{
		display:block;
		float:left;
		width:14px;
		height:16px;
		overflow:hidden;
		text-indent:-999px;
	}
	
	#filtro a:hover, #filtro_multiple a:hover{
		color:#001966;
	}
	
	#consulta_detalles{
		margin:10px 0 0 0;
		float:left;
		width:720px;
	}
	
	#consulta_multiple_detalles{
		margin:3px 0 0 0;
		float:left;
		width:228px;
	}
	
	#consulta_detalles label, #consulta_multiple_detalles label{
		clear:both;
		float:left;
		margin-top:7px;
	}

	#consulta_multiple_detalles a.ppal_m{
	text-decoration:none;
	font-size:13px;
	color:#333;
	display:block;
	float:left;
	height:20px;
	background-color: #EFEFEF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 62px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	}

	#consulta_multiple_detalles a.ppal_m:hover{
		color:#FFF;
		background-color: #126092;
	}
		
	#consulta_multiple_detalles input{
		width:140px;
		height:18px;
		margin:5px 4px 0 4px;
		border:1px solid #7f9db9;
		float:left;
	}
	
	#consulta_detalles select{
	width:150px;
	/*margin:0 0 6px 0;*/
	margin: 10px 0px 6px 0px;
	float:left;
	font-size: 14px;
	}
	
	#btns{
		float: left;
	    width: 766px;
	    padding: 0 auto;
	    padding-left: 280px;
	    background-color: #FFFFFF;
	    margin-left: 100px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	
	#btns_der{
		float:left;
		width:200px;
		margin:20px 0 0 80px;
		padding:0 auto;
	}
	
	#btns_ges_multiple{
		border:1;
		float:left;
		width:250px;
		margin:10px 0 0 50px;
		padding:0 auto;
	}
	
	#btns_multiple{
		float:left;
		width:250px;
		margin:20px 0 0 170px;
		padding:0 auto;
	}
	#btns a, #btns_multiple a, #btns input /*, #btns-excel a*/{
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	display:block;
	float:left;
	text-transform: uppercase;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #126092;
}

#btns a:hover, #btns_multiple a:hover, #btns input:hover /*, #btns-excel a:hover*/{
	color:#333;
	background-color: #EFEFEF;
}

#btns a.ejecutar, #btns_multiple a.ejecutar/*, #btns-excel a*/{
	height:22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	width: auto;
}

#btns input.ejecutar{
	font-size:11px;
	border:0px;
	height:22px;
}
	
	#btns a.excel, #btns_multiple a.excel{
	height:22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

#btns a.buscar, #btns_multiple a.buscar{
	height:16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}
		
#btns a.borrar, #btns_multiple a.borrar{
	height:16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

#btns input.bscrbr, #btns_der input.bscrbr{
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	display:block;
	float:left;
	height:22px;
	border:0px;
	background-color: #126092;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 7;
	padding-bottom: 0;
	padding-left: 7px;
}

#btns input.bscrbr:hover, #btns_der input.bscrbr:hover{
	color:#333;
	background-color: #EFEFEF;
}

#btns a.bscrbr, #btns_der a.bscrbr{
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	display:block;
	float:left;
	height:20px;
	background-color: #126092;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}	

#btns a.bscrbr:hover, #btns_der a.bscrbr:hover{
	color:#333;
	background-color: #EFEFEF;
}

#btns a.nbus{
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	display:block;
	float:left;
	height:20px;
	background-color: #126092;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

#btns a.nbus:hover{
	color:#333;
	background-color: #EFEFEF;
}
	
	
	/*------------- */
	/*	 TOGGLE     */
	/*------------- */
	
	#contenedor_toggle{
	width:250px;
		font-family:'Abel', sans-serif;
		font-size:11px;
	float:right;
	margin-top: -130px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	}

	#contenedor_toggle h3{
		font-family:'Abel', sans-serif;
	width:240px;
	font-size:14px;
	color:#336699;
	background:#FFF;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 3px;
	}

	#contenedor_toggle ul{
		list-style:none;
		float:left;
		margin: 0;
		padding: 0;
		margin-left: 10px;
	}

	#contenedor_toggle ul li{
		list-style:none;
	}

	#contenedor_toggle ul li a{
		display:block;
		text-decoration:none;
		color:#666;
		background:url("../imgs/bitmaps/link_toggle.gif") no-repeat right center;
		width:50px;
		margin:4px 0 0 25px;
	}

	.toggle{
		width:250px;
		overflow:auto;
		background:#FFF;
		display:none;
		position:relative;
		padding-bottom:5px;
	}
	.click{
		font-weight:bold;
	}

	a.btn_toggle{
	display:block;
	text-decoration:none;
	color:#666;
	border-top:1px solid #666;
	background-color: #FFF;
	background-image: url(../imgs/bitmaps/flechaazul.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 13px;
	text-transform: uppercase;
	}

	.texto_regular{
		font-weight:normal;
	}
	
	
	/*----------------------- */
	/*	 DETALLE CONSULTA     */
	/*----------------------- */
	
	#resultado{
	float:left;
	width:96%;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0%;
	padding: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D669E;
	}
	
	#detalle{
		float:left;
	}
	
	p.titulo_resultado2{
		background:url("../imgs/bitmaps/detalle_glosa.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		/*height:16px;*/
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
		
	}
	
	
	/*---------------------------------------*/
	/*AGREGADO TITULOS CON IMAGEN ADELANTE ->*/
	/*---------------------------------------*/
	

	p.titulo_resultado{
	background:url(../imgs/bitmaps/titulo-icon.png) no-repeat;
	background-position: 0px -1px;
		/*text-indent:-999px;*/
	height:19px;
	/*float:left;*/
	width:668px;
	font-size:20px;
	color:#2A2A2A;
	font-style:normal;
	font-family: 'Abel', sans-serif;
	
	padding: 0 0 5px 25px;
	font-weight: bold;
	text-transform: uppercase;
	
	}

	p.titulo_resultado3{
		background:url("../imgs/bitmaps/title_@detalle_rut.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado4{
		background:url("../imgs/bitmaps/title_@aduanas.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado5{
		background:url("../imgs/bitmaps/title_@pais_adqui.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado6{
		background:url("../imgs/bitmaps/title_@pais_ori.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado6{
		background:url("../imgs/bitmaps/title_@pais_ori.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	p.titulo_resultado_notifi{
		background:url("../imgs/bitmaps/title_@notificante.png") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado_prove{
		background:url("../imgs/bitmaps/title_@proveedor.png") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado8{
		background:url("../imgs/bitmaps/title_@importadores.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado9{
		background:url("../imgs/bitmaps/title_@glosa.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado10{
		background:url("../imgs/bitmaps/title_@pais_destino.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado11{
		background:url("../imgs/bitmaps/title_@exportadores.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
		
	p.titulo_resultado12{
		background:url("../imgs/bitmaps/title_@importaciones.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado13{
		background:url("../imgs/bitmaps/title_@exportaciones.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado14{
		background:url("../imgs/bitmaps/title_@pais_procedencia.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado15{
		background:url("../imgs/bitmaps/title_@posicion.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado16{
		background:url("../imgs/bitmaps/title_@tipo_despacho.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado17{
		background:url("../imgs/bitmaps/title_@detalle_nit.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado18{
		background:url("../imgs/bitmaps/title_@detalle_ruc.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado19{
		background:url("../imgs/bitmaps/title_@detalle_posicion.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado20{
		background:url("../imgs/bitmaps/title_@detalle_cuit.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado21{
		background:url("../imgs/bitmaps/title_@puerto.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado22{
		background:url("../imgs/bitmaps/title_@remitentes.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado_regimen{
		background:url("../imgs/bitmaps/title_@regimen.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_resultado_embarque{
		background:url("../imgs/bitmaps/title_@pais_embarque.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	/*-------------------------------------------*/
	/*FIN AGREGADO TITULOS CON IMAGEN ADELANTE ->*/
	/*-------------------------------------------*/
	
	p.titulo_tipo_desp{
		background:url("../imgs/bitmaps/title_tipo_despacho.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.titulo_aduana{
		background:url("../imgs/bitmaps/title_aduana.gif") no-repeat;
		overflow:hidden;
		text-indent:-999px;
		height:16px;
		border-bottom:1px solid #DDD;
		float:left;
		width:668px;
	}
	
	p.nombre_empresa{
		background:url("../imgs/bitmaps/flechaazul.png") no-repeat left 4px;
		font-size:13px;
		font-weight:bold;
		float:left;
		padding:0 0 0 14px;
		/*width:668px;*/
		width:100%;
	}
	
	span.nombre_estadis{
		font-size:12px;
		color:#666;
		font-weight:bold;
		float:left;
	}
	
	.rut_empresa{
		font-size:13px;
		color:#666;
		padding-left:10px;
	}
	
	p.seguimiento{
	font-size:12px;
	color:#666;
	float:left;
	padding:0 0 0 6px;
	width:668px;
	font-weight:normal;
	}
	
	#tabla_resultados{
	float:left;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width:1030px;
	}

	#tabla_resultados_der{
	float:left;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	/*width:100% !important;*/
	}

	#tabla_resultados a, #tabla_resultados_der a{
	font-size:14px;
	color:#333;
	text-decoration: none;
	text-transform: uppercase;
	}
	
	#tabla_resultados a:hover, #tabla_resultados_der a:hover{
	color:#2D669E;
	}
	
	#tabla_resultados td, #tabla_resultados_der td{
	padding:5px;
	border-right:2px solid #FFF;
	color:#333;
	font-size: 14px;
	}
	
	#tabla_resultados th, #tabla_resultados_der th{
	padding:5px;
	text-align:center;
	color:#2D669E;
	background-color:#EDEDED;
	text-decoration: none;
	font-size: 14px;
	}
	
	#tabla_resultados th.colfecha{
		padding-left:40px;
	}
	
	#tabla_resultados th.pais{
		width:100px;
	}
	
	#tabla_resultados th.colunifob{
		width:100px;
	}
	
	#tabla_resultados th.colunicif{
		width:100px;
	}
	
	#tabla_resultados th.colvfob{
		width:60px;
	}
	
	#tabla_resultados td.border_bot{
	border-bottom:1px dotted #333;
	font-size:14px;
	}
	
	#tabla_resultados2{
		float:left;
		margin:0 0 0 10px;
	}
	
	#tabla_resultados2 td{
		padding:0 0 0 5px;
		border-right:2px solid #FFF;
		color:#333;
	}
	
	#tabla_resultados2 th{
		padding:0 5px 5px 0;
		float:left;
		color:#000;
	}
	
	#tabla_resultados2 td.border_bot{
		border-bottom:1px dotted #CCC;
	}
	
	#tabla_ges_res{
		float:left;
		margin:0 0 0 0;
	}
	
	#tabla_ges_res a{
		color:#333333;
		text-decoration:underline;
	}
	#tabla_ges_res a:hover{
		color:#001966;
	}
	
	#tabla_ges_res td{
		padding:1px;
		border-right:2px solid #FFF;
		color:#333;
	}
	
	#tabla_ges_res th{
		padding:1px;
		text-align:center;
		color:#000;
		background:#EAEAEA;
		font-weight:bold;
	}

	
	.total{
		font-size:11px;
		color:#060;
	}
	
	#pagina_resultados, #pagina_resultados2{
	color:#000;
	font-size:13px;
	float:right;
	display:inline;
	margin: 0px;
	/*padding-bottom:30px;*/
	}

	#pagina_resultados div, #pagina_resultados2 div{
		background-color:#FFF;
		float:left;
	}

	#pagina_resultados p, #pagina_resultados2 p{
		float:left;
		color:#333;
		font-weight:normal;
	}
	
	#pagina_resultados a, #pagina_resultados2 a{
	float:left;
	color:#666;
	font-size:11px;
	text-decoration:none;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	}
	
	#pagina_resultados a:hover, #pagina_resultados2 a:hover{
	color:#CCCCCC;
	font-size: 11px;
	text-decoration:none;
	margin:2px 4px 0 4px;
	padding:0 2px 0 2px;
	}
	
	#pagina_resultados a.no-border, #pagina_resultados2 a.no-border{
		border-right:none;
	}
	
	#pagina_resultados a.prev, #pagina_resultados2 a.prev{
	width:11px;
	height:13px;
	background:url("../imgs/bitmaps/btn_prev.png") no-repeat 0 0;
	overflow:hidden;
	text-indent:-999px;
	margin-top: 2px;
	}
	
	#pagina_resultados a.prev:hover, #pagina_resultados2 a.prev:hover{
	width:11px;
	height:13px;
	overflow:hidden;
	text-indent:-999px;
	background-image: url(../imgs/bitmaps/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 -11px;
	margin-top: 2px;
	text-decoration:none;
	}
	
	#pagina_resultados a.next, #pagina_resultados2 a.next{
	width:11px;
	height:11px;
	background:url("../imgs/bitmaps/btn_next.png") no-repeat 0 0;
	overflow:hidden;
	text-indent:-999px;
	margin-top: 5px;
	text-decoration: none;
	}
	
	#pagina_resultados a.next:hover, #pagina_resultados2 a.next:hover{
	width:11px;
	height:11px;
	background:url("../imgs/bitmaps/btn_next.png") no-repeat 0 -11px;
	overflow:hidden;
	text-indent:-999px;
	margin-top: 5px;
	text-decoration:none;
	}
	
	#botonera_resultados{
	width:800px;
	float:left;
	color:#333;
	font-size:10px;
	margin:10px 0 0 0px;
	}
	
	#botonera_resultados a{
	float:left;
	height:12px;
	padding:4px 0 0 18px;
	margin:0 15px 0 0;
	font-size:10px;
	color:#333;
	text-decoration:none;
	}
	
	#botonera_resultados a.pos {
	    background: url("../imgs/bitmaps/btn_dglosa.gif") no-repeat;
	    float: left;
	    height: 27px;
	    padding: 10px 0 0 35px;
	    margin: 0 15px 0 0;
	    font-size: 13px;
	    color: #333;
	    text-decoration: none;
	}

	#botonera_resultados a.cuit{
		background:url("../imgs/bitmaps/btn_dcuit.gif") no-repeat;
		float:left;
		height:12px;
		padding: 10px 0 0 35px;
		margin:0 15px 0 0;
		font-size:13px;
		color:#333;
		text-decoration:none;
	}
	
	#botonera_resultados a.imprimir {
	    background: url("../imgs/bitmaps/btn_dimprimir.gif") no-repeat;
	    float: left;
	    height: 27px;
	    padding: 10px 0 0 35px;
	    margin: 0 15px 0 0;
	    font-size: 13px;
	    color: #333;
	    text-decoration: none;
	}
	
	#botonera_resultados a.excel {
	    background: url("../imgs/bitmaps/btn_dexcel.gif") no-repeat;
	    float: left;
	    height: 27px;
	    padding: 10px 0 0 35px;
	    margin: 0 15px 0 0;
	    font-size: 13px;
	    color: #333;
	    text-decoration: none;
	}
	
	#botonera_resultados a.filtros {
	    background: url("../imgs/bitmaps/btn_dfiltros.gif") no-repeat;
	    float: left;
	    height: 27px;
	    padding: 10px 0 0 35px;
	    margin: 0 15px 0 0;
	    font-size: 13px;
	    color: #333;
	    text-decoration: none;
	}
	
	#botonera_resultados a.grafica {
	    background: url("../imgs/bitmaps/btn_dgraficar.gif") no-repeat;
	    float: left;
	    height: 27px;
	    padding: 10px 0 0 35px;
	    margin: 0 15px 0 0;
	    font-size: 13px;
	    color: #333;
	    text-decoration: none;
	}
	
	#botonera_resultados a.estadis {
	    background: url("../imgs/bitmaps/btn_destadisticas.gif") no-repeat;
	    float: left;
	    height: 27px;
	    padding: 10px 0px 0 30px;
	    margin: 0 15px 0 0;
	    font-size: 13px;
	    color: #333;
	    text-decoration: none;
	}
	
	#botonera_resultados a:hover{
		color:#003399;
	}
	
	#botonera_volver{
		width:380px;
		float:left;
		color:#333;
		font-size:12px;
		margin-left:30px;
	}
	
	#botonera_volver a{
		float:left;
		width:100px;
		height:25px;
		padding:0px 0 0 18px;
		margin:8px 0 0 0;
		font-size:16px;
		color:#333;
		text-decoration:none;
	}
	
	#botonera_volver a:hover{
		color:#006699;
	}
	
	#botonera_imprimir{
		width:380px;
		float:left;
		color:#333;
		font-size:12px;
		margin-left:50px;
	}
	
	#botonera_imprimir a{
		float:left;
		width:100px;
		height:12px;
		padding:20px 0 0 18px;
		margin:8px 10 10 0;
		font-size:12px;
		color:#333;
		text-decoration:none;
	}
	
	#botonera_imprimir a:hover{
		color:#006699;
	}
	
	
	/*------------- */
	/*	 FOOTER     */
	/*------------- */
	
	#footer{
		clear:both;
		margin:10px 0 0 70px;
	}
	
	#footer img{
		float:left;
	}
	
	#footer a{
		display:block;
		float:left;
		margin:10px 15px 0 10px;
		background:url("../imgs/bitmaps/icon_world.jpg") no-repeat #E1E1E1;
		width:108px;
		height:41px;
		padding:20px 0 0 58px;
		color:#000;
		text-decoration:none;
	}
	#footer div.mundito{
		display:block;
		float:left;
		margin:10px 15px 0px 10px;
		color:#000;
		text-decoration:none;
	}
	
	#footer a:hover{
		color:#006699;
	}
	
	#footer p.nota{
		float:left;
		width:500px;
		font-size:10px;
		text-align:justify;
		color:#434343;
		margin:10px 0 20px 15px;
	}
	
	#footer p.derechos{
		font-size:9px;
		text-align:justify;
		color:#434343;
		margin:0 0 0 140px;
		clear:left;
	}
	
	
	/*---------------- */
	/*	SIMPLE MODAL   */
	/*---------------- */
	
	#simplemodal-container {
		height:auto;
		width:auto;
		background-color:#f7f7f7;
		border:2px solid #ccc;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		position:absolute;
	}

	#simplemodal-container a.modalCloseImg {
		background:url("../imgs/bitmaps/btn_cerrar.jpg") no-repeat;
		width:52px;
		height:14px;
		display:inline;
		z-index:3200;
		position:absolute;
		top:10px; right:10px;
		cursor:pointer;
	}

	#simplemodal-container #basicModalContent {padding:8px;}
		.zonaiframe {margin-top:22px;
	}
	
	/*#basicModalContent h1{
		width:198px;
		height:13px;
		background:url("../imgs/bitmaps/title_correlacion.gif");
		overflow:hidden;
		text-indent:-999px;
		font-size:14px;
		color:#333;
		margin-top:6px;
	}*/

	#basicModalContent a{
		/*margin:5px 20px 5px 5px;*/
		padding:7px 7px 0px 7px;
		padding-bottom:10px;
		font-size:13px;
		text-decoration:none;
		color:#FFF;
		display:block;
		float:right;
		border:0px;
		background-color: #126092;
		text-align:center
	
		
	}
	
	/*#basicModalContent a:hover{
		color:#333;
		background-color: #EFEFEF;
		
	}
	
	#basicModalContent p{
		font-size:11px;
		color:#333;
		margin:10px 0 0 0;
	}
	
	#basicModalContent fieldset{
		margin:15px 0 0 0;
	}
	
	#basicModalContent legend{
		display:none;
	}
	
	#basicModalContent label{
		float:left;
		font-size:12px;
		margin:5px 0 0 0;
		display:block;
		width:35px;
		background:url("../imgs/bitmaps/bullet_azul.gif") no-repeat 0 5px;
		padding:0 0 0 5px;
	}
	
	#basicModalContent input{
		width:40px;
		height:18px;
		margin:2px 4px 0 4px;
		border:1px solid #7f9db9;
		float:left;
	}*/
	

	
	
	/*------------- */
	/*	GENERALES   */
	/*------------- */
	
	.bold{font-weight:bold;}
	.oncepx{font-size:11px;}
	.gris{color:#666;font-weight:normal;}
	.normal{font-weight:normal;}
	.rojo{color:#821927;font-weight:normal;}
	.azul{color:#006699;font-weight:normal;}
	.boldrojo{color:#821927;font-weight:bold;}
	.boldazul{color:#00354F;font-weight:bold;}
	.link_normal{text-decoration:none;color:#333;}
	.link_normal:hover{text-decoration:none;color:#003366;}
	.link_bold{font-weight:bold;text-decoration:none;color:#333;}
	.link_bold:hover{text-decoration:none;color:#003366;}
	.right{text-align:right;}
	.center{text-align:center;}
	.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	.clearfix {display:inline-block;}
	.clearfix {display:block;}
	
	#iframeopen {
		/*top:33px;*/
		position:absolute;
		margin:12px auto 0px auto;
		z-index:80;
		background-color: #FFFFFF;
	}
	
	#iframeventana {
		top:150px;
		position:absolute;
		margin:12px auto 0px auto;
		z-index:80;
		background:none repeat transparent;
		/*text-align:center;
		width:900px;*/
	}
	
	#iframesegui {
		/*top:33px;*/
		position:absolute;
		margin:12px auto 0px 250px;
		z-index:80;
		background-color: #FFFFFF;
	}
	
	
	/*--------------------- */
	/*	RIESGO CREDITICIO   */
	/*--------------------- */
	
	#iframeriesgo {
		top:33px;
		position:absolute;
		margin:0px auto 0px auto;
		z-index:80;
		background-color: #FFFFFF;
	}
	
	#terminos { 
		left:0px;
		top:185px;
		position:absolute;
		margin:0px auto 0px auto;
		z-index:80;
		display:none;
		padding:5px;
		border:2px solid #EEE;
		background:url(../imgs/home/fondo_infoaduana.gif) fixed no-repeat #FFF;
		background-position:20% 13%;
	}
	
	.textoTerminos {
		font-family: Tahoma;
		font-size: 11px;
		font-style: normal;
		line-height: 15pt;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #636466;
		text-decoration: none;
		text-align: left;
		vertical-align: top;
	}
	
	.separador-guionesTerminos{
		background-image:url(../imgs/home/filetearriba_compania.gif);
		background-repeat:repeat-x;
		height:1px;
		padding:0px;
		margin:0px;
	}
	
	.popup_riesgo {
		border:#CCCCCC 3px solid;
		width:915px;
		height:500px;
		background-color:#FFFFFF;
	}
	
	/*FIN RIESGO CREDITICIO*/
	
	
	.popup3 {
		border:#CCCCCC 3px solid;
		width:740px;
		height:460px;
		background-color:#FFFFFF;
	}
	
	.popup4 {
		border:#CCCCCC 3px solid;
		width:750px !important;
		/*height:520px;*/
		background-color:#FFFFFF;
	}
	
	.popup_ventana{
		border:3px solid #CCCCCC;
		width:485px;
		height:210px;
		background-color:#FFFFFF;
		/*margin:0px auto 0px auto;*/
	}
	
	.popup_detalle {
		border:#CCCCCC 3px solid;
		/*width:750px;*/
		/*height:290px;*/
		background-color:#FFFFFF;
	}
	
	.popup_graficar {
		border:#CCCCCC 3px solid;
		width:760px;
		height:530px;
		background-color:#FFF;
	}
	
	.popup_estadis {
		border:#CCCCCC 3px solid;
		/*width:790px;*/
		/*height:490px;*/
		background-color:#FFFFFF;
	}
	
	.popup_correlacion {
		border:#CCCCCC 3px solid;
		width:790px;
		height:550px;
		background-color:#FFFFFF;
	}
	
	.popup_excel {
		border:#CCCCCC 3px solid;
		/*width:485px;*/
		height:210px;
		_height:250px;
		background-color:#FFFFFF;
	}
	
	.popup_segui {
		border:#CCCCCC 3px solid;
		width:810px;
		height:510px;
		background-color:#FFFFFF;
	}
	
	.popup_calcu {
		border:#CCCCCC 3px solid;
		/*width:655px;*/
		height:490px;
		background-color:#FFFFFF;
		padding-left:42px;
	}

	.popup_sampling {
		border:#CCCCCC 2px solid;
		width:535px;
		height:380px;
		background-color:#FFFFFF;
	}
	
	
	/*AGREGADO POR MI SEPARADORES*/
	
	.separador-horizontal{
		height:100%;
		padding:0px;
		margin:0px;
	}
	
	.separador-vertical{
		width:100%;
		padding:0px;
		margin:0px;
		clear:both;
	}
	
	a.alt_title{
		position:relative;
		z-index:24;
		color:#000;
		text-decoration:none
	}
	
	a.alt_title:hover{
		z-index:25;
	}
	
	a.alt_title span{
		display: none
	}
	
	a.alt_title:hover span{
		display:block;
		position:absolute;
		top:2em; left:2em; width:30em;
		border:1px solid #CBCBCB;
		background-color:#EAEAEA; color:#000;
		text-align: left;
		font-family:'Abel', sans-serif;
		font-size:11px;
	}
	
	
	/*PARA TODOS LOS NAVEGADORES*/
	/*inicio estilo modificado */
	.opciones_misconseg{
	position:absolute;
	top:225px;
#top:210px; 	_top:200px;
	left:230px;
	font-family:'Abel', sans-serif;
	font-weight:bold;
	width:380px;
	text-align:center;
	font-size: 13px;
}
	.opciones_misconseg_uru{ position:absolute; top:225px; #top:210px; _top:200px; left:230px; font-family:'Abel', sans-serif; font-weight:bold; width:540px; text-align:center; }
	/*fin estilo modificado*/
	
	.opciones_misconseg ul{ list-style:url("../imgs/bitmaps/bullet_azul.gif"); text-align:left; padding-left:130px; }
	.opciones_misconseg_uru ul{
	list-style:url("../imgs/bitmaps/bullet_azul.gif");
	text-align:left;
	padding-left:205px;
	font-size: 13px;
}
	.opciones_misconseg ul li a, .opciones_misconseg_uru ul li a{
	text-decoration:none;
	color:#000;
	font-size: 13px;
}
	.opciones_misconseg ul li a:hover, .opciones_misconseg_uru ul li a:hover{
	text-decoration:none;
	color:#006699;
	font-size: 13px;
}
	
	.excel-todo{ display:none; margin-left:30px; }
	.excel-todo ul{ margin:0 0 0 15px; padding:0px; list-style:url("../imgs/bitmaps/flechaazul.png"); }
	.excel-todo ul li { margin-top:5px; font-family:'Abel', sans-serif; font-size:14px; color:#666; }
	.excel-todo ul li a{ text-decoration:none; font-family:'Abel', sans-serif; font-size:14px; color:#666 }
	.excel-todo ul li a:hover{ text-decoration:underline; color:#006699; }
	.excel-todo .checkbox { height:180px; overflow:scroll; font-family:'Abel', sans-serif; font-size:15px; color:#666; }
	.excel-todo .checkbox input { margin-top:10px; }
	.save-seleccion{ font-family:'Abel', sans-serif; font-size:14px; color:#666 }
	
	.excel-campos{ display:none; width:350px; }
	
	.selalldiv{ margin:0 auto; top:104px;float:left;}
	.selalldiv div{ margin-top:5px;width:200px; }
	.selalldiv a{ color:#000; text-decoration:none; }
	.selalldiv a:hover{ color:#006699; text-decoration:none; }
	
	/*ESTILOS NUEVOS PARA TABLA TOTALES (CAMBIAR COLOR PARA COMEXFULL)*/
	.contenedor-totales{
		margin:0px auto;
		border:1px solid #EEE;
		overflow-x:hidden;
		clear:both;
		font-size: 14px;
		padding-top:20px;
		margin:0px 188px;
	}
	.totales-titulos { clear:left; margin-top:1px; }
	.totales-titulos div{ float:left; background-color:#666; text-align:center;  color:#fff; margin-bottom: 2px;/*width:13% !important;*/}
	.totales-datos { clear:left; margin-top:1px; }
	.totales-datos div{ float:left;  /*padding-left:1%*/  }
	.totales-defisus{ background-color:#999; text-align:left; color:#fff; width: 9%;}
	
	/*ESTILO PARA EL DIV FLOTANTE DEL TITLE DE LOS DESPACHOS*/
	.flotante { display:none; position:absolute; border:1px solid #DDD; background-color:#fff; /*width:500px;*/ padding:5px; top:0px; left:0px; }
	#flotante .titulo { color:#058; }
	
ul.menu_color2
{
	list-style:none;
}
ul.menu_color2 li
{
	display:block;
	position:relative;
	padding:1px 5px;
	background:#8888ff;
	border-right:1px solid blue;
	border-bottom:1px solid blue;
	border-top:1px solid #ccccff;
	border-left:1px solid #ccccff;
	width:80px;
}
ul.menu_color2 ul
{
	position:relative;
	display:none;
	width:50px;
	/*list-style:none;*/
}
ul.menu_color2 li:hover
{
	background:#aaaaff;
	border-right:1px solid #ccccff;
	border-bottom:1px solid #ccccff;
	border-top:1px solid blue;
	border-left:1px solid blue;
}
ul.menu_color2 li:hover > ul
{
	display:block;
}
ul.menu_color2 > li
{
	display:inline;
}*/

.goog-te-banner-frame.skiptranslate {display: none !important;}
body {top: 0px !important;}

#botonera_resultados a.dash {
    background: url("../imgs/bitmaps/btn_ddash.gif") no-repeat;
    float: left;
    height: 27px;
    padding: 10px 0px 0 30px;
    margin: 0 15px 0 0;
    font-size: 9px;
    color: #333;
    text-decoration: none;
}


.menu {
	float: left;
	width: 100%;
	list-style-type: none;
	display: inline-block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	height: auto;
}
.menu li {
	display: inline-block;
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 15px;
}
.menu li a {
	display: inline;
	height: 40px;
	width: 40px;
	float: left;
	background-image: url(../imgs/bitmaps/iconos.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu .detpos a{
	background-position: -5px 0px;
}
.menu .filtros a {
	background-position: -57px 0px;
}
.menu .print a {
	background-position: -108px 0px;
}
.menu .grafico a {
	background-position: -166px 0px;
}
.menu .excel a {
	background-position: -219px 0px;
}
.menu .estadisticas a {
	background-position: -276px 0px;
}
.menu .guardar a {
	background-position: -330px 0px;
}
.menu .seguimientos a {
	background-position: -381px 0px;
}
.menu .alarmas a {
	background-position: -435px 0px;
}
.menu .exportdash a {
	background-position: -498px 0px;
	float: right;
	height: 40px;
	width: 40px;
}
.menu li a:hover {
	display: inline;
	height: 40px;
	width: 40px;
	float: left;
	background-image: url(../imgs/bitmaps/iconos.png);
	background-repeat: no-repeat;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-moz-transform: scale(0.9);
}

.descripcion {
	
	display:none;
	position:relative;
	color: #666;
	font-family:'Abel', sans-serif;
	height: auto;
	top: 35px;
	text-align: left;
	padding-bottom: 2px;
	float: left;
	font-size: 13px;
	background-image: url(../imgs/bitmaps/flechaazul.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 10px;
	background-position: 0px 3px;
	}
	
#descripcion:hover .descripcion {
	font-family:'Abel', sans-serif;
		display:block;
	}
.rdos {
	font-family: 'Abel', sans-serif;
	width: 300px;
	text-align: left;
	float: left;
	font-size: 13px;
	color: #000;
}
.paginacion {
	font-family: 'Abel', sans-serif;
	float: right;
	width: 300px;
	font-size: 13px;
	color: #666;
}

/*
fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border: 2px groove threedface;
}
*/

#pos1,
#pos2,
#pos3,
#pos4,
#pos5,
#imp1,
#imp2,
#imp3,
#cuit,
#hid_verif {
	height:22px !important;
}

label {
	font-weight:100 !important;
}

th#posicion{
	width:130px;
}

.aux_containter_fluid_responsive,
.aux_containter_responsive{
	width: 99% !important;
	padding-left: 10px !important;
}

.aux_containter_fluid_responsive.container{
	width:100% !important;
}

#filtros_busq{
	width: 300px !important;
}

#contenido_result{
	width: 100% !important;
}

#tabla_resultados{
	width: 97% !important;
}

#tabla_final_datos{
	width: 80%;
}

#fondo{
	width: 100% !important;
}

.contenedor-filtrosadmin{
	width: 85% !important;
}

#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li.hoe-has-menu > ul > li > a span.menu-text-reg:before {
    font-family: FontAwesome;
    content: "\f105"!important;
    font-size: 12px;
    position: relative;
    float: left;
    left: -5px!important;
}
/*
@media (max-width: 1245px) {
  #icon-help,
  #div_traducir,
  #icon-alarmas
   {
    display:none;
  }
}
*/
@media (max-width: 1179px) {
  #left-navbar > li:first-child,
  #left-navbar > li:nth-child(1),
  #left-navbar > li:nth-child(2),
  #titulo_li,
  #titulo_fondo,
  #hoe-sidebar-toggle
   {
    display:none;
  }
}



/* RESPONSIVE */

@media(max-width:768px){
	#container-fluid{
		flex-wrap: wrap;
	}

	#filtros_busq{
		margin-left: 10px !important;
		margin-right: auto !important;
		max-width: 425px;
		width:100%;
		height: auto !important;
		float:unset !important;
	}

	#contenido_result {
		width: 100% !important;
		overflow-x: auto;
		padding-top:20px;
		margin-left: 0;
	}

	#filtros_busq .contenedor-filtrosadmin{
		margin-left: 0 !important;
	}

	.aux_containter_fluid_responsive, .aux_containter_responsive {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.aux_containter_fluid_responsive, .aux_containter_responsive .titulo_resultado{
		width: 100% !important;
		margin-top:10px;
	}

	#tabla_resultados,#tabla_resultados tbody,#tabla_resultados tr{
		float:unset;
		width:100%
	}
}