.Titulos {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.Textos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.Reloj {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

table.sample {
	border-width: 0px;
	border-style: outset;
	border-color: white;
	background-color: #fffff0;
}

table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #000066;
	background-color: #fffff0;
}

table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: #000066;
	background-color: #fffff0;
}