*{
    padding:0;
    margin: 0;
    font-family: arial, sans-serif;
}

img{
    border: none;
}

#pagina{
    position: absolute;
    left: 0;
    top: 0;
    
    width: 100%;
    height: 410px;
    background: url( ../imgs/bg_top.jpg ) repeat-x #000;
    
    z-index: -1;
}

#layout{
    width: 962px;
    
    position: relative;
    left: 50%;
    margin-left: -466px;
}
