<style type="text/css">
/* prioritaria de nivel 4, la mas prioritaria */
div#caja header.cabecera h1 { 
	background-color:#fcf;
}
/* prioritaria nivel 3 */
div#caja header h1 { 
	background-color:#ccf;
}
/* prioritaria de nivel 2 */
header h1 { 
	background-color:#cfc;
}
/* prioritaria de nivel 1, la menos prioritaria */
h1 { 
	background-color:#fcc;
}
/* aunque !important sobreescribe cualquier otra regla dando igual su nivel de importancia  */
h1 {
	background-color:#ffc !important;
}
</style>

Cabecera: header