/* menu/*/

@charset 'UTF-8';
/* Base Styles */
#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
  list-style: none;
  margin: 0;popup
  padding: 0;
}
#cssmenu > ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu > ul li {
  float: left;
  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
  padding: 10px;
}
#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  z-index: 599;
  cursor: default;
}
#cssmenu > ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
}
#cssmenu > ul ul li {
  float: none;
}
#cssmenu > ul li:hover > ul {
  visibility: visible;
}
/* Align last drop down RTL */
/* Theme Styles */
#cssmenu > ul a:link {
  text-decoration: none;
}
#cssmenu > ul a:active {
  color: #ffa500;
}
#cssmenu li {
  padding: 0;
  color: #000;
}
#cssmenu {
  font-family: 'Lato', sans-serif;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #EFF8FB;
  font-size: 13px;
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
#cssmenu > ul {
  padding: 0 5px;
  -moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: none;
  zoom: 1;
}
#cssmenu > ul:before {
  content: '';
  display: block;
}
#cssmenu > ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu > ul > li {
  padding: 8px 5px;
}
#cssmenu > ul > li > a,
#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:visited {
  text-shadow: 0 -1px 1px #494c22;
  color: #fff;
  padding: 7px 20px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li:hover > a {
  background-color: #8e9341;
}
#cssmenu li li a {
  color: #080608;
  font-size: 13px;
}
#cssmenu li li a:hover {
  color: #5c5c5c;
  border-color: #5c5c5c;
}
#cssmenu ul ul {
  margin: 0 10px;
  padding: 0 10px;
  float: none;
  background: #efefef;
  border: 2px solid #EFF8FB;
  border-top: none;
  right: 0;
  left: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#cssmenu ul > li > ul > li {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0;
  float: left;
}
#cssmenu ul > li > ul > li > a {
  padding: 10px 20px 10px 10px;
  display: block;
}
#cssmenu ul > li > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #080608;
}
#cssmenu ul > li > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #5c5c5c;
}
#cssmenu ul ul ul {
  width: 200px;
  top: 100%;
  border: 2px solid #EFF8FB;
}
#cssmenu ul ul ul li {
  float: none;
}

.comboPequeno {
	background-color:#fff;
	font:8pt helvetica;
	color:#000;
	width:25%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}
.comboMedio {
	background-color:#fff;
	font:8pt helvetica;
	color:#000;
	width:60%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}
.comboGrande {
	background-color:#fff;
	font:8pt helvetica;
	color:#000;
	width:100%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}
/*****************************************/
/* clases relativas a objetos            */
.boton {
	color:#000;
	background-color:#dcdcdc;
	border-style:solid;
	border-color:#696969;
	border-width:1px 1px 1px 1px;
    font:bold 8pt helvetica;
    text-transform:lowercase;
    width:90px;
    height:15pt;
}

.botonprov {
	color:#000;
	background-color:#dcdcdc;
	border-style:solid;
	border-color:#696969;
	border-width:1px 1px 1px 1px;
    font:bold 8pt helvetica;
    text-transform:lowercase;
    width:130px;
    height:15pt;
}

.cajaPequena {
	background-color: #fff;
	font: 8pt helvetica;
	color: #000;
	width: 25%;
	border-color: #696969;
	/* [disabled]border-style :solid; */
	border-width : 1px;
	height: 15pt;
}

.cajaPequena2 {
	background-color:#fff;
	font:8pt helvetica;	
	color:#000;
	width:55px;
	border-color:#696969;	
	border-style :solid;
	border-width :1px;
	height:15pt;
}

.cajaMinima {
	background-color:#fff;
	font:8pt helvetica;	
	color:#000;
	width:30px;
	border-color:#696969;	
	border-style :solid;
	border-width :1px;
	height:15pt;
}

.cajaTotales {
	
	background-color:#FE9A2E;

	font:12pt helvetica;	

	color:#000;
	width:40%;
	border-color:#696969;	
	border-style :solid;
	border-width :1px;
	height:16pt;
	text-align:right;
	  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.cajaDescripcion {
	background-color:#fff;
	font:8pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:200px;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}

.cajaGrid {

	width:70%;
	border-color:#696969;
	border-style :solid;
	border-width :0px;
	height:15pt;
}

.cajaMedia {
	background-color:#fff;
	font:8pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:60%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}
.cajaGrande {
	background-color:#fff;
	font:8pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:100%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
	

}

.cajaGrandeDisable {
	background-color:#F7F2E0;
	font:8pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:100%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
	
		/*border: none;
	background: #3a7999;
	color: #f2f2f2;
	padding: 6px;
	font-size: 16px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
	 */
}

.caja95 {
	background-color:#fff;
	font:8pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:95%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}

.cajaDireccion {
	background-color:#fff;
	font:8pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:350px;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}
.cajaGrandeNombre {
	background-color:#fff;
	font:10pt tahoma;
	/* text-transform:uppercase; */
	color:#000;
	width:95%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}


.estilotextarea2 {
margin-left:4%;
width:90%;
height:45px;
border: 1px dotted #000099;
}


.textarea_pedido {
margin-left:0%;
width:95%;
height:38px;
border: 1px dotted #000099;
}


.existencia_positiva {
	text-align:center;
	background-color: #08298A;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	
	background: #B40404;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#08298A), to(#08298A));
	background: -webkit-linear-gradient(#08298A, #08298A);
	background: -moz-linear-gradient(#08298A, #08298A);
	background: -ms-linear-gradient(#08298A, #08298A);
	background: -o-linear-gradient(#08298A, #08298A);
	background: linear-gradient(#08298A, #08298A);
		-pie-background: linear-gradient(#08298A, #08298A);
}


.existencia_negativa {
	text-align:center;
	background-color: #B40404;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	
	background: #B40404;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B40404), to(#B40404));
	background: -webkit-linear-gradient(#B40404, #B40404);
	background: -moz-linear-gradient(#B40404, #B40404);
	background: -ms-linear-gradient(#B40404, #B40404);
	background: -o-linear-gradient(#B40404, #B40404);
	background: linear-gradient(#B40404, #B40404);
		-pie-background: linear-gradient(#B40404, #B40404);
}



/*****************************************/
/* clases relativas a la fuente de texto */
.fuente9 {
	font: 10pt Tahoma;
	color: #000;
}

.fuente8 {
	font: 11pt Tahoma;
	color: #000;
}

.fuente9 {	
	font:12pt Tahoma #FFFFFF;	
}

.fuente_totales {	
	background-color:#fff;
	font:20pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:80%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:28pt;
	

}	


.fuente_pagos {	

	border-radius: 6px;
   -webkit-box-shadow: #191970 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	background-color:#fff;
	font:25pt helvetica;
	/* text-transform:uppercase; */
	color:#191970;
	width:100%;
	border-color:#191970;
	border-style :solid;
	border-width :0px;
	height:26pt;

}	
.fuente_estados{	

	border-radius: 6px;
   -webkit-box-shadow: #191970 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	background-color:#fff;
	font:15pt helvetica;
	/* text-transform:uppercase; */
	color:#191970;
	width:100%;
	border-color:#191970;
	border-style :solid;
	border-width :0px;
	height:18pt;

}	


.fuente_articulos {	

	border-radius: 6px;
   -webkit-box-shadow: #191970 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	background-color:#fff;
	font:16pt helvetica;
	/* text-transform:uppercase; */
	color:#191970;
	width:100%;
	border-color:#191970;
	border-style :solid;
	border-width :0px;
	height:28pt;

}	


.fuente_consulta {	

	border-radius: 6px;
   -webkit-box-shadow: #191970 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	background-color:#fff;
	font:30pt helvetica;
	/* text-transform:uppercase; */
	color:#191970;
	width:70%;
	border-color:#191970;
	border-style :solid;
	border-width :0px;
	height:35pt;

}	

.fuente_gracias {	

	border-radius: 6px;
   -webkit-box-shadow: #191970 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	font:25pt helvetica;
	/* text-transform:uppercase; */
	color:#fff;;
	width:100%;
	border-color:#191970;
	border-style :solid;
	border-width :0px;
	height:28pt;

}	


.fuente20 {	
	font:20pt helvetica;
	/* text-transform:uppercase; */
	color:#B32500;
	width:100%;
	border-color:#B32500;
	border-style :solid;
	border-width :0px;
	height:20pt;

}	

.fuente_totales2 {	


	border-radius: 6px;
   -webkit-box-shadow: #B32500 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	background-color:#fff;
	font:36pt helvetica;
	/* text-transform:uppercase; */
	color:#B32500;
	width:100%;
	border-color:#B32500;
	border-style :solid;
	border-width :0px;
	height:40pt;
	


}

.fuente_vuelto {	


	border-radius: 6px;
   -webkit-box-shadow: #B32500 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	background-color:#fff;
	font:25pt helvetica;
	/* text-transform:uppercase; */
	color:#B32500;
	width:100%;
	border-color:#B32500;
	border-style :solid;
	border-width :0px;
	height:25pt;
	


}

.fuente_totales3 {	


	border-radius: 6px;
   -webkit-box-shadow: #B32500 0px 2px 10px;
   -moz-box-shadow: #B32500 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	

	background-color:#fff;
	font:36pt helvetica;
	/* text-transform:uppercase; */
	color:#B32500;
	width:50%;
	border-color:#B32500;
	border-style :solid;
	border-width :0px;
	height:40pt;
	
}


.fuente_encabe {	



    /*float: left;*/
	text-align: left;
	font-weight: bold;
	font:25pt helvetica;
	/* text-transform:uppercase; */
	color:#B32500;
	width:100%;
	border-color:#B32500;
	border-style :solid;
	border-width :0px;
	height:40pt;
	

}


.fuente_cambio {	

    /*float: left;*/
	text-align: center;
	 font-family: sans-serif;
     font-weight: bolder;
	font:20pt ;

	/* text-transform:uppercase; */
	color:#08088A;
	width:100%;
	border-color:#ffffff;
	border-style :solid;
	border-width :2px;
	height:30pt;
	

}


.fuente_cambio2 {	

    /*float: left;*/
	text-align: center;
	 font-family: sans-serif;
     font-weight: bolder;
	font:15pt ;

	/* text-transform:uppercase; */
	color:#08088A;
	width:100%;
	border-color:#ffffff;
	border-style :solid;
	border-width :3px;
	height:20pt;
	

}

.fuente_cambio_selecionado {	
    background-color:#33A5FF;
    /*float: left;*/
	text-align: center;
	 font-family: sans-serif;
     font-weight: bolder;
	font:30pt ;

	/* text-transform:uppercase; */
	color:#ffffff;
	
	width:100%;
	border-color:#33A5FF;
	border-style :solid;
	border-width :3px;
	height:35pt;
	

}


.fuente_completo {	

    /*float: left;*/
	text-align: center;
	 font-family: sans-serif;
     font-weight: bolder;
	font:20pt ;

	/* text-transform:uppercase; */
	color:#DF0101;
	width:100%;
	border-color:#ffffff;
	border-style :solid;
	border-width :3px;
	height:35pt;
	

}


.fuente_completo2 {	

    /*float: left;*/
	text-align: center;
	 font-family: sans-serif;
     font-weight: bolder;
	font:15pt ;

	/* text-transform:uppercase; */
	color:#DF0101;
	width:100%;
	border-color:#ffffff;
	border-style :solid;
	border-width :3px;
	height:20pt;
	

}
.fuente_Reporte {	



    /*float: left;*/
	text-align: left;
	font-weight: bold;
	font:25pt Arial;
	/* text-transform:uppercase; */
	color:#444444;
	width:100%;
	border-color:#444444;
	border-style :solid;
	border-width :0px;
	height:26pt;
	

}

.fuente_factura {	
	background-color:#fff;
	font:10pt helvetica;
	/* text-transform:uppercase; */
	color:#000;
	width:100%;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:12pt;
	

}


.aDerecha {
	text-align:right;
}
.aCentro {
	text-align:center;
		background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.button{
	border: none;
	background: #3a7999;
	color: #f2f2f2;
	padding: 6px;
	font-size: 16px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
	background-color: #3399CC;

 
}

.buttonmensaje{
	border: none;
	background: #3a7999;
	color: #f2f2f2;
	padding: 6px;
	font-size: 11px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
	background-color: #3399CC;

 
}

.online{
	border: none;
	background: #3a7999;
	color: #f2f2f2;
	padding: 4px;
	font-size: 12px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
	background-color: #3399CC;
	text-align:center;
 
}



.online2{
	border: none;
	background: #3a7999;
	color: #f2f2f2;
	padding: 1px;
	font-size: 4px;
	border-radius: 4px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
	background-color: #3399CC;
	text-align:center;
 
}

.offline{
	border: none;
	background: #08298A;
	color: #f2f2f2;
		
	padding: 6px;
	font-size: 12px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
	background-color: #08298A;
	text-align:center;

 
}

.button:hover {
 background: rgba(62,13,176,258);
 color: #FBFBEF;
 box-shadow: inset 0 0 0 5px ##2E2EFE;
}



.button_menu{
	border: none;
	background: #ffffe6;
	color: #000000;
	width:80px;
	padding: 6px;
	font-size: 18px;
	border-radius: 0px;
	box-sizing: border-box;
	transition: all 500ms ease;
	background-color:#ffffe6;
	size:100%;
	 

 
}


.button_menu:hover {
 background: rgba(62,13,176,258);
 color: #FBFBEF;
 box-shadow: inset 0 0 0 5px ##2E2EFE;
}




/***********FOOOO*********/
/* clases relativas a contenedores       */
#pagina {
	background-color: #E9143F;
	font-family: helvetica;
	font-size:12pt;
	left:-9px;
	width:120%;
	top: 12px;
	position: relative; 
	left: 50%; 
	margin-left: -550px;
	width: 1100px;
}
#zonaLogo {
	position:absolute;
	top:0em;
	left:0em;
	width:20%;
	height:150px;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
}

#lineaResultadoAW {
	position:relative;
	top:5px;
	left:0px;
	width: 100%;
	height: 100%;
}

#botonBusquedaAW {
	position:absolute;
	top:476px;
	left:223px;
	width:60%;	
	text-align:right;
}

#botonBusquedaAWGP {
	position: absolute;
	top: 562px;
	left: 254px;
	width: 60%;
	text-align: left;
}




#botonBusquedaExoneraciones {
	position: absolute;
	top: 700px;
	left: 254px;
	width: 60%;
	text-align: center;
}


#botonBusquedaFACTURA{
	position: absolute;
	top: 523px;
	left: 279px;
	width: 60%;
	text-align: left;
}


#xdetalleAW {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 99%;
	height: 269px;
	overflow: auto;
}

#xdetalleAW_tramite {
	position: absolute;
	top: 8px;
	left: 12px;
	width: 98%;
	height: 289px;
	overflow: auto;
}



#xdetalleAWSUPER {
	position: absolute;
	top: 15px;
	left: -2px;
	width: 98%;
	height: 235px;
	overflow: auto;
}


#xdetalleAWSUPER2 {
	position: absolute;
	top: 28px;
	left: 10px;
	width: 98%;
	height: 220px;
	overflow: auto;
}


#ztotalesaw{
	position: absolute;
	top: 276px;
	left: 9px;
	width: 98%;
	height: 78px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 2px 10px;
	-moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/



	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
	-pie-background: linear-gradient(#EFF8FB, #58D3F7);

}

#ztotalesordenes{
	position: absolute;
	top: 255px;
	left: 8px;
	width: 98%;
	/*height: 78px*/
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 4px 15px;
	-moz-box-shadow: #666 0px 4px 15px;
	/*float: left;*/



	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
	-pie-background: linear-gradient(#EFF8FB, #58D3F7);

}
#ztotalesawrecibos{
	position: absolute;
	top: 300PX;
	width: 95%;
	height: 10%;
	background-color: #A8C2ED;
	color: #fff;
	left: 2%;

}


#ztotalesawGP{
	position: absolute;
	top: 379px;
	left: 13px;
	width: 100%;
	height: 78px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 2px 10px;
	-moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/



	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
	-pie-background: linear-gradient(#EFF8FB, #58D3F7);

}

#zonaMenu {
	position:absolute;
	top:150px;
	left:0em;
	/*width:80%;*/
	height:100%;
	background-color:#fff;	
}
#zonaContenido {
	left:10%;
	top: 2px;
	width: 80%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;
    background:url() no-repeat;
	
	
	
	
}

#zonaVentanas {
	left:10%;
	top: 1px;
	width: 70%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;

	
}

#zonaVentanasRecibosProveedor {
	left:10%;
	top: 1px;
	width: 90%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;

	
}
#zonaVentanasOrdenTrabajos {
	left:10%;
	top: 1px;
	width: 90%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;

	
}

#zonaVentanasComprobantes {
	left:5%;
	top: 3px;
	width: 90%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;

	
}

#zonaVentanasCompras {
	left:2%;
	top: 1px;
	width: 98%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;

	
}




#zonaVentanasCierres {
	left:10%;
	top: 2px;
	width: 90%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: 	#ffffe6;
	background-position: center;

	
}

#zonaVentanasReportes {
	left:10%;
	top: 2px;
	width: 30%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: 	#ffffe6;
	background-position: center;

	
}

#zonaContenidoProforma {
	position: absolute;
	top: 4px;
	left: 19px;
	width: 95%;
	height: 95%;

	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	text-align: center;
	font-weight: bold;

	vertical-align: left;

	
}

#zonaContenidoCC {
	position:absolute;
	top:0em;
	left:-9%;
	width:100%;
	height:400px;
}

#zonaContenidoPP {
	position: absolute;
	top: 2%;
	left: 13px;
	width: 98%;
	height: 330px;
}

#zonaContenidoPP2 {
	position:absolute;
	top:-1%;
	left:-4%;
	width:103%;
	height:210px;
}

#zonaContenidoAC {
	position:absolute;
	top:1%;
	left:-4.5%;
	width:111%;
	height:210px;
}

#zonaContenidoAL {
	position:absolute;
	top:-1%;
	left:-4.5%;
	width:110%;
	height:210px;
}

#vta_fact {
	position:absolute;
	top:10%;
	left:65%;
	width:216px;

}

#zonaContenido_sui {
	position:absolute;
	top:-9px;
	left:6%;
	width:100%;
	/* height:100%;  */
	height:430px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#zonaContenido_nf {
	position:absolute;
	top:40px;
	left:99px;
	/*width:80%;*/
	height:90px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#localizacion {
	position:relative;
	top:3%;
	left:1%;
	width:100%;
}
#tituloForm {
	position:relative;
	top:5%;
	left:%;
	/*width:80%;*/
}

#tituloForm_PAR {
	position:relative;
	top:4%;
	left:13%;
	/*width:80%;*/
}

#Fondo_PAR {
	position:absolute;
	top:198%;
	left:13%;
	width:80.5%;
}

#tituloForm_nf {
	position:absolute;
	top:6px;
	left:261px;
	/*width:80%;*/
}

#tituloForm2 {
	position:relative;
	top:4%;
	left:1%;
	width:95%;
}
#frmBusqueda {
	position:relative;                                        
	top:7%;
	left:0px;
	height:95 %; 
	width:95 %;  

}


#frmBusquedaVTASM {
	/*width:80%;*/
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda_PAR {
	position:relative; 
	top:5%;
	left:13%;
	/*width:80%;*/
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusquedaCC {
	position:relative; 
	top:5%;
	left:0%;
	/*width:80%;*/
	height:70px;
	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}


#frmReporte {
	position:relative; 
	top:5%;
	left:0%;
	/*width:80%;*/
	height:90px;
	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}


#frmBusquedaCIERRES {
	position:relative; 
	top:5%;
	left:0%;
	/*width:80%;*/
	height:600px;
	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}




#fechaCC {
	position:relative; 
	top:1%;
	left:1%;
	width:50%;
	height:60px;
}

#frmBusqueda_nf {
	position:relative; 
	top:5%;
	left:1%;
	/*width:80%;*/
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda3 {
	position:relative; 
	top:-10px;
	left:8px;
	width:707px;
	height: 60px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda4 {
	position:absolute; 
	top:140px;
	left:99px;
	/*width:80%;*/
	height: 60px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda4_a {
	position:absolute; 
	top:140px;
	left:99px;
	/*width:80%;*/
	height:70px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmimg {
	position:relative;
	top:5%;
	left:1%;
	/*width:80%;*/
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda2w {
	position:relative;
	top:-2%;
	left:1%;
	/*width:80%;*/
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda2z {
position: absolute;

	top: 146px;

	left: 11px;

	width:95%

	background-color: #FFFFFF;

	border-top: solid 1px #dcdcdc;

	border-left: solid 1px #dcdcdc;

	border-right: solid 1px #696969;

	border-bottom: solid 1px #696969;

	height: 250px;

}

#frmBusqueda2za {
	position:absolute;
	top:217px;
	left:99px;
	/*width:80%;*/
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda2 {
	position:relative;
	top:5%;
	left:1%;
	width:100%;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#cuadroTotales {
	position:relative;
	top:5%;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#frmBusqueda li {
	list-style-image:url(file:///G|/Proyecto%20de%20Graduacion%20Autotransportes%20Cepul/img/error2.png);
	color:#000;
	/* text-transform:uppercase; */
	text-align:left;
	height:20px;
	vertical-align:middle;
}

#botonBusqueda {
	position:relative;
	top:5%;
	left:0%;
	/*width:80%;*/	
	text-align:right;
	margin-top:.5em;
	padding-top:1em;
/*	border-top:solid 1px #696969;	*/
}

#botonBusquedaCC {
	position:absolute;
	top:78%;
	left:35%;
	/*width:80%;*/	
	text-align:right;
	margin-top:.5em;
	padding-top:1em;
}

#botonnuevafactura{
	position:absolute;
	top:473px;
	left:496px;
	/*width:80%;*/	
	text-align:right;
	margin-top:.5em;
	padding-top:1em;
}

#botonBusquedaBC {
	position:absolute;
	top:13%;
	left:76.5%;
	width:20%;	

}

#botonBusqueda2 {
	position:relative;
	top:-5%;
	left:1%;
	/*width:80%;*/	
	text-align:right;
	margin-top:.5em;
	padding-top:1em;
/*	border-top:solid 1px #696969;	*/
}

#Tablalarga_PAR {
	position:relative;
	top:0%;
	left:13%;
	/*width:80%;*/	
	height:150px;
	overflow:auto;
	text-align:right;
	white-space:nowrap;
	margin-top:.5em;
	padding-top:1em;
}

#Tablalarga_PAR2 {
	position:absolute;
	top:18%;
	left:20%;
	/*width:80%;*/	
	height:800px;
}

   body {
	padding-top: 0px;
	padding-bottom: 40px;


#botonBusqueda3 {
	position:relative;
	top:0%;
	left:1%;
	/*width:80%;*/	
	text-align:right;
	margin-top:.5em;
	padding-top:1em;

}

#botonBusqueda3_nf {
	position:absolute;
	top:283px;
	left:319px;
	/*width:80%;*/	
	text-align:right;
	width: 412px;
	height: 53px;

}

#ztotales {
	position:absolute;
	top:270px;
	left:3px;
	width:99%;	
	height:80px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#ztotalesa{
	position:absolute;
	top:263px;


	left:0px;
	width:99%;	
	height:78px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#xdetalle {
	position:absolute;
	top:1px;
	left:3px;
	width:99%;
	height:257px;
	overflow: auto;
}

#xdetalle_special {
	position:absolute;
	top:-10px;
	left:-5%;
	width:111%;
	height:222px;
	overflow: auto;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#xdetalle2 {
	position:absolute;
	top:1px;
	left:-1px;
	width:99%;
	height:258px;
	overflow: auto;
}

#lineaResultado2 {
	position:relative;
	top:5px;
	left:0px;
	width: 100%;
	height: 290px;
}

#lineaResultadoLB {
	position:relative;
	top:8%;
	left:1%;
	width: 80%;
	height: 230px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#lineaResultado_pagos {
	position:relative;
	top:8%;
	left:1%;
	height: 250px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#lineaResultadoVTASM {
	height:357px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#lineaResultado_pagos2 {
	position:relative;
	top:0%;
	left:0%;
	width: 100%;
	height: 250px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#lineaResultadoCC {
	position:relative;
	top:2%;
	left:1%;
	width: 100%;
	height: auto;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#lineaResultado_espe {
	position:relative;
	top:5px;
	left:-30px;
	width: 87%;
	height: 360px;
}

#lineaResultado3 {
	position:relative;
	top:5px;
	left:-1px;
	width: 703px;
	height: 360px;
}

#lineaResultado3a {
	position:absolute;
	top:29px;
	left:0px;
	width: 99%;
	height: 360px;
}

#divfondo_culto{
	position:absolute;
	top:28px;
	left:-1px;
	width: 100%;
	height: 360px;
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
}

#lineaResultado {
	position:relative;
	top:10%;
	left:0%;
	/*width:80%;*/	
}
#lineaExoneraciones {
	position:relative;
	top:10%;
	left:0%;
	/*width: 87%;*/
	height: 150px;
}

#lineaResultado_espe {
	position:relative;
	top:5px;
	left:-30px;
	width: 87%;
	height: 360px;
}

#cabeceraResultado {
	position:relative;
	top:11%;
	left:0%;
	/*width:80%;*/	
}

#cabeceraResultadoNNN {
	position:relative;
	top:-0.4%;
	left:0%;
	width:100%;	
}

#cabeceraResultadoCC {
	position:relative;
	top:9%;
	left:1%;
	/*width:80%;*/	
}

#cabeceraResultado2 {
	position:relative;
	top:11%;
	left:1%;
	width:100%;	
}
.totalResultado  {
	background-color: #ff8c00;
	color: #fff;
	text-align: center;
}

	
.img { opacity: 0.8;}
.img:hover { opacity:1.0; }

/*.img{ border: 0px solid #ccc; float: left; margin: 0px; -webkit-transition: margin 0.5s ease-out; -moz-transition: margin 0.5s ease-out; -o-transition: margin 0.5s ease-out; } .img:hover { margin-top: 2px; }



/*.img { width: 800px; margin: 0 auto; } .img { margin: 20px; border: 5px solid #eee; -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2); -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2); box-shadow: 4px 4px 4px rgba(0,0,0,0.2); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .img:hover { -webkit-transform: rotate(-7deg); -moz-transform: rotate(-7deg); -o-transform: rotate(-7deg); }*/

/*cuadro con brillo
/*.img { width: 80px; margin: 0 auto; min-height: 60px; } .img { margin: 0px; opacity: 0.8; border: 0px solid #eee; /*Transition*/ /*-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; /*Reflection*/ 
/*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1))); } .img:hover { opacity: 1; /*Reflection*/
/* -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4))); /*Glow*/ 
/*-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0*/
/*px 20px rgba(255,255,255,0.8); }

/*Example 2*/ 
/*#container { width: 80px; margin: 0 auto; } .
img{ height: 60px; width: 80px; margin: 15px 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; } .img:hover { height: 70px; width: 100px; margin-left: -50px; }
*/

/*.img { width: 80px; height: 133px; line-height: 0px; color: transparent; font-size: 50px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; text-transform: uppercase; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .img:hover { line-height: 133px; color: #575858; } .img{ float: left; margin: 0 15px; }*/

#contenedor {

position: relative;
}
.miniatura{
z-index: 1001;
text-decoration: none;
}
.miniatura img {
border: 0px;
}
.miniatura span {
position: absolute;
text-decoration: none;
visibility: hidden;
border: 0px;
top:0px;
left:0px;
}
.miniatura:hover span {
visibility: visible;
overflow:visible;
z-index: 1002;
}



#frmResultado {
	position:relative;
	top:1%;
	left:0%;  
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	font-weight: bold;
	vertical-align: middle;  
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	vertical-align: middle;
	background: #FF8C00;
    border-radius:10px; 
    -moz-border-radius-topleft:150px;
    -moz-border-radius-bottomright:50px;

	
}
	/*width:80%;*/
	}
	
#frmResultadoVTASM {
	}
	
#frame_cobros1 {
	position:absolute;
	top:1%;
	left:30%;
	/*width:80%;*/
	
/*
	background-color:#f5f5f5;
	border-top:solid 1px #dcdcdc;
	border-left:solid 1px #dcdcdc;
	border-right:solid 1px #696969;
	border-bottom:solid 1px #696969;
*/
}
/*****************************************/
/* clases relativas a tablas             */
.header {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	text-align: center;
	font-weight: bold;
	height: 25px;
	width: 50%;
	vertical-align: left;
	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#262626));
	background: -webkit-linear-gradient(#EFF8FB, #262626);
	background: -moz-linear-gradient(#EFF8FB, #262626);
	background: -ms-linear-gradient(#EFF8FB, #262626);
	background: -o-linear-gradient(#EFF8FB, #262626);
	background: linear-gradient(#EFF8FB, #262626);
	-pie-background: linear-gradient(#EFF8FB, #262626);
}
.header2 {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	text-align: center;
	font-weight: bold;
	height: 25px;
	width: 50%;
	vertical-align: left;
	
	background: #FF8000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF8000), to(#FF8000));
	background: -webkit-linear-gradient(#FF8000, #FF8000);
	background: -moz-linear-gradient(#FF8000, #FF8000);
	background: -ms-linear-gradient(#FF8000, #FF8000);
	background: -o-linear-gradient(#FF8000, #FF8000);
	background: linear-gradient(#FF8000, #FF8000);
	-pie-background: linear-gradient(#FF8000, #FF8000);
}	

	.VentanaEmergente {
		
	style=display:none ;
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    position:relative;
	text-align: left;
	font-weight: bold;
	height: 25px;
	width: 40px;
	vertical-align: left;
	display:none;

}

	.Usuario {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	height: 25px;
	width: 100%;
	vertical-align: left;
	
	background: #FF4000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF4000), to(#FF4000));
	background: -webkit-linear-gradient(#FF4000, #FF4000);
	background: -moz-linear-gradient(#FF4000, #FF4000);
	background: -ms-linear-gradient(#FF4000, #FF4000);
	background: -o-linear-gradient(#FF4000, #FF4000);
	background: linear-gradient(#FF4000, #FF4000);
	-pie-background: linear-gradient(#FF4000, #FF4000);
}
.contenido {

	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 20%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}
.contenido1 {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height:40%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenido2 {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height:50% ;
	width: 50%;
    top 2%;
	left:2%;
	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenidoFactura {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 27%;
	width:100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenidoReporte {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 17%;
	width:100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}


.contenidoFacturaMESA {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height:25%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}


#zonaPedido {
	left:10%;
	top: 3px;
	width: 90%;
	height: 100%;
	border-radius: 6px;
    margin: 0 auto;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/*float: left;*/
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	background-position: center;

	
}


.contenidoPago {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	height: 40%;
	width:100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenidoRecibo {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 30%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenidoFactura2 {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 22%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}


.contenidoFactura3 {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 35%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenidoFactura4 {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 40%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenidoCliente {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 85%;
	width: 70%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.contenidotiq {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 50%;
	width: 50%;
    top: 25%;
	left: 25%;
	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}


.contenidomodificar {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/

	height: 100%;
	width: 100%;

	
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
		-pie-background: linear-gradient(#EFF8FB, #58D3F7);
}

.login {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
    position: relative;
	height:100px;
	width:50%;


	top:2%;
	left:25%;
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
	-pie-background: linear-gradient(#EFF8FB, #58D3F7);

}


.login2 {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
   position: relative;
	height:250px;
	width:50%;


	top:2%;
	left:25%;
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
	-pie-background: linear-gradient(#EFF8FB, #58D3F7);

}

.fondo {
	background-color: #0033CC;
	color: #fff;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
    position: relative;

	height:400px;
	width:100%;


	top:2%;
	left:0%;
	background: #EFF8FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFF8FB), to(#58D3F7));
	background: -webkit-linear-gradient(#EFF8FB, #58D3F7);
	background: -moz-linear-gradient(#EFF8FB, #58D3F7);
	background: -ms-linear-gradient(#EFF8FB, #58D3F7);
	background: -o-linear-gradient(#EFF8FB, #58D3F7);
	background: linear-gradient(#EFF8FB, #58D3F7);
	-pie-background: linear-gradient(#EFF8FB, #58D3F7);

}

.mensaje {
	background-color: #A8C2ED;
	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
	/* text-transform:uppercase; */
	text-align:center;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
	width:70%;
}


.mensajeNP {
	background-color: #666666;
	color:#fff;
	/* text-transform:uppercase; */
	text-align:center;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
}

.piefactura {
	background-color:#5f5f5f;
	color:#fff;
	font-weight:bold;
	text-align:left;
	width:100%;
	
	font:30pt helvetica;
	/* text-transform:uppercase; */
	color:#B32500;
	width:100%;
	border-color:#B32500;
	border-style :solid;
	border-width :0px;
	height:35pt;
	

	text-align: left;
	font-weight: bold;
	


	

	
}

.mensajeminimo {
	background-color: #191970;
	color: #fff;
	/* text-transform:uppercase; */
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

.precio {
	background-color: #191970;
	color: #fff;
	/* text-transform:uppercase; */
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	width:100%;
	border-style :solid;
	border-width :1px;


}
.cabeceraTabla {
	background-color:#5f5f5f;
	color:#fff;
	font-weight:bold;
	text-align:center;
	height: 100%;
	width:100%;
	/* text-transform:uppercase; */
}

.piefactura {
	background-color:#5f5f5f;
	color:#fff;
	font-weight:bold;
	text-align:left;
	height: 100%;
	width:100%;
	/* text-transform:uppercase; */
}


.cabeceraTabla_PAR {
	background-color:#f5f5f5;
	font-weight:bold;
	text-align:center;
	/* text-transform:uppercase; */
}

.salto_consecutivo {
	background-color:#A3E4D7;
}

.cambio_precio {
	background-color:#D8D8D8;
}
.registro_enfocado {
	background-color:#81DAF5;
}


.registro_enfocado_advertencia {
	background-color:#FF6600;
}

.no_existe {
	background-color:#EE0004;
}

.itemParTabla {
	background-color:#ccc;
}
.itemImparTabla {
	background-color:#f5f5f5;
}

a.opacidad {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  }

a.opacidad:onmouseover img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;	
  -khtml-opacity: 1.0;
  }
/*****************************************/
/* clases relativas a hiperenlace        */
a:link {
	font:12pt helvetica;
	
	
}


.fuente7 {
	font:6pt arial;		
}
.fuente10 {

font:12pt helvetica;


	border-radius: 6px;
   -webkit-box-shadow: #666 0px 2px 10px;
   -moz-box-shadow: #666 0px 2px 10px;
    /*float: left;*/
	text-align: left;
	font-weight: bold;
	
}

.cargando {


width: 100%;height: 100%;
overflow: hidden; 
top: 0px;
left: 0px;
z-index: 10000;
text-align: center;
position:absolute; 
background-color: #FFFFFF;
opacity:0.8;
filter:alpha(opacity=60);


}


#popup {
    width:250px;
    height:80px;
    padding:20px;  
    position:absolute;
    top:45%;
    left:40%;
    display:none;

font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;

color: #ffffff;

font-size: 18px;

font-weight: 400;

text-align: center;

background:	#228B22;

margin: 0 0 25px;


border-radius: 35px 0px 35px 0px;

-moz-border-radius: 35px 0px 35px 0px;

-webkit-border-radius: 35px 0px 35px 0px;

border: 2px solid 	#006400;

}


.clave {


width: 70%;height: 60%;
overflow: hidden; 
top: 15%;
left: 15%;
z-index: 10000;
text-align: center;
position:absolute; 
background-color: #FFFFFF;
opacity:0.8;
filter:alpha(opacity=60);



}


.container .btn {
    display: block;
    margin: 5px;
}
