#cajaContenedor {
	background-image: url(../img2005/fondoCaja.gif);
	background-repeat: repeat-y;
	width:240px;
	position: relative;
	padding-top: 0px; 
	padding-right: 0px;
	padding-left: 0px;
}
#cajaHeader {
	background-image: url(../img2005/fondoCajaHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:6px;
	height: 28px;
	width: 240px;
	position: relative;
	padding:8px 18px 0px 18px;
}
.cajitaPersonal{
	background-image: url(../img2005/icono01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 220px;
	padding:0px 0px 0px 18px;
}
#cajaInfo {
	height: auto;
	width: 240px;
	position: relative;
	padding:0px 18px 0px 18px;
}
#cajaFooter {
	background-image: url(../img2005/fondoCajaFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
	width: 240px;
	position: relative;
}
