/* 
 * Nuevos estilos CSS
 * ---------------------------------------------------------------------- */

/* HTML
 * ---------------------------------------------------------------------- */

/* Estilo de caja con encabezado opcional */
.box
{
	border:solid 1px silver;
	background-color: white;
	color: black;
	padding: 5px;
}
.box h1, h2, h3
{
	font-size: 10pt;
	font-weight: bold;
	margin: -5px -5px 5px -5px;
	border-bottom: solid 1px silver;
	padding: 5px;
	background-color: whitesmoke;
	color: midnightblue;
}

