body {
	margin: auto auto 100px auto;
	background:#225;
	width: 712px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
}

A { 
	font-weight: bold; 
	text-decoration: underline; 
}

A:link	{ 
	color: blue;
	font-weight: bold; 
	text-decoration: underline; 
}
A:visited { 
	font-weight: bold; 
	text-decoration: underline; 
}
A:active { 
	font-weight: bold;  
}
A:hover	{ 
	font-weight: bold;  
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

#todo {
	padding: 0px;
	background: #FFF;
	text-align: left;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

#header {
	padding: 0px;
	color: #000;
	border-bottom: 2px solid #000;
	text-align: center;
}

#menu {
	padding: 0px;
	border-left: 2px solid #222;
	text-align: right;
	float: right;
	height: 6500px;
	margin-left: 20px;
	background: #aaa;
	
}

#menu img {
	border: 0px solid #000;
}

.caja {
	padding: 15px;
	text-align: right;

	font-family: Courier;
	font-size:11px;

}


.buttonscontainer {
	width: 130px;
	padding: 5px;
	background-color: #FFFFFF;
}

.buttons a {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	display: block;
	font: 17px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

.buttons a:visited {
	text-decoration: none;
}



#body {
	padding: 5px;
	margin: 0px 40px 40px 40px;
	border: 0px dashed #000;
	text-align: justify;
}

#footer {
	padding: 5px;
	border-top: 2px solid #000;
	text-align: center;
}