#cabecera {
	float: right;
	width: 848px;
	height: 52px;
	margin-top: 8px;
	background: #FFFFFF url(../img/cabeceras/grial.jpg) no-repeat;
	z-index: 5;
}

#documento p {
	padding: 24px 32px 0 32px;
	font: normal 1.1em Georgia, Arial;
	letter-spacing: 0.1em;
	line-height: 2.4em;
	z-index: 7;
}

#barraPestanyas {
	float: right;
	width: 848px;
	height: 24px;
	font: normal 1em Georgia, Arial;
	color: #23282B;
	text-align: center;
	z-index: 8;
}

#barraPestanyas a {
	color: #6600FF;
	font: normal .9em Georgia, Arial;
	text-decoration: none;
}

#barraPestanyas a:hover {
	color: #23282B;
	font: normal .9em Georgia, Arial;
	text-decoration: none;
}

#pestanyaPagina1 {
	width: 110px;
	height: 24px;
	float: right;
	margin-right: 4px;
	z-index: 9;
}

#pestanyaPagina2 {
	width: 110px;
	height: 24px;
	float: right;
	margin-right: 8px;
	z-index: 9;
}

.pestanyaActivada {
	padding-top: 0;
	background: url(../img/componentes/pestanya_activada_110x24.png) no-repeat;
}

.pestanyaDesactivada {
	padding-top: 3px;
	background: url(../img/componentes/pestanya_desactivada_110x24.png) no-repeat;
}