body {
  margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	border-width: 0px;
	background-color: rgb(243,208,0);
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	text-align: center;
}

div, iframe {
  margin: 0px;
}

img {
  border-width: 0px;
}

a:hover {
  color: rgb(207,0,27);
	font-weight: bold;
	text-decoration: none;
}

:link, :visited, :active {
  color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}

td {
	font-size: 12px;
}
  
/* CLASS */

/* ID */
#contenido {
  background-color: rgb(248,242,227);
	margin: 0px;
	padding: 0px;
  border: 0px solid rgb(208,178,56);
	border-bottom-width: 3px;
	border-top-width: 3px;
	width: 760px;
	height: 400px;
	position: relative;
	top: 20px;
}

#menu {
  width: 760px;
	background-color: rgb(243,208,0);
  border: 0px solid rgb(208,178,56);
	border-top-width: 3px;
  position: absolute;
	left: 10px;
	top: 70px;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
}

#todo {
  position: relative;
  width: 780px;
	
}