.titulo {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bolder;
	color: #333366;
}
.subtitulo {

	font-family: tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #333366;
}
.textobold {


	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.subtitulorojo {


	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.textonormal {



	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.textoboldrojo {



	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

