

#portada {

    width: 100%; 
    height: 354px; 
    position: absolute;
    top: 50%;
    margin-top: -177px;
    background-image: url(/portada01.jpg);
    background-repeat: no-repeat;
    background-position: center;

}


#portadaclub {

    width: 100%; 
    height: 480px; 
    position: absolute;
    top: 50%;
    margin-top: -240px;

}

#bestof {

    width: 100%; 
    height: 410px; 
    position: absolute;
    top: 50%;
    margin-top: -210px;
}


#portada2 {

    width: 100%;
    height: 354px;
    position: absolute;
    top: 50%;
    margin-top: -177px;
    background-image: url(/fondo_portada.gif);
    background-repeat: repeat-x;
    background-position: center;

}


img {

border: none;

}



body

{

   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;  

}