html .header {
	width: 100%;
	background: url("/oficinavirtual/javax.faces.resource/images//sombra-cabecera.png.xhtml;jsessionid=m6XUdpI6JYw1-03LBfodlexi5TSHMwpr6Dgcp0Zl4e_bZUUGL9Kf!-542112571") no-repeat bottom center;
	margin-bottom: 1.2em;
}

.header .brand {
	margin: 12px 0 0 24px;
  	padding-bottom: 2.1em;
}

.brand .secondary-brand {
	margin: 10px 0 0 -28px;
  	padding-top: 15px;
}

@media only screen and (max-width: 974px) {
	.header .brand {
		margin: 12px;
	}
	
	.brand .secondary-brand {
		margin-left: 0;
	}
}