
a, span, div, td {
    font : 12px Verdana, 'Bitstream Vera Sans', sans-serif;
    color : #19B119;
    text-decoration : none;
  }

body {
    background-image: url('images/fondo_home.jpg');
    background-repeat: repeat-x;
    text-align : center;
    vertical-align : top;
    background-color: #d9f1d9;
  }

.normal {
    font : 10px Verdana, 'Bitstream Vera Sans', sans-serif;
    color : #19b119;
  }

.pie {
    font : 10px Verdana, 'Bitstream Vera Sans', sans-serif;
    text-align : center;
  }

a:hover {
color: #E92F56;
    text-decoration: underline;
  }

a:link {
color : #E92F56;
    text-decoration : none;
  }

a:visited {
color: #E92F56;
  }


