body {
    background-color:#000000; 
    /*background-image: url(../images/background.png);*/
    background-repeat:repeat;
    
    font-family:Verdana,Arial,Lucida Sans;
    
    margin:0px;
    padding:0px;
}

a img {
    border:none;
}

a{
    color:white;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


/*
  Capa contenedora, centrada horizontalmente
 */
#container {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 980px;
    margin-left: -490px;
    border-width: 0px;
    border-style: solid;
    border-color: white;
    margin-top:0px;
    padding-top:0px;
    background-image: url(../images/background.png);
/* 800px/2 */
}

/** CABECERA **/
#header {
    position: relative;
    width:100%;
    height:350px;
    /*height:270px;*/
    /*height:483px;*/
    top:0px;
    left:0px;
}

#moto_cabecera{
    position:absolute;
    left:9px;
    top:1px;
}


#ficha_cabecera{
    position:absolute;
    right:70px;
    top:29px;
}


#imagen-moto{
    position:absolute;
    left:100px;
}

#imagen-77{
    position:absolute;
    left:100px;
    z-index:1;   
}

#imagen-texto-aitor{
    position:absolute;
    left:100px;
    z-index:2;
}

/** MENU **/
#menu {
    background-color: rgb(133,189,98);
    position: relative;
    width:100%;
    height:53px;
}

#menu_container{
    text-align:center;
    width:100%;
    padding-top:15px;
}

#menu_container span{
    padding-right:2px;
}

#menu_container span,#menu_container span a{
    color:white;
    font-weight:bold;
    text-decoration:none;
}


/** PIE **/
#footer{
    padding-top:10px;
    padding-right:80px;
    text-align:right;
    color:white;
    font-size:12px;
}

#footer a{
    color:white;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}



/** CONTENT COMMON */
#content {
    position:relative;
}


#visitas {
    font-size:10px;
}