/* CSS Document */

body {
margin:0px;
margin-top:10px;


}

#bordo {
position:absolute;
width:100%;
bottom:0px;
background-image:url(../img/bkg.jpg);
background-repeat: repeat-x;
background-position:bottom;
height:5px;
}

.header{
position:relative;
width:100%;
height:90px;
float:left;

}
.logo {
position:absolute;
width:100%;
height:100px;
text-align:center;
padding-top:10px;
top:0px;
left:0px;
z-index:500;
}
.slogan {
position:relative;
width:40%;
height:86px;
float:right;
text-align:right;
}
.container{
position:relative;
width:100%;
height:500px;
float:left;
text-align:center;
z-index:300;
}

.spacebord_top{
position:static;
width:100%;
height:28px;
float:left;
background-image:url(../img/center_top.jpg);
background-repeat:repeat-x;

z-index:100;
}
.sx_top{
position:relative;
width:456px;
height:28px;
float:left;
background-image:url(../img/sx_top.jpg);
background-repeat:no-repeat;
z-index:100;
}
.dx_top{
position:relative;
width:456px;
height:28px;
float:right;
background-image:url(../img/dx_top.jpg);
background-repeat:no-repeat;
z-index:100;
}

.spacebord{
position:relative;
width:100%;
height:28px;
float:left;
background-image:url(../img/center_OLD.jpg);
background-repeat:repeat-x;
}
.sx{
position:relative;
width:456px;
height:33px;
float:left;
background-image:url(../img/sx_OLD.jpg);
background-repeat:no-repeat;
}
.dx{
position:relative;
width:456px;
height:33px;
float:right;
background-image:url(../img/dx_OLD.jpg);
background-repeat:no-repeat;
}
.menubar{
position:relative;
width:100%;

float:left;
text-align:center;
}

