/* img header */
.headerHome {
	background-image: url(../images/img-inicio.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* titulo pagina */
#titHome {
	width: 54px;
	height: 330px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(../images/tit-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* titulos heading */
h1.heading1 {
	position: relative;
	z-index: 1;
}

h1.heading1 div {
	display: block;
	height: 55px;
	width: 360px;
	background-image: url(../images/tit-welcome.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1.heading1 div span {
	position: absolute;
	z-index: -1;
	left: 0px;
}
