/* CSS Document */

body {

background-color:#006633 ;}

#contenedor{
width:750px;
margin-top:10px;
margin:auto;
height:120px;
background:url(front3.jpg) no-repeat;
padding-top:431px;
}

#boton{
position:relative;
width:120px;
height:10px;
margin-left:627px;
margin-top:-107px;
font-size:27px;
}

#boton a{
text-decoration:none;
}

#boton a:hover{
background:url(botonloco.jpg) no-repeat; /*aca podes agregar la imagen que muestra en lugar de buen oido con el puntero arriba*/
}

#Pie {
width:750px;
background-color:#000000;
margin:0 auto;
margin-top:2px;
  text-align:center;
  font-family:Verdana;
  padding:5px 0px 5px 0px;
  position:relative; 
  bottom:0;
  font-size:10px;
  color:#999999;
  
}