/* CSS Document */

body {
background-color: #272b31;
background-image: url(fundo_intro.gif);
background-repeat:repeat-x;
margin-top: 78px;
}

.intro {
margin:auto;
width: 756px;


}

.mainEmpresa {
float:left;
background-image:url(multiauto.jpg);
width: 220px;
height: 44px;
}

.mainMarcas {
float:left;
width: 756px;

}

a.nissan {
float:left;
background-image:url(nissan.jpg);
width: 224px;
height: 290px;
margin-left: 10px;
}


a.nissan:hover {
background-image:url(nissan1.jpg);
}



a.renault {
float:left;
background-image: url(renault.jpg);
width: 224px;
height: 290px;
margin-left:20px;

}


a.renault:hover {
background-image:url(renault1.jpg);

}

a.dacia {
float:left;
background-image:url(dacia.jpg);
width: 224px;
height: 290px;
margin-left: 10px;
}


a.dacia:hover {
background-image:url(dacia1.jpg);
}



.notaRodape {
float:left;
width: 450px;
height: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #282b32;
line-height:48px;
margin-left: 20px;
}

a.logoGrupo {
float:left;
background-image: url(logo_gruposlnmultiauto.gif);
width: 150px;
height: 43px;
margin-left: 70px;
margin-top: 3px;
}
