* {
	margin: 0;
	padding: 0;
	}
ul {
	list-style: none;
	}

	
/* LEVEL ONE */
ul.dropdown {
	position: relative;
	z-index:314;
	
	}
ul.dropdown li {
	font-weight: 700;
	float: left;
/* 	zoom: 1; */
	background-color: teal;/*Yellowgreen;*/
/* 	background-image:url('https://s.laintec.com.ar/img/b2.png'); */
	background-repeat: repeat-x;
	background-position: 50% 50%;
	border:0px;
	border-right:0px solid #000;
	border-left:0px solid #222;
/* 	height:40px; */
	}
ul.dropdown li a {
	display: block;	
	padding:10px;
	line-height:14px;
	color: #fff;
	}
ul.dropdown a:hover {
	color: #fff;	
	padding:10px;
	}
ul.dropdown a:active {
	color: #fff;
	padding:10px;
	}
ul.dropdown li:last-child a {
	border: none;
	}  /*Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background:#000;
	position: relative;
	color:#fff;
/* 	height:40px; */
}
ul.dropdown li.hover a {
	color: #fff;
	padding:10px;/*padding:6px 10px;*/
}

/* LEVEL TWO */

ul.dropdown ul {
	width: 240px;
	background-color: #000;
/* 	background-image:url('https://s.laintec.com.ar/img/b2.png'); */
/* 	background-repeat: repeat-x; */
/* 	background-position: 50% 50%; */
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	}
ul.dropdown ul li {
	font-weight: normal;
	background-color: #000;
/* 	background-image:url('https://s.laintec.com.ar/img/b2.png'); */
/* 	background-repeat: repeat-x; */
/* 	background-position: 50% 50%; */
	color: #fff;
	border:0px solid #bbb;
	border-top:1px solid #222;
	border-bottom:1px solid #000;
	float: none;
	padding: 0;
	margin: 0 0 0 0;
	}
	
/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a {
	border: none;
	width: 100%;
	display: inline-block;
	}
	
/* LEVEL THREE */

ul.dropdown ul ul {
	left: 100%;
	top: 0;
	}
	
ul.dropdown li:hover > ul {
	visibility: visible;
	}
	
/* LEVEL FOUR */

ul.dropdown ul ul ul {
	left: -120px;
	top: 25px;
	}
	/**/
ul.dropdown li:hover > ul {
	visibility: visible;
	}
	
ul.dropdown li.resaltado a{
	color:#eff98e;/*red;*/ 
	text-decoration:underline;
/* 	background:transparent url(https://s.laintec.com.ar/img/b2.png); */
	padding:10px;
	line-height:14px;
	
}

ul.dropdown li.resaltado a:hover{
	color:teal; 
	
	
}

html{ height:100%;}

body{
	height:100%;
	margin:0px 0px;/*0px auto;*/
	padding:0px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:default;
	}
* html #contenedor-gral {
height: 100%;

}
div.round{
   width:340px;
   height:auto;
   background-image:url(https://s.laintec.com.ar/img/bg_modal.gif);
   background-position:0px 1px;
   float:left;
   margin:25px auto;
}
/* Contenedor */
div.contenido{ 
   margin:0 10px;
}
a{
	text-decoration:none;
	color:#333;
}
input[type=text], input[type=number], input[type=tel], input[type=password]{
	border:1px solid #888;
	background-position:0px 1px;
	background-repeat: repeat-x;
	padding:3px;
	color:#333;
	
}


.sin-spinner{
	-webkit-appearance: none; 
	margin: 0;
	-moz-appearance:textfield;
}

input[type=checkbox]:focus, input[type=radio]:focus ,select:focus, textarea:focus, input[type=text]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus { 
	border: 1px solid red;/*#CECECE; */
	background:#FFD;
	color:#000;
} 
textarea{
	border:1px solid #888;
/* 	background-image:url(https://s.laintec.com.ar/img/bg_modal.gif); */
	background-position:0px 1px;
	background-repeat: repeat-x;
	padding:10px;
	
}
select{
	border:1px solid #888;
	padding:2px;
	
}
input[type=checkbox], input[type=radio]{
	border:1px solid #888;
	background-image:url(https://s.laintec.com.ar/img/bg_modal.gif);
	background-position:0px -11px;
	background-repeat: repeat-x;
	padding:3px;
}


#contenedor-gral{/*background-color:#efefef;*/ padding:0px; text-align:left;margin-bottom:0px;width:100%;float:left;}
#contenedor{
	background-image:url('https://s.laintec.com.ar/img/bg_modal.gif');
	background-repeat:repeat-x;
	background-color:transparent;
	padding:15px;

	}
#pie{
	border-top:0px solid #222;
	height:42px;
	clear:both;
	bottom:0px;
	width:100%;
	margin-top:5px;
	
}


.alpie1{ /*Buscador rapido*/
	padding:5px;	
	position:fixed;bottom:0px; 
	z-index:2;
	margin-left:17%;
	display:table;
}
.alpie2{ /*Agregar&Buscar*/
	padding:5px;	
	position:fixed;bottom:0px; 
	z-index:2;
	margin-left:5%;
}
.alpie3{ /*exportar*/
	padding:5px;	
	position:fixed;right:10px;bottom:0px; 
	z-index:2;
}
.alpie4{ /*ruedita*/
	padding:5px;	
	position:fixed;bottom:0px; margin-top:5px;
	z-index:2;
	margin-left:0%;
}


#cabecera{
	}
/* /// DIV para contener imagen ISOLOGO cargador por proyecto//*/
#isologo{
	}
#isologo h1{
	color:#444;
	padding:8px 0px 0px 15px;
	float:left;
	}
/*/////////////////////////////////////////////////////////////*/
#header-status{
	float:right;
	margin:65px 5px 0 0;
}

#botonera{
	float:left;
	width:100%;
	background-color: teal; /*Yellowgreen/*#000*/;
/* 	background-image:url('https://s.laintec.com.ar/img/b2.png'); */
	background-repeat: repeat-x;
	background-position: 50% 50%;
	border-top:2px solid #000;	
	border-bottom:2px solid #000;
	font-size:1.2em;

}
.botonera-h{
	border:0;
	margin:0;
	background:#F1F1F1; /*url('https://s.laintec.com.ar/img/bg_botonera.gif')*/
	position:relative;
	float:left;
	border-top:1px dotted #184d10;
	border-bottom:1px solid #ccc;
	z-index:10;
	}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0;
  padding: 0;
  width: 99.9%; /*For KHTML*/
  list-style: none;

}

ul#navmenu-h li {
  margin: 0;
  border: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}


ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font-size: 11px;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	  border:0;
	  border-right:1px solid  #dfdfdf;
	  padding: 0px 6px;
	  float: none !important; /*For Opera*/
	  float: left; /*For IE*/
	  display: block;
	  background: #FFF;
	  color: #0d789b;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:12px;
	  line-height:25px;
	  text-decoration: none;
	  height: auto !important;
	  height: 1%; /*For IE*/
      background:#e9e9e9 url('https://s.laintec.com.ar/img/btn_menuH.png');
	  background-repeat:repeat-x;

}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover ul li a:hover,
ul#navmenu-h li.iehover a {
	/*background-color:#FEFEFE;*/
	background:#e6e6e6 url('https://s.laintec.com.ar/img/btn_menuH_Hover.png')repeat-x;
}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, 
ul#navmenu-h li:hover ul li a,
ul#navmenu-h li.iehover li.iehover li a {
 	 background:#e9e9e9 url('https://s.laintec.com.ar/img/btn_menuH.png')repeat-x;
  	 color: #0d789b;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover lri a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #FFF;
  color: #000;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: red;
  color: #000;
	/*background-image:url('https://s.laintec.com.ar/img/bg-item.gif');
	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-color:#FAFAFA;*/
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #FFF;
  color: #CCC;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  color:red;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

.shortcut{
	float:left;
	width:165px;
	height:115px;
	overflow:hidden;
	border:0px solid #CCC;
	/*background:url(custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png);*/
	/*background:url(../img/bg_modal.gif) ;*/
	background-color:#E1E1E1;
	padding:4px;
	margin:10px;
	text-align:center;
	font-size:11px;
	font-weight:bold;	
	}
	.shortcut h1{ font-size:14px; color:#333;}

	
.shortcut-small{
	float:left;
	height:20px;
	overflow:hidden;
	border-top:1px solid #dcd4bd;
	border-right:1px solid #dcd4bd;
	border-bottom:1px solid #DFDFDF;
	border-left:1px solid #dcd4bd;
	padding:4px;
	margin:10px;
	text-align:left;
	font-size:12px;
	font-weight:bold;	
	background-image:url('https://s.laintec.com.ar/img/bg-item.gif');
	background-repeat:repeat-x;
}
.titulo-seccion{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:18px;
	font-weight:700;
	line-height:35px;
/* 	border-bottom:1px solid #ccc; */
/* 	margin:10px; */
	text-align:left;
	float:none;
	width:98%;
}
.contenedor{
	clear:both;
	position:relative; 
	float:left; 
	background:#fff; 
	text-align:center; 
	display:block; 
	width:100%;
}
.caja{
	margin:15px;
	border:1px solid #CCC;
	background-image:url('https://s.laintec.com.ar/img/bg-item.gif');
	background-repeat:repeat-x;
	padding:10px;
}

#filtros div{
	float:left;
	margin:10px;
}
.izquierda{
	float:left;
	width:50%;
}
.derecha{
	float:right;
	width:50%;
}

.recordarPass{
	margin-top:10px;
	text-align:right;
	width:100%;
	cursor:pointer;
}

h1{
	color:#231F20;
	text-transform:capitalize;
	font-size:18px;
}

/* SUBCOLUMNAS */
.subcolumnas .col_top{
	background-image:url(https://s.laintec.com.ar/img/bg_columnasDerecha.png);
	background-repeat:no-repeat;
	width:220px;
	height:35px;
}
.subcolumnas .titulo{
	padding:5px 5px 5px 5px;
	text-align:left;
}
.subcolumnas .col_body{
	border-left:1px solid #d4d4d4;
	border-right:1px solid #FFF;
	width:218px;
}
.subcolumnas .col_bottom{
	background-image:url(https://s.laintec.com.ar/img/columnaBottom.png);
	background-repeat:no-repeat;
	width:220px;
	height:48px;	
}
.col_bottom a{
	color:#5885c4;
	text-decoration:none;
	}
.col_bottom .link a:hover{
	color:#5885c4;
	font-weight:700;
	text-decoration:none;
}
.col_body h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}	
.col_body h1 a{
	text-decoration:none;
	color:#5885c4;
}	

.fieldset{
	margin:0px;
	text-align:left;
/*	border:1px solid #CCC;*/
	background:transparent;/*#F5F5F5;*/
 /*	width:930px; */
	
}

legend{
	clear:both;
	padding:15px;
	margin:0 0px 0px 0;
/*	background-image:url('https://s.laintec.com.ar/img/bg-menu2.gif');*/
	border-bottom:0px solid #000;
	background-repeat:repeat-x;
	background-position: 0px 0px;
/* 	background-color:#EFEFEF; */
	font-weight:bold;
	font-size:130%;
	text-align:left;
}


#formularioAgregar{
 	display:none; 
}

#tablaAgregar{
 	width:auto;
	margin:5px;
 	padding:10px 20px;
 	margin-bottom:10px;
}

#tablaBuscador{
	padding:0px;
	width:99%;
	margin:5px;
 	background-color:#F4F4F4;
 	border:solid 1px #ddd;
/*  	-webkit-border-radius: 8px; */
/* 	-moz-border-radius: 8px; */
/* 	border-radius: 8px; */
}
#tablaBuscador th{
 	height:13px;
	vertical-align:top;
}


#tablaBuscador .item_archivo_destacado img{
	max-width:80px;
}


#formularioBuscador{
	/*background-image:url('https://s.laintec.com.ar/img/iconos/bg2.gif');
	background-repeat:repeat-x;*/
/* 	display:none; */
}


#operaciones{
	text-align:center;
}

.operacion{
	padding:5px;
	margin-right:15px;
	float:right;
	background-image:url('https://s.laintec.com.ar/img/bg-menu2.gif');
	background-repeat:repeat-x;
	background-position: 0px 15px;
	border:solid 1px #CCC;
	
}
.operacion a{
	color:#333;
	}

.operacion:hover{
	background-image:url('https://s.laintec.com.ar/img/iconos/bg-menu2.gif');
	background-repeat:repeat-x;
	background-position: 5px 20px;
}


#utiles{
	display:none;
}

#aviso{
	display:none;
	border: 1px solid gray; 
	padding: 4px;
	padding-left:20px;
	background: #FDFDAD none no-repeat scroll 0%; 
	BACKGROUND-IMAGE: url("https://s.laintec.com.ar/img/iconos/error.gif");
	position: absolute;
	left: 5px;
	bottom: 5px; 
/* 	-moz-background-clip: -moz-initial;  */
/* 	-moz-background-origin: -moz-initial;  */
/* 	-moz-background-inline-policy: 	-moz-initial;  */
	visibility: visible;
	font-size:12px; 
	overflow:auto;  
	z-index: 0; 
	text-align:center;
	opacity: .25;
	filter:Alpha(Opacity=75);
}

.tit-modulo{
	font-size: 1.3em;
	float:left;
}

.campos-buscador{
	float:left;
  	width:85%;
/* 	margin:4px; */
}

.campo-buscador{
	float:left;
	height:65px;
/*  	width:48%; */
	width:25%;
/* 	margin:3px;	 */
/* 	background-color: #b5b5b5; */
	background-image:url('https://s.laintec.com.ar/img/b2.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	border:0px;
/* 	border-bottom:1px solid #888; */
/* 	border-top:1px solid #fff; */
/* background:#D2E9FF; */
}

.campo-buscador div {

	padding:5px 10px 5px 10px;
	clear:both;
	font-weight:bold;
	font-size:1.1em;

/* margin:3px; */
}

.campo-buscador label{ 
	font-weight:500;
	font-size:1.3em;
	clear:both;
}

.campo-buscador input, .campo-buscador select{
 	width:90%; 
	color:#333;
}
.campo-buscador div div{
	float:left;
	width:98%;
	padding:0 0 0 0;
}
.b_f_{
	background:#333 !important;
	color:#FFF !important;
	border:1px solid red !important;
}
#filtros_en_uso{
	/*width:50%;
	float:right;
	text-align:left;*/
}
.btnordenar{
	width:60px;
	padding:0px;/*0 0 3px 0;*/
	margin:0px;
	text-align:center;
}

.btnordenar .asc{
	background-image:url(https://s.laintec.com.ar/css/custom-theme/images/ui-icons_ffffff_256x240.png);
	background-position:0px -48px;
	height:20px;
	width:20px;
	margin:2px;
}

.btnordenar .des{
	background-image:url(https://s.laintec.com.ar/css/custom-theme/images/ui-icons_ffffff_256x240.png);
	background-position:-64px -48px;
	height:20px;
	width:20px;
	margin:2px;
}

#tablaBuscador .ui-button-text{
	padding:0px 2px !important;
}

.fila_texto{
	text-align:left;
}

.fila_titulo{
	font-weight:bold; text-align:left;
}

.fila_combo{
	color:#333;
	border-top:0px solid #F4F4F4; 
/* 	border-bottom:1px solid #AAA; */
/* 	border-left:1px solid #AAA; */
	background: url(https://s.laintec.com.ar/img/b8.png);
}

.fila_autocompletar{
	min-width:228px;
	max-width:400px;
}
.js_multiple_libre_item{
	margin:7px 5px 3px 5px;
}
.js_multiple_libre_item input{
	width:87%;
}

.filaConAuxiliar{
}

.filaAuxiliarListado{

	
	float:left;
	width:25%;
/* 	height:80px; */
/* 	margin:2px; */
/* 	padding:5px; */
	overflow:auto;
}

.filaAuxiliarListado p{float:left;padding:30px 5px 0 0;}

.filaAuxiliarListadoKey{
	float:left;
	text-decoration:underline;
/* 	font-weight:bold; */
	padding:5px;
	display:list-item;
/* 	width:97%; */
	text-align:left;
}
.filaAuxiliarDestacado .filaAuxiliarListadoKey{
	font: bold 1.1em verdana,arial,helvetica;
	padding-top:0px
/* 	padding:2px; */
	
}

.filaAuxiliarListadoVal{
	float:right;
	display:inline;
	padding:5px 10px;
	color:#000;
	font: bold 15px verdana,arial,helvetica;
	max-width:300px;
}
.filaAuxiliarDestacado .filaAuxiliarListadoVal{
	font: bold 1.2em verdana,arial,helvetica;

}

.sumit{
    float:right;
}

.sumit div{
    padding:5px;
}

/* FRONT END */
.noticias{width:49%; text-align:left; float:left;border:1px solid #CCC; min-height:300px}
.titulos{ font: bold 1.3em verdana,arial,helvetica }
.abstracts{ font: bold 0.9em verdana,arial,helvetica; color:#CCC; }
.contenidos{ font: bold 0.7em verdana,arial,helvetica; padding:10px }
/* FRONT END */

.wrapper{
	border:1px solid #CCC;
/* 	padding:3px; */
/* 	margin:3px; */
	background:#f8f8f8;
}
.wrapperR{
	border:1px solid #CCC;
	padding:7px;
	background-color:#f8f8f8;
}
.multipleWrapper{
	border:1px solid #CCC;
	padding:3px;
	margin:3px;
	background:#f8f8f8;
	height:182px;
	overflow-y:auto;
	overflow-x:hidden;
}

.multipleItem{
	/*border:1px solid #CCC;*/
	float:left;
 	width:47%; 
/* 	height:35px; */
/* 	padding:3px; */
	background:#FFF;
	background-image:none;
	overflow-y:auto;
}

.warningmsg{
	background-color:#FFFFDD;
	border:1px solid #EE8;
	padding:10px;
	margin:10px;
}
.errormsg{
	background-color:#FFDDDD;
	border:1px solid #DAA;
	padding:10px;
	margin:10px;
}
.infomsg{
	background-color:#99CCFF;
	border:1px solid #D2E9FF;
	padding:10px;
	margin:10px;
}
.confirmmsg{
	background-color:#E6FBE7;
	border:1px solid #BFF1B8;
	padding:10px;
	margin:10px;
}

.listadoSimple{
/* 	background-color:#F0EFDF; */
	width:auto;
}

.filaPar{
	background-color:#FFF;
	font-size:1.3em;
}

.filaImpar{
	background-color:#F4F4F4;
	font-size:1.3em;
}
.filaConAuxiliar.filaPar>td, .filaConAuxiliar.filaImpar>td{
	border-top: 1px solid #ddd;
	padding:5px;
}
.filaPar>th, .filaImpar>th{
	border-bottom: 1px solid #ddd;
}
/* LOGIN - por Fernando, 27 de Octubre de 2008 */
}
.titulo-login{
	color:#000;
	margin:0px 0px 5px 0px;
}
.login-tabla{ margin-top:10px;}
.login-tabla td{
	font-size:12px;
	font-weight:bold;
}

#camposBuscador{
/*	width:98%;
	margin:5px;*/
	padding:0px;
	width:99%;
	margin:5px;
 	background-color:#F4F4F4;
 	border:solid 1px #333333;
 	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.pagina_actual{
	color:#222;
	font-size:16px;
	margin-bottom:-10px;
}
	
.paginador{
	font-size:10px;
	color:#222;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 0px /*2*/0px;
/* 	height:20px; */
}
.paginador-item2{
	float:left;
	background-image:url('https://s.laintec.com.ar/img/iconos/page_white.gif');
	background-repeat:no-repeat;
	height:17px;
	width:21px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
	cursor:pointer;
	font-size:9px;
}
.paginador-item{
	border-right:0px;
	margin:0 0 0 0;
}
.paginador-item-actual{
/* 	background-color:#FFF; */
}
.paginador-item-actual span{
	color:red;
}
.paginador-item-actual2{
	float:left;
 	background-image:url('https://s.laintec.com.ar/img/iconos/page_white.gif'); 
	background-repeat:no-repeat;
	height:17px;
	width:21px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
	color:red;
	font-size:9px;
}
.paginador-item-control2{
	float:left;
	height:17px;
	width:17px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
}

.paginador .ui-button-text-only .ui-button-text {
	padding: .3em .8em;
}

/* ACCESOS DIRECTOS */
.cb{
	clear:both;
}
.fl{
	float:left;
}

.fr{
	float:right;
}

.dn{
	display:none;
}

.pa{
	position:absolute;
}


.w100{
	width:100%;
}

.w50{
	width:50%;
}

.w30{
	width:30%;
}

.w32{
	width:32%;
	margin:0%;
	display:inline-block;
}

.w33{
	width:32.5%;
	margin:0%;
	display:inline-block;
}
.w333{
	width:32.5%;
	margin:0%;
	display:inline-block;
}

.w70{
	width:70%;
}
.w75{
	width:75%;
}

.w25{
	width:25%;
}

.w20{
	width:20%;
}
.w24{
	width:24%;
}

.h30{
	height:30px;
}

.h45{
	height:45px;
}

.h70{
	height:70px;
}

.ac{
	text-align:center;
	
}

.al{
	text-align:left;
	
}

.ar{
	text-align:right;
	
}
.vam{
	display:inline;
	vertical-align:middle;
}
.b{
	font-weight:bold;
}
.manito{
	cursor:pointer;
}

.b1{
    border:solid 1px #CCC;

}

.big{
	font-size:130%;
}

.qt{
	clear:both;
}

.cr{
	color:#cd0a0a;	
}

/* margin & padding generales */
.m5{ margin:5px; }
.m10{ margin:10px; }
.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.ml5{ margin-left:5px; }
.ml10{ margin-left:10px; }
.ml15{ margin-left:15px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.pr{ position:relative;}
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{padding:15px;}
.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pt10{ padding-top:10px; }
.pt5{ padding-top:5px; }
.pl10{ padding-left:10px; }


.campo-formulario-agregar{
	margin:10px 0px;
	text-align:left;	
}
.campo-formulario-agregar label{ 
	font-weight:500;
	font-size:130%/*1.3em*/;
	clear:both;
}

.campo-formulario-agregar input, .campo-formulario-agregar select{
 	width:90%; 
	color:#333;
	font-size: 150%;
}

.campo-formulario-agregar textarea{

    background-position: 0 1px;
    background-repeat: repeat-x;
    border: 1px solid #888;
    padding: 10px;

	color:#333;
	font-size: 130%;
}

.modal{
	position:absolute;
	width:auto;
	padding:5px;
	text-align:left;
	z-index:997;
	display:none;
}
.modal h1{
	color:#60819B;
	margin:10px 0;
	}
.modalLuka{
	background-image:url('https://s.laintec.com.ar/img/bg_modal.gif');
	background-repeat:repeat-x;
	background-position:0px 1px;
	background-color:#fff;
	border:1px solid #CCC;
	padding:5px;
	color:#60819B;
	font-size:12px;

}
.modal span{
	padding:5px 0;
	text-align:justify;
	z-index:998;

}
.modal .botonSi, .modal .botonNo{
	background-image:url('https://s.laintec.com.ar/img/bg-item.gif');
	background-repeat:repeat-x;
	background-position:0px 1px;
	background-color:#FFF;
	padding:3px;
	border: 1px solid #ccc;
	margin:5px;
	float:right;
}

#cover{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:990;
}

/* GUACAMAYA */

				.archivos-galeria{ float:left; width:auto; height:auto; overflow-x:auto; margin-top:1px; margin-bottom:0px; overflow-y:auto; width:100%;}
				.archivos-galeria-items{ list-style-type:none; padding:0 0 0 0; margin:0 0 0 0;overflow:hidden; text-align:center; width:100%;}
				
				.archivos-galeria-items .item{ display:block;  text-align:left; z-index:998; list-style-type:none; margin:4px; border:1px solid #CCC; background-image:url(https://s.laintec.com.ar/img/bg_modal.gif); background-repeat:repeat-x; background-color:#FFF; /*width:48.5%;*/float:left;}
				.archivos-galeria-thumb{
					background-position:center;
					background-repeat:no-repeat;
					width:120px;
					height:100px;
					margin:5px;
					float:left;
					border: 1px solid #CCC;
					
				}
				.ui-sortable-placeholders{
					height: 50px;
					margin:8px;
					border:2px dashed #FFF;
				}
				.g_boton{}
				.g_zoom{background-image:url(https://s.laintec.com.ar/img/iconos/zoom.gif); background-repeat:no-repeat; background-position:left;}
				.g_star{background-image:url(https://s.laintec.com.ar/img/iconos/star_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}
				.g_habilitado{background-image:url(https://s.laintec.com.ar/img/iconos/tick_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}
				.g_galeria{background-image:url(https://s.laintec.com.ar/img/iconos/tick_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}
				.g_descargable{background-image:url(https://s.laintec.com.ar/img/iconos/tick_toggle.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px;}
				
				.g_delete{background-image:url(https://s.laintec.com.ar/img/iconos/borrar.gif); background-repeat:no-repeat; background-position:top left; width:25px; height:16px; margin-top:6px;}
				.g_add{background-image:url(https://s.laintec.com.ar/img/iconos/add.gif); background-repeat:no-repeat; background-position:left;}
				.g_input{ width:155px; display:block;}
				
				.archivos-galeria .botonera{ margin:5px 3px 3px 130px; padding-left:5px; border-left:0px solid #CCC;}
				.archivos-galeria_jpg, .archivos-galeria_gif, .archivos-galeria_png, .archivos-galeria_jpeg{ cursor:move; }
				.mceItemWindowsMedia, .mceItemQuickTime { width:220px; height:193px; }
				.mceItemFlash { width:150px; height:150px; }
				.archivos-upload1{float:left; font-size:15px; background-color:transparent; border:0px solid #ccc; margin:10px 5px; padding:5px; }
				.archivos-progress1{margin:10px 10px 10px 0px; overflow:hidden; font-size:11px; height:auto}
				

.geo-pick-map-container{
	
	padding:10px;
	background-color:#FFF;
	border:1px solid #CCC;
	height:420px;
}
.busqueda-rapida{
	padding:10px;	
	bottom:0px; 
}



.usuario-link{
width:auto;
}

.panel_columna {
/* 	width:50%; */
	margin:0px;
	padding:10px;
	background:transparent;
	float:left;
}
.cinco{
	margin:0px;
}
.cinco .item{
	margin:0px;
}			

.cinco .item_archivo_destacado img{
	max-width:80px;
}

#calendario {
	margin:20px 0px 0px 0px;
	padding:10px;
	background:#EDEDED;
}
.fc-event-inner{
	color:#000;
	background:url('/img/b.png') repeat 50% 50%;
}
/* campo posicion */
.posInput input{border:0px; height:18px; width:35px; background-image:none; color: #999; font-size:16px; font-weight:bold;}
.posInputEnabled input{border:1px solid #999; background-color:#FFFFDD; height:18px; width:35px; color: #000; font-size:16px; font-weight:bold;}
.posUpdated input{border:2px solid #33AA33; background-color:#CCFFFF; height:19px; width:35px; color: GREEN; font-size:17px; font-weight:bold;}
.posNotUpdated input{border:2px solid #33AA33; background-color:#FFDDFF; height:19px; width:35px; color: RED; font-size:17px; font-weight:bold;}


.titulo_modulo{
	color:#333;
	font-size:22px;
}

.botonera-agregar{
	position:/*fixed*/ sticky;
	bottom:0px;
	text-align:center;
	border:0px solid #CCC;
	padding:5px;
	z-index:3;
	width: max-content;
	margin:0 auto;
}
.botonera-agregar #guardar{
	background-color:#B6FF7F;
	font-size:1.3em;
}
#poweredby{

	color:#888888;
	width:80px;
	height:20px;
	display:inline-block;
	background-image:url('https://s.laintec.com.ar/img/desarrolladoPorSisoc.png');
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden;
	z-index:2;
	}
#poweredby:hover{
	
	background-position:0 -20px;
	overflow:hidden;
	}
.npi{
	 background-color:#FFF;
	 border:0px;
	 font-weight: bold;
}

.ui-widget .ui-widget {
  font-size: 1.1em;
}

label{
	font-weight:bold;
}
h2{
	
	font-family: /*Verdana, */Arial, Helvetica, sans-serif;
	color:inherit;
	font-size:15px;
	font-weight:700;
	line-height:25px;
	
}

.usuario-link{
	position:absolute;
	top:0px;
	right:0px;
	padding:2px; 
/* 	margin:2px;  */
	z-index:1001;
	float:right;
	color:white;
}


.desktopNO2{
	display:none !important;
}
.desktopNO{
	display:none;
}
.desktopSI{
	display:block;
} 
#cincoVentas{
/* 	margin:10px; */
}

.panel_columna {
	margin:0px;
	padding:0px;
	background:transparent;
	
}
.grupoBotonesPanel{
	border: solid 1px #ccc;
	background:#FFF;
	float:none;
	margin:10px;
	padding:10px;
	/* 	max-width:630px; */
}

.grupoBotonesPanel a{
	width:90%;
	margin:3px;
	font-weight:bold;
	color:#333;
	font-size:1.2em;
}

.filaCincoPanel{
	border:0px;
	border-top:1px solid #ccc;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}
.btnFilaListadoCbte{
	background-image:none !important; min-width:185px; padding:5px;
}
		@media (max-width: 650px) {
			
			/*html{ font-size:110%;}*/
			
			.w50{
				width:100%;
				clear:both;
			}
			.w25{
				width:100%;
			}
			/*.w20{
				width:100%;
			}*/
			.w75{
				width:100%;
			}
			.w70{
				width:100%;
			}
			.w30{
				width:100%;
			}
			.w33{
				width:100%;
				margin:0px;
			}
			.campos-buscador{
				width:100%;
			}
			.campo-buscador{
				float:left;
				width:100%;
			}
			
			.campo-buscador.w25{
				float:left;
				width:100%;
			}

			.w30.campo-formulario-agregar, .w70.campo-formulario-agregar{
				margin-top:0;
			}
			
			.js_articulos40_item .w20, #thArticulos .w20{
				width:25%;
				font-size:90%;
			}.js_articulos40_item input{
				max-width:85%;
			}
			
			.desktopNO{
				display:block;
			}
			
			
			.mobileNO{
				display:none !important;
			}
			
			.mobileNO2{
				display:none ;
			}
			
			.mobileSI{
				display:inline-block !important;
			}
			
			.usuario-link{
				position:relative;/*static;*/
				z-index:350;
				top:auto;
				right:auto;
/* 				padding:3px;  */
/* 				margin:5px;  */
/* 				z-index:auto; */
				float:left;
				width:auto;
				max-width:260px;
/* 				min-width:200px; */
			}
			
			
			.botonera-agregar{
				left:20%;
				font-size:1em;
			}
			
			#tablaBuscador{
				padding:0px;
				margin:5px 0px;
				font-size:90%;
				border:0px;
			}
			#tablaBuscador th .p10{
				padding:5px;
				margin:0px;
			}
			
			#tablaAgregar{
				margin:0px;
				padding:10px 5px;
				margin-bottom:10px;
			}
			
			
			.fila_autocompletar{
				min-width:auto;
			}
			
			.ui-tabs-panel {
				padding: 0.5em 0.5em !important;
			}
			
			.ui-widget .ui-widget {
			  font-size: 1em;
			}
			
			.filaAuxiliarListado{
				width:50%;
/* 				height:80px; */
			}
			
			#buscaRapido{
				max-width: 140px;
			}
			
			
			#tablaBuscador td.js_razon_social{
				max-width:120px;
			}
			#tablaBuscador td.rsCompras{
				max-width:140px;
			}
			.sumit {
				width: 100%;
				text-align: center;
			}
			
			.grupoBotonesPanel .bajarFuente{
				font-size:1.1em;/* !important;*/
				min-height:33px;
			}
			.grupoBotonesPanel {
				margin:5px;
				padding:5px;
			}
			#cincoVentas{
				margin:5px;
			}
			
			
			.filaAuxiliarListado{
				width:100%;
			}
			
			.btnFilaListadoCbte{
				background-image:none !important; min-width:100px; padding:5px;
			}
			
			
			#mass{
				z-index: 1000;
				position: relative;
			}
	
			
			ul.dropdown {
/* 				position:absolute !important; */
			}
			ul.dropdown li{
/* 				float:left; */
/* 				width:100%; */
				padding-left: 35px;
			}
			ul.dropdown li:not(:first-child) {
				float:left;
				width:100%;
				padding-left: 35px;
				margin-top: 5px;
			}
			ul.dropdown li:first-child {
/* 				float:left; */
/* 				width:100%; */
				padding-left: 15px;
			}
			
			/*2do nivel*/
			
			
			ul.dropdown ul {
/* 				display: block !important; */
/* 				visibility:visible !important; */
/* 				position:initial; */
				background:inherit;
				right:0px;
				left:unset;
			}
			ul.dropdown ul li:not(:first-child){
				background:inherit;
				border:0px;
			}
			ul.dropdown ul li{
				padding-left: 8px !important;
			}
			ul.dropdown ul li{
/* 				float:left; */
/* 				width:100%; */
/* 				padding-left: 15px; */
			}
			
			ul.dropdown li ul li a span{
				display: none;
			}
			
			
			.multipleWrapper{height:auto;}
		} /* media*/
		
		

.cinco{
	background:#fff;/*#EDEDED;*/
	border: solid 1px #ccc;
	float:left;
	width: 100%;
	margin: 10px -2px;
}
.cinco .item{
	margin:0px;
/* 	background:#DDDDDD; */
}			




.js_Tildado{
	background-color:#E1FFE4;
}
.js_Destildado{
	background-color:none/*invert*/;
/* 	-webkit-filter: invert(100%); */
}



.js_TildadoTR{
	background-color:#E1FFE4;
}
.js_DestildadoTR{
	background-color:none/*invert*/;
}

.cliente12, .comprobante12{
	font-size: 20px;
	font-weight: bold;
	padding:10px;
}

.fecha12{
	font-size: 20px;
	font-weight: bold;
	padding:10px;
  margin:50px 0px ;
}

/*
.chequesTpl2 div div{
		margin:0px 3px 0px 3px;	
}*/

.h2{
	font-weight:bold;
}

#wmHTML{
background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('');
/* 	background: url('_magua.png'); */
	background-repeat:no-repeat; 
	background-position:center;
}

.red{color: #d00;}
.green{color: #060;}
#busqueda{overflow:auto;}

#losCheques input{
	padding:6px;
	font-size:1.2em;
	max-width:90%;
}




/* darkmode * /
body:not(.ui-button) {
  filter: invert(100%);
  background: black;
}

select, input, .ui-button{  filter: invert(100%); }

img {
  filter: invert(100%);
  background: transparent;
}
/* /darkmode */

