
#contacto {
  margin-bottom: 10px;
}

#contacto table {

}

#contacto td {
    width: 280px;
    padding-left: 14px;
    padding-bottom: 0px;
    background-image: url(../images/flecha.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    font-family: arial;
    font-size: 11px;
    color: #686868;
    vertical-align: top;
}

#contacto a {
    font-family: arial;
    font-size: 11px;
    color: #6994c6;
    text-decoration: none;
}

#contacto a:hover {
    color: #686868;
}