
body{
background-image:url(imagenes/fondo.jpg);
background-repeat:repeat-x;
}
a{
text-decoration:none;
color:#333333;
}
#contenedor{
width:780px;
margin:0 auto;
}

#logo{
width:215px;
float:left;
}

#header{
margin-top:50px;
}
#menu{
padding-top:10px;
}

#footer{
text-align:center;
font-family:verdana;
font-size:10px;
color:#33333;
}
img{
border:0;
}