@charset "utf-8";
/* CSS Document */

html,body{
width:100%; 
height:100%;
}

body{
margin:0 auto;
background-image:url(fondo.jpg);
background-position:top;
background-repeat:repeat-x;
}



