body {
	background: #adb8ff;
	color: #F58F47;
	font-weight: bold;
	
}

a {
	color: #444444;
	font-weight: bold;
}

em {
	color: #FF0000;
	font-weight: bold;
}

img {
	border-color: #94a69c;
}

li {
	list-style: circle;
}

.page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.section {
	display: inline; 
	float: left; 
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
}

.head {
	font-size: 24px;
	color: #222222;
	text-align: center;
}

.bottom {
	border-color: #94a69c;
	border-style: dotted;
	float: left; 
	width: 800px;
	text-align: center;
	padding: 10px;
	margin-left: 20px;
	margin-top: 0px;
	
}

.subsection{
	border-color: #94a69c;
	border-style: dotted;
	padding: 10px;
	margin: 10px;
	width: 380px;
	height: 100px;
}

.logo{
	border-style: none;
	margin: 10px;
	width: 405px;
	height: 125px;
}

.preventivo{
	background: #94a69c;
	color: #adb8ff;
	text-align: center;
	height: 20px;
	padding: 40px;
}
