/* FONDO */

.contenedor
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1003px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;	
	background-color: #C4C4C4;	
	
}

/* --------------------------------------------------- */

/* CABECERA */

.cabeceraHerramientas
{
	position: relative;
	left: 31px;
	top: 5px;
	height: 24px; 
	width: 941px;	
}

.cabecera
{
	position: relative;
	left: 31px;
	top: 0px;
	width: 941px;
	height: 260px;
	z-index: 1;
	background-color: #F4F4F4;
}

	/* ELEMENTOS CORPORATIVOS CABECERA */

	.logotipo 
	{
		position: relative;
		left: 50px;
		top: 50px;
	}
	.publicidadCabecera
	{
		position: absolute;
		left: 277px;
		top: -1px;
	}

	/* --------------------------------------------------- */

	/* ENLACES DE NAVEGACION DE LAS PESTAŅAS PRINCIPALES */

	.tabNavegacionSimple
	{
		position: relative;
		left: 0px;
		top: 26px;
		height: 26px;
		width: 941px;
		background-color: #DCDCDC;
	}
	
	.tabNavegacionCompuesta
	{
		position: relative;
		left: 0px;
		top: 7px;
		height: 54px;
		width: 941px;
		background-color: #F4F4F4;
	}
	
	.tabNavCompLineaSuperior
	{
		float: left;
		clear: both;
	}
	
	.entradaMenuSuperior
	{
		float: left;
		height: 19px;
		padding-top: 6px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.entradaMenuSuperiorSeleccionada
	{
		float: left;
		height: 19px;
		padding-top: 6px;
		padding-left: 7px;
		padding-right: 7px;
		background-color: #101010;
	}

	.enlacesNavegacionTab
	{
		position: relative; 
		/*z-index: 10;*/ 
		left: 33px;
		clear: both;
	}
	
	.enlacesNavegacionTab a
	{
		font-size: 11px;
		font-weight: normal;
		color: #191919;	
		text-decoration: none;
	}
	
	.enlacesNavegacionTab a:hover
	{	
		color: #B10922;	
	}
	
	.enlacesNavegacionSecciones
	{
		position: relative; 
		/*z-index: 10;*/ 
		left: 33px; 	
		clear: both;	
	}
	
	.enlacesNavegacionSecciones a
	{
		font-size: 11px;
		font-weight: normal;
		color: #191919;	
		text-decoration: none;
		color: #B1B1B1;
		/*z-index: 10;*/
	}
	
	.enlacesNavegacionSecciones a:hover
	{	
		color: #FFFFFF;
		/*z-index: 10;*/	
	}
	
	.entradaMenuInferior
	{
		float: left;
		height: 19px;
		padding-top: 6px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.entradaMenuInferiorSeleccionada
	{
		float: left;
		height: 19px;
		padding-top: 6px;
		padding-left: 14px;
		padding-right: 14px;
		color: white;
		background-color: #B10922;
		/*background-color: aqua;*/
		/*z-index: 10;*/
	}
	
	.enlacesNavegacionSeccionesPastillaSeleccion
	{
		position: absolute; 
		/*z-index: 1;*/ 
		left: 35px; 	
		top: 25px;	
		background-color: #B10922;
	}
	
	.enlacesNavegacionSeccionesPastillaSeleccionPunta
	{
		position: absolute;
		/*z-index: 1;*/
		top: 0px; 
		border-width: 0px;
	}
	
	.enlacesNavegacionSeccionesPastillaSeleccionFamilia
	{
		position: absolute; 
		/*z-index: 1;*/ 	
		top: 0px;
	}


/* CONTENIDO CENTRAL */

.contenidoInterior
{
	position: relative;
	left: 31px;
	width: 941px;
	min-height: 530px;	
	background-color: #F4F4F4;
}

.contenidoCentral
{
	position: relative;
	left: 0px;
	top: 6px;
	width: 698px;
}

.contenidoLateral
{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 243px;
	z-index: 1;
}

.panelCentral
{
	position:relative;
	left: 9px;
	width: 715px;
	min-height: 360px;
	height: auto;
}

.panelDerecho
{
	position: absolute;
	left: 722px;
	top: 0px;
	z-index: 0;
}

.panelDescripcion
{
	position: relative;
	left: 24px; 
	background-color: #DCDCDC; 
	width: 649px; 
	height: 128px
}

.textoPanelDescripcion
{
	position: relative; 
	left: 24px; 
	top: 24px; 
	width: 601px;
}

/* --------------------------------------------------- */

/* PIE DE PAGINA */

.pie
{
	position: relative;	
	left: 31px;
	width: 941px;
	height: 39px;
	background-color: #131313;
}

.firmaOleoInteractive { position: absolute; top: 7px; right: 11px; z-index: 2; }

/* --------------------------------------------------- */



.capaGrisModeloPack
{
	background-color: #D6D6D6;
	width: 134px;
	height: 191px;	
}

.capaBlancaModeloPack
{
	position: relative;
	top: 7px;
	left: 7px; 
	background-color: #FFFFFF;
	width: 120px;
	height: 177px;	
}

.capaBlancaModeloPack p
{
	position: relative;
	left: 7px;
	font-size: 9px;
	text-align: center; 
	width: 105px;
	line-height: 15px;
}

.capaBlancaModeloPack a
{
	position: relative;
	font-size: 9px;
	text-align: center; 
	width: 105px;
}

