﻿.titulo
{
	font-family: Benguiat Bk BT,Verdana,Arial;
	font-size: 38px;
	color: blue;
	background-color: white;
	font-weight: bold;
	padding-bottom: 10px;
}
.content
{
	font-family: Verdana,Arial;
	color: black;
	font-size: 24px;
	line-height: 3ex;
}

.notas
{
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: -22px;
	width: 50px;
	margin-right: -50px;
	height: 30px;
	overflow: hidden;
	color: lightcoral;
}

.anchor
{
	position: relative;
}

