.package {
  background-color: #b5c7df;
  width: 380px;
  border: solid #000 1px;
  padding: 0px;
  margin: 0px;
}

.table_desc {
  text-align: center;
}

#pkgType {
        padding: 0;
        margin: 0 auto;
        height: 27px;
        width: 400px;
        list-style:none;
} 
#pkgType li {
        float: left;
        display: inline;
        margin: 0;
        background: #3659ff;
} 
#pkgType a {
        color: #fff;
        height: 21px !important;
        height: 27px;
        padding-top: 6px;
        line-height: 27px;
        display: block;
        text-decoration: none;
        font:9px verdana,arial,helvetica,sans-serif;
        font-weight: bold;
}
#pkgType .selected,
#pkgType a:hover {
        background-color: #7389ff;
        background-position: 0% -27px;
}
#pkgType #pkg-cielo { width: 110px;}
#pkgType #pkg-larana { width: 120px; border-left: 1px solid black;}
#pkgType #pkg-condo { width: 110px; border-left: 1px solid black;}


