body {
	font-family: Arial, Helvetica, Luxi, sans-serif;
	font-size: normal;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	background-color: #FFCC33;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-image: url(bullet.gif)
}
.header {
	background-color: #FF6600;
	padding-left: 5px;
}
.menu {
	float: left;
	width: 200px;
	margin-top: 50px;
	font-weight: bold;
	font-size: small;
	list-style-image: url(bullet.gif);
}
.menu a {
	color: #FF6600;
	text-decoration: none;
}
.body {
	margin-right: 20px;
	margin-left: 200px;
	width: 800px;
}

.body a {
	color: #FF6600;
	text-decoration: underline;
}

.style1 {
	color: #FFCC00;
	font-weight: bold;
}


.body h1 {
}
.body h2 {
}
.body ol {
	font-weight: bold;
}
.punto {
	font-weight: bold;
	padding-bottom: 10px;
}
.punto .title {
	font-weight: bold;
}
.punto .abstract {
	font-size: smaller
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
	width: 750px;
	text-align: justify;
}

.babies {
	clear: none;
	display: compact;
}

