/* ======================== */
/* CONTENEDOR DE LA WEB  */
/* ======================== */
#botonCunetasLimpias {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/cunetas.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonCunetasLimpias:hover {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/cunetas.jpg);
	background-position: 0 -140px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonPilotos {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/pilotos.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonPilotos:hover {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/pilotos.jpg);
	background-position: 0 -140px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonCoches {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/coches.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonCoches:hover {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/coches.jpg);
	background-position: 0 -140px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonClasificacion {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/clasificaciones.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonClasificacion:hover {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/clasificaciones.jpg);
	background-position: 0 -140px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonContacto {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/contacto.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#botonContacto:hover {
	width: 178px;
	height: 140px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/buttons/contacto.jpg);
	background-position: 0 -140px;
	background-repeat: no-repeat;
}
