body {
    background-image: url('../img/bg.png');
    background-color: #000000;
    font-family: Helvetica, Verdana;
    color: #e6e6e6;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
}

hr {
    float: left;
    width: 700px;
    height: 2px;
    background-image: url(../img/divider.png);
    background-repeat: no-repeat;
    background-position: center top;
    border: 0px solid #ffff00;
}

.content {
    min-height: 600px;
}

.content_center {
    line-height: 34px;
    width: 700px;
    text-align: left;
    float: left;
    margin: auto;
}

.content_left {
    float: left;
    width: 150px;
}

.content_right {
    line-height: 34px;
    float: left;
    width: 540px;
    text-align: left;
}

.description {
    text-align: left;
    font-size: 32px;
    font-variant: small-caps;
    padding: 50px;
}

.copy {
    text-align: center;
}

/********************* INDEX *********************/
.content_center .icon {
    float: left;
    text-align: center;
    padding: 0px 10px 0px 10px;
    width: 210px;
    margin: auto;
}

/*************************************************/
/********************** 404 **********************/
.pagenotfound {
    margin-top: 100px;
    font-size: 32px;
    font-variant: small-caps;
}

.pagenotfound .num {
    font-size: 200px;
    font-variant: small-caps;
    height: 220px;
}

.pagenotfound .text {
    font-size: 50px;
    font-variant: small-caps;
    top: 20px;
}

.gotohome {
    width: 200px;
    margin: auto;
}

/*************************************************/
/********************* LINKS *********************/
a img {
    border: none;
    background: none;
}

a:link {
    color: #e6e6e6;
    text-decoration: none;
}

a:visited {
    color: #e6e6e6;
    text-decoration: none;
}

a:active {
    color: #e6e6e6;
    text-decoration: none;
}

a:hover {
    color: #e6e6e6;
    text-decoration: none;
}

/*************************************************/
/******************** TOOLTIP ********************/
#demotip {
    display: none;
    background: transparent url('../img/tooltip.png');
    font-size: 12px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #fff;
}

/*************************************************/
/******************** FORMAÇÂO *******************/
.content_center .document {
    height: 40px;
    width: 700px;
    margin: auto;
    text-align: left;
}

.content_center .document .text {
    margin-left: 10px;
    height: 30px;
    float: left;
}

.content_center .document .text img {
    float: left;
    padding-right: 10px;
}

.content_center .document .lang {
    margin-left: 10px;
    height: 30px;
    float: left;
}

.notavailable {
    text-decoration: line-through;
    color: #333333;
}

.content_center table {
    width: 650px;
    border-width: 0px;
    border-collapse: collapse;
}

.content_center table td {
    border-width: 1px;
    border-style: dashed;
    border-color: #ffffff;
    padding: 3px;
}

.content_center table .final {
    color: #ffff00;
}
.obs{
	color: #ff7b0d;
}

/*************************************************/