@charset "utf-8";

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    margin: 0px 0px 0px 0px;
    background: url(media/bg_00.jpg) top repeat-x #a30c11;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

.tx_00 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.tx_01 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.cr_00 {
    color: white;
}

.cr_01 {
    color: #FF0000;
}

.campo_00 {
    border: 1px solid #97999D;
    background-color: #210203;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 1px 1px 1px 3px;
    color: #FFFFFF;
    height: 16px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -498px;
    margin-top: -330px;
    height: 660px;
    width: 995px;
}

