body {
    margin :  0px;
    padding:  0px;
    background-image   : url(../../gifs/supercabe.jpg);
    background-position: top center;
    background-repeat  : repeat-x;
}
.clear {
    clear  : both;
}
img {
    border : 0px;
}

#board {
    position : relative;
    width: 1004px;
    margin :  0px auto;
}

#header {
    position : relative;
}

#langs {
    position : absolute;
    top   :   3px;
    right :  65px;
    margin :  0px;
    color : #FFFFFF;
    font-family: Arial;
    font-size  : 11px;
    text-align: right;
}
#langs a {
    color : #FFFFFF;
    text-decoration: none;
}

#menu {
    position : absolute;
    top   :  52px;
    left  : 144px;
}
#menu img {
    margin-right: 15px;
	behavior: url(iepngfix.htc);
}

#areag {
    position : relative;
    width : 984px;
    margin : 15px  0px  0px  0px;
    padding:  0px 10px 25px 10px;
    background: #EDEDED;
}
#areaw {
    position : relative;
    width : 984px;
    margin : 10px  0px  0px  0px;
    padding:  0px 10px 10px 10px;
}

#buscador {
    position : relative;
    width : 125px;
    padding: 10px 10px 15px 10px;
    background: #FF9900;
}
#buscadorcont {
    position : relative;
}
#buscadorcont p {
    position : relative;
    margin :  3px  0px;
    font-weight: bold;
}
#buscador .cornerTL { position : absolute; top   : 0px; left : 0px; }
#buscador .cornerTR { position : absolute; top   : 0px; right: 0px; }
#buscador .cornerBL { position : absolute; bottom: 0px; left : 0px; }
#buscador .cornerBR { position : absolute; bottom: 0px; right: 0px; }

a { color: #006666; }

#footer {
    position : relative;
    width: 1004px;
    margin :  6px auto;
    font-family: Arial;
    font-size  : 11px;
    text-align: center;
}