/* CSS FILE */

body {
        margin: 0px;
        backgroundcolor: #FFFFEE;
        background-image: url(images/bg.png);
        background-repeat: repeat-x;
        font-family: Arial;
        font-size: 12px;
}

/* ESTILOS PARA EL HEADER */

#header {
        margin-top: 20px;
        height: 120px;
}
#header_top_container {
        height: 30px;
        width: 760px;
}
#header_left_container {
        display: block;
        width: 10px;
        height: 30px;
        background-image: url(images/corner_left.png);
        background-repeat: none;
        float: left;
}
#header_center_container {
        display: block;
        width: 740px;
        height: 30px;
        background-image: url(images/bg_header.png);
        background-repeat: none;
        float: left;
}
#header_news_container {
        display: block;
        width: 120px;
        height: 30px;
        background-image: url(images/news.png);
        background-repeat: none;
        float: left;
}
#header_separator {
        height: 30px;
        width: 20px;
        float: left;
        display: block;
}
#header_links {
        padding-top: 7px;
        height: 23px;
        width: 600px;
        font-size: 10px;
        color: #000000;
        float: left;
        display: block;
        text-align: right;
}
#header_links a {
        color: #000000;
        text-decoration: none;
}
#header_links a:hover {
        color: #FFFFFF;
}
#header_bot_container {
        height: 20px;
        width: 760px;
        background-color: #ABBEE6;
}
#header_right_container {
        display: block;
        width: 10px;
        height: 30px;
        background-image: url(images/corner_right.png);
        background-repeat: none;
        float: left;
}
#header_mid_container {
        height: 30px;
        width: 760px;
        background-color: #6599FF;
        background-image: url(images/bg_mid.png);
}
#header_spot_container {
        display: block;
        width: 130px;
        height: 30px;
        background-image: url(images/spot.png);
        background-repeat: none;
        float: left;
}
#header_bot_container {
        height: 18px;
        padding-top: 2px;
        width: 760px;
        background-color: #8EB3FF;
}
#header_separator_newsletter {
        height: 30px;
        width: 222px;
        float: left;
        display: block;
}
#header_newsletter {
        padding-top: 5px;
        height: 25px;
        width: 398px;
        font-family: Arial;
        font-size: 10px;
        color: #FFFFFF;
        float: left;
        display: block;
        text-align: right;
}
#newsletter {
        font-size: 8px;
        padding: 1px;
        height: 20px;
        width: 100px;
        border: 1px solid #FFFFFF;
        background-color: #6599FF;
}

/* ESTILOS PARA EL BODY */

#body_box {
        display: table-row;
        width: 760px;
        height:auto;
        background-color: #FFFFFF;
}
#body_ad {
        display: block;
        width: 340px;
        padding-left: 5px;
        padding-right: 5px;
        height:auto;
        float: left;
}
#body_logo_box {
        display: block;
        width: 250px;
        height: 280px;
        float: left;
        font-family: Arial;
        font-size: 23px;
        font-weight: bold;
        line-height: 38px;
        text-align: justify;
        color: #6599FF;
}
#body_logo {
        display: block;
        width: 240px;
        padding-left: 5px;
        padding-right: 5px;
        height:auto;
        float: left;
}
#body_column {
        margin-top: 10px;
        display: block;
        width: 160px;
        height:auto;
        float: left;
        text-align: center;
}
#body_mid_container {
        margin-top: 10px;
        display: block;
        float: left;
        width: 600px;
        background-color: #FFFFFF;
}
#body_table_space {
        margin-top: 5px;
        display: block;
        width: 600px;
        height:auto;
        float: left;
        font-size: 10px;
}

/* ESTILOS PARA EL FOOTER */

#footer {
        display: block;
        width: 760px;
        height:30px;
}
#footer_left {
        display: block;
        width: 10px;
        height: 30px;
        background-image: url(images/foot_corner_left.png);
        float: left;
}
#footer_mid a {
        display: block;
        width: 740px;
        height: 30px;
        background-image: url(images/foot_bg.png);
        font-size: 10px;
        color: #000000;
        float: left;
        text-decoration: none;
}
#footer_right {
        display: block;
        width: 10px;
        height:30px;
        background-image: url(images/foot_corner_right.png);
        float: left;
}

/* ESTILOS PARA TABLAS */

.table_header {
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
}
.table_content a {
        font-size: 12px;
        color: #6699FF;
        font-weight: bold;
}
.table_text {
        font-size: 12px;
        text-align: justify;
        line-height: 16px;
}
h3 {
        color: #6699FF;
}
h4 {
        color: #6699FF;
}