/* CSS Document */
html{
/*Forzar estirado de contenido NETSCAPE BASED*/
height:100%;
}

body{
font-family:arial;
width:100%;
/*Forzar estirado de contenido IE*/
height:100%;
color:#292e27;
}

body, p, td, tr{
margin:0px;
padding:0px;
}

a img{
border:none;
}

#tableprin{
width:100%;
height:100%;
background-color:#af9d0d;
background-image:url('../imgs/fnd_contenedor.gif');
background-repeat:repeat-x;
background-position:bottom;
}

#contenedor{
text-align:center;
}

#contenido{
width:400px;
text-align:left;
margin:auto;
}

#datos{
margin-left:50px;
}
