@charset "utf-8";
/* CSS Document */
html,body{
margin:0px;

background-image:url(fondocamino.jpg);
background-attachment:fixed; 
background-position: bottom; 
background-repeat:no-repeat;

}

#contenedor{
margin-bottom:0px; 
margin-left:0px; 
margin-right:0px; 
height:100%; 
width:100%; 
}

#top{
width:960px;
margin:auto;
height:100px;
background-image:url(imagenes/algotop.jpg);
background-position:center;
background-repeat:no-repeat;
background-color:#FFFFFF;
clear:inherit;
}

#menu{
padding-top:70px;
}

#contenido{
margin-top:10px;
width:960px;
margin:auto;
background:#FFFFFF;
clear:both;
}

#pie{
background-color:#333333;
font-size:12px;
color:#FFFFFF;
clear:both;
width:960px;
margin:auto;
}
