.listaCentraltitulo {
        font-family: Arial;
        color: #505050;
		font-size: 13 px;
		font-weight: bold;
      }
.listaCentral{
        padding-left: 7;
        font-family: Arial;
        color: #505050;
		font-size: 11 px;
		font-weight: bold;
		line-height: 110%; 
      }
.listaCentralTarifas{
        font-family: Arial;
        color: #505050;
		font-size: 11 px;
		font-weight: bold;
		line-height: 70%; 
      }

A:link { color: #505050 }       /* vínculos no visitados */
A:visited { color: #505050 }   /* vínculos visitados */
A:active { color: red }    /* vínculos activos */
