a:link			{ color: #685144; text-decoration: none; }
a:hover 			{ color: brown; text-decoration: none; }
a:visited		{ color: #685144; text-decoration: none; }
a:visited:hover 	{ color: brown; text-decoration: none; }
a:active		{ color: #FFFF00; text-decoration: none; }

table, td { border-radius: 10px; -moz-border-radius: 10px; }

body 
{ color: #442104; font: 14px "trebuchet ms"; width: 960px;
  background: #cc9966; margin-left: auto; margin-right: auto; padding: 0; }

div.logo
{ width: 100%; height: 170px; text-align: center; }

div.todo{ background-color: #cc9966; position: relative; width: 100%; margin-left: auto; margin-right: auto; }

div.claro
{ background-color: #FFD39C; border-radius: 10px; -moz-border-radius: 10px;
  border: 0; padding: 6px; margin-left: auto; margin-right: auto; }

div.oscuro
{ background-color: #cc9966; border-radius: 10px; -moz-border-radius: 10px;
  position: relative; padding: 6px; border: 0; }

div.pie 
{ font-size: small; text-align: center; position: relative; width: 100%; float: left; margin-right: auto; margin-left: auto; }
