@charset "utf-8";
/* CSS Document */

p.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	margin-bottom:0px;
}

p.body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: 200;
	text-indent: 1em;
	margin: 10px;
	line-height: 16px;
}

body {
	background-color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-bottom: 20px;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:14px;
	color:#202020;
	text-decoration:none;
	font-style:italic
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:14px;
	color:#202020;
	text-decoration:none;
	font-style:italic
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#202020;
	text-decoration:underline;
}

#todo{
	width:720px;
	margin:auto;
}

#tod{
	width:700px;
	margin:auto;
	padding-top:15px;
	padding-bottom:20px;
}

#titlelopd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:.5em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	text-align:center;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:1.2em;
}

h3 {font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:1.2em;
}

h5 {font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	line-height:1em;
}

img {
	border-left: 10px
border-color: #fff;
}

	
