@charset "UTF-8";
/* CSS Document */
@import url(layout.css);
body {
    background-image: url(/images/splashBgTop.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #690505;
}
#base {
    text-align: center;
}
#logo {
    width: 100%;
    background-image: url(/images/skandalas.gif);
    background-repeat: no-repeat;
    background-position: top center;
    height: 70px;
    text-align: center;
}

#locales {
    width: 800px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

#footerBase {
    bottom: 0px;
    position: absolute;
    height: 86px;
    background-image: url(/images/splashBgBottom.png);
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    margin-top: -86px;
    clear: both;
}

#menu {
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#menu div{
    height: 30px;	
    display: inline;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}

#menu * {
    font-size: 14px;
    font-weight: bold;
    color: #A25046;
    text-transform: uppercase;
    text-decoration: none;
}
#footer {
    text-align:left;
    padding-top: 20px;
    padding-right: 10px;
    color: rgb(237, 217, 173);
    float: right;
}


#footer a {
    color: #CCCCCC;
    font-weight: bold;
}
