body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	line-height: 1.2;
}

ul {
	line-height: 1.4;
}

a:link, a:visited { color: #555555; text-decoration: none; }
a:hover { text-decoration: underline; }


#principal h2 {
	font-size: 14px;
	font-weight: normal;
	margin: -10px -14px 10px -14px;
	padding: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 3px double #99cc33;
	background: #444444 url(img/title_bg.jpg) center repeat-x;
}

h3 { font-size: 13px; color: #333333; margin-bottom: 5px; }

.autor { font-style: italic; color: #666666; }
