<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<style type="text/css">
/*Cambios
    
      -Ancho máximo del contenido 1160px para lectura en pantallas grandes
      -Centrar contenido
      -Margen interior a der y izq del 3%*/
body {
    font-family: "Roboto", sans-serif, "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue";
    max-width: 1160px;
    margin: 0% auto;
    padding: 0 3%;
    background-color: #ffffff;
    scroll-margin-top: 100px;
}
/*Fin cambios*/

table {
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 0px;
    background-color: transparent;
    overflow-x: auto;
    font-size: 12px;
}
th {
    font-weight: bold;
    border: 1px solid #0d7f54;
    padding: 8px;
    color: white;
}
td {
    border: 1px solid #0d7f54;
    padding: 8px;
}
tr {
    background-color: transparent;
    border-top: 1px solid #0d7f54;
    border-bottom: 1px solid #0d7f54;
}
tr:nth-of-type(2n+1) {
    background-color: transparent;
}
tr th {
    background-color: #0d7f54;
}
th, td {
    border: none;
}
p {
    margin: 10px 0px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.box1 p {
    margin: 20px 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}
p.address-line {
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 2em;
}
ul, ol {
    margin-top: 0em;
}
ul.nav {
    list-style: none;
}
li {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}
li > p {
    margin-top: 0em;
    margin-bottom: 0em;
}
a {
    text-decoration: none;
    /*Añadido color de los link*/
    color: #0d7f54;
}
a:hover {
    text-decoration: underline;
}
h1 {
    text-align: center;
    /*Cambio de lo color  y tamaño de fuente*/
    font-size: 22px;
    color: #0d7f54;
    font-weight: bold;
    margin-top: 40px;
}
h2 {
    text-align: center;
    font-size: 16px;
    /*Cambio de lo color*/  
    color: #0d7f54;
    font-weight: bold;
    margin-bottom: 4em;
}
h3 {
    text-align: left;
    font-size: 16px;
    /*Cambio de lo color*/  
    color: #0d7f54;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
h4 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    /*Cambio de lo color*/  
    color: #0d7f54;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
h5 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    /*Cambio de lo color*/  
    color: #0d7f54;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
.product {
    padding: 1em;
}
.mixed-citation {
    margin: 10px 0px;
    font-size: 14px;
    text-align: justify;
}
.toctitle {
    text-align: right;
    font-size: 11.0pt;
    color: #0d7f54;
    font-weight: bold;
    margin-top: 30px;
}
.toctitle2 {
    text-align: right;
    color: #0d7f54;
    font-size: 14px;
    line-height: 20px;
}
.titleabstract {
    font-size: 15px;
    color: #0d7f54;/* font-weight: bold;  */
}
.titlekwd {
    display: inline;
    font-size: 13px;
    color: #0d7f54;
    font-weight: bold;
}
.kwd {
    display: inline;
    font-size: 13px;
}
.labelfig {
    display: inline;
    color: #0d7f54;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.first {
    display: inline;
    border-spacing: 0.25em;
    font-size: 14px;
    text-align: justify;
}
.monospace {
    font-family: monospace;
}
.overline {
    text-decoration: overline;
}
.name {
    margin: 30px 0px 0px 0px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}
.email {
    margin: 5px 0px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.aff {
    margin: 10px 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}
.history {
    margin: 10px 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}
p {
    margin: 10px 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}
.citation {
    margin: 10px 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}
.copyright {
    margin: 10px 0px;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
}
.top {
    height: 0px;
    width: 45px;
    text-align: center;
    color: white;
    font-size: 12px;
    background: #0d7f54;
}
.zoom {
    transition: width 1s, height 1s, transform 1s;
    -moz-transition: width 1s, height 1s, -moz-transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    -o-transition: width 1s, height 1s, -o-transform 1s;
}
.zoom:hover {
    transform : scale(1.1);
    -moz-transform : scale(1.1);
    -webkit-transform : scale(1.1);
    -o-transform : scale(1.1);
}
.menulevel1 {
    margin-left: 0em;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.menulevel2 {
    margin-left: 2em;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.menulevel3 {
    margin-left: 4em;
    font-size: 14px;
    line-height: 20px;
}
.active {
    background-color: #0d7f54;
    color: white;
}
.boton_1 {
    text-decoration: none;
    padding: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 10px;
    color: white;
    background: #0d7f54;
    border-radius: 15px;
    text-align: center;
}
.boton_1:hover {
    opacity: 0.6;
    text-decoration: none;
}
.box {
    color: #ffffff;
    background: #0d7f54e8;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 8px;
    border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    border: 1px solid #0d7f54;
    margin-top: 30px;
    text-align: center;
}
.box1 {
    margin-top: -30px;
    overflow: hidden;
    padding: 10px;/*border-radius: 0px 0px 0px 0px; 
          -moz-border-radius: 0px 0px 0px 0px; 
          -webkit-border-radius: 0px 0px 0px 0px; 
          border: 1px solid #0d7f54;*/
}
.box2 {
    /* margin-top: -10px; */
    overflow: hidden;
    padding: 10px;/*Eliminar borde de todas las cajas y los margenes
      border-radius: 0px 0px 0px 0px; 
          -moz-border-radius: 0px 0px 0px 0px; 
          -webkit-border-radius: 0px 0px 0px 0px; 
          border: 2px solid #0d7f54;
      margin-top: 2em;
      */
}
nav {
    margin-top: 15px;
}
/*Añadido:
      -Borde solo a las cajas del resumen y datos de copyright
      -Poner magen especifico en dichas cajas y la que contiene los agradecimientos y las referencias
      */
      
header .box2 {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #0d7f54;
    margin-top: 30px;
    padding: 0px 10px;
}
#article-back {
    margin-top: -20px;
}
/*Fin de añadido*/
    
.tooltip {
    position: static;
    display: inline-block;
}
.tooltip-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 50%;
    min-width: auto;
    box-shadow: 5px 5px 16px 20px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    text-align: justify;
    z-index: 1;
    color: #000000;
}
.outer-centrado {
    float: right;
    right: 50%;
    position: relative;
}
.inner-centrado {
    float: right;
    right: -50%;
    position: relative;
}
.clear {
    clear: both;
}
.tooltip-fig {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: auto;
    box-shadow: 5px 5px 16px 20px rgba(0,0,0,0.2);
    padding: 12px 16px;
    right: 30%;
}
.tooltip:hover .tooltip-content {
    display: block;
    position: absolute;
}
.tooltip:hover .tooltip-fig {
    display: block;
    position: absolute;
}
div.def-item {
    border-spacing: 0.25em;
    font-size: 14px;
    text-align: left;
}
div.section, div.back-section {
    margin-top: 1em;
    margin-bottom: 0em;
}
div.panel {
    background-color: white;
    font-size: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    margin-bottom: 0rem;
    position: relative;
    top: 0px;
    left: 0px;
}
div.blockquote, div.verse, div.speech {
    margin-left: 4em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background: transparent;
    text-align: justify;
}
div.note {
    margin-top: 0em;
    margin-left: 1em;
    font-size: 85%;
}
div.fig, div.disp-formula, div.table {
    text-align: center;
    margin: 15px 20%;
}
/* Evitar que aumente la altura de linea al usar superindices y subindices */
sup {
    vertical-align: top;
    position: relative;
    top: -0.3em;
}
sub {
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}
/*Poner linea inferior en los encabezados de los apartados*/
h2, h3 {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #0d7f54;
}
header h2 {
    display: block;
    border: 0;
}
/*Movido al final*/
.textfig {
    display: inline;
    text-align: center;
    font-size: 12px;
}
.orcid {
    text-align: center;
    color: white;
    font-size: 7px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #8CC657;
    background: #8CC657;
}
</style>
<title>Application of Slow Sand Filters for the Decontamination of Effluents from Oxidation Lagoons</title>
<meta content="Oxidation Ponds, Physical-Chemical and Microbiological Characteristics, Slow Sand Filterslagunas de oxidación, características físico-químicas y microbiológicas, filtros lentos de arena" name="keywords">
<meta content="Carlos M. Martínez-Hernández" name="author">
<meta content="Jesús A. Sánchez-Jassa" name="author">
<meta content="Nilda Rosa Martínez-Flores" name="author">
<meta content="István Gómez-Ríos" name="author">
<meta content="index, follow" name="robots">
<meta content="This article is under license Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0); URL=https://creativecommons.org/licenses/by-nc/4.0" name="copyright">
<meta content="Cervantes-Producciones Digital; URL=https://www.edicionescervantes.com" name="organization">
<meta content="en" name="lang">
<script type="text/javascript" src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML'></script>
</head>
<body>
<header><a id="id1"></a>
  <div class="toctitle"><a href="#id1">
    <svg xml:space="preserve" enable-background="new 0 0 39 19.5" viewBox="0 0 39 19.5" height="19.5px" width="39px" y="0px" x="0px" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"  version="1.1">
      <image transform="matrix(0.078 0 0 0.078 0 0)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAD6CAIAAADYySIZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ%20bWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp%20bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6%20eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA1IDc5LjE2%20NDU5MCwgMjAyMC8xMi8wOS0xMTo1Nzo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJo%20dHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlw%20dGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv%20IiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RS%20ZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpD%20cmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5j%20ZUlEPSJ4bXAuaWlkOjUwNkI5RDNGRjQxNjExRUM5OUYxRTYwNkUzNzQ4MkRBIiB4bXBNTTpEb2N1%20bWVudElEPSJ4bXAuZGlkOjUwNkI5RDQwRjQxNjExRUM5OUYxRTYwNkUzNzQ4MkRBIj4gPHhtcE1N%20OkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTA2QjlEM0RGNDE2MTFFQzk5%20RjFFNjA2RTM3NDgyREEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTA2QjlEM0VGNDE2MTFF%20Qzk5RjFFNjA2RTM3NDgyREEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94Onht%20cG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7eIHYMAAAP6ElEQVR42uzdf2yc9X3A8ee5n/Y5BAIB%20QkrSIAwNGwSSVCWMQIBBIARWykbJCCoB0tIOVk0ZQ9Mk1v2xStNa2vJTawQBOm2aVC3QBgi4CSMJ%20ielK8gcrmF8lhDWjMTAI8W/77vbYeF1XoPXFfuznHr/eOiVypCf3+HvP87qPz/Y94UsXXDljzZen%20XnROkOyefnbP1761+cmnXh78oFQIwkD1V0fv/XevWHX5/JFvUensbjtjed+evWEhn5TPolzONJXm%207thQmDVz5Bs9vvWVZSvXBQ15R0Fd1tUXlKunLzrub9b8/oVnNYdhLQBVKv/9Lz/4xd/f3bvn52Eu%20F+tuVjq7ors75Nwzj775K7nOZ3a9dvWNU88/+6gbV0056/TEru3iT39y44PX/HBT27fv3bHjx7uD%20oBo0IF5SzPX0R6yfNn/Wn133e1dcfHKpsZan50r1vQ0tb93zYMczO4PoCSEfo+yV7p6gXGk6ff5R%20X7nmsM9eGDYUc2GxEFSr7/3g8f2PbZ66dMnRX71+ytmLkrnIhXz2j5adHN0ebmn75tpt25/ZHe15%200Ih4STGxXpm/YPaa1YtXXHJKLpepYdshVNvvvL+j9dmI9UypMUbWu7qjab1p0cKjbrp22mXLguzw%20fg49k0T3PaUp2pv9j256v2VLwomPumzpSdEN8ZKSznpTafxZ/xXcPwjxkrBe/6x/CHfES8J6/bP+%20MbgjXhLW65n134g74iVhvT5ZHwHuiJeE9XpjfcS4I14S1uuH9RpxR7wkrNcD6weFO+IlYT3ZrI8C%20d8RLwnpSWR817oiXhPXksT5GuCNeEtaTxPqY4o54SVhPBusx4I54SVifaNaHca/29cdyGQTES8L6%20RLA+jHvxuFk9L/0szOcH39gd8YiXsF7nrA/j/qkt69/9/iPt9zzQ/fxLmWIR8YiXsF7XrA/jnj10%206vTVVx2+4rPv/NNDb333e4hHvIT1umZ9GPcP/orYPfKGq49Y+TnEI17Cel2z/v9wRzziJayng/WP%20wB3xiJewXu+sfyzuiEe8hPX6Zf234I54xEtYr0fWR4Q74hEvYb2+WK8Bd8QjXsJ6vbA+jPul1/3j%20TasWXXj2CYhHvIT1FLD+9LN7bl+3I/fIxp8+sqlt6ZITb75h8QWLmxGPeAnrdcr69p1v3LZ220Mt%20bdHy5oIpxaAatGx+sWXLy4hHvIT1emc9aCpEsA+95h6hE32AeMRLWK9/1j/491/5hiriES9hvf5Z%20/xDuiEe8hPX6Z/1jcEc84iWs1zPrvxF3xCNewnp9sj4C3BGPeAnr9cb6iHFHPOIlrNcP6zXijnjE%20S1ivB9YPCnfEI17CerJZHwXuiEe8sI71pLI+atwRj3hhHevJY32McEc84oV1rCeJ9THFHfGIF9ax%20ngzWY8Ad8YgX1rE+0azHhjviES+sY33iWI8Zd8QjXljH+kSwPi64Ix7xwjrWx5f1ccQd8YgX1rE+%20XqyPO+6IR7ywjvXU4o54xAvrWE8t7ohHvLCO9dTijnjEC+tYTy3uiEe8sI711OKOeMQL61hPLe6I%20R7ywjvXU4o54xAvrWE8t7ohHvLCO9dTijnjEC+tYTy3uiEe8sI711OKOeMQL61hPLe6IR7ywjvXU%204o54xGMd61hPLe6IRzzWsY711OKOeMRjHetYTy3uiEc81rGO9dTijnjEYx3rk5v1VOOOeMRjHeuT%20lfVJgDviEY91rE8+1icN7ohHPNaxPplYn2S4Ix7xWMf6ZCo3Gc8lxCMe61iHO+IRj3isYx3uiEf8%20xxMvrGMd7ohPG/Gtu4Ouvkl9mHX3BwOV+QuxjnW4Iz5dxH/9W5sqlerkPLjK5eoppx57y5+es+KS%20eVjH+rh41nyrVfioMyoYHDNzmVqJHz5JOjpjJ/5/z/xKZ1eYzyef+EHgKtUDHb2HTW2oYSU7u9vO%20WN63Z29YyCfH6UjYuTs2FGbNHPlG73f0Fou5Yj578KyXGrH+0ayHvqUDd8TXW6nBvdYHFOtYhzvi%2000z8pMMd61iHO+InA/GTCHesYx3uiJ88xE8K3LGOdbgnhvhq0NWPeLiP+tMbYv2udR07dgYZrH8M%2066VCtDjUqR33GbdYhVESv2iI+GVLTiw11gDQL4nvef7lOH+BM4yEr/R1h0H+0KVLjvrqdVPPWxw2%20NtTLGqcV9/L+A+/98In2O9d1/OTZMMhkig1DP4pbjek4DbOZptMXJJ/13r7yk62vRaxvNq2P/sy/%20/193WYXRCt/VV8xnzz+rec4nDqsZr47O9zdtG5yq4p1Nwmhqi+4lLBSmnndm/thj4D6xuPe8+GrH%209p9ED0umsTH292YoV3LTD596/tkJn9aj3nyr44ktL3d09ZVKhYxpfdRjXdUqCO7jjLsUdxlLIElw%20lyTBXZIEd0kS3CVJcJckuEuS4C5JgrskCe6SJLhLEtwlSXCXJMFdGlVhLpvQHctmPTpKcrlKZ7dV%20UGIbfKf7RL4rdbmjM+vcUZIHo5+ecq5VUHKrVgfeeqc6UAkSdeWGMMwfeUTyr32hST259+3ZaxWU%204PEjCHP5IGnX5KlW+/b+InChGyUZ9wRd4EaqoyedfM4iKMn5ulKS4C5JgrskCe6SJLhLkuAuSXCX%20JMFdkgR3SRLcJUlwlyS4WwJJgrskCe6SJLhLkuAuSYK7JMFdkgR3SRLcJUlwlyTBXZLgLkmCuyQJ%207pIkuEuS4C5JgrskwV2SBHdJEtwlSXCXJMFdkuAuSYK7JAnukiS4S5LgLkmCuyTBXZIEd0kS3CVJ%20cJckwV2S4C5JSlm5oFy2Ckp02WwS96pcCYKqB0fJxT3TVLIKSmphBGilty+oJo7RTKkxCEO+K7kn%20T+8be62CElu1u+fVz13bt3dfmM8lZmYvR7Ifv/6+/Myj2a7kTu6FWTOtgpJbfznI5RI3uYdh4ZPH%205o8+0uOjxOYbqkp0lb4kviYz+CVFX79HR3CXJMFdkgR3SRLcJQnukiS4S5LgLkmCuyQJ7pIEd0kS%203CVJcJckwV2SNKpyj299xSqMorAaVHt6+quV6mdOm3XsjKnJ3+Pu517o3/d2mI39eb3a11/p7mmY%2029xw0gkOlIlt4J13O3+8a+id6EuDV0CJtUo1LOSbFi2M/qx10/Z3Olt3vlGuVBtL+TBwLZTR4b5s%205TqrMAop+4Nyde6CWWu+uPiQpmLCdzY6vdvvXLf/sScrvb1DVxGKkfVqf09xzpwjV69s+sx8h8nE%20f4Veaqz29rXfcd+Bra3RIJJpagxiNb5aLZ36u0fduGraFZfWRHxTqdDZ03/b2m27WncPftyYj/2p%20KMWDZ9B8q1Wo/dgNgp6I9cr8BbPXrD7zykvn5XOJfoFrmPVHN0Wj9OCFFTOZsR+Jhk7CSJDBab35%20uOlfvGr6qiuzhx822imws7vtjOV9e/YexBgYV9H821Sau2NDPV7o5v2NT+67c92BLa2Rv8NXCozp%20SOjuqQ4MlBbMOwjiox5qeeG2tU9vb31tiPgC4uE+Lv0f64tXXHJKrp5YbwoycZ0lwy/CNM+Zvnrl%209FWfHz3rcI+R+Mf/bd8d93Vsaa3+kviYjorREf9wS9s3127b/szuwQu2IB7uWE8H63BHPOLhjvUU%20sg53xCMe7lhPIetwRzzi4Y71umG9u6e/saGG8zk1uPf0DjQUc4hH/LiVDQ5fYhU+gvXegfnzZ33j%201uW3//Xy037nmEwmuYdPxPrev/z6f33tG93PvRAWi2FDMaZzcpD1jq7inGNn3HLj7Dv+9pDzzsw0%20Nox88+073/jyLesz+eypJ82o4U77B96+75/L+w+E2WxSVrw6+HPc06+/KnvoISPfaNOOn33pL9bP%20PObQ42cfnthjqdh83BErL29aOK9/39t9r74ePeJhPhfH4RT9t2Gx0L/3zfce3vj+E1syDcWGuc0j%20f4jnHn/kdZ9feNrJn/h5+4H/fP2doL8c5LKIN7mb1sd7Wo9Yv23ttoda2oK3O9Y9cM21f1jDT76n%20ZnLfuPWViy/7h2BKcemSE2++YfEFi5tN8ab4WMtZghSwnjlkStJZj5a3VIhoCyfruTf4eTcVgkKu%20ZfOLLVteTj7xUy86N7qNA/FhY0M49IvTr1+/pv3uB2ol/rKlJ0U3xMMd6xPBetMg6w60YeOj1agG%20iEc83LGOdcQjHvFwxzrWEY94xE9G3LGOdcQjHu5YxzrWEY94uGMd60I84uGOdawL8YiHO9axjnjE%20I34S4451rCMe8ZOe+HThjnWsIx7xiE8V7ljHOuIRj/hU4Y51rCMe8YhPFe5YxzriEY/4VOGOdawL%208YhPFe5Yx7oQj/hU4Y51rAvxiE8V7ljHuhCP+FThjnWsC/GITxXuWMe6EI/4VOGOdawL8YhPFe5Y%20x7oQj/hU4Y51rAvxiE8V7ljHuhCP+FThjnWsC/GITxXuWMe6EI/4VOGOdawL8YhPFe5Yx7oQj/hx%20JD5+3LGOdSEe8eNOfJy4Yx3rQjziJ4j4eHDHOtaFeMRPKPFjjTvWsS7EIz4BxI8d7ljHuhCP+MQQ%20Pxa4Yx3rQjziE0b86HDHOtaFeMQnkviDxR3rWBfiEZ9g4mvHHetYlxCfeOJrwR3rWJcQXyfEjwx3%20rGNdQnxdEf/bcMc61iXE1yHxOaxjXUJ8+ojPYR3rEuLTR3wO61iXEJ8+4nNYx7qE+FQRXyoM4d7d%20H1SwjnUJ8WkhvnV3ZFju9E/P/pMvnHHVH8zDOtYlxKeA+PVPvHD7fdvDaC8Tfhj8GutBJq6Ll4wx%2062HoFP71Onrvv3vFqsvnj3yLSmd32xnL+/bsHfnxHXvlcqapNHfHhsKsmSPf6PGtryxbuS5oyDsK%20PnTiBUFXX5DLJJ/4DxoH4ocXprunOjBQWjCvVuI/KJfkRTStS6Z4U/zBTfEJxR3rEuIRPxriE4c7%201iXEI370xCcId6xLQvxYEZ8I3LEuCfFjS/wE4451SYiPg/gJwx3rkhAfH/ETgDvWJSE+RuJvunba%205RePK+5Yl4T42Ilf/ecR8eOEO9YlIX78iP+PF2LHHeuSED/exBeLMeKOdUmInyjiY8Ed65IQP7HE%20jzHuWJeE+CQQP2a4Y10S4pND/BjgjnVJiE8a8aPCHeuSEJ9M4g8Sd6xLQnySia8Zd6xLQnzyia8B%20d6xLQny9ED8i3LEuCfH1RXwO65IQnz7ic1iXhPj0EZ/DuiSlj/gc1iUpfcQP497Z+mz7Xffvf2xz%20pbs301SKj/WgXK709DYcP2f69X98xBeuqJX1rf/++rfv3f7wpragG+uSxon4C5acsGb14ouWnJB0%204p94qv2udQe2PhNUqrmunc+13/Pgu+sfrXT1ZKdErDfFeP/lcnbaYTO+dPX01VfljphW06a7nn/z%207+5+6vsbnx+c1ktYlzRuxFd/tPnFH215Zdl5n/qrm845c+HsMIZ3YB8b4i88J7rt39Cy7zv3/o8A%20AwC/qh+8IT2fAwAAAABJRU5ErkJggg==" height="250" width="500" overflow="visible"> </image>
    </svg>
    </a> &nbsp; <a href="#id2">
    <svg xml:space="preserve" enable-background="new 0 0 30 19.98" viewBox="0 0 30 19.98" height="19.98px" width="30px" y="0px" x="0px" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"  version="1.1">
      <image transform="matrix(0.06 0 0 0.06 0 0)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNCAIAAAB5cQpgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ%20bWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp%20bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6%20eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA1IDc5LjE2%20NDU5MCwgMjAyMC8xMi8wOS0xMTo1Nzo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJo%20dHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlw%20dGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv%20IiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RS%20ZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpD%20cmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5j%20ZUlEPSJ4bXAuaWlkOjI4OTcwQTNBRjQxNjExRUNBQTI2Q0Q4QTUzNkRFOTY4IiB4bXBNTTpEb2N1%20bWVudElEPSJ4bXAuZGlkOjI4OTcwQTNCRjQxNjExRUNBQTI2Q0Q4QTUzNkRFOTY4Ij4gPHhtcE1N%20OkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mjg5NzBBMzhGNDE2MTFFQ0FB%20MjZDRDhBNTM2REU5NjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Mjg5NzBBMzlGNDE2MTFF%20Q0FBMjZDRDhBNTM2REU5NjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94Onht%20cG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5bBFpmAABb0UlEQVR42uzdCZgdVZk//vec2u++dPft%20vTud7uz7CoSQALKDIi7jjjLujuM+jo7j6PzHcfc36oijo+KoqIigCMMeICSBkH3vJJ3e9+3u99Z+%20zr/qBoRgAiEjBuH9PP30E7pv365bt/nWW2+dOoc8FmwGhBBCLy8UdwFCCGG4I4QQwnBHCCGE4Y4Q%20QgjDHSGEEIY7QghhuCOEEMJwRwghhOGOEEIIwx0hhBCGO0IIYbgjhBDCcEcIIYThjhBCCMMdIYQQ%20hjtCCCEMd4QQwnBHCCGE4Y4QQgjDHSGEEIY7QgghDHeEEMJwRwghhOGOEEIIwx0hhBCGO0IIIQx3%20hBBCGO4IIYThjhBCCMMdIYQQhjtCCCEMd4QQQhjuCCGE4Y4QQgjDHSGEEIY7QgghDHeEEEIY7ggh%20hDDcEUIIwx0hhBCGO0IIIQx3hBBCGO4IIYQw3BFCCMMdIYQQhjtCCCEMd4QQQhjuCCGEMNwRQghh%20uCOEEIY7QgghDHeEEEIY7gghhDDcEUIIYbgjhBCGO0IIIQx3hBBCGO4IIYQw3BFCCGG4I4QQwnBH%20CCEMd4QQQhjuCCGEMNwRQghhuCOEEMJwRwghDHeEEEIY7gghhDDcEUIIYbgjhBDCcEcIIYThjhBC%20GO4IIYQw3BFCCGG4I4QQwnBHCCGE4Y4QQhjuCCGEMNwRQghhuCOEEMJwRwgh9H8jMpPgXkAIoZcZ%20kv6mhnsBIYRebuHOd+JOQAihlxsRdNwJCCH0coMXVBFCCMMdIYQQhjtCCCEMd4QQQhjuCCGEMNwR%20QgjDHSGEEIY7QgghDHeEEEIY7gghhDDcEUIIwx13AUIIYbgjhBDCcEcIIYThjhBCCMMdIYQQhjvy%20EADJX6MFIfTyhv+Xv5IIUCrDvn4IqbBwBgAD4LhTEMLKHf2V1+zMhuFxGHOhNwP5DDC3UsgjhDDc%200V8xDvfvh6NlqK2CSBLu74WDg34tjxDCcEd/3STRj3iXgeuCSEDEZEfoZXyuzjfjTnjlvNswPAH7%20CiDZsK4VJAX3CEJYuaO//mQHBYYzMuMkr4slm/rDZhBCGO7or5sI339k2UW/+5pIYdP48lU//fzw%20hISjpRDCcEd/3ck+MEz/4eEPGqSeEi5Rp2viqi88cBmOlkHoZXuujj33l9f7+dToRgHArXxmlQ8Z%20dncKWyeCdXGjrdbKl+hwTs1NkXeeU5LVygPEyufjz3B8iCTDvYnQX3VFh1427yQBowyWCYIkHB5t%206KgeGsgkU5FCVDO4CS3V7i2H646Uah/udygF0xXWxnbJCuSyEA7BoZ6amkiuaAYdRttqpgoFiCcq%2053UupjxCGO7orBD8WO8diQhEHyivLQcuF3q/ZrT8fPzwG6Dtvyanvk2leJG1r41+wyqGvrP777kw%20A5jVINz91mu2Hh6uOwJfrBr8cL7uxoHRG0lwGREDo8d+lY98cu7AByyeaK1JB0IMbLyXFaG/ttN4%20bMv89bxXlYSlz8hZ7if72KRYLjud5IuUu2r6v48Vz21Rbu9PR5uSuZFMoq0qnWXnxaMKA1EPvWvz%20/dc71R2gT9apc5Zd8BGh793j8Poa9+dDWU2Ty2WTKiIDodqWz6mhWwott6Ym31QXGa1LMlmulPAn%203QaEEIY7OsOTK+a3XNQg5HOgapWWOAO/qZKGR3L/rIqyMPwvR9LhSDhXskAQQRHAYUAIWN5nF5Iq%20uHZsqJxqSB3JZ0DyklqO5CYaOlKdk2UwAKTKlXWBgsvBdvzfSYEKbqy5Ws02/LI+/eZVM0aJDOUi%20BEJ+JycYAl6ZmkZSK4nvYMojhOGOTrNOr3z0jCZsJotQPGR/OqV/NRP5R6V8HxEiDq1R9I2l8Dvp%20+A86hyEUHfbSNalASwKSYQjKQClYDuTKMJqDoTyMZiGkgeNCsOY96fHN1ZHO4TGoSUKVAs1xqApD%20QPErcsut/EgWBvNgAehFMaY01Te22trKcOG/s5HPRrJfzCe+FCn+0JU7XK4sCN/Sn5s5r6EnoPDj%20ByGE0EunLEQvsVgXgDnweN/5Mh+fhnWutrQu9+Eyt8oGKRi7GBt1vOJcSGvEHBia7tw5vGgpBBmc%203wF1qadGyPAnnypFYBYBZsCGXdBThnAA7PIDyciUV6HHFbhmDtTUnPgjACnq/4hdgt3dcJA704Xe%20HRvjV79q0iw7eT4u6yw3+oRCpwpGe1grd021TCR/qB97gxtY2xZ+pLk251+DdfFdRAgrd/RMgj/x%20y86BJYIzOK2+xyhmIsUfdKfVeMxI50FUwXGACmCbYJBLZs1af+vP/2nV+dCiwmUrgXpHavsUTyvB%204DhsOAq5InQs/cFw32+5/kBzFC5fDn59fqpjjAIDfbCpH/YfA01YsPLCD+zd/OGGBuYPyBHBtUET%20QaSEO0oqIuZqf1Rd+IwoJ+sjXU2pHF6DRQgrd/QUCtkcHRxjE6F3s/I2cewrg0WQgyAGDMOG+jgE%20ZJAqs31xBj2TfXs6ty9a6fdVLlziN2FOmez+DwCzgHGIhKDvyE8l0itJYNvP8yNgQHMrzCkCp3B0%20ONvftXFhI0vEKs/GwdukvAkFm9uCkS+ANPmmQFQsz/iP4vgXib2rvso/CGG+I4ThjsnudzMem7wB%20IivcQ+/vL4MShUQY2hLQVgPJCFD5qRuKBchmoBy++tj2/61vgPqIf6EVzFM/LfVrcFvwr5eOpaOX%20vObzRw7eOdl/Y6KqsioTe6onc9IgNmFOExzLQFgeokq8uXnloqbtTz/SAb0Mw2noGocRAj2GI257%20TbB53lbywILR18xpK59yqxBCGO6vkGTPFeju8XVx2PzE1oe5DPE4zInBille2Q5PdrH/2Mt2/VSd%20KjjBkOjFbDTwJ5cxhUpqV25S9cK3VAC7RLqPEa4wUeC2qwChhEIxT3oOk3CcBcOgBYEcv0nVrgx9%20eUb97p0uiAKoKriUZPLOs1rq3g+2R6C9FcbHYNNRKFbDxr29a9hHxoIL7d7phQ3HsHhHCMP9Ff0+%20TOWkUuzDe7f8c944PLMWzm2AtpmVevykxS+henFUopOcQ8l8asoB+uT6qMUsDOyjIwflbJekj4hu%20VhQKwkjMqPlIVlPsXdv/QOwDagDSx8R7v5QIJhmNukrKibbZqXlW02w3mapU8daT8xDYTmX+dwFM%20/RgPus8Oa/bkoSWVguuq4J5t4LTrD20+dN4137CtAwvZsRMGxSOEMNxfQQQYGw/0mxfH02/pGzGW%20LPNr4bZ2AP1ZgV75oJX4toV43bpMbg8hkyPpSpEeBLMEw0fI4Y3qxBYNhmXZpjIlXnHvFemCTbPV%20zHbBFi//yIf/X2fnwVt+sqixyhYIjRcFNy+5fST9GB8V+K4qO7Zcn3Wx0TLbDUcr11QPg8nANCDa%20uJQEjwHsg8qiH89egrVypfeiJXD3Hgg1wsSuT9YtXrJtaOXKhu0Em+8IYbi/MnsyU+WgGX37vv1P%20NLUaCsC85mcU7KRSj0uVHksJyiVwHUhottX59WTzVZPd3WoD/+X/iPExdeqY6AwoalmIykBkzr0P%204MdDtWwy3mZ51XeYP3zX3Rszo79vSTHLBTNuJcsKlziVuPd7Ne+hOdm6R97xQHhHvRWbZYWbneEa%20ww2AGFpmGOO1wd9lsv5geS3o381EK1vl1/jsyX6RFvKvARQBeo5AlbU+rIiWs13BJZ8QwnB/JbKB%20cVUb/LtYeMJS/fGF4eNtdC8TVX/U4+BRMrBHnjoo68MSK1BwCeVmoblRfl2zIPCiDiXCh+7TZjEZ%20FM6D/E8vjtqEGyJTvQLcWWGWRx1eN5EVkyknL7JnPtSPaIGLAYhxQsbUXI+6c0F+1vWQnwZBCyqD%207Q9/LRIQZO+bJOjKKSc+22paYrXOZYFIJeJt/ykSXujnIZ6CUO47MuvQo4qimli5I4Th/gpD/GK8%20Hz6oK1MOfFOkfl3sJSEJQiELe++V+h4IWEdVpSwolR7L8QEzBOTo3iN7uo4u/PnPdt732eUrhw5s%20MqBHYuQkIep9KayS6F0xS5nI1w3GRj46OR2QBSn/E601rbnySX6EERBErkus8Uo9m4fwzE8U9hbd%20b36xPlnrHj8ZyEtskKS38pFfsW3NZv368pJLzZomv3h3Kh/hEAzkwg2zv3t04v2roj145ypCf2HC%20F27AnXCWSSqUxrfywg6q2Ybjd1JiIhzeIm38aix3dyQwqQRFInnlssT9Wr4ytJFTDiINimo6LR2d%203CuMWU2bE6py6gj1jgaM7hqDSXHsylcVKWQfuJlUjWu1XGSnWK/Di/A4oZMDdLzB6H4k1DFQiGam%20uXfwoU9uAxG5KEOAEiUj5bYHDj2sjOVZQ7tzaAgyFngbU6tZUuauJa1jioQ9d4T+0nAlprNfudtl%20GJX/rpj8XLkIkSAwBf7nx8qRf6uOD6vhIBCVefU4P0lxTZKWI/3u14sXZgrdKjFJmXNy8t9QmV/A%20Jg3L7Otex5kLtUm49u9sknSpC8/RDy8SLh1TSZm2hx8MbNkuKcpJa3wu80CIJ0ty/n+S33tvdKDo%20T2qWjMBgut5qv613sgqw544QhvsrTmVixQ75x6HsjSKDmmoo5qDlEnM8aQjic9W7Xu0+SJ3uJrJo%20GSz5G33nJZNDQVNiRDhx6TziN8P5lMUEi0g7A+GwPyVkLAEkS6NdWsGCtMv+9GAgAqE2OdRUGHzN%201NVXs9rlZF/UzXKXnvJFABc4FxhbYAoq1CSgXIamSFobem9HbRqnmkEIw/0VSQBFmDKbvwvKBaOD%20IKtgZmnYFPlzLnAqcDKuWo3vz2sCzOjg699kh0pSoQyTjitx8vTAd5v25t2eV09l3jk5rthbH6W9%20fXCsH7Y/ImSWFQsfmNgzN1vIEOmp7oxfZDMYsRy7RKol4cr3OrIATe1MeFOuYHHh1IuuevkuC0RI%20i95T5ItQGAPe9kNXWxxQXWy4I/SXhxdUXwJcf96Y/p7PSuHA3kOBYF3ZuiUyx5Et6blC0XSgdTA4%20vc1QVhnFMoz10l7NaH6j3t1J9Z3RlCAoIpRdPjyzED6/vPwcN1Xnzr7Guu3bsvb92JTkRN+eufxj%20thfl8VZ3pG0quznUlFcohaIN/dQqXJV1HKlvl9g4DjQJogbqw6FUSTYFl4qnbKCrEtRuj+QXmJOq%20vbih1R7+3vzGI0+u74EQwnB/JXZmNGiNH9or3BWb+vr+bRtrTdgt6Aku1IHoEi6CPwjmj/eGSkAm%20S+zQ0kxHGwwO81/8h9h0OHwQjAs/l58/C+ZPwXRpYvsPA6v2hIetvLvOXHkNkwwwCxCNQrMotlpK%202AvpGFUEt5yD2XN5vM16eLQQ32A7oUD/q6fPucaJqBBJuMW7yKZ/DjclSVdTMVVnj62c6N0irxmL%20EpXxp/+AvG3jrneWwMhhYnEV+rcKgSV2edmXUuSOlpqtWLYjhOH+CmZDcwpGDry+q2S97V1Qfmu2%20swv0QTH7i6o4F3qJFQIhRQQmci/rSy4bm1Na/Eb/XtaZGXjiI7GF42GNKpQZkn87Egw9LjX3SOn2%20puia1fqPbrnrHqP1fcWZbdD7KB3poZmZ2VIZYlukSL2baoEHbhOEO0L1Ysr6+yvpr26L7Q6MtBdr%201jCvQo/o4syhqDIC5Sr78s/r4ACrdvtuk1qzKhHAH2fjkB5iBVzaQMXukCG/L62q/B0LIJOFJ7be%20cNnlDr6xCGG4v+IJUBU3EhPQ2wXBGFy4GobanMdvMycaHO3qYv+jajEri5NSa1HeHSu1fbAwpwmc%20EoSCkGkw9qSlIcmK/lbVB+zBacZujq5k7sia1vM/90+b77yndQB6fwo5XQyPKgstyr80ZuxV4jcn%20R/da/U1mOQ/LJmj2innnfeYfH/zDnbP7Avf/mOtWSSkLPY9K44kSLVG5xZYJWDqsusx9RMoO3phs%20Bqk7brCIk2vXxTa27+dR3mJdej4XbDjSBdSGtpSpyvimInTW4GIdL6l3w2/RWCY8sh+KAdCi8MAf%206HVvYiEFTBeGMrDn30Nt/UGL2G6E9LeU21+j5zZp4kNh/XWZQJLFvp2iGncFHlBAAzJKhMNX1cy6%20Y7iZCrZDCOEykAPUXPC9qZEDAvt6TWOYmo4/7EZifG+dkFlUs+zuYVWlOueGCV49PiU55AsTkzeH%204oMqvTZn19rTvwm3ZGS3zAVXGrg4e+H7zRAHRYX+fvLww+TN72CHdsGyFCxorcxMANhtR+iswdEy%20LyWVKJQ1uPR8KPSSh/4tWB+hscoULnkbHvtWoP0gCf3Lp2o+99nqSaftULj8leqWh+NNTIqLdOGF%207nCDHiNCtUwDnLolOh0pXH7NLv2SXH+JmRbXTTjsWOHrczaD1EI3fXF2oOha3td16AS74U2jK9fs%20HgEmWDQMtEamxCH5paXFiyECtL2kxm+ucv4zOX84INty+y2/FK5Y13SX8uDPRSHoH5JSKa5NSrd/%20XpsZg0WLKsnOMdkRwrYMeibml/Cz60lmf9jsDfxXdmq2ILs6CU5KssztgSF3+dK8Cy2C5AInEjnK%20rep5Vj4HLZ/KHv6ZE+pXOQF9iT7rncXBXcKMS83SkompfTKIvG6FJcqw+x9i2gxn3geK06usicOS%20V+y3rrasArFMUvXp9NFfhINexS5x69LSzOv07DhIS4zxvaGaKImDQik7qGg1AYWPjmqqQA6o237o%20FEX32ARffm9VrlafPUP3J5nBWEcI2zIv8zYLgTMZLkKAUdi0Qdy5Q4BFZvEP4eY9kVSMgMQPGyX4%20RJZuD0iPhRSX5MNO9B25UK174J/jVRfp0Qt1xwRBAEuErgcl+aGI3mAGLy/OngeEwJFOyG/U2k1V%20d3l/XbllvdXcCIUSdD5BpQ1h5pDA6/MtCxmUgQtAXTL5q7BegmVfzHffrgoPhTVbKGqO8vr8RNlu%20vbm6KiZBiXSXnOK1GdpuxXuUc6+yFno/buEbjxCG+8uaw/0ptPzrimeU7xAAZsPvNoGbgNGHFfZA%20SMtIpbX52W8rpycI81K0ROQkGxmDsduDsyWpFHNyrXrDfDcRgXwBVEZDMV5ZbYMTwZ+yRqD+HVI2%20AUpAcMAw/RLbn6SMEUnkzCaZHHiFvKbC0Bjk9kvV46ozKfZUl+deZwa8l1OkWpx5oR+M8MNfjSXG%20lFyDGXtdIdDqNgOsPffUS4ucDrmyAhSOm0QIw/2lToYN22BnF3zq9UDOeDUiwY/ge7eDEa2saFQk%20YoJv+p4mDspwcaFtIQt5YW1APObPSOMRXXAsYE5lskm7EuiVi7TeBogCOCJYbuUyC/FXuNZE4Kb/%20GNcFL/2945Akgir4WyqIICj+YUDwM53kSlxVYTQNo9slvikYfXVx2WVOecrfGLMAzSJcsKwysfuZ%20vUZvY1zYdQza6yEWwXxHCMP9pdmHoU8tr6HCT34NW/bDf3wc/CWN9Kdi64WGF/Uzs6sPDo7CsTR4%20ZbUGJFnL3crqSMcnhvE+S5Kfy8USlLmQZQFCydr2vPfggcm5FpvZWnVXLg97bgyFyqI/o6SXwzax%202o217zNyGW1Sf21c+UNdojgwKWwfiEREI0zNIGVKAHTTf3Kxsg2yBLIC3CEjw96xhDsGLK6HeQ1Q%20V1+ZyZ2/wB311NHL+8hl4R9+CO+5ElYsfmrpj+PPhr17hM4UXlD985HAIf60X1aejA8Ijk66Bxyd%208833iPUJUt/maBFOZAhq8MK60sxPwlmzoCoJw5v9AlwMc68qV0VIxqFshV0emlE3GpLhK480/dS8%200B+qQmRhevIX4dvmtnLdbqeBdbpxl1+hG4SblFXC3SvLXcuP2EJZo8ErivkNWk3xwSOJb2deC0Hv%20iOLI5ex32u9ev8iYytGBscZIYBi4q1tgcK7G/dOFZAAuXvXUSkwv8HTErZxAOAx6B2A6ByPTMDoN%20m3b7px2aAu3NEFT9x3gnEDjpGEJYuZ/lJkw+D3f8RjoITsIUw7cmA4Ywdf1EaKFtfLkqMaWMrc3C%20haXMPvHD73DrGvmZ9KYpZHKwrRN27hGb6ojSaLe1Qufo28XQZQnnbY0puK8zujnT1KAUqoRivVqc%20XWcy7tfy3kc47E/Dq3vFvg3kqao5qIB0fOGNAtRUgSz7LaCDY8FpNzjuhDOG/LaZXbManH1d1ULq%20dnfiLe1Ngwf3Uj4lDufcq9e5HY0Q0F74iYgAU2nY1w153W/9e9VFTQKODMKxaUgocM4cSOf9I4e3%205d7mzWqEGY2Y7whhuJ+9ZO/rIvd9IR4aUNN1pvG26eC4HL+5amB9Ru/QZ9xUa80xStdmSxsCjZtj%20Rp15+VfSLW38TEaVhGDjQ/T+jyfdJmvWh3OrlsH4lJIryPFIoVT2r75yy7+K6+WtS8Dmfo773XPB%20r5G9f/v/SZ8Md5f53XZWGY1OKdi23/j2viN7j6ksCuKdInivS1G8f5BMIdpYm5dkdv8dgnFTnCXt%20D92Uq42/8Jqdgq7Dhj3+2oG0qO0dbK4aGKgHpZ/apTUlskeZldOKxOpKpubNzIdi02UCFy3yDzyY%207whhW+bshHvXE3LkWCCa4DQj7zksmgstfnE21y8YIE3WGMKluaFRaOlVUxrND2j771NbPqKfSbiX%204LxlzPry9IDAOmbCgcNgOyYQs2z4PXdCgYt+2WuViVkiRoE4RWoViasTbhBqU9ElgkuO37cmEEJE%20f3UnqnCucCnAaJALIeaGmBDkVONe4nMXckVwbS7wbFcvBFRYe4W7Mzp92WxIBSt99hdcS4DuwPYt%20QsOWRLQo846pEYnEOwM0ZI3Ulmu7FT4QHG3gFplyH4jm5dTBjtyCNqOmBsMdIQz3s8IB3mRtbs3O%20YUqZutk8RMqQnlfW5oBbBH1hVqNgTJDRqMlNMhS1WyTLT/YzmAuXgxSA2ha2fTeIIkgCEAb5DJkY%20orlhmh8TjDRlBapYVGTeB8SoPz27RCBAqExIkFIViFip3BXv1xO/eKfeKQT3J550Kq/DptyUmKMy%20N+LyhCPUOmqDI6RcKcwME44c9R9c1+KPrjmzwPVOI3IFIiqOd4ZRCBXLCjtYXfT/DAdlU2a74kWr%20xtRlZzwueb8iYwBOUIMQtmXO4l70Gw4/3gBb71BImQaqXHGOVSr5k6643O+W+GV1lhpHFIPwupXm%20p9/Ko9qZjvmT4PZHwQpBOgs7tpHerZI7LqqMVhHBy03ZX/eDKJRU6nMeJtT7JV6aK164gx/xCiEC%20qbRfgBzvz1Agrle7V/6DVAZtenFPXMId4lhQtnmWs3TIzrToyprynPncsmBFNSyeC2d4s5IIhwfg%20e78UjCOy4p0f1NimRUDjQoBTg5g2aC7QsljMUpZw3v4O+8JFZ3SKgBDGEob7ny3fVXhoK/z6cSgp%20wbAMrVXhwuBUeZIl5ie8Qv3AGKkW8rNj/O9f5w8nh1PNhvu8k/1QyOVh2xG/qnUEKFtQyJPsBCmN%20C4VxanmVe14QdCrYftMlTv1R6yKFoB/ulcqdPKNyr5w5kKcrd+5tlE2ZozA36FfuLOlAtUNqHCnp%20qkEuU5BcaEnAijngnxI872nHqY5eCuRy8PVbYZIJ025wSaMAFpvaVwg2SaG6aOd4idquphsfuhIW%20zKkMIUUIYVvmbIY7g3XLobMHjtocSswaKcoGlWUijRtUdWs1sVok15zDpfBzBZZlQ5kBee7Ohgrr%20lvkj0NMFmMrDdJzn63nZZboDuu03ygXmL7pdyhG7QK0CLZchZ1BiEcklAiNejjPdIMz1V/0QgSr+%20YUkMghgCKQJyxL8fyuQgSP7KSgEBQgIkVKgKQlUEYiH/yJTPAX/OZPe+Gwz6F2NPfgBgEE3BZYvh%20nk5vS5gzZgsGicqCnPc2T08wEIKwrB4WzK+cHFC8rQkhDPezhfqjCQcmIaBAKAz9j5TJtOglr2TI%20KqdBlbMQKYTLobnMcaDzoB+aM+pOXtJ+55ti9omAop5WM16o3HdKiD8k3DChZEBB95MwFoVQCATC%20aeWufr81xPyY9T57dfowZ8lr/6amOsm5SyotGlqZkIAcb9G4/plB0Z+9wJ/fhkjgilBg0JMHNwPu%206eWs5Uhi/s6PvKb7T8Pdy/3uPn+TNBWmx52x7lI+L4XKkmCrQQmkADPDdrbKWn8ZdB8Fw4LWlH+c%20wHxHCMP97OzFfX1wOA9VcUg0wjvf6pW9jssdpzLc0L/1n/pTAnj7+mgZGIGpYbg+4Xfkn519XsJO%20S0tGIpL2gm/NJJWAppWuDssAS59wUvFHMue7uTv7vLfPnzPXMp4cbM9PPAPxnsT7YJVDAnvG9yRJ%20cRyLc/58W0Jspm29oxOc7md3mah/2HjwMKQa/O9cdSlwwolg2cxilcGa/q+GyoVdAvvzMD4Fhg3L%205wNORoYQhvtZ2o8CNNf79+O4z2yqkGdnp/dPKvhDaNgpEpJT7kqMSv+3++6FUyevV64zZpklU89b%201guITC/SD+57dNbsZaoWNIziczfcHW6D93Gy7pIX4sk4tDWBdxJDntXXesa+4pVxNZJUeSk4CQFC%20GO5nC4cnC8+TpDZ5ZuXq91L+TK0gIBahkt9kJ5WJwJj0vFX1mdO0wP59Ow4e2FNdFVp/8dsBXMex%20n1WwV44Bp7UFlD59o+xJ9xWp7CiCf1gIYbifXV6B2XkERqKgKn5x+hzHgFIJBKty/+f/6W0jw2D3%20tJesEVGsZo4B4SAsGg5L4pmXuaSC/cnWH/86EeXWWal9W77ac3TOwEDv2nWvnjP3nFIpQwgVRdF1%20XSJS27QoeZ5jlyhCJg1P7PJXf32OA4GX7CXd7+E0zgTMeIQw3M8SG1bNgYAEN2+BeJUf3CeNLa9W%20nZyGRSm4bi1I8v+p20A55CkLXlFmkySe4LoDzoBo9YXlMw13L71N0/RK8YiquowJgkAo9Ypz6n0m%20PG/pPXdtix7JLqoJ5Fr79h8obNooG0Zx/oLzS6VC70B/S1vrpt/fm2ppWLhssWWeutvD/HnT3roG%20fv4gHBrxJ/g91Y7ynsPMww0XQ1MKx7kjhOF+NpsysGAxXG1AVxFaKw3lP+UwGDgMb768MvbjjG7v%20/GNVTEllboApaKrltglqCI5OeKXzk1MOwwtZwVRWFC4KMqV9Pcd23nLLtZ/+jJfsuUymZBippqbh%20wYEjtz6yJNqcHJocmHYuJ99+LP3jVcu379p912Ob8+0dK2zb2fDz353TMKd+uBhevpCx5x/XEozA%209VfCT+6HOfOBn+zhkuSfBq1dDM1tlWGj2HNHCMP9rKEwOQRbuiAYg2N9pyxIJwx4ZAesX3Em4e79%20eNH0+z+268/3W+1K5d8kNi7MKFVc61RXDEcc7o9zZ5XpwCTRv1uVP28fhtInHnpIP3o0sXbN+GP7%20pe70dCZdk6p9+LbbZjy6eeqCtfSyVzlZY6YcqprROFqTjivqte4/3Nfz/Xnz9vaNBjZs+HVr1aKr%20yUxthO9r11pT1a5zGi+Mwb1PQMH15/s96Y7yDl2mCxv2wcwUqBqGO0IY7me1eFckaKmCTAEc/SS5%20DJWBInUhqIqeSVp59XjZhF3L0uks1M9ko0eEZBOr3hidUUciMzjvFksx+3BHhmcFpjBQed1AYNl0%200Bae5ze5riuHQ337upLDgZmBsHXxa8KxCGXsyr/92wNUqH/gwbGuY5na6n/p/+2H6i9dUNVqOKao%20WAuKr7Eb33jlG1blyoXunz94ScuSHWNdo5N9XrLLsng611Rr4zBVBDt7ksuq/rB9DiqBuprKxWdM%20doQw3M8mBpEENNdWObVfjUeVZ3Ununu6OeP1jbOcqVvnz7jjlHMPPE8QA0+6cy90AgJE5tu5CVJ0%20maZAbTX0WeAKLHWBLVu2IIAuQOlm5o8Vf85o9FKYErL8/PNHhqcSB+11yTm/krrlUIDaIDM2/4Z3%209cyf5216fu8+wbBkQt3KuBzDsUpuKRxKMuYU8rlUSRKitKyR9W+8JqQFbPs0GuQcFs2EztL7Glpf%20xdynj4SiKA4PDxeKhVAwLMvynPinpKCFI9wRwnA/+/kOTK5vX1oV1xg7oTuR0yWXscb2pRPmJtcE%20UTmTglQUwB0S0klnmvo3mpq9Yo1A+nNQ6IKozOU0zR0jNOiveM3KJFimhD7/76CyfP/3b8zdty26%20/I22yFdNRx//2T01a+bNaJsRcPmKyy49fLRrQT+/pHp+tRqyXIdUBjxuHD4QHKYdi+a6thMV5Ols%20pq8BljXW2/rpJjEzIZJsbZm90rGKf/yiJEk2jcmZTDSWUFWFTRO8MRUhDPeXSnfGtQ3HJs8Kd9e1%20vFre+5ZX7ZIzGtjn5bTEyaKtycdgindY7iRddl+VovCpMG9uhcEtfPl4aMvdfPzSLKVQdV90YS5k%20hRghzzXc0AtqxzQjM2bWfmTBUUrH9/ZeFmqvy4d33Hpwz9Lh5LxWMsS9rRZrw9WgscoTecW+SqSa%205gaptc5LdkmUJorZY6nyzEvPI9YLu4zg7Q7b0r198vT2ePvJMb195X92nvwSQgjD/WX8JpFRx+lf%20nRMlCISdpmYYpXzi8nTZ4FqQawQydebh5slc2elo8B/fv6DYlyqndyurJsIg8udoy3jhuerCCwVR%20zBZzP91wY8A1zmtdeHFowU333Hdsw/55yRbBca9OtHFZ4E+NayEibSmpPZ0jfM48K1McMDMLr3tt%20Ihy1LRyxiBCGO3ohvAjWOXdmmZYAC+rgkjWwaTs/2GuCDWtWQ1szTE+7edONmXDVer9Uv7ngGHWg%20D1A++vzvsGWaxLIEBudetv6u/7lnRrC6qaquvaYxJgd3jHYtTrXVhOIFy+/yeJthuvajffv7zOmj%20fc4ic61b0EOqJkuSYzv4NiGE4Y5eMH90YMmf9LEcPd7ngcyUn+PeP4CDaUB2yh9b4lXPjIFZholh%20fz7I02xreCW8Iivz5s8Pvzfw+MDU4aOHLq2dfzg75HC3KhB9oHdXR6IhKClevouMdMn5yaRw9Zuv%20FalAVMk1bduwgmHVdXEpPIQw3NEL5OW4psCcWfDwFhgZh/4hWLUE8kX41R2QqoKpDFyyFrbugp/c%204j9SEGDpPNi357T/CERRUBRJlmcvmk9XiF3dx775/bsuis5KBeNbhzsFKuyf6BvMT86ran6s/0DL%20snlz37w2poY442p1VHJJtm80sSyB4Y7QS6sixF3w14H4i3h0D8DFayCTg7WrYGLaHz+zcA7YDlx4%20LmzfA3Nm+jO5x2Mwpx32HjvdMTlesvf39Nx7441PPPRoyTbHJiYye3rWVM1aUjtzbeP813ScUxeK%20l2xjVcPsnunhGTPaBhtIdTDK/AvEbjAeUVOx8p5+08URiwhh5Y5eIAY8Rqn8UDg7vzQgsyXzIJP1%20J2bxauViye+5H+mBma0wnfHnHGYc+sagvFfuGAoQ6fnjnfuddGd6ZKqpt2egt6iU2eWkLlkVmy7l%20JqzCnqne1kDVtbPONVx7RiQ1WJoKzm7wm0SVZk5AUYWOau2xwcnRiYbaOsfBzjtCWLmj0+YCxKmw%20YiSiOZQTONorP7E/NDDkz7DofVg2BANgGLD/sLCzMzI+CbIGtZPqkmKAn8ZQd85YU319oqNdCgZe%20w2aeC/Xd+bHHhw59fu+th84P66vr24M1vHJDlCJJLUoi89gR01/CqbKgNgOpzjvKKKW+cX9FEoQQ%20hvsropVCqSAIkiSJ3ociS5omKhJX/TVLQal8SJXJgk/jsqdXvNsiUxXX5crPDt3yQPnglmPrXduf%20ZDGdhYYUHO6GJwrf+vXwsUd635kIA6Pcpqd1oxQRxQ2/vXX84U2SIB8sjt41M7uxtbSrnV31mXfP%20X75kwfrV9yqD2UxWoxLjXNW0RZPaoSd2y0GtMjMNJYooCaJgsef6ZaTyMqXKS668fK6Bt0MULSBr%20qqx4TyH581CS4/dIIYSwLfMSPFoKgqyqjILNuGEYeqGg5/KD3T2uoRsT+Vzf4PZxUAJUkrii8UAY%20giEIByr9cVJ5N54z3JjLj47Oz9OrwRXtyOuy2UeoDB2tsPcgCFrNFHkTQPWg9eaxyZ8GhdO9BdYx%20zfVv+Bv21rfd99XvxkeEVe95zxJF874uEcHSzVgoMuddlz947+Nt/fn5gTouCnMTTWObj+xWd8yc%20Pyev57P7+ppAdIKidyh55hVVP6WV40u4gmVCsehPZF8uEEsnjgPZNOvOHTaLD1EKYiCgRsJqJBJN%20xEFTRUMTZdnbjU/2jBBCGO5neUcGgKt0ulCYHjw6vfew3nOMjQzS9LRULoULpgSMuKwqSQ7ma/35%20VGIuaMwxAcJMTLiBBru63W5d6lgOPEfx6n+LeKlnevW2y1hdjb+G9YGjsHopPLhdYJWV7Qix6QuZ%20b8srlgOq6p1VtC6dNTI2FgvHbN2f78XiriiLQ0ND2a6hQDK6eeLIzkOdl7UsbY7WrEt0HHh4aHLH%20JtFky/PK/mipbk6r+4yh7t52GrY/XGfgiDR9VCr3SaxMQReoQyoLSFFR5VXGnSX3Dohwx5Us0NxI%20EFKpYjDipFI1ixckW5tbNOLtUiid4fTICGEmof8bxd+LE2Nw8F5h9726NfjheGkiXlVOFUVSkKko%20JD6YY7qQ/mFcqHMiry2kf6QG1hlKu+VOC86EUH4iwEfB3sdHOe/SnAFuzlVOPWUAOd5JCwIDgapT%20GaCSX7nvPwyUEmDhykOChMALam8wxqxSaekVV80pl+1y+fhvp5Smc9n87TvWuLVMcNfK88V54qaB%20A6ooJwORZckZ/ZnxI2JuzyxWvWZVPBR1njFlmKTywV3yI18LRVgk0uzUL7H0TaqbEyLXFOxx0Z0i%20VZ9KT3414UzIoVVlZXZBCGbNo2Lx4REmMqOX5e4NdguJzFJxaj2dt5QlqioLZON4HIQw3P9yO0+B%20w52w7U41/WggqgjzFlhgjBlFreaTufJOIftLlXCe3xas+kSa3h8SW2z9qOwUqLJaF6vd3H/EWYly%20zV9RWwKIex9c6rUcpj5XbyYZHJirfTYUkjV7qyT7KzoVS5CIw1Qhvyz5BYuFNd4lSeDPLMBPcmgQ%20vZqfEFmWJVl2HOePs1f6y40wFtQ07yuVNfVkL9wLfZl4Dqpbqk3mSIwoghhTgrpjCYROFDIbmwqz%20r76gUdaIy50TJ4P0njToCE1UBA28T5G35Wi1k/lJlNQ5+lZNrHYg6jJ/al+SvTuUaHRIA8vcF/Mq%209JrPT7ljUipXah8qT90XPfhIaEedmVpXOvcqq3UGgIFVPEIY7i9+wT6Vh7u+q6TvCdca8oqPZ6wx%20EWJM+xuj9H7N7JHlDosInEhcf0L1PuLvyVpdcuHOEA2z7M8i8RtyqS9NTv9n3NivEJkfD0TuHQrI%20qfsp3HuMuHL2aNj98sxmGBr3+/WKDGOTsGAWTE4X/6b5/+UL/vMkqmHyxPkUpcqVyhxj467T57rs%20WJeoqbFYPBEOM9u2TBMqQxv9SYApLRVLk52dsaYGr3q/6fBDDZGqVDD+qNmf56ZglFbWz/a2ZMzK%20Vy9qTyhB0zBPvrEEHAKCyJ0hcfrb8eTHMvao6OaoOyVI9Q53gOkEbPD2D40xZ5KyPBXrHLHJyd8Z%20Cqww5VfZwkZeKxOYCORuCvz2TqPx9fmr3mKHZSzhETotOFrmjMjQMwg3fTRCf5vsILIqgitzsc1y%20BkV9u8odYh6RpSaHhhgNePkO+V9FA3Ms6sWZF20aD8y1sjfG3TFRmWPx0yhFjw82EQmUy3CwC1Ys%20hd5RqK72b0bt6YfqBGzeDovmwcAERBOQrIIDR/z7m7zH08oPyoQcs+279dImQ+9x3RQh1r/++2Nv%20u/63N7z7Z1/72sGuLiUUFIUnV+ymgjA6NbH5hz/a9K8/EAJK1eVLNkwcKpVLpfMayEUdc2KNlX4+%20V0AsZHNE9n7J8zSAiMbL29Ti/cGqj2adAYkyL/FB0iA43wzMNgUKco3LSwK3idxmg0uibyiAxKa+%20GfcOjY5OocZu+cf00tWseGP1jz8dHM9iQYLQaRG+cAPuhBd8QDRs+PW/hBs6I4Ewd/3lTImbEWJv%20LZS3aLnbI1Tyx5eHzylT1SSRcuGYW0rD1CFxYr+cd6DocqvWZs12cb9c3BCkjIr+1DF+ae0V7QOu%200yxK5MRktxhPmzxr8LFWvWMB27rTX6Z1eBQOHIZUApYvgC07/AkJvC96VXwuD3X1ML5djuUlmwAT%204H69nOdsqawsUdQ2UWoUxQYqNLu8NZPVdu/dc8+9ezPpGUuXhlTVcRyBUkXVxm12sdmSH52MJGMz%20nUgjCfcFjWBNPNSZrg0lHObGldBYV393eaKmuf4kJxuiePiBB+v6B0RJpowQRsqHFKPEp7eoBRvy%20Op/qEosCK3KnMMwcxzQPAhuG6Pm6QKi+LaAuNwt3hTgjoUtL2kpDXWKZY4LUpUqD6oFJd/l6G0fR%20IIRtmRfjgAjDQwDHVC3Ij3eaicyto7LdLwVmOMZ9liEY6T6h9xtNdrKBJFvk9zRM2SaRQq3zFmWH%20br2g/nd2SSgXSWmaFpqNwrigj4h8QlIKYpAfn3vxxI4KI51BY+yKbFgmK9pY96A/A8Hhbhgeg/NX%20Cb3FC3+6qe6c8x7tPdp/8CisWQEug9EJWP7e0r4jZT1Hxu8JXBRV20XJO0MQmeu4Zon5w1oCRJAl%20pVaJ1blOz89u/un+A9d9+d87mpr279z54Fe+sqBqVdXcc5dCtNBTDIdCAie0ZzR03txDof07dtxr%20COyNc9denpi3edPB3uruWXNnP3u+X+K3mfQSTRPXijpCi63Vutxlqb9NB5MsFOSGzh7Lfqi5/SJT%20n8yOZs2pMatlaHigX9o+GpwqNMdZcE5JWcaYxJxxkZumd+x0KI8EYeqAOpktV0ew+Y4QhvufnQv1%20dUBmmPZRGRS/hvSKbpGTiRujk6KTmdOsnrMisWxZQ+vMaHVCC2giIfv37mWu296xeFzZuKAdBMX1%204488+WzlMkxOwWA37dkp6w9L1CHPurPUq1SDtTwg8nQOQgG/PC/r8LrL4NsbPr5t8mvet+882vup%208y/qUPq8xPdvGJUgb3MW45m98rWhYJVIgfOcVdwgRLYnl0yGmzkhyeLwsukDlxjTKSXUGk/E9h78%207cc/ef0Pvq8EAus+8pHx4cnHD3QNBRKDNTxsTilFu1xF25Qgff2aO+B3kfqqzWPD11jtmQh4r5G5%20z14wibhEDzvwhsyiNbRxBqtKVta5Pt4CrLyyQtY7ODXMXb7MdcpAqbc9DmO2aR/YtXvwwP7egz0x%20qzt8z1C0JxCeYwtvLLC8d24DugWBOWZ13N8jCCEM9z83BloI2q4ojxwMVCmEArE5PyjpidYc76ia%20f+V/NDekwHGYZbmuy0olC8AxDOaHl+laDpiVgHtGegdEaGmAllZ2/pXGWAasLX5L+oRf6EJQ8Ydc%20Dk7A3JlwtNf/4u5OyMBVwF3wotea0Ztdl9X7QmEolSEehf4JKPaIF3UnqsJUYO4Tpv6fLddMzX4D%20hOrBH2vOJzjvLE/c1fX79/XcdqEsxaKR8zuP3PJvX/rAN74uA0znMr+8/WO5a1+95g1XG7qul8qz%20FE30R77wxa1tsiPFHXNQnyytTnXU1lpl41l7yDahbYn99isqExTYlSpbP6Gv5e0Eb1dYhuHaT38j%20qCipmqS6akXo0ksYc/KbrhvfUxzcHzp3RCRlKhAyQZ1FV+v+ZQS8porQ88ELqmfEgBXrnEKDITl0%20irl7LFMnXByXpvcHQ7LoeIFeLjuOw08csM6P34EUrNyCL5xwtPATsOwn4EnfD0GAwRF/Gsi2Ztix%20H2bPhEgIFs6GeNz15wkDv1vf3ka9Y0pTPagq9I34i6zWbIo0h6jA2UbL+P8WfXRq4ccgWAtepWwX%20wS75/9CSubkf+Nqyz95tuyJz66LR2gc2PPi//+tttibKi294y8L15wqmq4FYFY5psqJb1p03/fTg%207f8b3T55kdbeLRZq58xwzZNX0V6q+6+oXHlp7MRyQqvshD95qd7xz9tptmFww9BEaeLxoJqVsmV+%20/7+Gpgco9Q4Ts/WlyxmY+PeHEIb7i9aZqamCxlfpXWWnz7EXKcpqrtXsjdKjmhe3pxo+IskwcEz4%20zfdg22aaLlUy7vTYDJrbINUAR4dg9TmwrxtcEabLYDoSEBGI4r2NmTK1KAxnoOhA+1zou0ddraou%20gV6j+N1Z76Ity6/i76b6eOXwcjx9RaE8eiW7QWqY/1/zP3TQLHFCFsnKsV/cnC6XCCHnXnhRNBTx%20Tj68rPdPQZgXrvar3/f++e95y7Hc8J6JHgUks6S/gNuliH8T73gGHttAb/s+5KaIcKrzRsK93yfs%20C9YdipwrabMspbPo9NjOrCvLAQ1w1WyEsC3zYjJhxWXm/b8pXwFhCtwALiqMSM8VPETk7qRY/J/I%207tsCW1Lm/LcULr3aed72sUuhwZQmb456BWvSgMzjkCyBJELa5uvg31azpH8zEIiBX+zlENREUSLk%20IFiLiqos+/2gX0VmlWa96xzpO1++Zu/RW7d08TcB5CvnEYEOcctXXr9v/I4/7Jz59zePPPLF3H5F%20DdQe6dq3fccFa9caun7CaQfnsqKooVB6164xGP+NC+qO3gWveh+l9LQubRL/oPf7n8j9d3hPIbsl%20XZovnLq0IN6vc2TGHWZwGhLofFd5tDZ//ToHDPzLQwjD/UVlw4wWWPEqu3AbScS8UyD+vBUs50AF%20CGk8rFF3PHDHj5zlFxSSoecZ+OECrwOxcVzilcX2WO54z7zSroHthBw/nHCXqxy87eAyIRM6adEk%2076s9trV1wXVgmhIbJZJXaY+CVYRgpXgvFkU+5r3/kjEKrLi7/fWHtu1dJPEWxjsfe4yvX3ey7eeO%20YdSvXj37issConjPTTfVNze6tn2af2jdg7Dhp4GrhYATcDOc28+5v45flSCVU0viehtLLniHFU96%20m41/eQhhuL/YLHj9e4zbrXTPlmCoJIVt4kTJaexxogM/QM2kKeWmSDLKn3dUn/d9Vzzp0G71xP/0%20O0Lek1sCi3kVNXN3qyk71PQv819brw0fGYVPnPuLvRNPfKfv+96x4OMdH5hX1XN0DP52+R8uLuz+%200v5v7Qg0LnYmo7Jsdx7Ol3WVEP4nk9zYtj13/nx/igJKr/vox72jBOP8NP/QCmM0xoQdgr4QZIEQ%20+/kqfUcnZYvmKS9ErKq3Fq99o+138BFCGO4vOgeSYfjbz+l9vXrfISHXyyEbIO4pJxDw8jYgSaOu%20M2YZsyXZtcn0NGnr4Cdm2tODJM+AV+eWGZOAePU7d+1jkQbQ4oUCBOqirQ25/U7MMJ58dl0nQijW%202pgt81hpjIAS7g63OFMjoiiLk9OFQj4YjZ10WdTjX+Suq0rS8RkLTpbMT92URZ7esvQknUPksuju%20sIxq101IEqXkVHW7dyIkrCkojXrHDNY2z21qqoyQwbHtCGG4/8XynbrQ1gJt7S5IULvHLNknmW7X%20SzpJVfOG0Ts4qBK+TFYVQiYNVkhToCe06S2vPC2BxCuTfKngVI4UfoFsEFZpVYgSMNlPVC88qUUc%202w9QLySp6k9k4D2ywJiX7F7KO8xNK1EIN3zrwJfOOfKfr1u04xc7F+4VPwjxoPec3z/2b48fvfGt%20Szfdtr9jq/130JTKqHGLuyolkq5nSuVEImkz9jxtJoCTXlB1/FbKsxWnqHdq0SCIMUL36kaut2cu%2081f/sAzj2cOKuH+Uuva95pwO2890+8SRlAghDPe/BP7UhLTSScZfe9W6pGkGIeN793Z99etz+gaS%200bjNucO5yGhxkj5d2xI/xbJVVv7qKUUGw+HDW5RawwtqGBftmvVGSCVEgL6jRDscCEige4eBOeXW%20Ds4ZFAw+sUWtdSQv5fcyY6Yo+aPvgTtU8AdFRuuTTro2DGG5CMG2OeZPvANRV+RtkXK+NgJRIe0P%20keTMJaJ3/CCCwEzz/s98piEQdNkZDkwxDEGb2QmXPWOHcChPC95mWZx7B7bzorGxX/7mgcNHW65/%20+6yVK1UglvEn+W1UJnPH+5UQwnB/SREEQdS0XLnctWHDwE9uaj7WW+N9VVEs/uRNrYJLSoUTyl5m%20QctstuoCSxJgqgyPHNTOndYI5U9obOU77aakv2DTXTcL1YeVlEonbDZxXv7qt7qOCYPTsH1PcLXu%20ld0kJ9kmuNwGkdCwVQDXBkl+tPSu9P7tu/irwCr8/Xm3Go708W3XbXOvt/c/ss9aDWHFOxAErbxM%20/FtjHcZWdfc3UnrGy13bZTJQXTxhMIwX7lkSZX6zhlUyv0aWE9t3ju3a8/B559S/4XUzly8PBoOC%20IOBfDkIY7i/FIt6LbVmRXVGYmJg8dudd2TvvSnQeXklFL9b/mJVe6LllOlxbft3l5rOKfdfxktFv%20r3ifvbrZrRT03uHA0f2vcMfPatfve4BL/H9bJXAt/4YkXrku6zLQwjxLXWecS1RsLI9tt0sgSIWq%20Vz3uXAoJCUY7g0pZEkUoTBr16x63zwN/+WsTHLOxNOz9iPckhssVrtle0Kt+5c5N4j+1dy6g8sp/%200idHmlNOKrMvcIv4G+Q9QOHHT0QYI1wonfDCGCx/rf7gDq3DVEH1r8L6e0PTGr2TmEc3j295fOPi%20hbWvv47U14nBgCDinyVCGO4voVodqCowWe7u6em5517rgQerh0bmShJogWeWwCInuSKMzixc/bn8%20zI4/czeZcX/ymXKNXRqGqCotKo/8LtsDNQvBMYAEOuybP7jue7ZlcWZ9a9313znwsT7pNcAMEGTI%209i0q9BNJ0k2gs8wZV5l2v5T/fdiL9cCasrrMMDuV0sNBsEnoqoLSbnmhbh5RiveGgHBtqRFYo9uD%20YvEhf4mok18ONmHpSm5/Kf3wl6MtE8FA0DtO+QcGxyvlA4EGzuv27JvevWeoNmWfs7rl4ovrm5uJ%20SvAeO4Qw3M8q2f/ITcOhJ0oDP/inxOF9NflCWFXdUMg9IfyBWNDPHO2a/A3vM6riL8p1QglI9UJn%20ZIsTJuICcFr67u+vXVo5rSAhMp2KW3W1/nic4WErCGnglaa/oFT3P7iclV0SGbOdcIoFazhbbhCv%20chcgcmWJBnlwvS7PsNysEL665OU4Ebm2whSirveP0OVlMckqI9KhcGeIaKcYLlSGVSt53Xezf/hP%20M7Mp2qiAKz45St+PeFWtAqiZzuRvv2PqkU2Pt3cYa6ExCcGIf2DAzjtCGO5/WZIf693HYNvdyvjG%20QGRCWkyeEGTZi/VnxpGXe6LrTulOf5Pwqg9OnXcB91L+RRoBYlswbzFsTeizSpGgHHzdyEPfGrsU%20UkvA0Xcbb7rhV7EPLvmhy+h/7X+/WX8pUB0EDaaPvLb/7oQcZC7prdIXJ4X8Rin0Fjtwju6PalS4%20W/ROSkBbbjKdeP+pb1epyiNthcB5ulfaE4W5BRCiIFa7nBPyHLOtl6EpBe/7kv7g3dbj/13dMaVH%20NdkRhOM/UBnOLwZFMazrTTt2TO+M/uhWtfHi0urL7MbmyvVVB//gEMJw/wsIwtAQbPilmtkQqirI%20M1QCGnNBcE6MdcF2io7dFYsmPvT+GY2Hzl3yc6LDi7fchONCUw3su6jc/+tAS1S4SIB9u7714Nqv%20QSgFWiAYFqukMuMQCEumGvcHchq5c3Z84ypi2jQwXnTdxeaCax3b1a0eaerrSc4h8e5sYJ2u71DS%2034+7BVr10XTk2oIf1I9rU19LBi8pJf8uAwyMg1LhvuDxJQOfi+WvErV2vTtQfX22Wxy75eb6yalw%20IOAKwvEq3vvMKAVNrfEOLGPB7I+13/zerLuyeMkbraoEjolECMP9xW/FPPKAsOO70boptS0Aboi7%20zwhsv9XBOTOtjGNPNjYUz10VX7165fmXjO3qZSWgyou7aY4BF17j/mZToWEqTlX1g+aos+nTjyz/%20BNStmA6sv224jwHNBM4HWYKJI6t2fuPj5R4ihwiDx6G8cl9s5KPU4X7KcuZfTc3+MqKuMHK3Rpxp%20gQZZ+r/i3mvz54rJU221nvxwpnBnyPtH8b6gPSDR0GmMnuTg7YRkODL3g9f3XbbuyG9vH7n3vprx%20yaisEEV2nzrw+ftT4lEJ4rqa+bl60yOliz+ZX7aU43y/CGG4v4jdmMEReOIbsbmG6obYM0t1v7Fu%20O7ppTCpyaeH82BWXLb9w3fjIqGsYZsErjF1CXvSts12oj8Gy95Yf/Zp0CQuBHPyEPb54y6d/V3fB%20QNP6ncpb/ZGYZm/dkZ+9evjhK4ntJbvgkg12af4nC7O2iumNmvd3QRXGOZFn2PH3ZanEkx9Op38U%20Mw8p/hQzRcGfRn6uVf2ZdPGBYOan0cC55UrJfXxwz2ltpOu4VqHQUJNq/NhHR974hu4HN4ze90Cs%20u6fKdRVZcQT6dCEv8GgYIiOhDV8nM3+QjQbwVlWEMNxfJBxkGUKBys1IT5Xq1CWOzSa5nm2oF9ac%20V3/xRcvnz/cvqxrGULnbi0Tyl9o6f4YZHdathh0XFP5wF70qoXFRvVxga8c29I1sGBU0r/BOufoM%20ysJS4P9n706grKrOfIF/+wz3nDtPNVMDVQwi4ABEFAc0oHEgOEVj1KfmpRONaZ/Jet2d5C372Zos%20zUunu1/a2NptTGt8iTFR2yHOIyiiKIiAgAhVQA1Qt6ruUPeee4Z7hv3OqcLXimAQGfJc/9+qVQur%207r11alvrf767zz7ftlmYufSyo3syP74Wka8rmrVgTY+1TvU0JmbdUIc98k/p7PUleYJrrmHBpdQT%20DG6w7PVFc7VSui8RP0sT67zw8WZtq+zslEn8FFNOjm2TbTfX1U246krtqxevfP6FVc+/kHjvvabi%20aEIIizLzBD72LoIEiceiXJIJG6gCINwPGpcyGRJbbLcQZiKXOCtVaTSrFyfK9efdOOekeZlMRnAc%2027IsLWhjyPbUhOsQ1O+To+IwsUd0bZ6iThBkVY5NZzSDj61elyN+xHseDVW9N0L6EdeXj3mpbvC2%20WH3SqfthgclU+WO0cGcqSFKRxDqXjaUqt1j8Yi11RYXXyN4qj/xjWqx3098c1V8Nh2db3tl6/s6U%20EPnUv+l4xMcVpeuomcmONsswq73bdj71D4mtSrqixKPBRoM1h8IddjSKaXcAhPvBrNxlv3Jvd9w1%20QW+YDSGz6+valxbVesoT7M4FqYhoa4e/NW1wo5BHfqyXFWe5ZQqycYStZlwxKgmCynXXG3Hc/ljN%20m2HNrYRPOIV6nyeSuZjxy3NFey5a9zcFNy9Wl4WNVWr6G2VrfcjaGPKL9NTllfxtKWW6FT7GCm5r%20CrrYkPZiVGp0iH2mE1iwE6FperrRmK2LdkxsmfmTKNeWPKK890xsCik2p9REByvfARDuB33uo6HT%202eA6xZrjyd6Rp9qNndSzwqvphquE/3wO0+S8RZTmU2TD+UORKZXtG8XBrYL5djgtCmFLnHWad/S1%20lpNzqmXmBW0Xmb48nPhKxRmQuBWcHux+ufjLpDLVKt2XtDaFQhNtbpP/OTLXrC6NeIYgxLhbFrLX%20FYWEa65TGDsAb1CC6XjDYBa1z6KuQXvTE95az0owsWuii22YABDuB31mJt7mbHZrC+KqqIlLbndm%20/lxj7M/xSB1OlkdNCXbGfPJOcVesdofXpo5SQ47KnWXKEJPS3yqN3FRnb5OZ6pUfjgtRL3qywQ1B%20nWZVIh4b/xuROAtxZUaw1D081zDeUov3JoO9pQrC8K11jT8erjwWLz8aH29RcECIApnD9Obt8RN5%20VJPcl0lf1OriUioAwv0gs2nqFN55pGtvFpSIR93q0KAmHfy2V0wgzvan4bvrBldZuR+PVrDKscb9%20EpzzGrMHRc9kzpAYvK7A/b+I0m+So/cnpWan6afDmWtL2sPRMCPJovAVo7Ez9Nz/rLM2hnatihGD%20k5wzLHo6Cz6bTIgesHCXZOrdRupOhWSvVhGmn+C0teA+JoB9hSnM/a/cswn6Lz8rj8wvlI1ghQjn%20n2GXjX2vZ6X9mZlgH3Rf3w336/I6V4hwIe55NcZNJtU76lGWMt3iHg39OJuYp4cuM5cV2quLWN25%202vBPM+6IqMy01JmW3Or4j/cswa/0/UwXswe4qA6O2Qs2rho2ee2CkStvrqoSdscGQOV+SIr3pgxd%208XfGr78t+1VvYyNtHTnoP5Pv1yP8itz9WHsWv2wPzzJTl5ednJj9y2Lx31NeRUhdNaoebfnf4hbL%20/ziz48HMzacvWDXSVT+lcMuTz7Vur9bfkBezjh+9dq9c+Nc0E3nqylFPY/FzNGdI0peFx1tFHoDR%20daitg4qxWmZa7es/sOQaOswAINwPGYuSMYosqHZN4KQQP+xLsIOpEs727f0Yt1n4ONMtiSM/Tzf9%20dLj+xhE/0IUYL/170hkSs98ttt4ysmp4wqrhLkGyhosN62Y0n/ilFZpExTvS/tPT3yk2/GjY/1ks%20zHPfr09eXImeZOivHLCLya5LkQxNuqIsKFwmJDsAwv0Q0+iSxW6w/tr8zBMRn3lWZ3xTPmHfbhNl%20MtffUMPHGQ03jth9UvGepKcJ6W+Mpq4YDSr3Guu/JVs/zfzC2d0rC1316aGZrw/23pZN/rCUvrq4%20q3K/I+X/w3983Q/zTODFX6UO8DyfQeef65o6YWtsAIT7YRAPj90Q/5nH0vXG9pRmn+0mzH1+Lgtx%208x219Ntk9i+LQzfV2wNBI18/4uVGN9gVpCT6bwJaLhm5deOzW7KZxv5q57n5gQ3Z4Z9kpXrX/2Xd%20gmD3ydxj+Z9nWm7PlR+PVV+JCPEDOinOSfIoFsZUO8CnhguqB4J3gO6JH99x+hAeuJ/vfqAHJ/kG%20R4h4TOFOTjJWK/5nP98bbsxXN6rmPZF56b7wI1RcEm3427wQ9eydkrlW8St3//GC6kmNbtAZWKQD%20Ndv+oeMbGxMkOwAq9/+vHeIZe26y6Gl6+qqSMyjW/SA/fEuwxpG7LHlxOXlJhVtU6wnl/3daSHim%20QI7I9LtSYsJt+NEIk0l7Llq8O8lrTJ7gNPztiFcR4osr3GblR2MHcKk7AKBy/1z8z2CHNuI5CWEe%20XFD9WYYJ5FfuflgnFmnJiyul3yacIclPf24FncL8Rwbr6x3ydMHThOI9yeiCavLSMndYUPtHeP72%209Hi/X+6xw3OmAgBU7gd1nkOUZEmSPe8jZ01RlBjz/K8LgrjXFTU8WMMujq0SCXofHrxDFD4IXkau%20JkiNXnxxlanBohc/rKUWxy0LXlmQGlxrfdB43q/HKUj2ILWdIVFMeuSQs1OSW51gG6aI5xfy0TOq%20codrrNz1W/u/I/tT93OJgihLIcb/szu7NDZ0/liJkv8h4wwBgHD/c3kXxAV3JDfgWYrnfWSeuFQY%208r8yNNhvGGUhtPfMkikkkmmRetDCXRBoeJQKNU9Ug9Uy1sZQ5Ylo4iKt/HDUXKMIqudX4mLcy1xb%20qr4SLt6dlCY46W+VhCj3PxfvTo0+kBAiPH3NKNXIHRH9wr+2JVS6L5H6ell7JqKvUAUl6Gxc46Qk%20g/1X93qCCVGlUhjc2es5+ofCXSqMDI6OjrqOpSih9hAnhr8qAIT74U52q0KFwlDuvUtHPj7XNVbJ%209w8KYcXuG6KO5r1sNyFSXKFSmTLJgzgVkxut12Mxcg0SmVcSS/cnwnMNryw6A1LmumJsoT50S8bN%20S25B8M9BUr2rzqwVfplMX1WW22zr/dDow/HqsrB/Dmi4MZ/5b8XhW7N+Oe/mWfH/JPnYDqv+0zTu%20Zdo+qVFAb46sHb/Y1H/Hbqs/OfefzvUc0zgNtteOaAreZ6B+B0C4H85wz5dpdR9vbDK49/HQDuZA%20/CAbGqW1PdTRupdw59ReT6uHaOrEgzQj49fLFEnNl2bZxuuvsHCYJD9KBeMtNX5+RTnSUo+yRv45%20bawMspuJfFfLMD9b7V27XjM/uT2y+2T/KyN/n6n760LjLUNyq2OuVbnGWDiYnReJFWR71lRvr02+%20BHrzfapKtVh4D7d9ja8E9YfwjS103BQKbiBAuAMg3A9juNfVUUcDdU0hvpele5JIvTuoPUGkjN1v%20+fHMsunIDnpxY7Dg/WCQpeAAWlpOM08Zzb3yYmsk4nhcUDw/ncUkj5xometl/fWwEPF2zYcI5ORF%20a30o/e2SvU22+8euCbBgPofkYI28uT4UPdniNXKLTnA1dWx23rOZ3mJOm0J73uzUf+UwTWqmpECN%202b3+pi6nnYyiqbGzIJZCAiDcDw+R+vvpD0tJytDOXHBFdM91Mwuy7JHXqVCk02btacLBo3Q9ZVXq%20HyQ1fhAOU6DNvY3zzpxjdVVfTSU7bNcRBD+OxZTHxGAxzHitzU0W7LskBUvgnZ1S/o50098PFe9O%201TbLQW1OY3tX22Px77LgWWOvEOS+TSKjQcNrmmemU8G9ux9PdtumZ5+lVX00bVpwptnroYo0UKE7%20/0AXnUr1WWyaCrAfBScciFF8YzM1TqXJE0lVKBrZ80ckTIkYzT2e1hdopLSXsXfp1KNp3XqS5b2d%20IfZzksJ/3zAwSJ56XnNztqOtjU5fMFzVRMFPZ1b6TcJcJ7sjgljvyW12ZJ4hNjpeVQgWw4gULIX0%20S3kx6AYcNAuuCkLCi5xsSG221Oy4RWZtkku/TnhacJ6QXOH9mL7gHGfPZbt/FhyirSbNnbvXURr/%208IdxxhGkNNPbPUQi/sIAULkfFh5Fw9TcQuHQn+4dJslkaHt/mE0zptLLa6i7b8/5LsjkfcpJaE5c%209N81OO6Kdc3zF/yFwDzbchZec80zLy9daJhuSDLXK+ZN9WLCy15XbLx5hCncqzLtmWh1adQZFoMi%20nQfnAD/rhaQXObMaX6RJWc+tMmdIyt1Q7/qP8YIF7zJjPRWn/mvazMlE1b0cDaPWRmqpJ+dPdWb3%2031QoCglFzLkDoHI/XEMokyiTIn3oQw6iWRCDuRdp7D//81tisN6RQmNPZHsu3i/5Iq1+m2yLCWz3%20nP7k5mJs16N2f+WIzN9cLSp1123Y8PYTj/7usd/dsWLZq+rll260LIXT+OVTtyjkbw86f5Ufi5Uf%20iqeu1NTZplcWlKk1IeaFptY8XQhNtjPXlKtLosV7E0KUF/4l7ewIJuL9V/AP1TJoQ0flqqtcsvZy%20cP4j5WAEdhsrcWyg/OEK7TaMYnAyCyoQrIkEQOV+qNUol2NLNzbyHWFJHGvLKDDmmjFnsDnB/dgq%20VSlnJbiacb3g0qAsUm6Qq7WhhTOMYM37x2PLofoGuvB4uuNBZ55ATPzoRAz/5CKduLB7V8gQsR69%202HLst+objnj10V9c8MXJtaS7c2h1ufXk3AXnxx58qC2ZshhncnATk90rRU/VzdWqV6bEBZXwLDM0%20pRa0frysHJ5tyC2up5OYdSLzas5OkZvBiY3GdoYSbeFpoXL5D/Wm9J6aOLLg/Y0zSis3xZYM1DXs%20DNq1+7W5/8uJxnBLVI+pVHNoYFQ0lWaPSd7YaUw3WdrWjmkaTsYwOQOAcD9kFFq+JnrlU1fvcI4w%20jAZGpaQalKxlK+S5KYGGm6JbVdEZ1Ot1exIJtUhIi8he2RJrTvLOHje7pPfS1kduu3TFHvqOGfTF%2046h0Q/WJH0vnuXFx33ukj/Vz90Pz/037qEQ9peKOC847efGXtfUP3fXTr95x8yNrn3jnpif+auuW%207qWzp2+pnk1PPtWeSpn+sww2fGtdbGE1eppe+FXKf7XIXENM+KFPfp3OJCo/HvM0IXFhRV8R1p6K%20edWgOYHoh3tNeLymfenG8vw5e76O6r8d+dp9ZzxX+FJRbyfXVbeUYzLXaoJpJ8hjCWVzvVrU7HBO%209wcqIYqlpGI7nj+SYWKJn2zZ0Smte/jiu6dMdNHVHQDhfvAxKuqh7soxk5vpKyeVzjy2IRUL7tcv%20V2svvjv80Fq5pzLb4UI2bS5qL351bnZiY70kCjXbfXd78bdvai/1TdtSnLDXSrxKF5xFkjz62I94%20TBf2455VP+Il7r6jjzpXXnzZ/7hh2ZN/+NqCruG8Pvzixll5c+nz6y65duF796w86rvfWxJRRh96%20dGY0asuSVwumZSpPR4NJdodVX46k/6IUOcEw31UKd6Y9XfDT3HhL5bWxFTUiVxkrVukFZfS8m7Xz%20z9hTsn9w1tlU7DTYpMXT85cdn5rc0uUPhe24m/pHf/dm6fUdndvsIxXVmd2kXTLLOGnahGhY9jgf%20GTUeXzn06KbUhuGjqpZIDItmABDuh4BLdTH25HcS7U2J9b3FX7862F0ISubODJ01M/6745OmzR2X%20R5VEqWo9syZ/1yuFSk3Ihr2TJyk/+coEMZTY8rbsh6mwt+Cu0OIF1N5YvumfxLq1dNb8YA3Jvsw+%20+7Eelmm0SO9XY5Nu+P65l18oeZ7jWJFwPF+2FMcL++cYzSQmqCGSbfuKG298curUl//1rmNL5Uw0%20ZqvBMnMW4hQKbkoq3ZMqPzS+GIYLUW88qQU1uHzq2cIqrdY7vXzd9605M/ae7ES6RX+zUJkxu17T%205GfX5u9dPjpqUUrlJ3aGbljcooYkveYpEpOE5FvdxX9+bmCgTLJA0xrYOUenrz0zvanbCXFcWQVA%20uB8aAhk17x+e2Tlgld7fGSIvTqEg+17rFn/zlj2psX9mI1Nltr3gvrNDNvVIkJUi98vhJ9dS+uXc%209MbSCWr1klmf+CM0OmYa3f9z955H6K776IR5wSKTsMCUDy6Fs7EbX8dnvaVgvaIneN5InlZ1y4Pa%206Rd9+7vHTD9Sr5RDIaW18+gXXn1+8aKjhc66vmHt9OO6Rrf07SzHj21tkTx+2X/9xvpTTnnl3+6S%20XnhpUtnIqoogy54f34y4zIOCXQw6vfg/VGQkMaFq8bWGva1BP/Yq/XsX8WC7Eu0TZ7BkenHD6C/e%207V03UKtWIyTvGopn3mU/WzI8u8VpTohl01szSAMjEWJxkoM1QUs3Cb98Q58xodwsDP3jfLSaAUC4%20H6ppGb3GXl4fkTLi2dOqF8xOtmUj/pcHCsZj72jPblG6h9TgQaI9rU6/dCEd05EMK2JZt1/bVHxg%20DX9tUyzRJAfXCT/5DkyDwhJ95woa3E6PLaclK3hU17/gRVTHc2xu18itkWVRWTe2V92RSLhX7RK7%20T5wxfdEpk6c8+NBvbnvi90oiFvHYUU3tIa3NfmqbObPl7ao2p+z+6slSrOnIPz7/TNnUo4rS0dJ6%20zn//Xu7yS9c//czG5W/E+wfShhHjpDBhfIkOFwRbUvpr7L2a5k00T/xy7Udn86bG4AiDj08kCrSq%20V1ljhrvqtcvns9ldyUhI1Eznze7S/audpT0x8kRiXixsXP4F7cyjUg3JiOvx7sHqg2/rr/Yl1pUj%20zsmIdoBPk098GQZhf4XotTWpdfSLYybXea7zVk+5Z9jxOO+sk+Z2JSRJ7C9YNcdrSIYyEem9Hdra%20PqNsUV2UfWFitLUuMjAq7dxw5zUn/Edwht2XCQcp+IlGif64gv74Srw4Oj3b2XLEEYoi2aYlGYVs%2044SO+imTOtomJiJxz6t5nrt1S/cND/96Q5NITfVUMdqL3oXZKSp3nl352jcXXfLAplVvSGU7Igd9%20CfLF5Dt9f3fuZYvOXWxzXqhU+rdtG+ru1voHvPKoyAXLEXMVI1fZFo28e87J5cUnUzw5tm2ssy9/%20ZWQadNfKq6cefVFDzN08qL2zXS+ZlI7Q7PZIV2MsV67lK7WIIrZm1Iphv9Vd6Ss5ssimNYZmdcZt%20Lr+zseeLyetnTLFxQRUA4X5owj394I7/1V+Vnn1f0bQMCWMh7bFItHT6JG1Wu6rIYu+I9dxm3jNU%20T1zyi1PiIonGnNb8SZMSbdb9f73wMfpUjQ+FoDeLH6nb+4WVW9p7q/OU+lPbOo9t62iKhiXumJap%2027afz8ErKopilbV7n3rsodz7uYTMJSb0DU/eYVS4kxblzZ0ZKRnlHg9b7jwlc+2CL3d2dZqWxRiT%20ZVlRw0xSNdPbMZgb2P6OPrS0RV5+XEdvZ5sbLH80Pk3LF0Y1k25d8o0R9fSX3tc37qwjHhobCoEE%20a+aE/MLJYnMqVDacN7fXlvYkbDNBgktB82DKJkfOOZLXCcVvTv3B9Mk1hDsAwv3gU+nJ1zJf/v3d%20FBOnppd/bdKL0+t2MuKb8k2/7zltff4k4tGxx7mxcPdFHU+dMuG9pGrmqvGnt816euAsV598VuMd%20T3/vgf3ZgnVsip1EqpWpu5827Ejs0Ge64TmxuqOzjZ2ZTF0sqoYkP6VdQWCqKOYGdvT092mmkUmn%20/+Ol55Z3b7z3r270Y92yTJfzZDTW0trqSpJlObZDVd0qFAv53Nby8DpBX9kcXje9pTS5lZTkWKDb%20+3W0Dh37s+vXVC9UoxsuaH96Qdv6TFgf0aPP9x79eN/ZtVorjZ/ixNG59Uu+0vlaZzpvu8LbuY4H%20es4cqBxH1dzqq68+9sjanrsaAADC/UCSqKdffmxd5zHNgydOLqvpD1LPL1RH6Y3NsbVDrZYrt8aH%2053flmicEzXCDBwSbWdCmrdKSre31Ee3C44c+U9fDD1KeTMoXaXuOeguJYaPdoC5Su0KxtkisMRxN%20R2PJaDSqhPxSPvTKa8v8wnzOrNk123Ycx65ZerVSKef1Ss7S+rixVeXd9er2tmxpYsNY0y51fzP9%20wwfp0X3LJxATTuscaG/3ds1EseBlt/YKy7ZPyFXTMVmf09w/Z5IpxD74LqfyML26Jbt5JH3ZcT0N%20WQ8dxAAQ7ofEeCOB8ezzPjp5In9o2aLz0bnp8UQe68O15zv19/tgxF13DDkGlSpUqFBRo7KharWo%206UZrrup6oWC+xT8XWKbAaiHBVEQ9FqomwkY6yjNxSsdJjtCu8HUPaDtGdfxtDO0+tSJ/6O5T/rGR%20FD8YSQu9fwEQ7sDGTjDCh7oHja8T3+0MxD50BvI++MBycoDPw8wCfC7tS92NKQ6Azy90hQQAQLgD%20AADCHQAAEO4AAIBwBwAAhDsAAMIdAAAQ7gAAgHAHAACEOwAAINwBABDuGAIAAIQ7AAAg3AEAAOEO%20AAAIdwAA2DOJFAwCAMDnLtyr60MYBQCAzxm2PNKOUQAA+JzBnDsAwOeQRAyDAACAyh0AABDuAACA%20cAcAAIQ7AAAg3AEAEO4AAIBwBwAAhDsAACDcAQAA4Q4AgHAHAACEOwAAINwBAADhDgAACHcAAEC4%20AwAg3AEAAOEOAAAIdwAAQLgDAADCHQAA4Q4AAAh3AABAuAMAAMIdAAAQ7gAAgHAHAEC4AwAAwh0A%20ABDuAACAcAcAAIQ7AADCHQAAEO4AAIBwBwAAhDsAACDcAQAA4Q4AgHAHAACEOwAAINwBAADhDgAA%20CHcAAIQ7AAAg3AEAAOEOAAAIdwAAQLgDAADCHQAA4Q4AAAh3AABAuAMAAMIdAAAQ7gAACHcAAEC4%20AwAAwh0AABDuAACAcAcAAIQ7AADCHQAAEO4AAIBwBwAAhDsAACDcAQAQ7gAAgHAHAACEOwAAINwB%20AADhDgAACHcAAIQ7AAAg3AEAAOEOAAAIdwAAQLgDACDcAQAA4Q4AAAh3AABAuAMAwGfxfwUYAG7w%20Fs0d7AWDAAAAAElFTkSuQmCC" height="333" width="500" overflow="visible"> </image>
    </svg>
    </a></div>
  <div class="toctitle">Revista Ciencias Técnicas Agropecuarias Vol. 31, No. 4, October-December, 2022, ISSN:&nbsp;2071-0054</div>
  <div class="toctitle2"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABVCAYAAAA49ahaAAACPElEQVR4nO2US27DMAwFc4HervfJ0dtVNwZUvsdf3GYGyMI2JZKjUI8HAAAAAADADx/Pz6/ML1qv5j3t0/Xe7acFpA5KzcZ3NZFt7lRPdn0LSF2Qqo77KV7Nl5Vera96CBJIvaHU07ooT5S/qz6kGs9vITXat7q+ug6pv9T1qn4s3E3dotX1al3dkpAq5LuVVPd3Kuouz9l+WkDqgNQqUXHutaBeB7eU0QVSBabHPfs+ilPH+iXjj9RF3GbVw3G/q/FR/Uj961KjJNkiqrKzh3qqe/UfitQGssmzzbv53MNQ+x0df6QOSnWLiorsKtq9Jqr9tYDUAapj5Ta1nS/ad2X8kbpAdryzEtV91fioL89GE0gt4I7hNS6Spn6P6nH3cettBakDuM2641+tx/3u9uHWJ4HUQarFRnHqNeMeWnaskSrsewup7ph1NavKUA/B7Xf1Lo2+I7UhWSQveq6OfXbM3XpGQOoC7jh2Ndd1HdxCYlTU9X0Up8b/S6nZcb++d8eyen1U46K+SiD1BlKnmsiOqRq/eg0gdYDpsVK/V/dT+1uRi9QBsuOWHbspaV3XUwtIXbhjXdxmrutOz2pcNQ9SjXVd61Oo46OOU7RvlL+6b/awWkHqAO7m7rhF37OHUc2n7p8CqQtSq+NVHb9sPe61hVSk1ppSm3QPb2Xso+KQWmBaatRkNa8ra1SmW2wUf1p/yvdWUrPxbtPZ68DNH+0/AlIHUJt3x0uVdHo/Pc6jcpEKAAAAAAAAO3wD4e5JvQO2aA4AAAAASUVORK5CYII=" id="codigo" alt="Código QR" height="85" width="85"><script>
              new QRious({
                element: document.querySelector("#codigo"),
                value: "https://cu-id.com/2177/v31n4e06", // La URL o el texto
                size: 85,
                backgroundAlpha: 0, // 0 para fondo transparente
                foreground: "#0d7f54", // Color del QR
                level: "H", // Puede ser L,M,Q y H (L es el de menor nivel, H el mayor)
              });
            </script></div>
  <div class="toctitle2"><b>CU-ID:</b>&nbsp;<a target="_blank" href="https://cu-id.com/2177/v31n4e06">https://cu-id.com/2177/v31n4e06</a></div>
  <div class="toctitle2"><b>ORIGINAL ARTICLE</b></div>
  <h1>Application of Slow Sand Filters for the Decontamination of Effluents from Oxidation Lagoons</h1>
  <div>&nbsp;</div>
  <div>
    <p><sup><a href="https://orcid.org/0000-0003-1853-1195" rel="license"><span class="orcid">iD</span></a></sup>Carlos M. Martínez-Hernández<span class="tooltip"><a href="#aff1"><sup>I</sup></a><span class="tooltip-content">Universidad Central “Marta Abreu” de las Villas. Santa Clara, Villa Clara, Cuba.</span></span><span class="tooltip"><a href="#c1">*</a><span class="tooltip-content">✉:<a href="mailto:carlosmh@uclv.edu.cu">carlosmh@uclv.edu.cu</a></span></span></p>
    <p><sup><a href="https://orcid.org/0000-0002-0255-3106" rel="license"><span class="orcid">iD</span></a></sup>Jesús A. Sánchez-Jassa<span class="tooltip"><a href="#aff2"><sup>II</sup></a><span class="tooltip-content">Grupo Azucarero AZCUBA, Sata Clara, Villa Clara, Cuba.</span></span></p>
    <p><sup><a href="https://orcid.org/0000-0003-0756-5357" rel="license"><span class="orcid">iD</span></a></sup>Nilda Rosa Martínez-Flores<span class="tooltip"><a href="#aff3"><sup>III</sup></a><span class="tooltip-content">Ministerio de Salud Pública (MINSAP), Centro Provincial de Higiene y Epidemiologia, Santa Clara, Villa Clara, Cuba.</span></span></p>
    <p><sup><a href="https://orcid.org/0000-0002-8468-6577" rel="license"><span class="orcid">iD</span></a></sup>István Gómez-Ríos<span class="tooltip"><a href="#aff1"><sup>I</sup></a><span class="tooltip-content">Universidad Central “Marta Abreu” de las Villas. Santa Clara, Villa Clara, Cuba.</span></span></p>
    <br>
    <p id="aff1"><span class="aff"><sup>I</sup>Universidad Central “Marta Abreu” de las Villas. Santa Clara, Villa Clara, Cuba.</span></p>
    <p id="aff2"><span class="aff"><sup>II</sup>Grupo Azucarero AZCUBA, Sata Clara, Villa Clara, Cuba.</span></p>
    <p id="aff3"><span class="aff"><sup>III</sup>Ministerio de Salud Pública (MINSAP), Centro Provincial de Higiene y Epidemiologia, Santa Clara, Villa Clara, Cuba.</span></p>
  </div>
  <div>&nbsp;</div>
  <p id="c1"> <sup>*</sup>Author for correspondence: Carlos M. Martínez-Hernández, e-mail: <a href="mailto:carlosmh@uclv.edu.cu">carlosmh@uclv.edu.cu</a> </p>
  <div class="titleabstract | box">ABSTRACT</div>
  <div class="box1">
    <p>Using
      slow sand filters on a small scale, their decontaminating effect was 
      tested. The work was carried out with the objective of eliminating the 
      contamination of the effluents from the oxidation lagoons of two sugar 
      mills "Carlos Baliño" and "Melanio Hernández". The effluents were taken 
      in the central region of the country (Santo Domingo, Villa Clara and 
      Tuinicú, Sancti Spíritus). The decontaminating effect of effluents from 
      oxidation ponds after their passage through a slow sand filter in 
      cascades was tested for different investigated treatments. The effluents
      were diluted in distilled water in the following proportions: T1 (10%),
      T2 (25%), T3 (50%), T4 (75%), T5 and T6 (undiluted). In the effluents, 
      the following were determined: their physical-chemical and 
      microbiological characteristics, before and after their passage through 
      the slow sand filters. In most of the effluents evaluated, both their 
      physical-chemical characteristics and the microbial load showed a 
      notable reduction; obtaining values ​​below the indicators allowed by 
      current Cuban standards (NC-27: 2012; NC-1095: 2015 and NC-855: 2011).</p>
    <div class="titlekwd"><b> <i>Keywords:</i> </b>&nbsp; </div>
    <div class="kwd">Oxidation Ponds, Physical-Chemical and Microbiological Characteristics, Slow Sand Filters</div>
  </div>
  <div class="box2">
    <p class="history">Received: 06/2/2022; Accepted: 14/9/2022</p>
    <p><i>Carlos M. Martínez-Hernández</i>,
      Prof. Titular. Universidad Central “Marta Abreu”de las Villas. 
      Carretera a Camajuaní, km.5.5, CP: 54830. Santa Clara, Villa Clara, 
      Cuba. Tel: 53-42-281692. Fax: 53-42-281608. e-mail: <a href="mailto:carlosmh@uclv.edu.cu">carlosmh@uclv.edu.cu</a>.</p>
    <p><i>Jesús a. Sánchez-Jassa,</i> Ing. Agrícola, Grupo Azucarero AZCUBA, Sata Clara, Villa Clara, Cuba, e-mil: <a href="mailto:jesusjassa@nauta.cu">jesusjassa@nauta.cu</a>.</p>
    <p><i>Nilda Rosa Martínez-Flores</i>,
      MSc., Inv. Ministerio de Salud Pública (MINSAP), Centro Provincial de 
      Higiene y Epidemiologia, Santa Clara, Villa Clara, Cuba , e-mail: <a href="mailto:microbiologia@infomed.sld.cu">microbiologia@infomed.sld.cu</a>. </p>
    <p><i>István Gómez-Ríos,</i> Profesor MSc., Universidad Central “Marta Abreu”de las Villas. 
      Carretera a Camajuaní, km.5.5, CP: 54830. Santa Clara, Villa Clara, 
      Cuba. Tel: 53-42-281692. Fax: 53-42-281608. e-mail: <a href="mailto:carlosmh@uclv.edu.cu">carlosmh@uclv.edu.cu</a>.</p>
    <p>The authors of this work declare no conflict of interests.</p>
    <p><b>AUTHOR CONTRIBUTIONS: Conceptualization:</b> C. Martínez. <b>Data curation:</b> C. Martínez. <b>Formal Analysis:</b> C. Martínez, J. Sánchez. <b>Investigation:</b> C. Martínez; J. Sánchez; N. Martínez; I. Gómez. <b>Methodology:</b> C. Martínez. <b>Supervision:</b> C. Martínez; J. Sánchez; I. Gómez. <b>Writing - original draft:</b> C. Martínez. <b>Writing - review &amp; editing:</b> C. Martínez; J. Sánchez; N. Martínez; I. Gómez.</p>
    <p class="copyright">This article is under license <a target="_blank" href="https://creativecommons.org/licenses/by-nc/4.0/deed.en_EN">Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)</a></p>
  </div>
  <div class="titleabstract | box"><a id="content"></a>CONTENT</div>
  <div class="box1">
    <nav>
      <ul class="nav">
        <li><a href="#id0x6ec0d00"><span class="menulevel1">INTRODUCTION</span></a></li>
        <li><a href="#id0x6ed3080"><span class="menulevel1">MATERIALS AND METHODS</span></a></li>
        <li><a href="#id0x6ed3980"><span class="menulevel2">Production of Biofilter of Gravel, Sand, Zeolite and Vegetable Coal. Hydraulic Rehearsals</span></a></li>
        <li><a href="#id0x707d380"><span class="menulevel3">Materials</span></a></li>
        <li><a href="#id0x7313900"><span class="menulevel2">Initial Sampling</span></a></li>
        <li><a href="#id0x7313c00"><span class="menulevel3">Calculation of the Contact Bed Thickness</span></a></li>
        <li><a href="#id0x7566e80"><span class="menulevel3">Design Flow of the Filter</span></a></li>
        <li><a href="#id0x7570180"><span class="menulevel3">Physical-Chemical Analysis of the Effluents</span></a></li>
        <li><a href="#id0x7570c00"><span class="menulevel3">Determination of the Microbial Load in the Effluents</span></a></li>
        <li><a href="#id0x7913280"><span class="menulevel1">RESULTS AND DISCUSSION</span></a></li>
        <li><a href="#id0x7913500"><span class="menulevel2">Filter Design</span></a></li>
        <li><a href="#id0x7913800"><span class="menulevel3">Screen Analysis</span></a></li>
        <li><a href="#id0x7914100"><span class="menulevel3">Flow of Design of the Filter</span></a></li>
        <li><a href="#id0x792fb00"><span class="menulevel3">Calculation of the Thickness of the Contact Bed</span></a></li>
        <li><a href="#id0x8044180"><span class="menulevel2">Analysis of the Physical-Chemical Parameters</span></a></li>
        <li><a href="#id0x8044480"><span class="menulevel3">Water Temperature</span></a></li>
        <li><a href="#id0x87f2e80"><span class="menulevel3">COD Analysis</span></a></li>
        <li><a href="#id0xa3e6780"><span class="menulevel3">BOD5 Analysis</span></a></li>
        <li><a href="#id0xa551b80"><span class="menulevel3">pH and Conductivity Analysis</span></a></li>
        <li><a href="#id0xed13080"><span class="menulevel3">Determination of Real Permeability:</span></a></li>
        <li><a href="#id0x11a0b380"><span class="menulevel2">Analysis of Filtration Coefficient (kf)</span></a></li>
        <li><a href="#id0x11a18a80"><span class="menulevel2">Analysis of the Microbial Load in the Effluents</span></a></li>
        <li><a href="#id0x138c9e80"><span class="menulevel1">CONCLUSIONS</span></a></li>
        <li><a href="#id0xa004e80"><span class="menulevel1">INTRODUCCIÓN</span></a></li>
        <li><a href="#id0xa12ce00"><span class="menulevel1">MATERIALES Y MÉTODOS</span></a></li>
        <li><a href="#id0xa512100"><span class="menulevel2">Fabricación del biofiltro de grava, arena, zeolita y carbón vegetal. Ensayos hidráulicos</span></a></li>
        <li><a href="#id0xa512500"><span class="menulevel3">Materiales</span></a></li>
        <li><a href="#id0xa513400"><span class="menulevel2">Toma de muestras iniciales</span></a></li>
        <li><a href="#id0xa513680"><span class="menulevel3">Cálculo del espesor de la capa filtrante</span></a></li>
        <li><a href="#id0xa748a80"><span class="menulevel3">Diseño del flujo del filtro</span></a></li>
        <li><a href="#id0xa9e7480"><span class="menulevel3">Análisis físico-químico de los efluentes</span></a></li>
        <li><a href="#id0xa9e7e00"><span class="menulevel3">Determinación de la carga microbiana en los efluentes</span></a></li>
        <li><a href="#id0xa9e8a00"><span class="menulevel1">RESULTADOS Y DISCUSIÓN</span></a></li>
        <li><a href="#id0xa9e8c80"><span class="menulevel2">Resultados del diseño del filtro</span></a></li>
        <li><a href="#id0xa9e8f00"><span class="menulevel3">Análisis granulométrico</span></a></li>
        <li><a href="#id0xa9ef700"><span class="menulevel3">Resultados del caudal de diseño del filtro</span></a></li>
        <li><a href="#id0xed17980"><span class="menulevel3">Resultados del cálculo del espesor de la capa filtrante</span></a></li>
        <li><a href="#id0xed18700"><span class="menulevel2">Análisis de los parámetros físico-químico</span></a></li>
        <li><a href="#id0xed18980"><span class="menulevel3">Temperatura del agua</span></a></li>
        <li><a href="#id0x126b9900"><span class="menulevel3">Análisis de la DQO</span></a></li>
        <li><a href="#id0x3cdb80"><span class="menulevel3">Análisis de la DBO5</span></a></li>
        <li><a href="#id0x656a400"><span class="menulevel3">Análisis del pH y conductividad</span></a></li>
        <li><a href="#id0x743fd80"><span class="menulevel2">Ensayo de permeabilidad a carga constante</span></a></li>
        <li><a href="#id0x7930280"><span class="menulevel2">Determinación de la permeabilidad real:</span></a></li>
        <li><a href="#id0xa406500"><span class="menulevel2">Resultados del análisis de coeficiente de filtración (kf)</span></a></li>
        <li><a href="#id0xa407280"><span class="menulevel2">Análisis de la carga microbiana en los efluentes</span></a></li>
        <li><a href="#id0x12606680"><span class="menulevel1">CONCLUSIONES</span></a></li>
        <li><a href="#ack"><span class="menulevel1">ACKNOWLEDGMENT</span></a></li>
        <li><a href="#ref"><span class="menulevel1">REFEENCES </span></a></li>
      </ul>
    </nav>
  </div>
</header>
<div id="article-front"></div>
<div class="box2" id="article-body">
  <section>
    <article class="section"><a id="id0x6ec0d00"><!-- named anchor --></a>
      <h3>INTRODUCTION</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <p>The
        slow sand filtration has been broadly used as method to improve the 
        quality of the water in different regions of the planet, due to its 
        simplicity in the operation and to its numerous advantages. In the last 
        decades, they have been implemented to improve the conditions of the 
        water after meteorological events and natural disasters, when the 
        treatment is truncated by the traditional methods of water potability or
        for its individual domestic use, having great acceptance. It has been 
        demonstrated that the slow sand filters have worked in a successful way 
        in urban and rural areas around the world, many of which subsist in a 
        precarious way, but allowing improvements in public health and in the 
        quality of the inhabitants' life of these areas. The good operation and 
        the positive impact of this type of technologies have been evidenced. </p>
      <p>In recent investigations <span class="tooltip"><a href="#B4">Francesena (2016)</a><span class="tooltip-content">FRANCESENA,
        L.Y.: Impacto ambiental provocado por efluentes de instalaciones de 
        biogás de pequeña y mediana escala en las provincias de la región 
        central de Cuba, Universidad Central Marta Abreu de las Villas Marta 
        Abreu, Departamento de Ingeniería Agrícola, Trabajo de diploma (en 
        opción al título de Ingeniero Agrícola)., Santa Clara, Villa Clara, 
        Cuba, 51 p., publisher: Universidad Central¨ Marta Abreu¨ de Las Villas.
        Facultad de Ciencias …, 2016.</span></span>; <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
        V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
        para el tratamiento de agua potable, Universidad Central de Las Villas 
        UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
        Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>; <span class="tooltip"><a href="#B2">Brito <i>et al.</i> (2019)</a><span class="tooltip-content">BRITO,
        A.; DELGADO, O.; VILLARREAL, M.: Evaluación de los residuales generados
        en el sistema de tratamiento del integral porcino # 1., Inst. Unidad 
        Integral No. 1 de la Empresa Porcina Cienfuegos, Reporte de 
        investigación, Cienfuegos, Cuba, 9 p., 2019.</span></span>; <span class="tooltip"><a href="#B3">Fabregat (2019)</a><span class="tooltip-content">FABREGAT,
        S.J.: Tratamiento y uso de efluentes de biodigestores porcinos como 
        abonos orgánicos, Universidad Central de Las Villas UCLV Facultad de 
        Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
        Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 64 p., 2019.</span></span>; <span class="tooltip"><a href="#B6">Llama (2019)</a><span class="tooltip-content">LLAMA,
        D.A.: Evaluación del efecto del filtro lento de arena para el 
        tratamiento de efluentes de lagunas de oxidación en la UCLV, Universidad
        Central de Las Villas UCLV, Trabajo de Diploma (en opción al título de 
        Ing. Hidráulico), Santa Clara, Villa Clara, Cuba, 54 p., 2019.</span></span>; <span class="tooltip"><a href="#B14">Sánchez (2020)</a><span class="tooltip-content">SÁNCHEZ,
        J.: Uso de efluentes de lagunas de oxidación del CAI “Carlos Baliño” 
        como abonos orgánicos, Universidad Central de Las Villas UCLV Facultad 
        de Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
        Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 92 p., 2020.</span></span>,
        it has been evaluated the method of slow sand filtration like 
        alternative to obtain not very aggressive effluents of oxidation lagoons
        to the environment, with local materials diminishing costs and offering
        an alternative before the current conditions of these effluents, which 
        are poured to the environment with high value of contamination. Some of 
        these studies, have referred to the implementation of slow sand filters 
        systems to laboratory scale with the purpose of improving the effluents 
        of oxidation lagoons, for, later on, measuring certain parameters of the
        effluents and comparing them with the Cuban norm <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
        12: Vertimiento de aguas residuales a las aguas terrestres y al 
        alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
        Normalización, La Habana, Cuba, 11 p., 2012.</span></span> of residual water and <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
        Utilización de las aguas residuales de la industria azucarera y de 
        derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
        Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
        Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
        2011.</span></span> for the use of the residual of the sugar cane 
        industry to irrigate the sugar cane. In the investigations indexed 
        previously, it has been able to verify that the slow sand filters were a
        good alternative to improve the quality of the biodigesters effluents, 
        obtaining high percentages of removal of chemical oxygen demand (COD), 
        biological oxygen demand (BOD<sub>5</sub>), total solids (TS), fecal coliform, total coliform and <i>pseudomonas aeruginosas</i> in recent investigations envelope at national and international level.</p>
      <p>Motivated
        by some of the investigations referred previously and like part of an 
        investigation project in course of the Agricultural Engineering 
        Department of "Marta Abreu" Central University of Las Villas, which has 
        been of interest for "Carlos Baliño" sugar mill, it was decided to carry
        out, in the central region of Cuba (provinces of Villa Clara and Sancti
        Spíritus), the study and valuation of effluents of the oxidation 
        lagoons of "Carlos Baliño" and "Melanio Hernández" sugar mills. Because 
        it is a significant area that reflects the current situation of the use 
        of effluents from oxidation lagoons, the results obtained in this 
        investigation could be used as base to develop future engineering 
        projects that offer another type of solutions to the outlined problem 
        (great proliferation of oxidation lagoons in the central territory of 
        Cuba, as well as the occurrence of atmospheric phenomena of great 
        magnitude in the last decade). That shows these effluents are dangerous 
        since they can contaminate superficial and deep waters as they are 
        poured indiscriminately to the environment without any type of previous 
        treatment. Based on that, the objective of this work was to evaluate the
        effect of slow sand filters for the improving of effluents of the 
        oxidation lagoons of "Carlos Baliño" and "Melanio Hernández" sugar mills
        with different dilution percent in water.</p>
    </article>
    <article class="section"><a id="id0x6ed3080"><!-- named anchor --></a>
      <h3>MATERIALS AND METHODS</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <article class="section"><a id="id0x6ed3980"><!-- named anchor --></a>
        <h4>Production of Biofilter of Gravel, Sand, Zeolite and Vegetable Coal. Hydraulic Rehearsals</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>The
          making of the biofilter to laboratory scale was carried out with 
          materials from territories of Villa Clara and Sancti Spíritus provinces,
          mainly following some of the approaches obtained in the bibliographical
          revision, like mean size of the particles of the materials utilized, 
          which are referred later on in this epigraph.</p>
        <article class="section"><a id="id0x707d380"><!-- named anchor --></a>
          <h4>Materials</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>The
            materials used are of own acquisition and for them, 3 plastic tanks of 
            high-density polyethylene (PAD) of 5 L were used, each one filled with 
            the respective materials: the first one was loaded with washed sand, the
            second with zeolite and the third with gravel and vegetable coal. The 
            heights of the filtering mediums were 8, 8 and 16 cm, respectively. In 
            tank 1, a quantity of 2000 cm<sup>3</sup> of washed sand was added,in tank 2, a quantity of 2000 cm<sup>3</sup> of zeolite was added, while in tank, 3, 3000 cm<sup>3</sup> were added (2000 cm<sup>3</sup> of gravel + 1000 cm<sup>3</sup> of vegetable coal).</p>
        </article>
      </article>
      <article class="section"><a id="id0x7313900"><!-- named anchor --></a>
        <h4>Initial Sampling</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <article class="section"><a id="id0x7313c00"><!-- named anchor --></a>
          <h4>Calculation of the Contact Bed Thickness</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>The
            head loss (ie pressure drop) that occurs when clean water flows through
            clean filter media can be calculated from known equations. Flow through
            a clean filter of ordinary grain size (ie 0.5 mm to 1.0 mm) to ordinary
            filtration. The velocities (4.9 to 12.2 m/h) would be in the range of 
            laminar flow represented by the Kozeny equation that is dimensionally 
            homogeneous (that is, any consistent unit that is dimensionally 
            homogeneous can be used) according to <span class="tooltip"><a href="#B5">Letterman, (2010)</a><span class="tooltip-content">LETTERMAN,
            R.D.: Water quality and treatment: A Handbook of Community Water 
            Supplies, Ed. Toronto McGraw-Hill, Inc., Fifth ed., Toronto, Canada, 
            2010.</span></span>. But as the water to try is not clean, a simpler 
            calculation was kept in mind and it was performed by the equation of 
            Darcy (1) adapted to a filter <span class="tooltip"><a href="#B13">Sánchez (1997)</a><span class="tooltip-content">SÁNCHEZ,
            J.: Ley de Darcy, conductividad hidráulica, [en línea], Inst. 
            Departamento de Geología-Universidad de Salamanca (España), Salamanca, 
            España, 12 p., 1997, Disponible en:<a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 18 de marzo de 2018].</span></span>.</p>
          <div id="e1" class="disp-formula">
            <math>
              <mfenced separators="|">
                <mrow>
                  <mi>H</mi>
                  <mn>1</mn>
                  <mo>-</mo>
                  <mi>H</mi>
                  <mn>2</mn>
                </mrow>
              </mfenced>
              <mo>=</mo>
              <mfrac>
                <mrow>
                  <mi>v</mi>
                  <mi>f</mi>
                </mrow>
                <mrow>
                  <mi>k</mi>
                </mrow>
              </mfrac>
              <mo>×</mo>
              <mi mathvariant="normal">L</mi>
              <mi>&nbsp;</mi>
              <mi>&nbsp;</mi>
            </math>
            <span class="labelfig"> &nbsp;(1)</span></div>
          <div style="clear:both"></div>
          <p>Where: </p>
          <p>L
            = thickness of the layer of sand, cm </p>
          <p>K or Kf
            = filtration coefficient </p>
          <p>H1
            = hair of water raw or to be treated, cm </p>
          <p>H2
            = hair of treated water, cm </p>
          <p>
            <math>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            = filtration velocity in the channel of sand, cm<sup>3</sup>/s </p>
        </article>
        <article class="section"><a id="id0x7566e80"><!-- named anchor --></a>
          <h4>Design Flow of the Filter</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>With the velocity of filtration of the samples and the area of the filter the design flow was calculated through the following <span class="tooltip"><a href="#e2">equation</a><span class="tooltip-content">
            <math>
              <mi>&nbsp;</mi>
              <mi>Q</mi>
              <mo>=</mo>
              <mi>A</mi>
              <mo>×</mo>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            </span></span>:</p>
          <div id="e2" class="disp-formula">
            <math>
              <mi>&nbsp;</mi>
              <mi>Q</mi>
              <mo>=</mo>
              <mi>A</mi>
              <mo>×</mo>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            <span class="labelfig"> &nbsp;(2)</span></div>
          <div style="clear:both"></div>
          <p>Where:</p>
          <p>Q
            = flow, m<sup>3</sup>/s; </p>
          <p>A
            area of the section, m<sup>2</sup>; </p>
          <p>
            <math>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            = velocity, m/s. </p>
        </article>
        <article class="section"><a id="id0x7570180"><!-- named anchor --></a>
          <h4>Physical-Chemical Analysis of the Effluents</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>The
            samples investigated were transported to the laboratories of the Center
            of Chemical Bioactivos (CBQ) of the Central University of Las Villas 
            (UCLV) and to the National Enterprise of Analysis and Technical Services
            (ENAST), of Santa Clara, Villa Clara, for the determination of the 
            parameters object of study. In all the cases, three measuring were 
            evaluated for each variable which were temperature, pH, electric 
            conductivity (EC), solid soluble total (TSS), chemical oxygen demand 
            (COD), biological oxygen demand (BOD<sub>5</sub>) and the microbial load
            per treatment evaluated in each one of the oxidation lagoons analyzed. 
            These samples were characterized according to the approaches specified 
            by the Cuban norms <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span> y <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span>. -The 
            effluents were analyzed at the outlet of the oxidation lagoons and later
            when passing through the slow sand filters that act in three cascades 
            (gravel filter + vegetable coal; sand+zeolite filter; sand filter).</p>
        </article>
        <article class="section"><a id="id0x7570c00"><!-- named anchor --></a>
          <h4>Determination of the Microbial Load in the Effluents</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>The
            effluents were collected in plastic bottles of 1500 mL, and they were 
            taken quickly to the laboratory of microbiology of the Provincial Center
            of Hygiene and Epidemiology of Santa Clara, Villa Clara, where total 
            coliformes, fecal coliformes and <i>pseudomonas aeruginosas</i> were 
            determined, at the outlet of the oxidation lagoons and later when 
            passing through the slow sand filters. The obtained values were 
            contrasted with the values specified by the Cuban norms (<span class="tooltip"><a href="#B11">NC-855:11, 2011</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>; <span class="tooltip"><a href="#B10">NC-27: 12, 2012</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span>; <span class="tooltip"><a href="#B12">NC-1095-15, 2015</a><span class="tooltip-content">NC-1095-15:
            Microbiología del agua. Detección y enumeración de coliformes. Técnicas
            del número más probable (NMP), Inst. Oficina Nacional de Normalización 
            (NC), La Habana, Cuba, 23 p., 2015.</span></span>).</p>
        </article>
      </article>
    </article>
    <article class="section"><a id="id0x7913280"><!-- named anchor --></a>
      <h3>RESULTS AND DISCUSSION</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <article class="section"><a id="id0x7913500"><!-- named anchor --></a>
        <h4>Filter Design</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <article class="section"><a id="id0x7913800"><!-- named anchor --></a>
          <h4>Screen Analysis</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Taking as reference the studies of <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
            V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
            para el tratamiento de agua potable, Universidad Central de Las Villas 
            UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
            Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>, it is assumed that the screen analysis of the fraction of sand of Arimao and of the zeolite, using the series of sieves <span class="tooltip"><a href="#B1">ASTM D 2434 (1997)</a><span class="tooltip-content">ASTM D 2434: American Society of Test Material, [en línea], 1997, Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 16 de marzo de 2018].</span></span>,
            it is similar to the utilized one in this work, in which the same 
            materials were used. With the previous analysis, it can be concluded 
            that the washed sand and the zeolite have a grain distribution accepted 
            for the construction of the biofilters. </p>
        </article>
        <article class="section"><a id="id0x7914100"><!-- named anchor --></a>
          <h4>Flow of Design of the Filter</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Taking like reference the slow sands filters executed by <span class="tooltip"><a href="#B3">Fabregat (2019)</a><span class="tooltip-content">FABREGAT,
            S.J.: Tratamiento y uso de efluentes de biodigestores porcinos como 
            abonos orgánicos, Universidad Central de Las Villas UCLV Facultad de 
            Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
            Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 64 p., 2019.</span></span>,
            with the samples velocity of filtration and the area of the traverse 
            section of the filter outlet, the design flow is calculated by means of 
            equation 2. Substituting values in equation 2, the following is 
            obtained:</p>
          <div id="e3" class="disp-formula">
            <math>
              <mi mathvariant="normal">Q</mi>
              <mo>=</mo>
              <mn>3,8</mn>
              <mo>∙</mo>
              <msup>
                <mrow>
                  <mn>10</mn>
                </mrow>
                <mrow>
                  <mo>-</mo>
                  <mn>8</mn>
                </mrow>
              </msup>
              <msup>
                <mrow>
                  <mi mathvariant="normal">m</mi>
                </mrow>
                <mrow>
                  <mn>3</mn>
                </mrow>
              </msup>
              <mo>/</mo>
              <mi mathvariant="normal">s</mi>
            </math>
            <span class="labelfig"> &nbsp;</span></div>
          <div style="clear:both"></div>
          <p>For the 
            determination of the flow of design of the filter common water was used 
            as fluid, nevertheless, it was also determined in all the investigated 
            effluents. The velocity of the real fluid was taken as an average of the
            values determined to scale reduced in the effluents investigated at the
            outlet of the slow sand filter and it was 0,25 cm<sup>3</sup>/s.</p>
        </article>
        <article class="section"><a id="id0x792fb00"><!-- named anchor --></a>
          <h4>Calculation of the Thickness of the Contact Bed</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Substituting in the equation of Darcy (1) adapted to a filter, it is obtained that:</p>
          <div id="e4" class="disp-formula">L = 3,12 cm<span class="labelfig"> &nbsp;</span></div>
          <div style="clear:both"></div>
          <p>The 
            thickness of the contact bed was assumed L = 8 cm, practically double of
            that determined by calculation, in order to obtain good filtrates of 
            the effluents which were very polluted fluids.</p>
        </article>
      </article>
      <article class="section"><a id="id0x8044180"><!-- named anchor --></a>
        <h4>Analysis of the Physical-Chemical Parameters</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <article class="section"><a id="id0x8044480"><!-- named anchor --></a>
          <h4>Water Temperature</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>A
            mercury thermometer was used to measure temperature and it was carried 
            out before and after the process of water filtration. The obtained 
            results are presented in <span class="tooltip"><a href="#t1">Table 1</a></span>.</p>
          <div class="table" id="t1"><span class="labelfig">TABLE 1.&nbsp; </span><span class="textfig">Comparison of temperatures before and after effluents filtration</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Treatment Effluents (%) dilution</th>
                      <th align="center">“Melanio Hernández” Mill Effluents </th>
                      <th align="center">“Carlos Baliño” Mill Effluents</th>
                      <th align="center">Temperature before filtration (ºC)</th>
                      <th align="center">Temperature after filtration (ºC)</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">10</td>
                      <td align="center">T1 MH </td>
                      <td align="center">T1 CB </td>
                      <td align="center">25,9 (25.9)</td>
                      <td align="center">28,7 (23,8)</td>
                    </tr>
                    <tr>
                      <td align="center">25</td>
                      <td align="center">T2 MH</td>
                      <td align="center">T2 CB </td>
                      <td align="center">28,0 (28.0)</td>
                      <td align="center">28,6 (23,6)</td>
                    </tr>
                    <tr>
                      <td align="center">50</td>
                      <td align="center">T3 MH</td>
                      <td align="center">T3 CB </td>
                      <td align="center">28,8 (28.8)</td>
                      <td align="center">28,9 (23,6)</td>
                    </tr>
                    <tr>
                      <td align="center">75</td>
                      <td align="center">T4 MH</td>
                      <td align="center">T4 CB </td>
                      <td align="center">28,4 (28.4)</td>
                      <td align="center">27,0 (23,6)</td>
                    </tr>
                    <tr>
                      <td align="center">No diluido</td>
                      <td align="center">T5 MH (n.d)</td>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">28,6 (28.6)</td>
                      <td align="center">27,3 (25,8)</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p> Legend: <i>n.d. not dilute; CB-Carlos Baliño; MH-Melanio Hernández; value between parenthesis refer to Carlos Baliño Mill effluents.</i></p>
          </div>
          <p>It is possible to observe (<span class="tooltip"><a href="#t1">Table 1</a></span>)
            that water temperature of the effluents of "Melanio Hernández" Mill 
            diminish from 28,8 up to 27,0 ºC, while water temperatures of the 
            effluents at "Carlos Baliño" Mill after the filtration process oscillate
            between 23,6 and 25,8 ºC , lower values due to its passing through the 
            interstices, property that the water acquires and makes it more 
            acceptable to the palate (in drinking water) and that allows the 
            decrease of the present microorganisms in it, since the decrease of the 
            temperature influences in the proliferation of these biotic annulling 
            the reproduction processes. According to <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span> the obtained values are in the range of good temperatures (25 to 35 <sup>0</sup>C).</p>
        </article>
        <article class="section"><a id="id0x87f2e80"><!-- named anchor --></a>
          <h4>COD Analysis</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>In the <span class="tooltip"><a href="#t2">Table 2</a></span>, this variable is analyzed according to <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span> and effluent CODs from sampling before and after filtration, are compared. </p>
          <div class="table" id="t2"><span class="labelfig">TABLE 2.&nbsp; </span><span class="textfig">Comparison of COD before and after bio-filtration</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Treatment Effluents diluted (%)</th>
                      <th align="center">COD (mg L<sup>-1</sup>) Before</th>
                      <th align="center">COD (mg L<sup>-1</sup>) After</th>
                      <th align="center">Maximum limit</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center">118</td>
                      <td align="center">118</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center">118</td>
                      <td align="center">118</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">118</td>
                      <td align="center"><b>177</b></td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center">118</td>
                      <td align="center">73</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">118</td>
                      <td align="center">88</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center">n.e</td>
                      <td align="center">n.e</td>
                      <td align="center">&lt;700</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p><i>Legend: n.d. not diluted; n.e- not valued.</i></p>
          </div>
          <p>In <span class="tooltip"><a href="#t2">Table 2</a></span>, it is observed that all treatments fulfill the Cuban norm <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span> once 
            effluents have passed through different filters. Slow sand filters show a
            good effect as they reduce or maintain the COD values, except in 
            treatment T3. According to <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span>, the quantity of oxygen dissolved is one of the critical values to control in biological reactors.</p>
        </article>
        <article class="section"><a id="id0xa3e6780"><!-- named anchor --></a>
          <h4>BOD<sub>5</sub> Analysis</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>In <span class="tooltip"><a href="#t3">Table 3</a></span>, a comparison between BOD<sub>5</sub> from effluents before and after bio-filtration is shown.</p>
          <div class="table" id="t3"><span class="labelfig">TABLE 3.&nbsp; </span><span class="textfig">Comparison of the BOD<sub>5</sub> before and after bio-filtration</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Treatment Effluents diluted (%)</th>
                      <th align="center">BOD<sub>5</sub> (mg L<sup>-1</sup>) Before</th>
                      <th align="center">BOD<sub>5</sub> (mg L<sup>-1</sup>) After</th>
                      <th align="center">Maximum limit NC-27: 12 (2012)</th>
                    </tr>
                    <tr>
                      <th align="center">T1 CB (10)</th>
                      <th align="center">54</th>
                      <th align="center">59</th>
                      <th align="center">&lt;300</th>
                    </tr>
                    <tr>
                      <th align="center">T2 CB (25)</th>
                      <th align="center">54</th>
                      <th align="center">88</th>
                      <th align="center">&lt;300</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">54</td>
                      <td align="center">36</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center">54</td>
                      <td align="center">44</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">54</td>
                      <td align="center">54</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center">n.e</td>
                      <td align="center">n.e</td>
                      <td align="center">&lt;300</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p><i>Legend: n.d (not diluted); n.e (not valued).</i></p>
          </div>
          <p>In <span class="tooltip"><a href="#t3">Table 3</a></span>,
            a BOD reduction is observed in the treatments T3 and T4, similar value 
            is kept in T5 treatment and an increase is produced in treatments T1 and
            T2 after the filtration process, which confirms the good work of the 
            slow sand filters. According to <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span>, this indicator allows measuring the effectiveness in different purification processes and carrying out adjustments.</p>
        </article>
        <article class="section"><a id="id0xa551b80"><!-- named anchor --></a>
          <h4>pH and Conductivity Analysis</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>In <span class="tooltip"><a href="#t4">Table 4</a></span>, the results of pH measuring before and after filtration are shown.</p>
          <div class="table" id="t4"><span class="labelfig">TABLE 4.&nbsp; </span><span class="textfig">Analysis of pH measuring before and after filtration </span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col span="3">
                  </colgroup>
                  <thead>
                    <tr>
                      <th rowspan="2" align="center">Treatment Effluents diluted (%)</th>
                      <th colspan="3" align="center"> pH </th>
                    </tr>
                    <tr>
                      <th colspan="2" align="left"> Before After </th>
                      <th align="left"><span class="tooltip"><a href="#B11">NC-855:11, 2011</a><span class="tooltip-content">NC-855:11:
                        Utilización de las aguas residuales de la industria azucarera y de 
                        derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
                        Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
                        Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
                        2011.</span></span></th>
                    </tr>
                    <tr>
                      <th align="center"> </th>
                      <th align="center">Effluents</th>
                      <th align="left">Effluents</th>
                      <th align="center">pH</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center">7,80</td>
                      <td align="center">8, 82</td>
                      <td align="center">Not to use</td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center">7,98</td>
                      <td align="center">8, 58</td>
                      <td align="center">Not to use</td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">7,79</td>
                      <td align="center">8, 33</td>
                      <td align="center">Bad</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center">7,98</td>
                      <td align="center">7, 36</td>
                      <td align="center">Regular</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">7,43</td>
                      <td align="center">7, 92</td>
                      <td align="center">Bad</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center">7,00</td>
                      <td align="center">7, 80</td>
                      <td align="center">Regular</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p><i>Legend: n.d (not diluted)</i></p>
          </div>
          <p>In <span class="tooltip"><a href="#t4">Table 4</a></span>, a slight increase of pH values is observed in all treatments, except in T4. When they are compared to the Cuban norm <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>, for their application to irrigate, it is defined that, treatments T1 and T2 should not be used. According to <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span>,
            pH of urban residual sewages oscillates between 6,5 and 8, the 
            variations of these intervals are due to the lack of control of 
            industrial dumping. In accordance with the Cuban norm <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>, these effluents in the variable pH, can be classified between regular and bad, for their application to irrigate sugar cane.</p>
          <p>In <span class="tooltip"><a href="#t5">Table 5</a></span>, the electric conductivity and total soluble salts values before and after filtration are presented.</p>
          <div class="table" id="t5"><span class="labelfig">TABLE 5.&nbsp; </span><span class="textfig">Electric conductivity and total soluble salts values before and after filtration.</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Treatment Effluents diluted (%)</th>
                      <th align="center">Electric conductivity (µS/cm)</th>
                      <th align="center">Electric conductivity (µS/cm)</th>
                      <th align="center">Total soluble salt (TSS) ppm</th>
                      <th align="center">Total soluble salt (TSS) ppm</th>
                    </tr>
                    <tr>
                      <th align="center"> </th>
                      <th align="center">Before</th>
                      <th align="center">After</th>
                      <th align="center">Before</th>
                      <th align="center">After</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center">1,372</td>
                      <td align="center"><b>1,70</b></td>
                      <td align="center">&gt;960</td>
                      <td align="center">363</td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center">1,230</td>
                      <td align="center">1,07</td>
                      <td align="center">&gt;960</td>
                      <td align="center">587</td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">1,043</td>
                      <td align="center"><b>1,56</b></td>
                      <td align="center">&gt;960</td>
                      <td align="center">727</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center">0,909</td>
                      <td align="center">1,08</td>
                      <td align="center">&gt;960</td>
                      <td align="center">895</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">0,183</td>
                      <td align="center">0,6</td>
                      <td align="center">&gt;960</td>
                      <td align="center">959</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center"><b>2,280</b></td>
                      <td align="center">1 </td>
                      <td align="center">n.e</td>
                      <td align="center">n.e</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <p>In <span class="tooltip"><a href="#t5">Table 5</a></span>,
            in the variable electric conductivity (E.C), it is observed that 
            treatments T2, T4, T5 and T6 (classified as good) after passing through 
            the slow sand filters, they comply the Cuban norm <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>, differently from treatments T1 and T3 which are classified as regular. <span class="tooltip"><a href="#B17">Vázquez y Torres (2006)</a><span class="tooltip-content">VÁZQUEZ, B.E.; TORRES, G.S.: Fisiología vegetal, Ed. Editorial Felix Varela, La Habana, Cuba, 451 p., 2006.</span></span>,
            refer that the fundamental factors affecting saline adsorption are 
            temperature, light, concentration of hydrogen, oxygen concentration, 
            interaction of mineral elements, growth, concentration of mineral salts 
            and content of water in the soil. For that reason, the results obtained 
            here, are in correspondence with these authors and they reaffirm the 
            good work of the slow sand filters. According to <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span> normal values of conductivity in urban waste waters oscillate in the 
            range of 0,500 to 1,500 (µS/cm). In the case of the variable total 
            soluble salts (TSS), an increase was presented from 363 up to 895 mg L<sup>-1</sup> as the degree of dilution was increased, but all cases agree with the Cuban norm <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>, that limits it to &lt;960 mg L<sup>-1</sup> even for the not diluted sample.</p>
        </article>
        <article class="section"><a id="id0xed13080"><!-- named anchor --></a>
          <h4>Determination of Real Permeability:</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>By
            means of timing, the real permeability was determined in the effluents 
            investigated, according to the filters utilized as models. <span class="tooltip"><a href="#t6">Table 6</a></span> shows the results. </p>
          <div class="table" id="t6"><span class="labelfig">TABLE 6.&nbsp; </span><span class="textfig">Real and theoretical permeability</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Treatment Effluents diluted (%)</th>
                      <th align="center">Permeability, [cm<sup>3</sup>/s]</th>
                      <th align="center">Filter-F1 (Gravel + vegetable coal)</th>
                      <th align="center">Filter-F2 (Zeolite)</th>
                      <th align="center">Filter-F3 (Washed sand)</th>
                    </tr>
                    <tr>
                      <th align="center"> </th>
                      <th align="center">Theoretical permeability</th>
                      <th align="center">3 to10 [cm<sup>3</sup>/s]</th>
                      <th align="center">0.0978 [cm<sup>3</sup>/s]</th>
                      <th align="left">0.4 to 0.01 [cm<sup>3</sup>/s]</th>
                    </tr>
                    <tr>
                      <th align="center"> </th>
                      <th align="center">Real permeability</th>
                      <th align="center">[cm<sup>3</sup>/s]</th>
                      <th align="center">[cm<sup>3</sup>/s]</th>
                      <th align="center">[cm<sup>3</sup>/s]</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center"></td>
                      <td align="center">6,97</td>
                      <td align="center">0,20</td>
                      <td align="center">0,22</td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center"></td>
                      <td align="center">7,66</td>
                      <td align="center">0,18</td>
                      <td align="center">0,17</td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center"></td>
                      <td align="center">7,11</td>
                      <td align="center">0,19</td>
                      <td align="center">0,16</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center"></td>
                      <td align="center">6,75</td>
                      <td align="center">0,20</td>
                      <td align="center">0,22</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center"></td>
                      <td align="center">5,86</td>
                      <td align="center">0,19</td>
                      <td align="center">0,27</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center"></td>
                      <td align="center">7,24</td>
                      <td align="center">0,43</td>
                      <td align="center">0,48</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <p>It
            is shown that permeability values in filter No.1, developed a variation
            from 5,86 to 7,66 being in correspondence with the range of theoretical
            values outlined by <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
            V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
            para el tratamiento de agua potable, Universidad Central de Las Villas 
            UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
            Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>.In the case 
            of filter No.2, the values oscillated between 0,30 up to 2,53 and were 
            above the theoretical ones. While in filter No.3, the values oscillated 
            from 0,22 to 0,78 with some values inside the theoretical range outlined
            by <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
            V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
            para el tratamiento de agua potable, Universidad Central de Las Villas 
            UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
            Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>.The above-mentioned could be related with the characteristics of the materials utilized for filtering.</p>
        </article>
      </article>
      <article class="section"><a id="id0x11a0b380"><!-- named anchor --></a>
        <h4>Analysis of Filtration Coefficient (kf)</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>The values determined by (<span class="tooltip"><a href="#B18">Villareal, 2017</a><span class="tooltip-content">VILLAREAL,
          V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
          para el tratamiento de agua potable, Universidad Central de Las Villas 
          UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
          Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>) are assumed 
          for the present study. That author refers the results of the filtration 
          analysis from the materials to load for a cylinder height of 17,50 cm, 
          th depth of the stone reaches 1,20 cm, to obtain a filtration 
          coefficient (kf) of Arimao sand of 0,0936 cm<sup>3</sup>/s. In this work the real permeability indexes were determined, which are shown in <span class="tooltip"><a href="#t6">Table 6</a></span>.</p>
        <p>For the case of the zeolite, the same conditions were kept, obtaining a coefficient of 0,0978 cm<sup>3</sup>/s.
          That can be related to the grain of the zeolite, which is bigger and, 
          for that reason, the size of the interstice allows a quicker filtration 
          of the fluid. </p>
      </article>
      <article class="section"><a id="id0x11a18a80"><!-- named anchor --></a>
        <h4>Analysis of the Microbial Load in the Effluents</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>It is shown in <span class="tooltip"><a href="#t7">Table 7</a></span>.</p>
        <div class="table" id="t7"><span class="labelfig">TABLE 7.&nbsp; </span><span class="textfig">Microbiologic analysis of the effluents analyzed before and after filtration.</span></div>
        <div class="contenedor">
          <div class="outer-centrado">
            <div style="max-width: 1160px;" class="inner-centrado">
              <table>
                <colgroup>
                <col>
                <col>
                <col span="2">
                <col span="2">
                <col span="2">
                </colgroup>
                <thead>
                  <tr>
                    <th rowspan="3" align="center">Treatment Effluents diluted (%)</th>
                    <th colspan="2" align="center">Total coliforms </th>
                    <th colspan="2" align="center">Fecal coliforms </th>
                    <th colspan="2" align="center"><i>Pseudomonas areuginosas</i></th>
                  </tr>
                  <tr>
                    <th colspan="6" align="center">(CFU/100mL)</th>
                  </tr>
                  <tr>
                    <th align="center">Before</th>
                    <th align="center">After</th>
                    <th align="center">Before</th>
                    <th align="center">After</th>
                    <th align="center">Before</th>
                    <th align="center">After</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="center">T1 CB (10)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center">&gt;<b>1600</b></td>
                    <td align="center">&gt;1600</td>
                    <td align="center">7,8</td>
                    <td align="center">12</td>
                    <td align="center">1,8</td>
                  </tr>
                  <tr>
                    <td align="center">T2 CB (25)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center">7,8</td>
                    <td align="center">&gt;1600</td>
                    <td align="center">4,5</td>
                    <td align="center">39</td>
                    <td align="center">9,3</td>
                  </tr>
                  <tr>
                    <td align="center">T3 CB (50)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">39</td>
                    <td align="center">27</td>
                  </tr>
                  <tr>
                    <td align="center">T4 CB (75)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center">&gt; <b>1600</b></td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">24</td>
                    <td align="center">22</td>
                  </tr>
                  <tr>
                    <td align="center">T5 CB (n.d)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">26</td>
                    <td align="center">1,8</td>
                  </tr>
                  <tr>
                    <td align="center">T6 MH (n.d)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">47</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">1,8</td>
                    <td align="center">1,8</td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
        </div>
        <div class="clear"></div>
        <div class="table">
          <p><i>Legend:
            *NC-1095: 2015. CFU: Total coliform &lt; 1000 CFU/100 mL, fecal 
            coliform &lt; 1600 CFU/100 mL and Pseudomonas areuginosas &lt; 1600 
            CFU/100 mL.</i></p>
        </div>
        <p>The results of the microbial load (total and
          fecal coliforms) previous to the filtration process in the treatments 
          analyzed, show a high contamination, above that specified in the (<span class="tooltip"><a href="#B12">NC-1095-15, 2015</a><span class="tooltip-content">NC-1095-15:
          Microbiología del agua. Detección y enumeración de coliformes. Técnicas
          del número más probable (NMP), Inst. Oficina Nacional de Normalización 
          (NC), La Habana, Cuba, 23 p., 2015.</span></span>). While the results obtained in <i>Pseudomonas areuginosas</i> before and after filtration stayed in the range established by the 
          Cuban norm. Total and fecal coliforms after filtration decreased in 
          treatments T1 and T2, while they stayed equal in the other treatments in
          reference to that specified by the Cuban norm <span class="tooltip"><a href="#B12">NC-1095-15 (2015)</a><span class="tooltip-content">NC-1095-15:
          Microbiología del agua. Detección y enumeración de coliformes. Técnicas
          del número más probable (NMP), Inst. Oficina Nacional de Normalización 
          (NC), La Habana, Cuba, 23 p., 2015.</span></span>. That is in contradiction with previous works made by <span class="tooltip"><a href="#B9">Martínez <i>et al.</i>, (2014</a><span class="tooltip-content">MARTÍNEZ,
          H.C.M.; MARAÑON, M.E.; GARCÍA, L.Y.; CUPULL, S.R.; DELGADO, R.V.; UCLV,
          2019. 54 P.: “Studies at the biogas plant called" Niña Bonita.”, En: 
          Ed. AGROCENTRO, UCLV, Cayo Santa María, Villa Clara, Cuba, p. 8, 2014, 
          ISBN: 978-959-250-973-3.</span></span>; <span class="tooltip"><a href="#B8">2017)</a><span class="tooltip-content">MARTÍNEZ,
          H.C.M.; FRANCESENA, L.Y.; MARTÍNEZ, F.N.: “Impacto ambiental provocado 
          por efluentes de instalaciones de biogás de pequeña y mediana escala”, 
          Revista Ciencias Técnicas Agropecuarias, 26(4): 95-108, 2017, ISSN: 
          1010-2760, e-ISSN: 2071-0054.</span></span>; <span class="tooltip"><a href="#B15">Sosa (2015</a><span class="tooltip-content">SOSA,
          D.C.M.: Parámetros de control y monitoreo del proceso en digestores 
          anaerobios de pequeña escala y diferentes tecnologías, Universidad 
          Central de Las Villas UCLV, Trabajo de diploma (en opción al título de 
          Ingeniero Agrícola), 80 p., publisher: Universidad Central" Marta Abreu"
          de Las Villas, 2015.</span></span>); <span class="tooltip"><a href="#B7">Martínez &amp; Francesena (2018)</a><span class="tooltip-content">MARTÍNEZ,
          H.C.M.; FRANCESENA, L.Y.: “Tratamiento y utilización de efluentes de 
          instalaciones de biogás como abonos orgánicos. Revisión y análisis”, 
          Revista Centro Agrícola, 25(2): 83-92, 2018, ISSN: 0253-5785, on line: 
          2072-2001.</span></span>; <span class="tooltip"><a href="#B3">Fabregat (2019</a><span class="tooltip-content">FABREGAT,
          S.J.: Tratamiento y uso de efluentes de biodigestores porcinos como 
          abonos orgánicos, Universidad Central de Las Villas UCLV Facultad de 
          Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
          Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 64 p., 2019.</span></span>).</p>
      </article>
    </article>
    <article class="section"><a id="id0x138c9e80"><!-- named anchor --></a>
      <h3>CONCLUSIONS</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <div class="list"><a id="id0x138ca180"><!-- named anchor --></a>
        <ul>
          <li>
            <p>A
              slight increase of the pH values was observed in all the treatments, 
              except in T4 (7,36). The pH behaved in values between 7,36 and 8,82. 
              According to its comparison with the Cuban Norm <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
              Utilización de las aguas residuales de la industria azucarera y de 
              derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
              Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
              Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
              2011.</span></span>, treatments T1 (8,82) and T2 (8,58) should not be 
              used for its application to irrigate sugar cane. In the electric 
              conductivity (E.C), treatments T2 (1,07), T4 (1,08), T5 (0,6) and T6 
              (1), classified as good after passing through slow sand filters, they 
              comply the Cuban norm <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
              Utilización de las aguas residuales de la industria azucarera y de 
              derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
              Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
              Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
              2011.</span></span>. Treatments T1 (1,70) and T3 (1,56), were classified
              as regular. This indicator behaved in the range from 0,6 to 1,70 µS/cm,
              reducing the saline content of the effluents notably. </p>
          </li>
          <li>
            <p>In the case of the variable total soluble salts (TSS), an increase was presented from 363 to 895 mg L<sup>-1</sup> as the degree of dilution was increased, but all cases, even the not diluted sample, fulfilled the Cuban norm <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
              Utilización de las aguas residuales de la industria azucarera y de 
              derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
              Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
              Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
              2011.</span></span>, that limits it to &lt;960 mg L<sup>-1</sup>. </p>
          </li>
          <li>
            <p>Water
              temperature of the effluents at "Melanio Hernández" Mill diminished 
              from 28,8 to 27,0 ºC, while the effluents of "Carlos Baliño" Mill, after
              filtration oscillate between 25,8 and 23,6 ºC, allowing improving their
              quality. The COD began to vary moderately from 177 to 73 mg L<sup>-1</sup> being smaller than that established by the <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
              12: Vertimiento de aguas residuales a las aguas terrestres y al 
              alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
              Normalización, La Habana, Cuba, 11 p., 2012.</span></span>, which limits it to &lt;700 mg L<sup>-1</sup>. </p>
          </li>
          <li>
            <p>In the BOD<sub>5</sub> a notorious decrease was observed from 88 mg L<sup>-1</sup> to 36 mg L-1, complying that specified by the <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
              12: Vertimiento de aguas residuales a las aguas terrestres y al 
              alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
              Normalización, La Habana, Cuba, 11 p., 2012.</span></span>, which limits it to &lt;300 mg L<sup>-1</sup>. </p>
          </li>
          <li>
            <p>The
              treatment systems using slow sand filters allow diminishing the 
              polluting load of the residual and they increase the efficiency as this 
              it is filtered, allowing its dumping and use with economic ends.</p>
          </li>
        </ul>
      </div>
    </article>
  </section>
</div>
<div class="box2" id="article-back">
  <section>
    <article><a id="ack"></a>
      <h3>ACKNOWLEDGMENT</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <p>This
        work is part of an institutional project under development at the 
        Central University "Marta Abreu" of Las Villas (UCLV), with code: 10667,
        we thank its competent authorities for the support provided to its 
        progress.</p>
    </article>
    <article><a id="ref"></a>
      <h3>REFEENCES </h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <p id="B1">ASTM D 2434: American Society of Test Material, [en línea], 1997, Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 16 de marzo de 2018].</p>
      <p id="B2">BRITO,
        A.; DELGADO, O.; VILLARREAL, M.: Evaluación de los residuales generados
        en el sistema de tratamiento del integral porcino # 1., Inst. Unidad 
        Integral No. 1 de la Empresa Porcina Cienfuegos, Reporte de 
        investigación, Cienfuegos, Cuba, 9 p., 2019.</p>
      <p id="B3">FABREGAT, 
        S.J.: Tratamiento y uso de efluentes de biodigestores porcinos como 
        abonos orgánicos, Universidad Central de Las Villas UCLV Facultad de 
        Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
        Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 64 p., 2019.</p>
      <p id="B4">FRANCESENA,
        L.Y.: Impacto ambiental provocado por efluentes de instalaciones de 
        biogás de pequeña y mediana escala en las provincias de la región 
        central de Cuba, Universidad Central Marta Abreu de las Villas Marta 
        Abreu, Departamento de Ingeniería Agrícola, Trabajo de diploma (en 
        opción al título de Ingeniero Agrícola)., Santa Clara, Villa Clara, 
        Cuba, 51 p., publisher: Universidad Central¨ Marta Abreu¨ de Las Villas.
        Facultad de Ciencias …, 2016.</p>
      <p id="B5">LETTERMAN, R.D.: Water 
        quality and treatment: A Handbook of Community Water Supplies, Ed. 
        Toronto McGraw-Hill, Inc., Fifth ed., Toronto, Canada, 2010.</p>
      <p id="B6">LLAMA,
        D.A.: Evaluación del efecto del filtro lento de arena para el 
        tratamiento de efluentes de lagunas de oxidación en la UCLV, Universidad
        Central de Las Villas UCLV, Trabajo de Diploma (en opción al título de 
        Ing. Hidráulico), Santa Clara, Villa Clara, Cuba, 54 p., 2019.</p>
      <p id="B7">MARTÍNEZ,
        H.C.M.; FRANCESENA, L.Y.: “Tratamiento y utilización de efluentes de 
        instalaciones de biogás como abonos orgánicos. Revisión y análisis”, 
        Revista Centro Agrícola, 25(2): 83-92, 2018, ISSN: 0253-5785, on line: 
        2072-2001.</p>
      <p id="B8">MARTÍNEZ, H.C.M.; FRANCESENA, L.Y.; MARTÍNEZ, 
        F.N.: “Impacto ambiental provocado por efluentes de instalaciones de 
        biogás de pequeña y mediana escala”, Revista Ciencias Técnicas 
        Agropecuarias, 26(4): 95-108, 2017, ISSN: 1010-2760, e-ISSN: 2071-0054.</p>
      <p id="B9">MARTÍNEZ,
        H.C.M.; MARAÑON, M.E.; GARCÍA, L.Y.; CUPULL, S.R.; DELGADO, R.V.; UCLV,
        2019. 54 P.: “Studies at the biogas plant called" Niña Bonita.”, En: 
        Ed. AGROCENTRO, UCLV, Cayo Santa María, Villa Clara, Cuba, p. 8, 2014, 
        ISBN: 978-959-250-973-3.</p>
      <p id="B10">NC-27: 12: Vertimiento de aguas 
        residuales a las aguas terrestres y al alcantarillado. Especificaciones,
        Inst. ININ/ Oficina Nacional de Normalización, La Habana, Cuba, 11 p., 
        2012.</p>
      <p id="B11">NC-855:11: Utilización de las aguas residuales de 
        la industria azucarera y de derivados en el fertirriego de la caña de 
        azúcar, Inst. ININ/ Oficina Nacional de Normalización, La Habana, Cuba, 
        13 p., publisher: Inst. Oficina Nacional de Normalización, Norma Cubana 
        NC La Habana, Cuba, 2011.</p>
      <p id="B12">NC-1095-15: Microbiología del 
        agua. Detección y enumeración de coliformes. Técnicas del número más 
        probable (NMP), Inst. Oficina Nacional de Normalización (NC), La Habana,
        Cuba, 23 p., 2015.</p>
      <p id="B13">SÁNCHEZ, J.: Ley de Darcy, 
        conductividad hidráulica, [en línea], Inst. Departamento de 
        Geología-Universidad de Salamanca (España), Salamanca, España, 12 p., 
        1997, Disponible en:<a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 18 de marzo de 2018].</p>
      <p id="B14">SÁNCHEZ,
        J.: Uso de efluentes de lagunas de oxidación del CAI “Carlos Baliño” 
        como abonos orgánicos, Universidad Central de Las Villas UCLV Facultad 
        de Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
        Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 92 p., 2020.</p>
      <p id="B15">SOSA,
        D.C.M.: Parámetros de control y monitoreo del proceso en digestores 
        anaerobios de pequeña escala y diferentes tecnologías, Universidad 
        Central de Las Villas UCLV, Trabajo de diploma (en opción al título de 
        Ingeniero Agrícola), 80 p., publisher: Universidad Central" Marta Abreu"
        de Las Villas, 2015.</p>
      <p id="B16">TORRES, A.: Analisis de aguas 
        residuales, [en línea], Inst. Laboratorio Medio Ambiente. Diputacion 
        Provincial de Granada, Granada, España, 2015, Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</p>
      <p id="B17">VÁZQUEZ, B.E.; TORRES, G.S.: Fisiología vegetal, Ed. Editorial Felix Varela, La Habana, Cuba, 451 p., 2006.</p>
      <p id="B18">VILLAREAL,
        V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
        para el tratamiento de agua potable, Universidad Central de Las Villas 
        UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
        Santa Clara, Villa Clara, Cuba, 50 p., 2017.</p>
    </article>
  </section>
</div>
<div id="article-footer"></div>
<div id="s1-front"><a id="id2"></a>
  <div class="toctitle">Revista Ciencias Técnicas Agropecuarias Vol. 31, No. 4, October-December, 2022, ISSN:&nbsp;2071-0054</div>
  <div>&nbsp;</div>
  <div class="toctitle2"><b>ARTÍCULO ORIGINAL</b></div>
  <h1>Aplicación de filtros lentos de arena para la descontaminación de efluentes de lagunas de oxidación</h1>
  <div>&nbsp;</div>
  <div>
    <p><sup><a href="https://orcid.org/0000-0003-1853-1195" rel="license"><span class="orcid">iD</span></a></sup>Carlos M. Martínez-Hernández<span class="tooltip"><a href="#aff4"><sup>I</sup></a><span class="tooltip-content">Universidad Central “Marta Abreu” de las Villas. Santa Clara, Villa Clara, Cuba.</span></span><span class="tooltip"><a href="#c2">*</a><span class="tooltip-content">✉:<a href="mailto:carlosmh@uclv.edu.cu">carlosmh@uclv.edu.cu</a></span></span></p>
    <p><sup><a href="https://orcid.org/0000-0002-0255-3106" rel="license"><span class="orcid">iD</span></a></sup>Jesús A. Sánchez-Jassa<span class="tooltip"><a href="#aff5"><sup>II</sup></a><span class="tooltip-content">Grupo Azucarero AZCUBA, Sata Clara, Villa Clara, Cuba.</span></span></p>
    <p><sup><a href="https://orcid.org/0000-0003-0756-5357" rel="license"><span class="orcid">iD</span></a></sup>Nilda Rosa Martínez-Flores<span class="tooltip"><a href="#aff6"><sup>III</sup></a><span class="tooltip-content">Ministerio de Salud Pública (MINSAP), Centro Provincial de Higiene y Epidemiologia, Santa Clara, Villa Clara, Cuba.</span></span></p>
    <p><sup><a href="https://orcid.org/0000-0002-8468-6577" rel="license"><span class="orcid">iD</span></a></sup>István Gómez-Ríos<span class="tooltip"><a href="#aff1"><sup>I</sup></a><span class="tooltip-content">Universidad Central “Marta Abreu” de las Villas. Santa Clara, Villa Clara, Cuba.</span></span></p>
    <br>
    <p id="aff4"><span class="aff"><sup>I</sup>Universidad Central “Marta Abreu” de las Villas. Santa Clara, Villa Clara, Cuba.</span></p>
    <p id="aff5"><span class="aff"><sup>II</sup>Grupo Azucarero AZCUBA, Sata Clara, Villa Clara, Cuba.</span></p>
    <p id="aff6"><span class="aff"><sup>III</sup>Ministerio de Salud Pública (MINSAP), Centro Provincial de Higiene y Epidemiologia, Santa Clara, Villa Clara, Cuba.</span></p>
  </div>
  <div>&nbsp;</div>
  <p id="c2"> <sup>*</sup>Author for correspondence: Carlos M. Martínez-Hernández, e-mail: <a href="mailto:carlosmh@uclv.edu.cu">carlosmh@uclv.edu.cu</a> </p>
  <div class="titleabstract | box">RESUMEN</div>
  <div class="box1">
    <p>Utilizando
      filtros lentos de arena a pequeña escala se probó su efecto 
      descontaminante. El trabajo se realizó con el objetivo de eliminar la 
      contaminación de los efluentes de lagunas de oxidación de dos Centrales 
      Azucareros “Carlos Baliño” y “Melanio Hernández”. Los efluentes fueron 
      tomados en la región central del país (Santo Domingo, Villa Clara y 
      Tuinicú, Sancti Spíritus). Se probó el efecto descontaminante de 
      efluentes de lagunas de oxidación posterior a su paso por un filtro 
      lento de arena en cascadas ante diferentes tratamientos investigados. 
      Los efluentes fueron diluidos en agua destilada en las siguientes 
      proporciones: T1(10%), T2(25%), T3 (50%), T4 (75%), T5 y T6 (no 
      diluidos). En los efluentes, se determinaron: sus características 
      físico-químicas y microbiológicas, anteriores y posteriores a su paso 
      por los filtros lentos de arena. En la mayoría de los efluentes 
      evaluados, tanto sus características físico-químicas, como en la carga 
      microbiana se obtuvo una reducción notable; obteniendo valores por 
      debajo de los indicadores permitidos por las normas cubanas vigentes (<span class="tooltip"><a href="#B10">NC-27: 2012</a><span class="tooltip-content">NC-27:
      12: Vertimiento de aguas residuales a las aguas terrestres y al 
      alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
      Normalización, La Habana, Cuba, 11 p., 2012.</span></span>; <span class="tooltip"><a href="#B10">NC-1095: 2015</a><span class="tooltip-content">NC-27:
      12: Vertimiento de aguas residuales a las aguas terrestres y al 
      alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
      Normalización, La Habana, Cuba, 11 p., 2012.</span></span> y <span class="tooltip"><a href="#B11">NC-855: 2011</a><span class="tooltip-content">NC-855:11:
      Utilización de las aguas residuales de la industria azucarera y de 
      derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
      Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
      Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
      2011.</span></span>). </p>
    <div class="titlekwd"><b> <i>Palabras clave</i> </b> :&nbsp; </div>
    <div class="kwd">lagunas de oxidación, características físico-químicas y microbiológicas, filtros lentos de arena</div>
  </div>
</div>
<div class="box2" id="s1-body">
  <section>
    <article class="section"><a id="id0xa004e80"><!-- named anchor --></a>
      <h3>INTRODUCCIÓN</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <p>La
        filtración lenta de arena ha sido ampliamente usada como método para 
        mejorar la calidad del agua en diferentes regiones del planeta, debido a
        su simplicidad en la operación y a sus numerosas ventajas. En las 
        últimas décadas estos han sido implementados para mejorar las 
        condiciones del agua después de eventos meteorológicos y desastres 
        naturales cuando se ve truncado el tratamiento por los métodos 
        tradicionales de potabilización o para uso individual en las viviendas, 
        teniendo gran acogida.</p>
      <p>Se ha demostrado que los filtros lentos de 
        arena han funcionado de manera exitosa en zonas tanto urbanas como 
        rurales alrededor del mundo, muchas de las cuales subsisten de manera 
        precaria, permitiendo mejoramientos en materia de salud pública y en la 
        calidad de vida de los habitantes de éstas zonas, incluso en se ha 
        evidenciado su buen funcionamiento y el impacto positivo que generan 
        este tipo de tecnologías.</p>
      <p>En investigaciones recientes <span class="tooltip"><a href="#B4">Francesena (2016)</a><span class="tooltip-content">FRANCESENA,
        L.Y.: Impacto ambiental provocado por efluentes de instalaciones de 
        biogás de pequeña y mediana escala en las provincias de la región 
        central de Cuba, Universidad Central Marta Abreu de las Villas Marta 
        Abreu, Departamento de Ingeniería Agrícola, Trabajo de diploma (en 
        opción al título de Ingeniero Agrícola)., Santa Clara, Villa Clara, 
        Cuba, 51 p., publisher: Universidad Central¨ Marta Abreu¨ de Las Villas.
        Facultad de Ciencias …, 2016.</span></span>; <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
        V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
        para el tratamiento de agua potable, Universidad Central de Las Villas 
        UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
        Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>; <span class="tooltip"><a href="#B2">Brito <i>et al.</i> (2019)</a><span class="tooltip-content">BRITO,
        A.; DELGADO, O.; VILLARREAL, M.: Evaluación de los residuales generados
        en el sistema de tratamiento del integral porcino # 1., Inst. Unidad 
        Integral No. 1 de la Empresa Porcina Cienfuegos, Reporte de 
        investigación, Cienfuegos, Cuba, 9 p., 2019.</span></span>; <span class="tooltip"><a href="#B3">Fabregat (2019)</a><span class="tooltip-content">FABREGAT,
        S.J.: Tratamiento y uso de efluentes de biodigestores porcinos como 
        abonos orgánicos, Universidad Central de Las Villas UCLV Facultad de 
        Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
        Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 64 p., 2019.</span></span>; <span class="tooltip"><a href="#B6">Llama (2019)</a><span class="tooltip-content">LLAMA,
        D.A.: Evaluación del efecto del filtro lento de arena para el 
        tratamiento de efluentes de lagunas de oxidación en la UCLV, Universidad
        Central de Las Villas UCLV, Trabajo de Diploma (en opción al título de 
        Ing. Hidráulico), Santa Clara, Villa Clara, Cuba, 54 p., 2019.</span></span>; <span class="tooltip"><a href="#B14">Sánchez (2020)</a><span class="tooltip-content">SÁNCHEZ,
        J.: Uso de efluentes de lagunas de oxidación del CAI “Carlos Baliño” 
        como abonos orgánicos, Universidad Central de Las Villas UCLV Facultad 
        de Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
        Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 92 p., 2020.</span></span>,
        se ha evaluado el método de filtración lenta de arena como alternativa 
        para obtener efluentes de lagunas de oxidación poco agresivos al medio 
        ambiente con materiales locales disminuyendo costos y ofreciendo una 
        alternativa ante las condiciones actuales de estos efluentes, los cuales
        son vertidos al medio con alto valor de contaminación.</p>
      <p>Algunos de
        estos estudios, se han referido a la implementación de sistemas de 
        filtros lentos de arena a escala de laboratorio con el fin de tratar los
        efluentes de lagunas de oxidación, para posteriormente medir ciertos 
        parámetros de los efluentes tratados y compararlos con la normativas 
        cubanas <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
        12: Vertimiento de aguas residuales a las aguas terrestres y al 
        alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
        Normalización, La Habana, Cuba, 11 p., 2012.</span></span> de agua residuales y <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
        Utilización de las aguas residuales de la industria azucarera y de 
        derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
        Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
        Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
        2011.</span></span> para la utilización de los residuales de la Industria Azucarera en el fertirriego de la caña de azúcar.</p>
      <p>En
        las investigaciones referenciadas anteriormente, se ha podido constatar
        que los filtros lentos de arena son una buena alternativa para mejorar 
        la calidad de los efluentes de biodigestores en producción, obteniendo 
        altos porcentajes de remoción de DQO, DBO<sub>5</sub>, ST, coliformes fecales, termotolerantes y <i>Pseudomonas aeruginosas</i> en investigaciones recientes sobre el tema a nivel nacional e internacional.</p>
      <p>Motivado
        por algunas de las investigaciones referenciadas previamente y como 
        parte de un proyecto de investigación en curso del Dpto de Ingeniería 
        Agrícola de la Universidad Central “Marta Abreu” de las Villas, el cual 
        ha sido de interés para el CAI ”Carlos Baliño”. Se decidió llevar a cabo
        en la región central de Cuba (provincias de Villa Clara y Sancti 
        Spíritus), toma de muestras de efluentes en la lagunas de oxidación de 
        los CAI “Carlos Baliño” y “Melanio Hernández” para su estudio y 
        valoración, motivado por ser una zona muy significativas que refleja la 
        situación actual en materia de uso y tratamientos de efluentes de 
        lagunas de oxidación, por lo cual los resultados obtenidos en esta 
        investigación pudieran ser usados como base para el desarrollo de 
        futuros proyectos de ingeniería que brinden otro tipo de soluciones a la
        problemática planteada (gran proliferación de lagunas de oxidación en 
        el territorio central de Cuba; así como la ocurrencia de fenómenos 
        atmosféricos de gran magnitud en el último lustro), lo cual pone de 
        manifiesto que estos efluentes son peligrosos al medio ambiente ya que 
        pueden contaminar las aguas superficiales y profundas al ser vertidos 
        indiscriminadamente al medio ambiente sin ningún tipo de tratamiento 
        previo. Sobre esta base, este trabajo se planteó como <b>objetivo</b>: 
        Evaluar el efecto de filtros lentos de arena para el tratamiento de 
        efluentes de las laguna de oxidación de los Complejos Agroindustriales 
        ”Carlos Baliño” y “Melanio Hernández” con diferentes porcientos de 
        dilución en agua.</p>
    </article>
    <article class="section"><a id="id0xa12ce00"><!-- named anchor --></a>
      <h3>MATERIALES Y MÉTODOS</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <article class="section"><a id="id0xa512100"><!-- named anchor --></a>
        <h4>Fabricación del biofiltro de grava, arena, zeolita y carbón vegetal. Ensayos hidráulicos</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>La
          confección del biofiltro a escala de laboratorio se realizó con 
          materiales del territorio de Villa Clara y Sancti Spíritus 
          principalmente siguiendo algunos de los criterios obtenidos en la 
          revisión bibliográfica: como tamaño medio de las partículas de los 
          materiales utilizados, los que se exponen posteriormente en este 
          epígrafe.</p>
        <article class="section"><a id="id0xa512500"><!-- named anchor --></a>
          <h4>Materiales</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Los
            materiales usados son de adquisición propia y para ello se utilizaron 3
            tanques plásticos de polietileno de alta densidad (PAD) a 5 L cada uno 
            llenados con los respectivos materiales: el primero se cargó con arena 
            lavada, el segundo con Zeolita y el tercero con grava y carbón vegetal. 
            Las alturas de los medios filtrantes fueron 8, 8 y 16 cm 
            respectivamente. En el tanque 1, se añadió una cantidad de 2000 cm<sup>3</sup> de arena lavada; en el tanque 2, se añadió una cantidad de 2000 cm<sup>3</sup> de zeolita; mientras que en el tanque 3, fue añadido 3000 cm<sup>3</sup> (2000 cm<sup>3</sup>grava + 1000 cm<sup>3</sup>carbón vegetal<b>).</b></p>
        </article>
      </article>
      <article class="section"><a id="id0xa513400"><!-- named anchor --></a>
        <h4>Toma de muestras iniciales</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <article class="section"><a id="id0xa513680"><!-- named anchor --></a>
          <h4>Cálculo del espesor de la capa filtrante</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>La
            pérdida de carga (es decir, la caída de presión) que se produce cuando 
            el agua limpia fluye a través de un medio de filtro limpio se puede 
            calcular a partir de ecuaciones conocidas. El flujo a través de un 
            filtro limpio de tamaño de grano ordinario (es decir, de 0,5 mm a 1,0 
            mm) a la filtración ordinaria. Las velocidades (4,9 a 12,2 m/h) estarían
            en el rango de flujo laminar representado por la ecuación de Kozeny que
            es dimensionalmente homogénea (es decir, se puede usar cualquier unidad
            consistente que sea dimensionalmente homogéneo) según <span class="tooltip"><a href="#B5">Letterman, (2010)</a><span class="tooltip-content">LETTERMAN,
            R.D.: Water quality and treatment: A Handbook of Community Water 
            Supplies, Ed. Toronto McGraw-Hill, Inc., Fifth ed., Toronto, Canada, 
            2010.</span></span>. Pero como el agua a tratar no es limpia se tuvo en 
            cuenta un cálculo más simple y se consideró el cálculo por la ecuación 
            de Darcy (<span class="tooltip"><a href="#e5">Ec. 1</a><span class="tooltip-content">
            <math>
              <mfenced separators="|">
                <mrow>
                  <mi>H</mi>
                  <mn>1</mn>
                  <mo>-</mo>
                  <mi>H</mi>
                  <mn>2</mn>
                </mrow>
              </mfenced>
              <mo>=</mo>
              <mfrac>
                <mrow>
                  <mi>v</mi>
                  <mi>f</mi>
                </mrow>
                <mrow>
                  <mi>k</mi>
                </mrow>
              </mfrac>
              <mo>×</mo>
              <mi mathvariant="normal">L</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
            </math>
            </span></span>) adaptada a un filtro según <span class="tooltip"><a href="#B13">Sánchez (1997)</a><span class="tooltip-content">SÁNCHEZ,
            J.: Ley de Darcy, conductividad hidráulica, [en línea], Inst. 
            Departamento de Geología-Universidad de Salamanca (España), Salamanca, 
            España, 12 p., 1997, Disponible en:<a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 18 de marzo de 2018].</span></span>.</p>
          <div id="e5" class="disp-formula">
            <math>
              <mfenced separators="|">
                <mrow>
                  <mi>H</mi>
                  <mn>1</mn>
                  <mo>-</mo>
                  <mi>H</mi>
                  <mn>2</mn>
                </mrow>
              </mfenced>
              <mo>=</mo>
              <mfrac>
                <mrow>
                  <mi>v</mi>
                  <mi>f</mi>
                </mrow>
                <mrow>
                  <mi>k</mi>
                </mrow>
              </mfrac>
              <mo>×</mo>
              <mi mathvariant="normal">L</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
            </math>
            <span class="labelfig"> &nbsp;(1)</span></div>
          <div style="clear:both"></div>
          <p>donde:</p>
          <p>L
            = grosor de la capa de arena, cm; </p>
          <p>k o k<sub>f</sub> = coeficiente de permeabilidad; </p>
          <p>H<sub>1</sub> = pelo de agua cruda o a tratar, cm; </p>
          <p>H<sub>2</sub> = pelo de agua tratada, cm; </p>
          <p>v<sub>f</sub> = velocidad de filtración en el lecho de arena, cm<sup>3</sup>/s. </p>
        </article>
        <article class="section"><a id="id0xa748a80"><!-- named anchor --></a>
          <h4>Diseño del flujo del filtro</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Con la velocidad de filtración de las muestras y el área de salida del filtro se procedió a calcular el flujo del filtro por la <span class="tooltip"><a href="#e6">expresión 2,2</a><span class="tooltip-content">
            <math>
              <mi>Q</mi>
              <mo>=</mo>
              <mi>A</mi>
              <mo>×</mo>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            </span></span>:</p>
          <div id="e6" class="disp-formula">
            <math>
              <mi>Q</mi>
              <mo>=</mo>
              <mi>A</mi>
              <mo>×</mo>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            <span class="labelfig"> &nbsp;</span></div>
          <div style="clear:both"></div>
          <p>donde:</p>
          <p>Q
            = flujo, m<sup>3</sup>/s; </p>
          <p>A
            = área de salida, m<sup>2</sup>; </p>
          <p>
            <math>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            = velocidad de salida, m/s. </p>
        </article>
        <article class="section"><a id="id0xa9e7480"><!-- named anchor --></a>
          <h4>Análisis físico-químico de los efluentes</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Las
            muestras objeto de investigación se transportaron a los laboratorios 
            del Centro de Bioactivos Químicos (CBQ) de la Universidad Central de Las
            Villas (UCLV) y a la Empresa Nacional de Análisis y Servicios Técnicos 
            (ENAST), de Santa Clara, Villa Clara para la determinación de los 
            parámetros objeto de estudio. En todos los casos, fueron ejecutadas tres
            mediciones de las variables: temperatura, pH, conductividad eléctrica 
            (CE), sales solubles totales (SST), demanda química de oxígeno (DQO), 
            demanda biológica de oxígeno (DBO<sub>5</sub>) y la carga microbiana por
            tratamiento evaluado en cada una de las lagunas de oxidación 
            analizadas. Estas muestras fueron caracterizadas según los criterios 
            estipulados por las normas cubanas <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span> y <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span>. Los 
            efluentes fueron analizados (a la salida de las lagunas de oxidación) y 
            posterior a su paso por los filtros lentos de arena que actúan en tres 
            cascadas (filtro de grava + carbón vegetal; filtro de arena+zeolita; 
            filtro de arena).</p>
        </article>
        <article class="section"><a id="id0xa9e7e00"><!-- named anchor --></a>
          <h4>Determinación de la carga microbiana en los efluentes</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Se
            colectaron los efluentes en pomos plásticos de 1500 mL, y se llevaron 
            rápidamente al laboratorio de microbiología del Centro Provincial de 
            Higiene y Epidemiologia de Santa Clara, Villa Clara, donde se 
            determinaran coliformes totales, coliformes termo tolerantes y <i>pseudomonas aeruginosas</i>,
            a la salida de las lagunas de oxidación y posterior a su paso por los 
            filtros lentos de arena. Los valores obtenidos se contrastaron con los 
            valores estipulados por las normas cubanas (<span class="tooltip"><a href="#B11">NC-855:11, 2011</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>; <span class="tooltip"><a href="#B10">NC-27: 12, 2012</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span>; <span class="tooltip"><a href="#B12">NC-1095-15, 2015</a><span class="tooltip-content">NC-1095-15:
            Microbiología del agua. Detección y enumeración de coliformes. Técnicas
            del número más probable (NMP), Inst. Oficina Nacional de Normalización 
            (NC), La Habana, Cuba, 23 p., 2015.</span></span>).</p>
        </article>
      </article>
    </article>
    <article class="section"><a id="id0xa9e8a00"><!-- named anchor --></a>
      <h3>RESULTADOS Y DISCUSIÓN</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <article class="section"><a id="id0xa9e8c80"><!-- named anchor --></a>
        <h4>Resultados del diseño del filtro</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <article class="section"><a id="id0xa9e8f00"><!-- named anchor --></a>
          <h4>Análisis granulométrico</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Tomando como referencia los estudios de <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
            V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
            para el tratamiento de agua potable, Universidad Central de Las Villas 
            UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
            Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>, se asume que
            el análisis granulométrico de la fracción de arena de Arimao y de la 
            Zeolita, utilizando para ello la serie de tamices <span class="tooltip"><a href="#B1">ASTM D 2434 (1997)</a><span class="tooltip-content">ASTM D 2434: American Society of Test Material, [en línea], 1997, Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 16 de marzo de 2018].</span></span>,
            es semejante al utilizado en este trabajo, en el cual se utilizaron los
            mismos materiales. Con el análisis anterior se puede concluir que la 
            arena con saneamiento y la zeolita tienen una distribución 
            granulométrica aceptada para la construcción del biofiltro.</p>
        </article>
        <article class="section"><a id="id0xa9ef700"><!-- named anchor --></a>
          <h4>Resultados del caudal de diseño del filtro</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Tomando como referencia los filtros lentos de arenas ejecutados por <span class="tooltip"><a href="#B3">Fabregat (2019)</a><span class="tooltip-content">FABREGAT,
            S.J.: Tratamiento y uso de efluentes de biodigestores porcinos como 
            abonos orgánicos, Universidad Central de Las Villas UCLV Facultad de 
            Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
            Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 64 p., 2019.</span></span>,
            con la velocidad de filtración de las muestras y el área de la sección 
            transversal de salida del filtro, se procede a calcular el caudal de 
            diseño mediante la <span class="tooltip"><a href="#e6">ec. 2</a><span class="tooltip-content">
            <math>
              <mi>Q</mi>
              <mo>=</mo>
              <mi>A</mi>
              <mo>×</mo>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            </span></span>.</p>
          <p>Sustituyendo valores en la <span class="tooltip"><a href="#e6">ecuación 2</a><span class="tooltip-content">
            <math>
              <mi>Q</mi>
              <mo>=</mo>
              <mi>A</mi>
              <mo>×</mo>
              <mi>v</mi>
              <mi>f</mi>
            </math>
            </span></span>, se tiene que:</p>
          <div id="e7" class="disp-formula">
            <math>
              <mi mathvariant="normal">Q</mi>
              <mo>=</mo>
              <mn>3,8</mn>
              <mo>∙</mo>
              <msup>
                <mrow>
                  <mn>10</mn>
                </mrow>
                <mrow>
                  <mo>-</mo>
                  <mn>8</mn>
                </mrow>
              </msup>
              <msup>
                <mrow>
                  <mi mathvariant="normal">m</mi>
                </mrow>
                <mrow>
                  <mn>3</mn>
                </mrow>
              </msup>
              <mo>/</mo>
              <mi mathvariant="normal">s</mi>
            </math>
            <span class="labelfig"> &nbsp;</span></div>
          <div style="clear:both"></div>
          <p>Se aclara 
            que para la determinación del caudal de diseño del filtro se utilizó 
            agua común como fluido, no obstante, también se determinó en todos los 
            efluentes investigados. Tomándose la velocidad del fluido real como un 
            promedio de los valores determinados a escala reducida en los efluentes 
            investigados a la salida del filtro lento de arena, siendo este valor 
            igual a 0,25 cm<sup>3</sup>/s.</p>
        </article>
        <article class="section"><a id="id0xed17980"><!-- named anchor --></a>
          <h4>Resultados del cálculo del espesor de la capa filtrante</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Sustituyendo en la ecuación de Darcy (<span class="tooltip"><a href="#e5">Ec 1</a><span class="tooltip-content">
            <math>
              <mfenced separators="|">
                <mrow>
                  <mi>H</mi>
                  <mn>1</mn>
                  <mo>-</mo>
                  <mi>H</mi>
                  <mn>2</mn>
                </mrow>
              </mfenced>
              <mo>=</mo>
              <mfrac>
                <mrow>
                  <mi>v</mi>
                  <mi>f</mi>
                </mrow>
                <mrow>
                  <mi>k</mi>
                </mrow>
              </mfrac>
              <mo>×</mo>
              <mi mathvariant="normal">L</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
              <mi mathvariant="normal">&nbsp;</mi>
            </math>
            </span></span>) adaptada a un filtro. Se tiene que:</p>
          <p> L = 3,12 cm </p>
          <p>El espesor de la capa filtrante se asumió L= 8 cm, 
            prácticamente el doble de lo determinado por cálculo, con el objeto de 
            obtener un buen filtrado de los efluentes, al ser estos un fluido muy 
            contaminado.</p>
        </article>
      </article>
      <article class="section"><a id="id0xed18700"><!-- named anchor --></a>
        <h4>Análisis de los parámetros físico-químico</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <article class="section"><a id="id0xed18980"><!-- named anchor --></a>
          <h4>Temperatura del agua</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>Para
            la medición de la temperatura se utilizó un termómetro de mercurio y se
            realizó la medición antes y después del proceso de filtrado del agua. 
            En la <span class="tooltip"><a href="#t8">Tabla 1</a></span> se presentan los resultados obtenidos.</p>
          <div class="table" id="t8"><span class="labelfig">TABLA 1.&nbsp; </span><span class="textfig">Comparación de la temperatura anterior y posterior al proceso de filtrado</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Tratamientos Efluentes (%) dilución</th>
                      <th align="center">Efluentes Melanio Hernández</th>
                      <th align="center">Efluentes Carlos Baliño</th>
                      <th align="center">Temperatura antes del filtrado (ºC)</th>
                      <th align="center">Temperatura después del filtrado (ºC)</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">10</td>
                      <td align="center">T1 MN </td>
                      <td align="center">T1 CB </td>
                      <td align="center">25,9 (25,9)</td>
                      <td align="center">28,7 (23,8)</td>
                    </tr>
                    <tr>
                      <td align="center">25</td>
                      <td align="center">T2 MN </td>
                      <td align="center">T2 CB </td>
                      <td align="center">28,0 (28,0)</td>
                      <td align="center">28,6 (23,6)</td>
                    </tr>
                    <tr>
                      <td align="center">50</td>
                      <td align="center">T3 MN </td>
                      <td align="center">T3 CB </td>
                      <td align="center">28,8 (28,8)</td>
                      <td align="center">28,9 (23,6)</td>
                    </tr>
                    <tr>
                      <td align="center">75</td>
                      <td align="center">T4 MN </td>
                      <td align="center">T4 CB </td>
                      <td align="center">28,4 (28,4)</td>
                      <td align="center">27,0 (23,6)</td>
                    </tr>
                    <tr>
                      <td align="center">No diluido</td>
                      <td align="center">T5 MN (n.d)</td>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">28,6 (28,6)</td>
                      <td align="center">27,3 (25,8)</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p>Leyenda: n.d. no diluido; CB-Carlos Baliño; MH-Melanio Hernández; valores entre paréntesis se refieren a Carlos Baliño.</p>
          </div>
          <p>Se pudo observar (<span class="tooltip"><a href="#t8">Tabla 1</a></span>)
            que la temperatura del agua de los efluentes del “Melanio Hernández” 
            disminuyen desde 28,8 hasta 27,0 (ºC); mientras que los efluentes del 
            “Carlos Baliño” después del proceso de filtrado oscilan entre 23,6 y 
            25,8 (ºC) refrescando debido al paso del líquido por los intersticios, 
            propiedad que adquiere el agua y la hace más aceptable al paladar (en 
            agua potable) y que permite la disminución de los microorganismos 
            presentes en ella, ya que la disminución de la temperatura influye en la
            proliferación de estos bióticos anulando los procesos de reproducción. 
            De acuerdo con <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span> el rango obtenido está en el rango de la temperatura optima (25-35 <sup>0</sup>C).</p>
        </article>
        <article class="section"><a id="id0x126b9900"><!-- named anchor --></a>
          <h4>Análisis de la DQO</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>A continuación, se presenta los resultados obtenidos. En la <span class="tooltip"><a href="#t9">Tabla 2</a></span> se analiza esta variable según <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span> y se compara la DQO anterior y posterior al proceso de filtrado.</p>
          <div class="table" id="t9"><span class="labelfig">TABLA 2.&nbsp; </span><span class="textfig">Cuadro comparativo del DQO, anterior y posterior a la biofiltración</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Tratamientos Efluentes diluidos (%)</th>
                      <th align="center">DQO (mg L<sup>-1</sup>) Anterior</th>
                      <th align="center">DQO (mg L<sup>-1</sup>) Posterior</th>
                      <th align="center">Límite máximo</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center">118</td>
                      <td align="center">118</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center">118</td>
                      <td align="center">118</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">118</td>
                      <td align="center">177</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center">118</td>
                      <td align="center">73</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">118</td>
                      <td align="center">88</td>
                      <td align="center">&lt;700</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center">n.e</td>
                      <td align="center">n.e</td>
                      <td align="center">&lt;700</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p>Leyenda: n.e- No evaluado.</p>
          </div>
          <p>Del análisis de la <span class="tooltip"><a href="#t9">Tabla 2</a></span>, se pudo observar que todos los tratamientos cumplen con la norma cubana <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
            12: Vertimiento de aguas residuales a las aguas terrestres y al 
            alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
            Normalización, La Habana, Cuba, 11 p., 2012.</span></span> posterior al 
            paso de los efluentes por los diferentes filtros. Mostrando un buen 
            efecto de los filtros lentos al reducir o mantener el valor de la DQO 
            excepto en el tratamiento T3. Según <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span> en los reactores biológicos el control de la cantidad de oxígeno disuelto es uno de los valores críticos a controlar.</p>
        </article>
        <article class="section"><a id="id0x3cdb80"><!-- named anchor --></a>
          <h4>Análisis de la DBO<sub>5</sub></h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>En la <span class="tooltip"><a href="#t10">Tabla 3</a></span> se presentan un cuadro comparativo del DBO<sub>5</sub>, anterior y posterior a la biofiltración.</p>
          <div class="table" id="t10"><span class="labelfig">TABLA 3.&nbsp; </span><span class="textfig">Cuadro comparativo del DBO<sub>5</sub>, anterior y posterior a la biofiltración</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Tratamientos. Efluentes diluidos (%)</th>
                      <th align="center">DBO<sub>5</sub> (mg L<sup>-1</sup>) Anterior</th>
                      <th align="center">DBO<sub>5</sub> (mg L<sup>-1</sup>) Posterior</th>
                      <th align="center">Límite máximo NC-27: 12 (2012)</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center">54</td>
                      <td align="center">59</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center">54</td>
                      <td align="center">88</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">54</td>
                      <td align="center">36</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center">54</td>
                      <td align="center">44</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">54</td>
                      <td align="center">54</td>
                      <td align="center">&lt;300</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center">n.e</td>
                      <td align="center">n.e</td>
                      <td align="center">&lt;300</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p>Leyenda: n.d (no diluido); n.e (no evaluado).</p>
          </div>
          <p>Del análisis de la <span class="tooltip"><a href="#t10">Tabla 3</a></span>,
            se pudo observar que existe una reducción en los tratamientos T3 y T4, 
            se mantiene con igual valor el tratamiento T5 y los tratamientos T1 y T2
            aumentan los valores de la DBO<sub>5</sub> posterior al proceso de filtrado; lo cual confirma el buen trabajo de los filtros lentos. De acuerdo con <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span> este indicador permite medir la eficacia en los diferentes procesos de depuración y realizar ajustes.</p>
        </article>
        <article class="section"><a id="id0x656a400"><!-- named anchor --></a>
          <h4>Análisis del pH y conductividad</h4>
          &nbsp;<a href="#content" class="boton_1">⌅</a>
          <p>En la <span class="tooltip"><a href="#t11">Tabla 4</a></span> se presentan los resultados del análisis del pH anterior y posterior al filtrado.</p>
          <div class="table" id="t11"><span class="labelfig">TABLA 4.&nbsp; </span><span class="textfig">Análisis del pH anterior y posterior al filtrado</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col span="3">
                  </colgroup>
                  <thead>
                    <tr>
                      <th rowspan="2" align="center">Tratamientos. Efluentes diluidos (%)</th>
                      <th colspan="3" align="center">pH obtenido </th>
                    </tr>
                    <tr>
                      <th colspan="2" align="center">Anterior Posterior </th>
                      <th align="left"><span class="tooltip"><a href="#B11">NC-855:11, 2011</a><span class="tooltip-content">NC-855:11:
                        Utilización de las aguas residuales de la industria azucarera y de 
                        derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
                        Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
                        Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
                        2011.</span></span> </th>
                    </tr>
                    <tr>
                      <th align="center"> </th>
                      <th align="center">Efluentes</th>
                      <th align="left">Efluentes</th>
                      <th align="center">pH</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center">7,80</td>
                      <td align="center">8, 82</td>
                      <td align="center"><b>No utilizar</b></td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center">7,98</td>
                      <td align="center">8, 58</td>
                      <td align="center">No utilizar </td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">7,79</td>
                      <td align="center">8, 33</td>
                      <td align="center">Mala</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center"><b>7,98</b></td>
                      <td align="center">7, 36</td>
                      <td align="center">Regular</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">7, 43</td>
                      <td align="center">7, 92</td>
                      <td align="center">Mala</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center">7, 00</td>
                      <td align="center">7, 80</td>
                      <td align="center">Regular</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <div class="table">
            <p>Leyenda: n.e (no evaluado); n.d- (no diluidos).</p>
          </div>
          <p>Del análisis de la <span class="tooltip"><a href="#t11">Tabla 4</a></span> se pudo observar un ligero aumento de los valores de pH, en todos los 
            tratamientos, excepto en el T4. Se compara con la norma cubana <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>, para su aplicación como fertirriego. Según su 
            comparación con la Norma Cubana, los tratamientos T1 y T2 no deben ser 
            utilizados. De acuerdo con <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span> los vertidos de residuales urbanos oscilan entre un valor de pH 6,5 y 
            8, las variaciones de estos intervalos son debido a vertidos 
            incontrolados de origen industrial. De acuerdo con la norma cubana <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>, estos efluentes en la variable pH, se pueden 
            catalogar de regulares a malos, para su aplicación en fertirriego a la 
            caña de azúcar.</p>
          <p>En la <span class="tooltip"><a href="#t12">Tabla 5</a></span> se presentan los valores de conductividad eléctrica y sales solubles totales anterior y posterior al filtrado.</p>
          <div class="table" id="t12"><span class="labelfig">TABLA 5.&nbsp; </span><span class="textfig">Valores de conductividad y sales solubles totales anterior y posterior al filtrado</span></div>
          <div class="contenedor">
            <div class="outer-centrado">
              <div style="max-width: 1160px;" class="inner-centrado">
                <table>
                  <colgroup>
                  <col>
                  <col>
                  <col>
                  <col>
                  <col>
                  </colgroup>
                  <thead>
                    <tr>
                      <th align="center">Tratamientos. Efluentes diluidos (%)</th>
                      <th align="center">Conductividad (µS/cm)</th>
                      <th align="center">Conductividad (µS/cm)</th>
                      <th align="center">Sales solubles totales (SST) ppm</th>
                      <th align="center">Sales solubles totales (SST) ppm</th>
                    </tr>
                    <tr>
                      <th align="center"> </th>
                      <th align="center">anterior</th>
                      <th align="center">posterior</th>
                      <th align="center">anterior</th>
                      <th align="center">posterior</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr>
                      <td align="center">T1 CB (10)</td>
                      <td align="center">1,372</td>
                      <td align="center"><b>1,70</b></td>
                      <td align="center">&gt;960</td>
                      <td align="center">363</td>
                    </tr>
                    <tr>
                      <td align="center">T2 CB (25)</td>
                      <td align="center">1,230</td>
                      <td align="center">1,07</td>
                      <td align="center">&gt;960</td>
                      <td align="center">587</td>
                    </tr>
                    <tr>
                      <td align="center">T3 CB (50)</td>
                      <td align="center">1,043</td>
                      <td align="center"><b>1,56</b></td>
                      <td align="center">&gt;960</td>
                      <td align="center">727</td>
                    </tr>
                    <tr>
                      <td align="center">T4 CB (75)</td>
                      <td align="center">0,909</td>
                      <td align="center">1,08</td>
                      <td align="center">&gt;960</td>
                      <td align="center">895</td>
                    </tr>
                    <tr>
                      <td align="center">T5 CB (n.d)</td>
                      <td align="center">0,183</td>
                      <td align="center">0,6</td>
                      <td align="center">&gt;960</td>
                      <td align="center">959</td>
                    </tr>
                    <tr>
                      <td align="center">T6 MH (n.d)</td>
                      <td align="center"><b>2,280</b></td>
                      <td align="center">1 </td>
                      <td align="center">n.e</td>
                      <td align="center">n.e</td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
          <div class="clear"></div>
          <p>Del análisis de la <span class="tooltip"><a href="#t12">Tabla 5</a></span>,
            en la variable conductividad eléctrica (C.E), se pudo observar que los 
            tratamientos T2, T4, T5 y T6 (catalogados como buenos) posteriores a su 
            paso por los filtros lentos, cumplimentan la norma cubana <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>. No siendo así en los casos de los tratamientos T1 y T3 (catalogados como regulares). De acuerdo con <span class="tooltip"><a href="#B17">Vázquez y Torres (2006)</a><span class="tooltip-content">VÁZQUEZ, B.E.; TORRES, G.S.: Fisiología vegetal, Ed. Editorial Felix Varela, La Habana, Cuba, 451 p., 2006.</span></span>,
            los factores fundamentales que afectan la adsorción salina son: la 
            temperatura, la luz, la concentración de hidrógeno, la concentración de 
            oxígeno, la interacción de los elementos minerales, el crecimiento, la 
            concentración de sales minerales y el contenido de agua en el suelo. Por
            lo que los resultados obtenidos aquí, están en correspondencia con 
            estos autores y reafirman el buen trabajo de los filtros lentos. Según <span class="tooltip"><a href="#B16">Torres (2015)</a><span class="tooltip-content">TORRES,
            A.: Analisis de aguas residuales, [en línea], Inst. Laboratorio Medio 
            Ambiente. Diputacion Provincial de Granada, Granada, España, 2015, 
            Disponible en: <a href="http://www.google.com/" target="xrefwindow">http://www.google.com</a>, [Consulta: 10 de febrero de 2016].</span></span> los valores normales de conductividad en aguas residuales urbanas 
            oscilan en el rango de 0,500 - 1,500 (µS/cm). En el caso de la variable 
            sales solubles totales (SST), se presentó un aumento desde 363 hasta 895
            mg L<sup>-1</sup> según se incrementó el grado de dilución, pero en todos los casos se cumplimentó lo establecido en la norma cubana <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
            Utilización de las aguas residuales de la industria azucarera y de 
            derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
            Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
            Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
            2011.</span></span>, que lo limita a &lt; 960 mg L<sup>-1</sup> incluso para la muestra no diluida.</p>
        </article>
      </article>
      <article class="section"><a id="id0x743fd80"><!-- named anchor --></a>
        <h4>Ensayo de permeabilidad a carga constante</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>Este ensayo no pudo efectuarse por encontrarse roto el Permeámetro Combinado, Modelo: K-605.</p>
      </article>
      <article class="section"><a id="id0x7930280"><!-- named anchor --></a>
        <h4>Determinación de la permeabilidad real:</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>Mediante
          cronometraje se determinó la permeabilidad real en efluentes 
          investigados de acuerdo con los filtros utilizados como modelos. La <span class="tooltip"><a href="#t13">Tabla 6</a></span> muestra los resultados. </p>
        <div class="table" id="t13"><span class="labelfig">TABLA 6.&nbsp; </span><span class="textfig">Permeabilidad real y teórica</span></div>
        <div class="contenedor">
          <div class="outer-centrado">
            <div style="max-width: 1160px;" class="inner-centrado">
              <table>
                <colgroup>
                <col>
                <col>
                <col>
                <col>
                <col>
                </colgroup>
                <thead>
                  <tr>
                    <th align="center">Tratamientos Efluentes diluidos (%)</th>
                    <th align="center">Permeabilidad, (cm<sup>3</sup>/s)</th>
                    <th align="center">Filtro-F1 (Grava+carbón vegetal)</th>
                    <th align="center">Filtro-F2 (Zeolita)</th>
                    <th align="center">Filtro-F3 (Arena lavada)</th>
                  </tr>
                  <tr>
                    <th align="center"> </th>
                    <th align="center">Permeabilidad teórica, (cm<sup>3</sup>/s)</th>
                    <th align="center">3-10 (cm<sup>3</sup>/s)</th>
                    <th align="center">0,0978 cm<sup>3</sup>/s</th>
                    <th align="center">0,4-0,01 (cm<sup>3</sup>/s)</th>
                  </tr>
                  <tr>
                    <th align="center"> </th>
                    <th align="center">Permeabilidad real/tratamiento, (cm<sup>3</sup>/s) </th>
                    <th align="center"> </th>
                    <th align="center"> </th>
                    <th align="center"> </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="center">T1 CB (10)</td>
                    <td align="center"></td>
                    <td align="center">6,97</td>
                    <td align="center">0,20</td>
                    <td align="center">0,22</td>
                  </tr>
                  <tr>
                    <td align="center">T2 CB (25)</td>
                    <td align="center"></td>
                    <td align="center">7,66</td>
                    <td align="center">0,18</td>
                    <td align="center">0,17</td>
                  </tr>
                  <tr>
                    <td align="center">T3 CB (50)</td>
                    <td align="center"></td>
                    <td align="center">7,11</td>
                    <td align="center">0,19</td>
                    <td align="center">0,16</td>
                  </tr>
                  <tr>
                    <td align="center">T4 CB (75)</td>
                    <td align="center"></td>
                    <td align="center">6,75</td>
                    <td align="center">0,20</td>
                    <td align="center">0,22</td>
                  </tr>
                  <tr>
                    <td align="center">T5 CB (n.d)</td>
                    <td align="center"></td>
                    <td align="center">5,86</td>
                    <td align="center">0,19</td>
                    <td align="center">0,27</td>
                  </tr>
                  <tr>
                    <td align="center">T6 MH (n.d)</td>
                    <td align="center"></td>
                    <td align="center">7,24</td>
                    <td align="center">0,43</td>
                    <td align="center">0,48</td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
        </div>
        <div class="clear"></div>
        <p>Se pudo apreciar que los valores de permeabilidad en el filtro No.1, mostraron una variación desde 5,86 </p>
        <p>hasta 7,66 estando en correspondencia con el rango de valores teórico planteado por (<span class="tooltip"><a href="#B18">Villareal, 2017</a><span class="tooltip-content">VILLAREAL,
          V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
          para el tratamiento de agua potable, Universidad Central de Las Villas 
          UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
          Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>).</p>
        <p>En el
          caso del filtro No.2, los valores oscilaron entre 0,30 hasta 2,53, 
          estando estos valores por encima de los teóricos. Mientras que en el 
          filtro No.3, los valores oscilaron desde 0,22 hasta 0,78 estando algunos
          valores dentro del rango teórico planteado por <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
          V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
          para el tratamiento de agua potable, Universidad Central de Las Villas 
          UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
          Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>. Lo anterior pudiera estar relacionado con las características propias de los materiales utilizados como materia filtrante.</p>
      </article>
      <article class="section"><a id="id0xa406500"><!-- named anchor --></a>
        <h4>Resultados del análisis de coeficiente de filtración (kf)</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>Al no poder trabajar con el Permeámetro Combinado, Modelo: K-605, por encontrarse roto. Se asumen los valores determinados por <span class="tooltip"><a href="#B18">Villareal (2017)</a><span class="tooltip-content">VILLAREAL,
          V.M.A.: Evaluación de materiales locales en la fabricación de filtros 
          para el tratamiento de agua potable, Universidad Central de Las Villas 
          UCLV, Trabajo de diploma (en opción al título de Ingeniero Hidráulico), 
          Santa Clara, Villa Clara, Cuba, 50 p., 2017.</span></span>, en el cual, 
          se aprecian los resultados del análisis de filtración de los materiales a
          carga para una altura del cilindro de 17,50 cm, la profundidad de la 
          piedra alcanzo 1,20 cm, para obtener un coeficiente de filtración (Kf), 
          de la arena Arimao de 0,0936 cm<sup>3</sup>/s. En este trabajo se determinaron los índices de permeabilidad reales, los cuales se muestran en la <span class="tooltip"><a href="#t13">Tabla 6</a></span>.</p>
        <p>Para el caso de la zeolita se mantuvieron las mismas condiciones, obteniendo un coeficiente de 0,0978 cm<sup>3</sup>/s,
          lo que puede estar relacionado a la granulometría de la zeolita, la 
          cual es mayor y por ende el tamaño del intersticio permite una 
          filtración más rápida del fluido. </p>
      </article>
      <article class="section"><a id="id0xa407280"><!-- named anchor --></a>
        <h4>Análisis de la carga microbiana en los efluentes</h4>
        &nbsp;<a href="#content" class="boton_1">⌅</a>
        <p>Se muestra en la <span class="tooltip"><a href="#t14">Tabla 7</a></span>.</p>
        <div class="table" id="t14"><span class="labelfig">TABLA 7.&nbsp; </span><span class="textfig">Análisis microbiológico de los efluentes analizados anterior y posterior al filtrado</span></div>
        <div class="contenedor">
          <div class="outer-centrado">
            <div style="max-width: 1160px;" class="inner-centrado">
              <table>
                <colgroup>
                <col>
                <col span="2">
                <col span="2">
                <col span="2">
                </colgroup>
                <thead>
                  <tr>
                    <th rowspan="3" align="center">Tratamientos Efluentes diluidos (%)</th>
                    <th colspan="2" align="center"><b><i>Coliformes</i> totales</b> </th>
                    <th colspan="2" align="center"><b> <i>Coliforme</i>s termo tolerantes</b> </th>
                    <th colspan="2" align="center"><b><i>Pseudomonas areuginosas</i> </b> </th>
                  </tr>
                  <tr>
                    <th colspan="6" align="center">(NMP/100mL)</th>
                  </tr>
                  <tr>
                    <th align="center">Anterior</th>
                    <th align="center">Posterior</th>
                    <th align="center">Anterior</th>
                    <th align="center">Posterior</th>
                    <th align="center">Anterior</th>
                    <th align="center">Posterior</th>
                  </tr>
                  <tr>
                    <th align="center">T1 CB (10)</th>
                    <th align="center">&gt;1600</th>
                    <th align="center">&gt;<b>1600</b></th>
                    <th align="center">&gt;1600</th>
                    <th align="center">7,8</th>
                    <th align="center">12</th>
                    <th align="center">1,8</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td align="center">T2 CB (25)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center">7,8</td>
                    <td align="center">&gt;1600</td>
                    <td align="center">4,5</td>
                    <td align="center">39</td>
                    <td align="center">9,3</td>
                  </tr>
                  <tr>
                    <td align="center">T3 CB (50)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">39</td>
                    <td align="center">27</td>
                  </tr>
                  <tr>
                    <td align="center">T4 CB (75)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center">&gt;<b>1600</b></td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">24</td>
                    <td align="center">22</td>
                  </tr>
                  <tr>
                    <td align="center">T5 CB (n.d)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">26</td>
                    <td align="center">1,8</td>
                  </tr>
                  <tr>
                    <td align="center">T6 MH (n.d)</td>
                    <td align="center">&gt;1600</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">47</td>
                    <td align="center"><b>1600</b></td>
                    <td align="center">1,8</td>
                    <td align="center">1,8</td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
        </div>
        <div class="clear"></div>
        <div class="table">
          <p>Leyenda: <b>*</b>NC-1095: 2015. NMP: <i>Coliformes</i> totales &lt; 1000 NMP/100 mL, <i>Coliformes</i> termo tolerantes &lt; 1600 NMP/100 mL y <i>Pseudomonas areuginosas</i> &lt; 1600 NMP/100 mL.</p>
        </div>
        <p>Los resultados de la carga microbiana (<i>Coliformes totales, Coliformes termo tolerante</i>)
          anterior al proceso de filtración en los tratamientos analizados, 
          muestran una alta contaminación, por encima de lo estipulado en la (<span class="tooltip"><a href="#B12">NC-1095-15, 2015</a><span class="tooltip-content">NC-1095-15:
          Microbiología del agua. Detección y enumeración de coliformes. Técnicas
          del número más probable (NMP), Inst. Oficina Nacional de Normalización 
          (NC), La Habana, Cuba, 23 p., 2015.</span></span>). Mientras que los resultados obtenidos en (<i>Pseudomonas areuginosas</i>) anterior y posterior al proceso de filtración se mantuvo dentro del rango establecido por la norma cubana. En el caso de los (<i>Coliformes totales, Coliformes termo tolerante</i>)
          luego del proceso de filtración mostró que el proceso de filtrado fue 
          capaz de bajar en los tratamientos T1 y T2, mientras que en los otros 
          tratamientos se mantuvo igual respecto a lo estipulado por la norma 
          cubana (<span class="tooltip"><a href="#B12">NC-1095-15, 2015</a><span class="tooltip-content">NC-1095-15:
          Microbiología del agua. Detección y enumeración de coliformes. Técnicas
          del número más probable (NMP), Inst. Oficina Nacional de Normalización 
          (NC), La Habana, Cuba, 23 p., 2015.</span></span>). Lo cual está en contradicción con trabajos anteriores efectuados por <span class="tooltip"><a href="#B9">Martínez <i>et al.</i>, (2014</a><span class="tooltip-content">MARTÍNEZ,
          H.C.M.; MARAÑON, M.E.; GARCÍA, L.Y.; CUPULL, S.R.; DELGADO, R.V.; UCLV,
          2019. 54 P.: “Studies at the biogas plant called" Niña Bonita.”, En: 
          Ed. AGROCENTRO, UCLV, Cayo Santa María, Villa Clara, Cuba, p. 8, 2014, 
          ISBN: 978-959-250-973-3.</span></span>; <span class="tooltip"><a href="#B8">2017)</a><span class="tooltip-content">MARTÍNEZ,
          H.C.M.; FRANCESENA, L.Y.; MARTÍNEZ, F.N.: “Impacto ambiental provocado 
          por efluentes de instalaciones de biogás de pequeña y mediana escala”, 
          Revista Ciencias Técnicas Agropecuarias, 26(4): 95-108, 2017, ISSN: 
          1010-2760, e-ISSN: 2071-0054.</span></span>; <span class="tooltip"><a href="#B15">Sosa (2015</a><span class="tooltip-content">SOSA,
          D.C.M.: Parámetros de control y monitoreo del proceso en digestores 
          anaerobios de pequeña escala y diferentes tecnologías, Universidad 
          Central de Las Villas UCLV, Trabajo de diploma (en opción al título de 
          Ingeniero Agrícola), 80 p., publisher: Universidad Central" Marta Abreu"
          de Las Villas, 2015.</span></span>); <span class="tooltip"><a href="#B7">Martínez &amp; Francesena (2018)</a><span class="tooltip-content">MARTÍNEZ,
          H.C.M.; FRANCESENA, L.Y.: “Tratamiento y utilización de efluentes de 
          instalaciones de biogás como abonos orgánicos. Revisión y análisis”, 
          Revista Centro Agrícola, 25(2): 83-92, 2018, ISSN: 0253-5785, on line: 
          2072-2001.</span></span>; <span class="tooltip"><a href="#B3">Fabregat (2019)</a><span class="tooltip-content">FABREGAT,
          S.J.: Tratamiento y uso de efluentes de biodigestores porcinos como 
          abonos orgánicos, Universidad Central de Las Villas UCLV Facultad de 
          Ciencias Agropecuarias, Trabajo de diploma (en opción al título de 
          Ingeniero Agrícola), Santa Clara, Villa Clara, Cuba, 64 p., 2019.</span></span>. </p>
      </article>
    </article>
    <article class="section"><a id="id0x12606680"><!-- named anchor --></a>
      <h3>CONCLUSIONES</h3>
      &nbsp;<a href="#content" class="boton_1">⌅</a>
      <div class="list"><a id="id0x12606900"><!-- named anchor --></a>
        <ul>
          <li>
            <p> Se observó un ligero aumento de los valores de pH, en todos los 
              tratamientos, excepto en el T4 (7,36). El pH se comportó en valores que 
              oscilan entre 7,36 y 8,82. Según su comparación con la Norma Cubana <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
              Utilización de las aguas residuales de la industria azucarera y de 
              derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
              Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
              Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
              2011.</span></span>, los tratamientos T1 (8,82) y T2 (8,58) no deben ser <b>utilizados</b> para su aplicación en el fertirriego; En la conductividad eléctrica 
              (C.E) se pudo observar que los tratamientos T2 (1,07), T4 (1,08), T5 
              (0,6) y T6 (1), catalogados como buenos posteriores a su paso por los 
              filtros lentos, cumplimentan la norma cubana (<span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
              Utilización de las aguas residuales de la industria azucarera y de 
              derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
              Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
              Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
              2011.</span></span>. No siendo así en los casos de los tratamientos T1 (1,70) y T3 (1,56), catalogados como <b>regulares</b>.
              Este indicador se comportó dentro del rango de 0,6 y 1,70 µS/cm, 
              reduciendo notablemente el contenido salino de los efluentes. </p>
          </li>
          <li>
            <p>En el caso de la variable sales solubles totales (SST), se presentó un aumento desde 363 hasta 895 mg L<sup>-1</sup> según se incrementó el grado de dilución, pero en todos los casos se cumplimentó lo establecido en la norma cubana <span class="tooltip"><a href="#B11">NC-855:11 (2011)</a><span class="tooltip-content">NC-855:11:
              Utilización de las aguas residuales de la industria azucarera y de 
              derivados en el fertirriego de la caña de azúcar, Inst. ININ/ Oficina 
              Nacional de Normalización, La Habana, Cuba, 13 p., publisher: Inst. 
              Oficina Nacional de Normalización, Norma Cubana NC La Habana, Cuba, 
              2011.</span></span>, que lo limita a &lt; 960 mg L<sup>-1</sup> incluso para la muestra no diluida.</p>
          </li>
          <li>
            <p>La
              temperatura del agua de los efluentes del “Melanio Hernández” 
              disminuyen desde 28,8 hasta 27,0 (ºC); mientras que los efluentes del 
              “Carlos Baliño” después del proceso de filtrado oscilan entre 25,8 y 
              23,6 (ºC), permitiendo mejorar la calidad de estos, la DQO comenzó a 
              variar moderadamente desde 177 a 73 mg L<sup>-1</sup> siendo menor que lo normado por la <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
              12: Vertimiento de aguas residuales a las aguas terrestres y al 
              alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
              Normalización, La Habana, Cuba, 11 p., 2012.</span></span> que lo limita a &lt;700 mg L<sup>-1</sup>. </p>
          </li>
          <li>
            <p>En la DBO<sub>5</sub> se observó una disminución notoria desde 88 mg L<sup>-1</sup> a 36 mg L<sup>-1</sup>, cumplimentando lo estipulado por la <span class="tooltip"><a href="#B10">NC-27: 12 (2012)</a><span class="tooltip-content">NC-27:
              12: Vertimiento de aguas residuales a las aguas terrestres y al 
              alcantarillado. Especificaciones, Inst. ININ/ Oficina Nacional de 
              Normalización, La Habana, Cuba, 11 p., 2012.</span></span> que lo limita a &lt;300 mg L<sup>-1</sup>.</p>
          </li>
          <li>
            <p>Los
              sistemas de tratamiento de aguas residuales por biofiltros lentos de 
              arena permiten disminuir la carga contaminante del residual y aumentan 
              la eficiencia a medida que este es filtrado, permitiendo su vertimiento y
              utilización con fines económicos.</p>
          </li>
        </ul>
      </div>
    </article>
  </section>
</div>
<div id="s1-footer"></div>
</body>
</html>