@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

a:link {text-decoration:none; color:#6e6e6e;} /* Link no visitado*/
a:visited {text-decoration:none; color:#6e6e6e} /*Link visitado*/
a:active {text-decoration:none; color:#cd27b0;} /*Link activo*/
a:hover {text-decoration:none; color:#cd27b0;} /*Mause sobre el link*/

body {
   background-color:withe;
}

.contenedor {
    margin:0 auto;
    width:100%;
    max-width:1250px;
    background-color:#FFFFFF;

}


#marcha {
width:100%;
background-image:url(../imagenes/10primeros.png);
background-repeat: no-repeat;
background-size: auto;
background-position: center;
background-color: #0B3861;


}

#mtb {
width:100%;
background-image:url(../imagenes/10primeros.png);
background-repeat: no-repeat;
background-size: auto;
background-position: center;
background-color: #CCCCCC;

}




.caja1 {
width:46%;
padding-left: 2%;
padding-right: 2%;
float:left;
background-color: #FFFFFF;

}

.caja2 {
width:46%;
padding-left: 2%;
padding-right: 2%;
float:left;
background-color: #FFFFFF;

}

