/* ------------------------ GLOBALES -------------------------------- */
* { padding: 0; margin: 0; border: 0; }
html, body, #todo{
  	height:100%;
	min-height:100%;
  	width: 100%;
	margin: 0px;
	padding: 0px;
}
html > body, html > body #todo {
  	height:auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eee;
	background-image: url(fondo.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	width: 100%;
}
