/* 
    Document   : default-footer
    Created on : March 8, 2006, 6:29 PM
    Author     : llturro
    Description:
        Purpose of the stylesheet follows.
*/

div.footer {
  padding: 0;
  margin-top: 10px;
  border-top: solid 1px #d0d0cf;
  background: transparent;
}

div.footer-inside {
  padding: 0;
  margin: 0;
  text-align: right;
  color: #666666;
  background: transparent;
}

div.footer-inside a {
  color: #666666;
}

div.footer-inside a:hover {
  color: #0B4F76;
}

/* desactivar expansión */
.twtr-hd h4{
  display: none;
}

