

#todo {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#todo p {
	width: 300px;
	margin: 0px auto 0px auto;
}

#todo pie nota p {
	width: 700px;
	text-align: left;
}

#todo p a {
	color: #6c747d;
	font-size: 10px;
	text-decoration: none;
}

.contenido p {
	line-height: 13px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#todo h1 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 15px;
	border-top: 1px #939095 solid;
	padding-top: 5px;
	color: #21194d;
	border-bottom: 1px solid #939095;
	background: #c6c6c6;
	margin-bottom: 0px;
}

#todo h2 {
	font-weight: normal;
	border-bottom: dotted #ffffff 2px;
	padding-bottom: 0px;
	line-height: 29px;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

body {
	color: #141414;
	font: 11px/14px Arial, sans-serif;
	background: #f0f0f0;
}

#todo .contenido h3 {
	font-size: 12px;
	text-align: left;
	letter-spacing: 0px;
	margin-left: 50px;
	margin-top: 30px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

