/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@font-face {font-family:"opensans"; src:url(fuentes/opensans.ttf) format("truetype"); font-style:normal; font-weight:normal;}
@font-face {font-family:"barras"; src:url(fuentes/Code39r.ttf) format("truetype"); font-style:normal; font-weight:normal;}

.oculto{
  display: none;
}
.imprimir{
  position:absolute;
	top:0px; left:50%;
	width:560px;
	margin-left:-280px;
  padding: 0;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 10pt;
  height: 794px;
  background-color:#fff;
  border: solid 1px #000;
  background-image: url(imagenes/gota-marcaagua.png);
  background-repeat: no-repeat;
  background-size: contain;
}
p{margin: 0; padding: 0;}
span{margin: 0; padding: 0;}
.logo1{position: absolute; top: 10px; left: 10px; width: 250px; height: auto;}
.numinscrip-prin{position: absolute; top: 15px; left: 300px; width: 236px; height: 68px; border: solid 1px #000;}
.tit-inscrip{position: absolute; top: 0px; left: 0px; padding-top: 2px; padding-left: 5px; font-weight: bold; width: 113px; height: 15px;}
.num-inscrip{position: absolute; top: 0px; left: 118px; padding-top: 2px; padding-right: 5px; font-weight: bold; width: 113px; height: 15px; text-align: right;}
.titcod-ant{position: absolute; top: 17px; left: 0px; padding-top: 2px; padding-left: 5px; font-size: 8pt; font-weight: bold; width: 113px; height: 15px; border-bottom: solid 1px #000;}
.num-codant{position: absolute; top: 17px; left: 118px; padding-top: 2px; padding-right: 5px; font-size: 8pt; font-weight: bold; width: 113px; height: 15px; border-bottom: solid 1px #000; text-align: right;}
.tit-periodo1a{position: absolute; top: 36px; left: 3px; width: 60px; height: 31px; font-size: 7pt; text-align: left; padding-top: 3px; }
.dat-periodo1a{position: absolute; top: 36px; left:60px; width: 50px; height: 31px; font-size: 7pt; text-align: right; font-weight: bold; padding-top: 3px; }
.tit-periodo1b{position: absolute; top: 50px; left: 3px; width: 60px; height: 31px; font-size: 7pt; text-align: left; padding-top: 3px; }
.dat-periodo1b{position: absolute; top: 50px; left:60px; width: 50px; height: 31px; font-size: 7pt; text-align: right; font-weight: bold; padding-top: 3px; }
.num-recibo{position: absolute; top: 35px; left: 118px; width: 118px; height: 31px; font-size: 8pt; text-align: center; padding-top: 3px;  border-left: solid 1px #000;}
.num-recibo span{font-weight: bold;}
.nombre1{position: absolute; top: 90px; left: 20px; font-size: 8pt;}
.nombre1 span{font-size: 9pt; font-weight: bold;}
.direccion{position: absolute; top: 110px; left: 20px; font-size: 8pt;}
.direccion span{font-size: 9pt;}
.prov{position: absolute; top: 130px; left: 20px; font-size: 8pt; width: auto;}
.dist{position: absolute; top: 130px; left: 125px; font-size: 8pt; width: auto;}
.und-uso{position: absolute; top: 150px; left: 20px; font-size: 8pt; width: auto;}
.und-uso span{font-weight: bold;}
.tip-serv{position: absolute; top: 150px; left: 150px; font-size: 8pt; width: auto;}
.tip-serv span{font-weight: bold;}
.activ{position: absolute; top: 150px; left: 360px; font-size: 8pt; width: auto;}
.activ span{font-weight: bold;}
.ruc{position: absolute; top: 170px; left: 20px; font-size: 8pt; width: auto;}
.ruc span{font-weight: bold;}
.ruta{position: absolute; top: 170px; left: 150px; font-size: 8pt; width: auto;}
.ruta span{font-weight: bold;}
.tarif{position: absolute; top: 170px; left: 290px; font-size: 8pt; width: auto;}
.tarif span{font-weight: bold;}



.medidor{position: absolute; top: 190px; left: 20px; width: 348px; height: 64px; border: solid 1px #000;}
.tit-medidor{position: absolute; top: 0; left: 0; width: 128px; font-size: 8pt; text-align: center; height: 16px; border-right: solid 1px #000; border-bottom: solid 1px #000;}
.tit-periodo{position: absolute; top: 0; left: 128px; width: 60px; font-size: 8pt; text-align: center; height: 16px; border-bottom: solid 1px #000;}
.tit-lectur{position: absolute; top: 0; left: 188px; width: 120px; font-size: 8pt; text-align: center; height: 16px; border-bottom: solid 1px #000;}
.tit-cod{position: absolute; top: 0; left: 308px; width: 40px; font-size: 8pt; text-align: center; height: 16px; border-bottom: solid 1px #000;}
.dat-medid{position: absolute; top: 16px; left: 0px; width: 128px; height: 48px; font-size: 8pt; border-right: solid 1px #000;}
.nro-med{position: absolute; top: 4px; left: 4px; width: 128px;}
.nro-med span{font-weight: bold;}
.cons-med{position: absolute; top: 22px; left: 4px; width: 128px;}
.cons-med span{font-weight: bold;}
.periodo3{position: absolute; top: 16px; left: 140px; width: 70px; height: 15px; font-size: 7pt;}
.fech-ant{position: absolute; top: 4px; left: 0; width: 70px;}
.fech-act{position: absolute; top: 20px; left: 0; width: 70px;}
.lecturas{position: absolute; top: 16px; left: 198px; width: 110px; font-size: 7pt;}
.lectu-ant{position: absolute; top: 4px; left: 10px; width: 110px;}
.lectu-ant span{display:block; position: absolute; top: -2px; left:55px; font-weight: bold;}
.lectu-act{position: absolute; top: 19px; left: 10px; width: 110px;}
.lectu-act span{display:block; position: absolute; top: -2px; left:55px; font-weight: bold;}
.lectu-dif{position: absolute; top: 34px; left: 10px; width: 110px;}
.lectu-dif span{display:block; position: absolute; top: -2px; left:55px; font-weight: bold;}
.cods{position: absolute; top: 16px; left: 308px; width: 40px; font-size: 7pt;}
.tit-conceptos{position: absolute; top: 264px; left: 20px; width: 500px; height: 188px;  font-size: 7pt; font-weight: bold;}
.detalle-pago{position: absolute; top: 280px; left: 20px; width: 520px; height: 198px; font-size: 6pt; font-style: italic; border: solid 1px #000; border-radius: 10px;}
.num-concepts{position: absolute; top: 5px; left: 5px; width: 45px; height: 110px; text-align: center;}
.txt-concepts{position: absolute; top: 5px; left: 50px; width: 250px; height: 110px; text-align: left;}
.no-impo{position: absolute; top: 5px; left: 300px; width: 150px; height: 110px; text-align: left;}
.importes{position: absolute; top: 5px; left: 450px; width: 40px; height: 110px; text-align: right;}

.igv{position: absolute; top: 120px; left: 335px; width: 90px; height: 70px; text-align: left;}
.sub-tot{position: absolute; top: 110px; left: 450px; width: 40px; height: 110px; text-align: right;}
.txt-deuda-ant{position: absolute; top: 145px; left: 335px; width: 200px; height: auto; text-align: left; font-size: 7pt; font-weight: bold;}
.monto-deu-ant{position: absolute; top: 145px; left: 450px; width: 40px; height: auto; text-align: right; font-size: 7pt; font-weight: bold;}

.tit-concep1{position: absolute; top: 0; left: 70px; width: auto;}
.tit-concep2{position: absolute; top: 0; left: 300px; width: auto;}
.tit-concep3{position: absolute; top: 0; left: 450px; width: auto;}
.txttot-concep{position: absolute; top: 445px; left: 350px; width: 100px; height: auto; font-size: 7pt; font-weight: bold;}
.valtot-concep{position: absolute; top: 445px; left: 430px; width: 90px; height: auto; font-size: 8pt; font-weight: bold; text-align: right;}
.txtval-concep{position: absolute; top: 468px; left: 20px; width: 500px; height: auto; font-size: 6pt; font-style: italic; text-align: right;}
.aviso-big{
  position: absolute;
  top: 370px;
  left: 25px;
  width: 305px;
  height: 85px;
  border: solid 1px #000;
  border-radius: 8px;
  padding: 4px;
  font-size: 6pt;
}
.avisos{position: absolute; top: 490px; left: 20px; width: 500px; height: 100px; font-size: 8pt;}
.aviso1{position: absolute; top: 0; left: 0; width: 200px; height: 40px; padding: 5px; border: solid 1px #000; border-radius: 8px; text-align: left; font-style: italic; font-size: 6pt; }
.aviso2{position: absolute; top: 0; left: 215px; width: 295px; height: 40px; padding: 5px; border: solid 1px #000; border-radius: 8px; text-align: left; font-style: italic; font-size: 6pt; }
.avi-corte{position: absolute; top: 550px; left: 20px; width: 505px; height: 35px; font-size: 8pt; font-style: normal; text-align: left; padding: 5px; border: solid 1px #000; border-radius: 10px;}
.estado{position: absolute; top: 30px; left: 0; width: 500px; height: auto; font-size: 9pt; text-align: center; font-weight: bold;}
/* .aviso-fechaemi{position: absolute; top: 60px; left: 30px; width: 170px; height: auto;} */
.aviso-fechaven{position: absolute; top: 65px; left: 10px; width: 200px; height: auto; font-weight: bold;}
.horario{position: absolute; top: 110px; left: 10px; width: 400px; height: auto;}
.horario span{font-weight: bold;}

.lin-boucher{position: absolute; top: 620px; width: 100%; height: 1px; border-bottom: dashed 1px #aaa;}
.logo2{position: absolute; top: 630px; left: 20px; width: 170px; height: auto;}
.dat-cliente{position: absolute; top: 655px; left: 20px; width: 495px; height: auto; font-size: 6pt; text-align: right;}
.dat-boucher{position: absolute; top: 670px; left: 30px; width: 500px; height: 34px; font-size: 8pt; border: solid 1px #000; border-radius: 10px;}
.fech-emi2{position: absolute; top: 0; left: 0; width: 130px; padding-top: 3px; height: 31px; font-size: 8pt; text-align: center; border-right: solid 1px #000;}
.fech-emi2 span{font-weight: bold;}
.last-day{position: absolute; top: 0; left: 130px; width: 130px; padding-top: 3px; height: 31px; font-size: 8pt; text-align: center; border-right: solid 1px #000;}
.last-day span{font-weight: bold;}
.dat-conex{position: absolute; top: 0; left: 260px; width: 240px; height: 17px; font-size: 8pt; text-align: center; border-bottom: solid 1px #000;}
.conex-mes2{position: absolute; top: 2px; left: 0; width: 120px; }
.num-recib2{position: absolute; top: 2px; left: 120px; width: 120px; }
.total-pago{position: absolute; top: 19px; left: 280px; width: 220px; }
.total-pago span{display:block; position: absolute; top: 0; left:150px; font-weight: bold;}
.dat-totaltxt{position: absolute; top: 708px; left: 20px; width: 495px; text-align: right; font-style: italic; font-size: 8pt;}
.cod-barras{position: absolute; top: 730px; left: 30px; width: 500px; height: 20px; font-family: "barras"; text-align: center; font-size: 41pt; font-weight:normal; letter-spacing:3pt; }
.oculta1 {position: absolute; top: 770px; left: 30px; width: 500px; height: 24px; background-color: #fff;}
.oculta2 {position: absolute; top: 795px; left: 30px; width: 500px; height: 19px; background-color: #fff;}
.msg-pie{position: absolute; top: 777px; left: 30px; width: 500px; height: 20px; font-weight: bold; font-style: italic; font-size: 7pt;}
#btn-imprimerecibo{
  visibility: hidden;
}
#loginrecibo{
  visibility: hidden;
}
.btn-downformato-rd{
  visibility: hidden;
}

@media only screen{

  .btns-pie{
    position:absolute;
    top:840px; left:50%;
    width:560px;
    margin-left:-280px;
    padding: 0;
    height: 115px;
  }

  #btn-imprimerecibo{
    visibility: visible;
    position: absolute;
    top: 5px;
    left: 10%;
    width: 30%;
    height: 30px;
    border: 1px solid #0068a3;
    background-color:#0068a3;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-family: "opensans";
    transition: 0.5s;
  }
  #btn-imprimerecibo:hover{
    background-color:#fff;
    color: #0068a3;
    top: -2px;
    box-shadow: 0 4px 10px #384248;
    transition: 0.5s;
  }
  #loginrecibo{
    visibility: visible;
    position: absolute;
    top: 5px;
    right: 10%;
    width: 30%;
    height: 30px;
    border: 1px solid #0068a3;
    background-color:#fff;
    border-radius: 15px;
    color: #0068a3;
    cursor: pointer;
    font-family: "opensans";
    transition: 0.5s;
  }
  #loginrecibo:hover{
    background-color:#0068a3;
    border: 1px solid #0068a3;
    color: #fff;
    top: -2px;
    box-shadow: 0 4px 10px #384248;
    transition: 0.5s;
  }
  .btn-downformato-rd{
    visibility: visible;
    position: absolute;
    top: 60px;
    left: 5%;
    width: 90%;
    text-align: center;
    font-family: "opensans";
    text-decoration: none;
    font-size: 10pt;
    color: #0068a3;
  }
  .btn-downformato-rd:hover{
    color: #dc7400;
  }
}
