@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

html{
height:100%;
}

body{
height:100%;
background-image:url(../img/fondo.jpg);
background-repeat:repeat-x;
background-color:#9e807d;
/*background-color:#A8BBBF;*/
}

#archivo{
position:absolute;
width:100%;
height:100%;
}

