
h1, h2, h3, h4, h5, h6, h7 {
      margin: 0 0 0.5em 0;
      display: block;
      line-height: 1.1;
      font-weight: bolder;
      }



h1,
h2,
h3{
      line-height: 40px;
      }



h1{
      font-size: 48px;
      }



h2{
      font-size: 42.5px;
      }



h3{
      font-size: 38.5px;
      }



h4{
      font-size: 25.5px;
	font-weight: bold;
      text-transform: uppercase;
      }



h5{
      font-size: 22px;
	  font-weight: bold;
      }



h6{
      font-size: 18.9px;
      }



p {
      margin-bottom: 0.2em;
      }



p:not(:last-child) {
      margin: 0 0 8px;
      }



a {
      text-decoration: none;
      cursor: pointer;
      margin: 0;
      padding: 0;
      vertical-align: baseline;
      background: transparent;
      outline: 0px;
      outline: none;
      outline: thin dotted \9;
      /* IE6-9 */
      outline-style: none;
      outline-width: medium;
      outline: -webkit-focus-ring-color none 0px !Important;
      }



a:active, a:hover, a:focus {
      outline: 0px;
      cursor: pointer;
      outline: none;
      outline: thin dotted \9;
      /* IE6-9 */
      outline-style: none;
      outline-width: medium;
      outline: -webkit-focus-ring-color none 0px !Important;
      }






.Centralizador {
      text-align: center !important;
      margin: 0px auto !important;
      }