#principal {
	position: absolute;
	top: 0px;
	left: 210px;
	padding: 8px;
	border-left: 2px solid #BBB;
	background-color: #EEE;
}

#servicios {
	margin: 8px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: green;
}

#items {
	margin: 8px;
	margin-top: 32px;
	padding: 8px;
	border: 1px solid green;
	border-bottom: 3px solid green;
	background-color: white;
	font-size: 75%;
}

#items-title {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 1ex;
	border-bottom: 1px dotted gray;
}

#discurso {
	margin: 8px;
	color: #008;
}

#eventos {
	margin: 8px;
	float: right;
	width: 200px;
	font-size: 67%;
	color: #0A0;
	padding-bottom: 12px;
	border-bottom: 32px solid #0A0;
}