.izquierda {
	border-top: thin none #000000;
	border-right: thin dotted #333333;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
}
.derecha {
	border-top: thin none #000000;
	border-right: thin none #CCCCCC;
	border-bottom: thin none #000000;
	border-left: thin dotted #000000;
}
.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
