body {
	background-color: #fff;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #5588aa;
}

a:hover {
	text-decoration: underline;
}

#pagina {
	background-color: #fff;
	margin: 0 10%;
}

#cap {
	text-align: center;
}

#cos {
	border: 1px solid #ccc;
	clear: both;
}

#principal {
	width: 65%;
}

#lateral {
	width: 25%;
	float: right;
	padding: 10px;
  margin-top: 20px;
  border-left: 3px solid #eee;
}

#lateral ul {
	list-style-type: none;
	margin-left: -30px;
}

#lateral li {
	line-height: 20px;
}

#lateral li a img {
	border: 0px;
}

#peu {
	text-align: center;
}
