body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: White;
}

td {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}

.titulo {
	font-family: Futura, Tahoma, Arial, Helvetica;
	font-size: 17px;
	color: Yellow;
	padding-left: 5px;
	border-bottom: 1;
	border-bottom-style: dotted;
	border-bottom-color: White;
}

.subtitulo {
	font-family: Futura, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: Orange;
	padding-bottom: 4px;
	border-bottom: 1;
	border-bottom-style: dashed;
	border-bottom-color: Gray;
}

td.bordered {
	background-image: url("img/bgtr.gif");
	background-repeat: repeat;
	border: 1;
	border-style: Solid;
	border-color: Orange;
}

.boton {
	border: 1;
	border: 1;
	border-style: Solid;
	border-color: Yellow;
	background-color: Black;
	text-align: Center;
	width: 80px;
	color: Yellow;
}

.f1 {
	border: 1;
	border-style: Solid;
	border-color: Orange;
	background-color: Yellow;
	color: Black;
}

a {
	color: Yellow;
}

a:hover {
	color: Orange;
}

.mini {
	color: White;
	font-size: 10px;
}

.texto {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	text-align: Justify;
}

