/* ----------------- Generales -------------- */
* { padding:0px; margin:0px; }
body {
	margin: 0;
	background:#000;
	font: 11px "Verdana", Arial, Helvetica, sans-serif;
	text-align: left;
}
.input, select, textarea {
	font-family:Tahoma; font-size:8pt; color:#333333; border:#333333 1px solid;

}
.linea_separadora {
	border:#666666 1px thin dotted;	
}
.casillas_texto{ text-indent:5px; width:90%;}
.casillas_texto:hover{ background-color:#ccc; color:#FF0000; border:#880000 1px solid;}
div#titulo_imagenes{
	border-bottom:#666666 3px solid;
	background-color:#333333;
	font-size:12px;
	color:#CCCCCC;
	font-family:"Tahoma";
	font-weight:bold;

}
div#archivos_jpg{
	border-bottom:#000033 3px solid;
	background-color:#003366;
	font-size:12px;
	color:#FFFFFF;
	font-family:"Tahoma";
	font-weight:bold;

}

a {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: none;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-size: 12pt;
	text-align: left;
}

h3 {
	font-size: 11pt;
	text-align: left;
}

img {
	border: 0px;
}

p {
	text-align: left;
}
.limpiar {clear:both;  padding-bottom:6px; height:0px;}
/* Layout general -------------------------------------------------------------------- */
table#tableCont { width:900px;}

#adminHeader {
	width:900px;
	border:none;
	/*background-color:#3333CC;*/
}

td#left {
	width: 0px;	 
	background-color: #FFF ;
	padding: 0px 0px 0px 0px;
	vertical-align:top;}

td#content {
	width: 900px;
	text-align: left;
	vertical-align: top;
	background-color:#F0F0F0;
	padding: 8px 24px;
}

table#menu th {
	border-top: 1px solid #CCCCCC;
}

div#shadow {
border:#333 0px solid;
}
table#footer{
	font-size:10px;
	color:#cccccc;
	border-top:#CCCCCC 1px solid;
	 

}
table#footer a{
	font-size:10px;
	font-weight:bold;
	color:#666;
	text-decoration:none;

}
table#footer a:hover{
	font-weight:bold;
	color:#000000;

}

/* Formularios ----------------------------------------------------------------------- */

.fields {
	border: 1px solid #999999;
	font: 11px "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txt_error {
	color: #FF0000;
}

.txt {
	font-size: 10px;
	color: #000000;
}

.txt_dark {
	font-size: 10px;
	color: #000000;
}

.tbl_menu {
	font-size: 10px;
	color: #FFFFFF;
}

/* Nuevos Listados ------------------------------------------------------------------ */

table.list, input {
	font-size: 10px;
		font-family:Tahoma; font-size:8pt; color:#333333; border:#333333 1px solid;	
}

table.list th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 15px;
	padding: 3px;
}

table.list td {
	background-color:#FFFFCC;
	padding: 2px 3px 1px 3px;
	vertical-align: top;
}

table.list img {
	/*width: 22px;
	height: 22px;
	*/
	border: 0;
	margin: 0 4px;
}

table.list td#noRows {
	height: 24px; 
	text-align: center; 
	vertical-align: middle
}

/* Nuevos Formularios --------------------------------------------------------------- */

table.form {
	font-size: 10px;
}

table.form input {
	border: 1px solid #999999;
	font: 10px "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.form textarea {
	border: 1px solid #999999;
	font: 10px "Verdana", Arial, Helvetica, sans-serif;
}

table.form select {
	border: 1px solid #999999;
	font: 10px "Verdana", Arial, Helvetica, sans-serif;
}

table.form span {
	color:#003366;
	font-weight:bold;
}
 

/* Paginacin ----------------------------------------------------------------------- */

div#pages {
	padding: 6px;
	font-size: 10px;
	text-align: center;
	color:#000000;
}

div#pages div {
	padding: 2px;
}




td#prensa{
	font-size:9px;
	background-color:#666666;
	padding:0 0 0px 0;
	vertical-align:middle;
	color:#FF9933;
	font-weight:bold;		

}

td#prensa a{
	padding:0 0 0px 0;
	vertical-align:middle;
	font-weight:bold;
	color:#CCCCCC;	
		

}
td#prensa a:hover{
	color:#FF0000;	
	padding:0 0 0px 0;
	vertical-align:middle;	
	font-weight:bold;			

}
.boton_form {
 float: none;
 color: #666666; 
 padding: 3px 0; 
 text-align: center; 
 border: 1px solid #E19D87; 
 background: #f2f2f2; 
 width: 60px; 
 margin: 0; 
 font-size: 10px; 
 
 }
.boton_form_2 {
	font-weight:bold;
 
 color: #333333;  
 
 padding:0; 
 text-align: center; 
 border: 1px solid #E19D87; 
 background: #f2f2f2; 
 width: 60px; 
 margin: 0; 
 font-size: 10px; 
 
 }    
.formulario {
 
 color: #666666; 
 padding:0; 
 border: 1px solid #E19D87; 
 background: #fff; 
 width: 260px; 
 margin:0;
 font-family:"Courier New", Courier, monospace; 
 font-size: 11px; 
 /*text-transform: uppercase;*/
 }
 
 .formulario-area {
 
 color: #666666; 
 padding:0; 
 border: 1px solid #E19D87; 
 background: #fff; 
 width: 400; 
 margin:0;
 font-family:"Courier New", Courier, monospace; 
 font-size: 11px; 
 text-transform:capitalize;
 }
 /* menu productos */
	
	div#menu_productos_rotulo {
		text-align:center;
		font-family:"Tahoma";		
		color:#fff;	
		width:140px;
		height: 18px;
		display: block;				
		font-weight:bold;	
		background: #333;		
		font-size:11px;
		padding-top:2px;
	}
	div#menu_productos {
		border-top: 1px solid #ccc;
	}
	
	div#menu_productos a {
		font-family:"Tahoma";
		text-decoration:none;
		color:#ccc;	
		width: 130px;
		height: 18px;
		display: block;
		padding: 2px 0px 0px 10px;
		font-weight:normal;	
		background:#666;		
		font-size:13px;
	}
	
	div#menu_productos a:hover {
		color:#fff;		
	}
	/* menu activo ( clickeado )*/
	div#menu_activo {
		border-top: 1px solid #ccc;
	}
	
	div#menu_activo a {
		font-family:"Tahoma";
		text-decoration:none;
		color:#cc0000;	
		width: 130px;
		height: 18px;
		display: block;
		padding: 2px 0px 0px 10px;
		font-weight:bold;	
		background:#ccc;		
		font-size:13px;
	}
	
	div#menu_activo a:hover {
		background-color: #fff;
		color:#333;
		font-weight:none;		
	}
	
	/* FIN MENU PRODUCTOS */
/***** LISTADOS - 2 *********/
table.list-2 {
	font-size: 10px;	
}
table.list-2 td{
	font-size: 11px; padding:4px 0px 4px 0px; text-align:left; text-indent:4px;	
}
table.list-2 td .aldo{
	font-size: 11px; padding:4px 0px 4px 0px; text-align:left; text-indent:4px; color:#FF0000;
}
table.list-2 td a {
	/*color:#003366;*/
	font-weight:NONE;
}
table.list-2 td a:HOVER {
	color:#FF0000;
	text-decoration:NONE;		
}

table.list-2 th {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000;
	height: 15px;
	padding: 3px;
	border-top:#FFFFFF 1px solid;
	
}

table.list-2 td#filas {
	background-color:#fff;
	padding: 2px 3px 1px 3px;	
}
table.list-2 img {
	/*width: 22px;
	height: 22px;*/
	border: 0;
	margin: 0 4px;
}

table.list-2 td#noRows {
	height: 24px; 
	text-align: center; 
	vertical-align: middle
}
.list-2 td {
	height:20px;
	border-right:#999999 1px dashed;
	border-bottom:#999999 1px dashed
}
.list-2 th {
	height:20px;
	border-right:#fff 1px dashed;
}
.tabla_interna td {
	height:20px;
	border-right:#999999 0px solid;
}
.bold {
	font-weight:bold;
	width:128px;
	padding-right:10px;
}
.rojo {
	font-weight:bold!important;
	color:#FF0000!important;
}
.verde {
	font-weight:bold!important;
	color:#009933!important;
}
.azul {
	font-weight:bold!important;
	color:#0033FF!important;
}
.negro {
	font-weight:bold;
	color:#000;
}
.btn_conf {
	background-color:#008800;
	color:#FFFFFF;
	font-weight:bold;
	border:#003300 2px solid;
	font-size:11px;
}
.btn_desconf {
	background-color:#fff;
	color:#ff0000;
	font-weight:bold;
	border:#ff0000 2px solid;
	font-size:11px;
}
.btn_devol {
	background-color:#0033FF;
	color:#FFFFFF;
	font-weight:bold;
	border:#003300 2px solid;
	font-size:11px;
}
input {
	border:#666666 1px solid; /*text-transform:uppercase;*/
}
li {
	display:block;
	list-style:none;
}
.icos_fot {
	background-color:#fff;
}
/******** FIN LISTADOS -2 ********* */	

table#menu th#link_menu  a {
	color:#990000;
}
table#menu th#link_menu  a:hover {
	color:#ff0000;
}
#titulo {
	text-align:center;
	font-size:18px;
	color:#fff;
	background-color:#000;
	font-weight:bold;
	font-family:"Arial";
	font-variant:small-caps;	
}
.titulo2 {
	text-align:left;
	font-size:14px;
	color:#003399;	 
	font-weight:bold;
	font-family:"Arial";
	font-variant:small-caps;	
}
table#tablamenu {
	background-color:#FFF;
}
table#tablamenu td{
	background-color:#FFFF33;
}
table#tablamenu td a{
color:#cc0000;
font-weight:bold;
	}
table#tablamenu td a:hover{
	color:#ff0000;
	text-decoration:none;
	background-color:#FFFFFF;
}
/* error de mensajes */
.error {
	width:600px;
	background-color:#FFF;
	color:#FF0000;
	font-family:tahoma;
	font-size:9pt;
	padding:5px;
	border:#FF0000 2pt solid;
	margin-top:10PX;
}
div#backTopLst {
	background-color:#e1e1e1;
	margin: 0px 0px 0px 0px;
	padding-left:5px; 
	padding-bottom: 6px;
	padding-top:2px;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	text-align:left;
	font-weight:bold;
}
div#backTopLst a{
	color:#666666;	
}
div#backTopLst a:hover{
	color:#000000;
	
}
/***** LISTADOS - PAGOS *********/
table.list-pagos {
	font-size: 10px;
	background-color:#fff;
	border-left: #ccc 1px solid;
}
table.list-pagos td a {
	color:#0000ff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	border:none;
}
 
table.list-pagos td a:hover {
	color:#FF0000;
	text-decoration:none;		
}

table.list-pagos th {
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	background-color:#4986C2;	 
	height: 15px;
	padding:5px 0px 5px 0px;
	border-right: #ccc 1px solid;
	text-indent:5px;
	
}

table.list-pagos td {
	background-color:;
	padding: 2px 0px 2px 0px;	 
	border-bottom:#ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left: #ccc 0px solid;
	text-indent:5px;
	height:18px; font-size:11px;
}

table.list-pagos img {
	/*width: 22px;
	height: 22px;*/
	border: 0;
	margin: 0 0px;
}

table.list-pagos td#noRows {
	height: 24px; 
	text-align: center; 
	vertical-align: middle;
}/******** FIN LISTADOS -PAGOS ********* */	
.leyenda { color:#666666; font-style:italic;}
.resultados{ color:#cc0000; font-weight:bold;}

table.list-3 {border-top:#990000 1px dashed;}
table.list-3 td  {
	height: 20px; 	 
	vertical-align: middle;
	border-bottom:#990000 1px dashed;	
}
table.list-3 td.izq  {	 
	border-left:#990000 1px dashed;	
}
table.list-3 td.der  {
	border-right:#990000 1px dashed;	 
	border-left:#990000 1px dashed;
	color:#ff0000
}
/***** LISTADOS - factura*********/
table.list-factura {
	background-color:#FFFFFF;
	

}

table.list-factura td a {
	color:#003366;
	font-weight:NONE;
}
table.list-factura td a:HOVER {
	color:#FF0000;
	text-decoration:NONE;	
}

table.list-factura th {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#003366;
	height: 15px;
	padding: 3px;
	border-left:#FFFFFF 1px solid;
	font-family:"Courier New"; font-size:12px;
}

table.list-factura td {
	background-color:#fff;
	padding: 2px 3px 1px 3px;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	font-family:"Courier New"; font-size:14px;
}

table.list-factura img {
	/*width: 22px;
	height: 22px;*/
	border: 0;
	margin: 0 4px;
}

table.list-factura td#noRows {
	height: 24px; 
	text-align: center; 
	vertical-align: middle
}
/******** FIN LISTADOS -2 ********* */
.titulo2 { background-color:#880000; color:#FFFFFF; font-size:15px; height:25px; line-height:25px; text-align:center;}
.cuerpoCompletoFactura {
	background-color:#FFFFFF;
	padding:15px;
	padding-top:20px;
}
.inputFactura { border:none; border-bottom:#000000 1px solid; width:500px;}
/* -------------------- */
/* tabla interna productos (adentro de cada venta - factura para lso brutos jaja) */
/* ------------------------------------- */
table.tabla_interna_productos th {
	background-color:#FFFFFF; color:#003399;
}
.addContent { background-color:#FFFFFF; color:#006633; border:#006633 2px solid; margin-top:10px; padding:10px; font-weight:bold; font-size:14px;}
.editContent { background-color:#FFFFFF; color:#003399; border:#003399 2px solid; margin-top:10px; padding:10px; font-weight:bold; font-size:14px;}
.errortContent { background-color:#FFFFFF; color:#ff0000; border:#ff0000 2px solid; margin-top:10px; padding:10px; font-weight:bold; font-size:14px;}
/***** LISTADOS - 2 *********/
table.list-1 {
	font-size: 10px;	
}
table.list-1 td a {
	color:#003366;
	font-weight:NONE;
}
table.list-1 td a:HOVER {
	color:#FF0000;
	text-decoration:NONE;		
}

table.list-1 th {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#003366;
	height: 15px;
	padding: 3px;
	border-top:#FFFFFF 1px solid;
	
}

table.list-1 td#filas {
	background-color:#fff;
	padding: 2px 3px 1px 3px;	
}

table.list-1 img {
	/*width: 22px;
	height: 22px;*/
	border: 0;
	margin: 0 4px;
}

table.list-1 td#noRows {
	height: 24px; 
	text-align: center; 
	vertical-align: middle
}
/******** FIN LISTADOS -2 ********* */	
.mje_error {
padding:15px; border:#FF0000 2px dashed; background-color:#FFCCCC; text-align:justify; color:#FF0000; font-weight:bold; line-height:15px;
}
.mje_error_2 {
padding:15px; border:#FF0000 2px dashed; background-color:#FFCCCC; text-align:justify; color:#FF0000; font-weight:bold; line-height:15px;
}
a.btn_agregar{ 
	display:block; height:30px; background:#fff no-repeat url('../images/Button-Add-icon.png') 0px 0px; color:#333;
	line-height:30px; font-weight:bold; text-indent:35px;
}
a.btn_agregar:hover{
	background:#fff no-repeat url('../images/Button-Add-icon.png') 0px -30px;
	color:#009900;
}
.buscar_lnk {
	color:#006699; font-weight:bold; font-size:14px; border:#003366 1px solid; padding:2px 8px; margin:10px 5px; display:block;
	background:url(../images/view.gif) no-repeat #FFFFFF 2px 2px; text-indent:15px; width:120px;
}
.buscar_lnk:hover {
	color:#ff0000;
	background-color:#999;
	/*background-position: 100px 2px;*/
}
.menu_reportes { width:650px;}
.reportes_lnk {
	color:#333; font-weight:bold; font-size:14px; border:#000 1px solid; padding:3px 4px; margin:4px 5px; display:block;
	background:url(../images/icono-pedido.gif) no-repeat #FFFFFF 2px 1px; text-indent:20px; width:auto; float:left;
}
.reportes_lnk:hover {
	color:#ff0000;
	background-color:#999;
	/*background-position: 100px 2px;*/
}
.reportes_excelBoton {
	color:#fff; font-weight:bold;
	font-size:14px; border:#006600 4px solid; padding:3px 4px;
	margin:4px 5px; display:block;
	background:url("../images/icono-boton-excel.jpg") no-repeat #53B557 2px 1px; text-indent:20px; width:auto; float:left;
}
.reportes_excelBoton:hover {
	color:#000;
	cursor:default;
	/*background-color:#fff;*/
	/*background-position: 100px 2px;*/
}
.txt_negro { color:#000000; }
.datos_head { 
	font-size:15px; font-family:'Tahoma'; 
	text-indent:15px; margin-top:0px;  
}
.rotulo_head{ margin-left:5px;}
.result_head{ color:#cc0000; font-weight:bold;}
.rotulo_head a { color:#0000FF; text-decoration:none; font-size:12px;}
.rotulo_head a:hover { color:#990000;}

/* para alta usuarios */
.columnas_div {float:left; margin-right:10px; margin-bottom:15px; margin-left:10px; background-color:#CCCCCC;}
.titulo_columna { height:18px; background-color:#000000; color:#FFFFFF; font-weight:bold;font-size:14px; line-height:18px; text-align:center; }
.renglon_item { margin-top:5px; margin-bottom:5px; font-size:12px; font-weight:bold;}
.renglon_item:hover{ background-color:#3399FF}
/* */
.input_carga { color:#000; border:#000 1px solid; background:#CCFFFF; padding:4PX 0PX; font-size:14px;}
.input_carga:focus { background-color:#000000; color:#FFFFFF;}	
.sin_borde { border:none; font-size:14px;}

/***************************************************
 PAGINACION Y TABLAS
******************************************************/
 
div.navigation {		 
    border: 2px solid #fff;!important
    margin: 2px auto;
    text-align: center;
    padding: 9px 5px;
    white-space: nowrap;
    font: 11px tahoma;
		width:800px!important;
		max-width:800px!important;
		background-color:none!important;
		position:relative!important;
}
span.navthis {
    padding: 3px 4px!important;
    color:#fff!important;
    text-decoration:none!important;
		font-size:15px!important;		
		border:1px solid #ff0000!important;
		background:#ff0000!important;
		position:relative!important;
		
		/*width:30px!important;*/
		/*float:left!important;*/
		display:inline-block!important;
		margin:0px 3px!important;
    
		 
}

a.nav {
    padding: 1px 1px!important;
    color: #666!important;
    text-decoration:none!important;
		font-size:15px!important;		
		border:1px solid #666!important;
		margin:0px 3px!important;
		position:relative!important;
		/*width:30px!important;*/	 
		/*float:left!important;*/
		display:inline-block!important;
		
}

a.nav:hover {
    color: #cc0000!important;
		 
    background-color: #ACCAD5!important;
    border: 1px solid #cc0000!important;
}

.list-2 td { height:20px; border-right:#999999 1px solid; border-bottom:#999999 1px dashed}
.list-2 th { height:20px; border-right:#fff 1px solid;}
.tabla_interna td { height:20px; border-right:#999999 0px solid;}
.bold { font-weight:bold; width:128px; padding-right:10px;}
.rojo { font-weight:bold; color:#FF0000;}
.verde { font-weight:bold; color:#009933;}
.azul { font-weight:bold; color:#0033FF;}
.negro { font-weight:bold; color:#000;}
.btn_conf{ background-color:#008800; color:#FFFFFF; font-weight:bold; border:#003300 2px solid; font-size:11px;}
.btn_desconf{background-color:#fff; color:#ff0000; font-weight:bold; border:#ff0000 2px solid; font-size:11px;}
.btn_devol{ background-color:#0033FF; color:#FFFFFF; font-weight:bold; border:#003300 2px solid; font-size:11px;}
input { border:#666666 1px solid;}
li {
	display:block;list-style:none;
}
.icos_fot{ background-color:#fff;}
b { color:#000000;}

.input_saltos {
	margin:10px 10px;
}

.inp_btn {
	padding:5px 35px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}
.azulBlanco{background:#0066CC!important; color:#FFFFFF!important;}
.verdeBlanco{background:#006633!important; color:#FFFFFF!important;}
.rojoBlanco{background:#cc0000!important; color:#FFFFFF!important;}
.amarilloNegro{background:#FFFF66!important; color:#000!important;}

.violetaBlanco { background:#663399!important; color:#fff!important;}
/***********************************************
	estilo Aldo para hover en tablas - VIOLETA
**********************************************/
.table > thead > tr > td.violetAldo,
.table > tbody > tr > td.violetAldo,
.table > tfoot > tr > td.violetAldo,
.table > thead > tr > th.violetAldo,
.table > tbody > tr > th.violetAldo,
.table > tfoot > tr > th.violetAldo,
.table > thead > tr.violetAldo > td,
.table > tbody > tr.violetAldo > td,
.table > tfoot > tr.violetAldo > td,
.table > thead > tr.violetAldo > th,
.table > tbody > tr.violetAldo > th,
.table > tfoot > tr.violetAldo > th {
  background-color:#E1E1FF;
}
.table-hover > tbody > tr > td.violetAldo:hover,
.table-hover > tbody > tr > th.violetAldo:hover,
.table-hover > tbody > tr.violetAldo:hover > td,
.table-hover > tbody > tr:hover > .violetAldo,
.table-hover > tbody > tr.violetAldo:hover > th {
  background-color:#CACAFF; font-weight:bold;
}
/**************************
	FIN ESTILO VIOLETA
***********************/

.nomostrar{ display:none!important; }
