/* menu/*/

@charset 'UTF-8';
/* Base Styles */
#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
  list-style: none;
  margin: 0;
  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:150px;
	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;	
	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:90px;
	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;
}

.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: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;
}
/*****************************************/
/* clases relativas a la fuente de texto */
.fuente8 {	
	font:12pt Tahoma ;	
}

.fuente9 {	
	font:12pt Tahoma #FFFFFF;	
}


.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);
}

/***********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:402px;
	left:266px;
	width:60%;	
	text-align:left;
}

#xdetalleAW {
	position:absolute;
	top:12px;
	left:20px;
	width:98%;
	height:165px;
	overflow: auto;
}

#ztotalesaw{
	position: absolute;

	top: 223px;

	left: 14px;

	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);

}

#ztotalesawGP{
	position: absolute;

	top:380px;

	left: 14px;

	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);

}

#zonaMenu {
	position:absolute;
	top:150px;
	left:0em;
	/*width:80%;*/
	height:100%;
	background-color:#fff;	
}
#zonaContenido {
	top: 10px;
	left: 25px;
	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;

	
}

#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:0%;
	width:100%;
	height:210px;
}

#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:100%;
}
#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:1%;
	/*width:80%;*/
	height:60px;
	
	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: 80%;
	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%;*/	
}
#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);
}	
	.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 {
	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: 300px;
	width: 60%;

	
	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:100 px;
	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: 200px;
	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: 155px;
	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: 135px;
	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: 300px;
	width: 1000px;

	
	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);
}


.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;
}


.mensajeNP {
	background-color: #666666;
	color:#fff;
	/* text-transform:uppercase; */
	text-align:center;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
}

.mensajeminimo {
	background-color: #4ECC17;
	color: #fff;
	/* text-transform:uppercase; */
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}
.cabeceraTabla {
	background-color:#5f5f5f;
	color:#fff;
	font-weight:bold;
	text-align:center;
	/* text-transform:uppercase; */
}

.cabeceraTabla_PAR {
	background-color:#f5f5f5;
	font-weight:bold;
	text-align:center;
	/* text-transform:uppercase; */
}

.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;
	
