﻿.titulo
{
	font-family: Benguiat Bk BT,Verdana, Arial;
	font-size: 18px;
	color: white;
	background-color: blue;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
}

.content
{
	font-family: Verdana, Arial;
	color: black;
	line-height: 3.5ex;
}

.cita
{
	font-size: 10px;
	padding-bottom: 4px;
}

.notas
{
	font-family: Verdana,Arial;
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	top: -3ex;
	width: 50px;
	margin-right: -50px;
	height: 20px;
	overflow: hidden;
	color: lightcoral;
}

.anchor
{
	position: relative;
}


