BODY {
    padding: 0;
    margin: auto;
    width: 1000px;
    height: 100%;
    text-align: center;
    font-family: Courier;
    color: #fff;
    font-weight: bold;
}
.central_table {
    width: 1000px;
    border-collapse: collapse;
    border: none;
    padding: 0px;
    margin: 0px;
}
.central_table .l {
    width: 780px;
    border: none;
    padding: 10px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
}
.central_table .r {
    width: 180px;
    border: none;
    padding: 10px;
    margin: 0px;
    vertical-align: top;
    text-align: right;
}
.central_table .l2 {
    width: 140px;
    border: none;
    padding: 10px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
}
.central_table .c {
    width: 620px;
    border: none;
    padding: 10px;
    margin: 0px;
    vertical-align: top;
    text-align: justify;
}

A:link, A:visited, A:active, A:hover {
    font-family: Courier;
    border: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
A IMG {border: none;}

INPUT, TEXTAREA {
    text-align: left;
    font-family: Courier;
    color: #fff;
    font-weight: bold;
    background: #000;
    border: 1px dotted #fff;
}
.button {
    padding: 4px;
    margin: 0px;
    font-family: Courier;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    background-color: #000;
    border: 1px dotted #fff;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}
.cinput {
    width: 180px;
}
.cerca {
    width: 90px;
}
.r_menu_2 {
    width: 170px;
    padding-left: 10px;
    overflow: auto;
    text-align: left;
    background-image: url('image/black.png');
    background-repeat: repeat;
}
.t_menu_e {
    width: 145px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}
.r_menu {
    padding: 0px;
    margin: 0px;
    font-family: Courier;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    background: #000;
    border: 1px dotted #fff;
    width: 180px;
    height: 20px;
    display:inline-block;
    cursor: pointer;
    cursor: hand;
}
.r_menu_e {
    padding: 0px;
    margin: 0px;
    font-family: Courier;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 180px;
    text-align: left;
    cursor: pointer;
    cursor: hand;
    line-height: 14px;
    padding-top: 6px;
    padding-bottom: 9px;
    text-decoration: none;
}
.sfondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}
