

/**
  *		ESTILO DE ESTRUCTURAS
  */

	#herramientas
	{
		background-image: url("img/fondo.jpg");
		background-repeat: repeat-x;
		height:160px;
	}

	.contenedor_herramientas,
	.separador_herramientas
	{
/*		border-top:3px solid #c21e1e;
*/	}

	.contenedor_herramientas
	{
		background-image: url("img/sombra.jpg");
		min-height:107px;
		background-repeat: repeat-x;
	}



/**
  *		ESTILO DE ELEMENTOS
  */

	#herramientas h1
	{
		margin:0 0 25px;
		font-family: Arial, sans-serif;
		font-size:18px;
		color:#C21E1E;
	}

	#herramientas ul
	{
		list-style: none;
	}



/**
  *		BLOQUE 'busqueda'
  */

	#herramientas #busqueda #b
	{
		width:170px;
		font: normal 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;		
		padding:3px;
	}



	/**
	  *		BLOQUE 'llaves'
	  */

	#herramientas #llaves div *
	{
		font: normal 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		line-height:1.5;
	}



/**
  *		BLOQUE 'indice'
  */

	#herramientas #indice a
	{
		font: normal 10px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}



