@charset "utf-8";
/* CSS Document */


body{
background-image:url(intro_r1_c1.jpg);
background-color:#E7E7E7;
margin:0;
}

#contenido {
width:100%
min-height: 600px;
height: expression(document.body.clientHeight < 600 ? "600px" : "auto" );
}


