@charset "utf-8";
body {
	background-color: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border-top: 0;
	color: #F9F9F9;
}
.titulo {
	font-size: 14px;
	font-family: "Arial Black";
	font-weight: bold;
	text-decoration: underline;
}
.textogenerico {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}
#todo #texto {
	width: 80%;
	position: relative;
	left: 10%;
	font-family: Verdana;
	height: 38%;
}
#todo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1000px;
	left: 10%;
	position: relative;
	height: 600px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#todo #a {
	height: 15%;
	width: 80%;
	position: relative;
	left: 10%;
}
#todo #a img {
	width: 100%;
}
#todo #b {
	width: 80%;
	left: 10%;
	position: relative;
	height: 8%;
}
#todo #base {
	position: relative;
	height: 5%;
	width: 80%;
	left: 10%;
}
#todo #base table {
	height: 150;
	width: 800;
	position: relative;
}
#todo #c {
	height: 150;
	width: 800;
	position: relative;
}
