/*=====================================================
  Nombre: fichaConsultoria.css
  Descripción: Hoja de estilo para la ficha de consultoria.html
  Ver. CSS: 2.0
  Ver. Idioma: Español
  =======================================================*/ 
  
  
  /*============== Botón pulsado ==============*/

  ul#menuNavegacion li#consultoria{
	overflow: hidden;
	display: block;
	width: 124px;
	height: 0;
	margin: -12px 0 0 0;
	padding-top: 35px;
	background: url(../img/consultoria.gif) 2px 3px no-repeat;
}
  
/*=============================================*/

/*========== Navegación de fichas ===========*/
  
ul#fichaConsultoria li#consultoriaSec a{
	margin: 2px 0 0 0;
	background: url(../img/txtConsultoria2.gif) left 0 no-repeat;
	width: 132px;
	position: absolute;
	top: 5px;
	left: 12px;
	height: 2px;
}

ul#fichaConsultoria li#estrategia a{
	margin: 2px 0 0 0;
	background: url(../img/txtEstrategia.gif) left 0 no-repeat;
	width: 63px;
	position: absolute;
	top: 7px;
	left: 113px;
	padding-top: 17px;
}

ul#fichaConsultoria li#procesos a{
	margin: 2px 0 0 0;
	background: url(../img/txtProcesos.gif) left 0 no-repeat;
	width: 61px;
	position: absolute;
	top: 7px;
	left: 199px;
}

ul#fichaConsultoria li#personas a{
	margin: 2px 0 0 0;
	background: url(../img/txtPersonas.gif) left 0 no-repeat;
	width: 55px;
	position: absolute;
	top: 8px;
	left: 284px;
}

ul#fichaConsultoria li#tecnologia a{
	margin: 2px 0 0 0;
	background: url(../img/txtTecnologia.gif) left 0 no-repeat;
	width: 68px;
	position: absolute;
	top: 8px;
	left: 367px;
	padding-top: 17px;
}

ul#fichaConsultoria li#StepStone a{
	margin: 2px 0 0 0;
	background: url(../img/txtStep.gif) left 0 no-repeat;
	width: 82px;
	position: absolute;
	top: 8px;
	left: 460px;
}

 div#rMundial{
 	position: absolute;
	top: 170px;
	left: 0;
 }  
/*=============================================*/

div#ficha{
	height: 565px;
}
