h2.titulo{
    color:forestgreen;
}
h3.totales{
    text-align: right;
}
h3.totales_total{
    text-align: right;
    color:crimson;
}

h2.titulo_cliente{
    text-align: center;

}
hr.division { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 5px;
  } 
  img.logo{
    max-width: 200px;
    max-height: 50px;
    margin-right: auto;
  }
  div.pie_pagina{
    border-style: solid;
    border-bottom-color: black;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    background-color: black;
    color:whitesmoke;
    margin-bottom: auto;
  }
  body.cuerpo{
    background-image: url("img/banner7.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  